"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Starting (try 1/5) 2025/09/01 02:59:54 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jusonev0ruwe" 2025/09/01 02:59:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 02:59:54 DEBUG : Creating backend with remote "TestDrive:crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg" 2025/09/01 02:59:55 DEBUG : Creating backend with remote "/tmp/rclone3124762453" === 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-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.24s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.20s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/09/01 02:59:55 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/01 02:59:55 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/09/01 02:59:55 DEBUG : potato: Seek from 10 to 0 2025/09/01 02:59:55 DEBUG : potato: Seek from 10 to 0 2025/09/01 02:59:55 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/09/01 02:59:55 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/01 02:59:55 DEBUG : potato: Seek from 5 to 2 2025/09/01 02:59:55 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/09/01 02:59:55 DEBUG : potato: Seek from 7 to 0 2025/09/01 02:59:55 DEBUG : potato: Seek from 7 to 0 2025/09/01 02:59:55 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/09/01 02:59:55 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/01 02:59:55 DEBUG : potato: Seek from 5 to 2 2025/09/01 02:59:55 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/09/01 02:59:55 DEBUG : potato: Seek from 8 to 0 2025/09/01 02:59:55 DEBUG : potato: Seek from 8 to 0 2025/09/01 02:59:55 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/09/01 02:59:55 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/09/01 02:59:55 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/09/01 02:59:55 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/09/01 02:59:55 DEBUG : potato: Seek from 5 to 2 2025/09/01 02:59:55 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/09/01 02:59:55 DEBUG : potato: Seek from 9 to 0 2025/09/01 02:59:55 DEBUG : potato: Seek from 9 to 0 2025/09/01 02:59:55 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-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 02:59:57 DEBUG : rutabaga: md5 = 5ddbef5bc93e2a45bafee31129187f7e OK === RUN TestCheck/1 === RUN TestCheck/2 2025/09/01 02:59:59 DEBUG : empty space: md5 = acc35d9d89b21375c8ecf909f6b2de35 OK === RUN TestCheck/3 2025/09/01 03:00:01 DEBUG : potato2: md5 = ea4e99359632070b6315a5cd3da865fa OK === RUN TestCheck/4 === RUN TestCheck/5 2025/09/01 03:00:03 DEBUG : remotepotato: md5 = e650f3a32dbd7c593b9be4a100c066b9 OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (11.19s) --- PASS: TestCheck/1 (0.22s) --- PASS: TestCheck/2 (0.21s) --- PASS: TestCheck/3 (0.26s) --- PASS: TestCheck/4 (0.24s) --- PASS: TestCheck/5 (0.24s) --- PASS: TestCheck/6 (0.27s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/09/01 03:00:06 DEBUG : Creating backend with remote "nonexistent" 2025/09/01 03:00:06 DEBUG : Creating backend with remote "nonexistent" 2025/09/01 03:00:06 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/09/01 03:00:06 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/09/01 03:00:06 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2025/09/01 03:00:06 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-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:00:07 DEBUG : rutabaga: md5 = eacd5a0a15cdf38ab5f3fe3c25b03b27 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/09/01 03:00:12 DEBUG : empty space: md5 = a1888a99729f5f82e9c90ae39c801701 OK === RUN TestCheckDownload/3 2025/09/01 03:00:15 DEBUG : potato2: md5 = 6e3cc24afc4cd4a61c88e2702340f565 OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/09/01 03:00:19 DEBUG : remotepotato: md5 = eb0f0f53587ad5ea456b496ae666048d OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.92s) --- PASS: TestCheckDownload/1 (1.13s) --- PASS: TestCheckDownload/2 (1.24s) --- PASS: TestCheckDownload/3 (1.70s) --- PASS: TestCheckDownload/4 (1.46s) --- PASS: TestCheckDownload/5 (0.95s) --- PASS: TestCheckDownload/6 (1.29s) --- PASS: TestCheckDownload/7 (1.32s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:00:26 DEBUG : rutabaga: md5 = dfbb204ccde0f0e46f467ba367fab918 OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/09/01 03:00:28 DEBUG : empty space: md5 = 480cbbdd7b3b3600eee88376e349e240 OK === RUN TestCheckSizeOnly/3 2025/09/01 03:00:29 DEBUG : potato2: md5 = c36de03be9e544c3b111414e93869a76 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/09/01 03:00:32 DEBUG : remotepotato: md5 = 91a831576da8bcc013f70fe8b21bb932 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (10.21s) --- PASS: TestCheckSizeOnly/1 (0.24s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.25s) --- PASS: TestCheckSizeOnly/4 (0.23s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.26s) --- PASS: TestCheckSizeOnly/7 (0.23s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:00:36 DEBUG : test.sum: md5 = 17f2feea25d811346ff57c2916f81ef2 OK 2025/09/01 03:00:37 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/01 03:00:37 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/01 03:00:37 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/01 03:00:37 NOTICE: test.sum: 2 warning(s) suppressed... 2025/09/01 03:00:38 DEBUG : test.sum: md5 = e1f34678aab1bc485cb2871d30220a8f OK 2025/09/01 03:00:39 NOTICE: test.sum: improperly formatted checksum line 4 2025/09/01 03:00:39 NOTICE: test.sum: improperly formatted checksum line 5 2025/09/01 03:00:39 NOTICE: test.sum: improperly formatted checksum line 6 2025/09/01 03:00:39 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (6.23s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:00:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jusonev0ruwe/data" 2025/09/01 03:00:41 DEBUG : Config file has changed externally - reloading 2025/09/01 03:00:41 DEBUG : Creating backend with remote "TestDrive:crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg/vjrnln8ratgmqakfosrqe8espk" check_test.go:350: Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe/data' lacks md5, skipping --- SKIP: TestCheckSum (2.24s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:00:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jusonev0ruwe/data" 2025/09/01 03:00:43 DEBUG : Creating backend with remote "TestDrive:crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg/vjrnln8ratgmqakfosrqe8espk" 2025/09/01 03:00:46 DEBUG : data/banana: md5 = 8aec27a5e7dbcc4d43046fa48b5667b1 OK 2025/09/01 03:00:48 DEBUG : test.sum: md5 = 41c0beceb8021a79c839a46bfec8756d OK === RUN TestCheckSumDownload/subtest1 2025/09/01 03:00:52 DEBUG : data/potato: md5 = 4b1da7de294fc8427966ea10a7413b9a OK 2025/09/01 03:00:54 DEBUG : test.sum: md5 = 98c567ca82a12bed1e75ed82be37827b OK === RUN TestCheckSumDownload/subtest2 2025/09/01 03:00:58 DEBUG : test.sum: md5 = 07a168314761d6872550ffa25805b632 OK === RUN TestCheckSumDownload/subtest3 2025/09/01 03:01:02 DEBUG : test.sum: md5 = 6a188a60a1de74d196f3b790821dd1f2 OK === RUN TestCheckSumDownload/subtest4 2025/09/01 03:01:07 DEBUG : test.sum: md5 = f926572deed082c8cab17ae38f5522fa OK === RUN TestCheckSumDownload/subtest5 2025/09/01 03:01:11 DEBUG : test.sum: md5 = 0b92c1b683e1f7b66590fce6f53161a3 OK === RUN TestCheckSumDownload/subtest6 2025/09/01 03:01:15 DEBUG : data/banana: md5 = ae121a5b52d9a6ad39e33aa7bad445c5 OK 2025/09/01 03:01:16 DEBUG : data/potato: md5 = 8e272623ad4de4b475ba14d80267cfef OK 2025/09/01 03:01:18 DEBUG : test.sum: md5 = a71f2fd34618d47dcee2bf9e235ea8c6 OK === RUN TestCheckSumDownload/subtest7 2025/09/01 03:01:23 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/09/01 03:01:23 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (40.76s) --- PASS: TestCheckSumDownload/subtest1 (2.47s) --- PASS: TestCheckSumDownload/subtest2 (2.15s) --- PASS: TestCheckSumDownload/subtest3 (2.72s) --- PASS: TestCheckSumDownload/subtest4 (2.82s) --- PASS: TestCheckSumDownload/subtest5 (2.09s) --- PASS: TestCheckSumDownload/subtest6 (2.13s) --- PASS: TestCheckSumDownload/subtest7 (2.33s) === RUN TestApplyTransforms 2025/09/01 03:01:24 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sozitiz2baxi" 2025/09/01 03:01:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 03:01:24 DEBUG : Creating backend with remote "TestDrive:crypt/vffoqlerp2mn7kj9gjc0t0vtaubat9s3b7qkkm2t7vm3a22o8f70" 2025/09/01 03:01:25 DEBUG : Creating backend with remote "/tmp/rclone284304665" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-sozitiz2baxi'", Local "Local file system at /tmp/rclone284304665", Modify Window "1ms" 2025/09/01 03:01:27 DEBUG : hello, world!: md5 = 4fd67eb63ad94e597df52b1172933296 OK upper checkfile vs. lower remote (without normalization) 2025/09/01 03:01:27 ERROR : hello, world!: sum not found 2025/09/01 03:01:27 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-sozitiz2baxi' 2025/09/01 03:01:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sozitiz2baxi': 1 files missing 2025/09/01 03:01:27 NOTICE: 1 hashes missing 2025/09/01 03:01:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sozitiz2baxi': 1 differences found 2025/09/01 03:01:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sozitiz2baxi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/09/01 03:01:28 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/01 03:01:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sozitiz2baxi': 0 differences found 2025/09/01 03:01:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-sozitiz2baxi': 1 matching files 2025/09/01 03:01:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jafitel2ligo" 2025/09/01 03:01:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 03:01:28 DEBUG : Creating backend with remote "TestDrive:crypt/ft3u7pajsj9356vgqghplf7hajl951jca78g0h9ujhbq8s8cq810" 2025/09/01 03:01:29 DEBUG : Creating backend with remote "/tmp/rclone2117699068" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jafitel2ligo'", Local "Local file system at /tmp/rclone2117699068", Modify Window "1ms" 2025/09/01 03:01:31 DEBUG : HELLO, WORLD!: md5 = 02b55ed20b2289406efb064612f45fc3 OK lower checkfile vs. upper remote (without normalization) 2025/09/01 03:01:32 ERROR : HELLO, WORLD!: sum not found 2025/09/01 03:01:32 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-jafitel2ligo' 2025/09/01 03:01:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jafitel2ligo': 1 files missing 2025/09/01 03:01:32 NOTICE: 1 hashes missing 2025/09/01 03:01:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jafitel2ligo': 1 differences found 2025/09/01 03:01:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jafitel2ligo': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/09/01 03:01:33 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/01 03:01:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jafitel2ligo': 0 differences found 2025/09/01 03:01:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jafitel2ligo': 1 matching files 2025/09/01 03:01:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-hokudag1vala" 2025/09/01 03:01:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 03:01:33 DEBUG : Creating backend with remote "TestDrive:crypt/hndgp6pke1jucheec1nmq5fuc8if3qrh9peaqi4i9tfqb2838ebg" 2025/09/01 03:01:34 DEBUG : Creating backend with remote "/tmp/rclone1695911673" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-hokudag1vala'", Local "Local file system at /tmp/rclone1695911673", Modify Window "1ms" 2025/09/01 03:01:36 DEBUG : HeLlO, wOrLd!: md5 = 04686a4cd75c451ddb91f666a23c72da OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/09/01 03:01:36 ERROR : HeLlO, wOrLd!: sum not found 2025/09/01 03:01:36 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-hokudag1vala' 2025/09/01 03:01:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hokudag1vala': 1 files missing 2025/09/01 03:01:36 NOTICE: 1 hashes missing 2025/09/01 03:01:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hokudag1vala': 1 differences found 2025/09/01 03:01:36 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hokudag1vala': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/09/01 03:01:39 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/01 03:01:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hokudag1vala': 0 differences found 2025/09/01 03:01:39 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-hokudag1vala': 1 matching files 2025/09/01 03:01:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-dapehej1dove" 2025/09/01 03:01:39 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 03:01:39 DEBUG : Creating backend with remote "TestDrive:crypt/t9e075l3el381t26qg7vq19t93p0ivh4tqvn8795irk36i2bvfe0" 2025/09/01 03:01:39 DEBUG : Creating backend with remote "/tmp/rclone3300849919" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-dapehej1dove'", Local "Local file system at /tmp/rclone3300849919", Modify Window "1ms" 2025/09/01 03:01:42 DEBUG : HELLO, WORLD!: md5 = 87d3304a5626f3d04266a03411db2eeb OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/09/01 03:01:42 ERROR : HELLO, WORLD!: sum not found 2025/09/01 03:01:42 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-dapehej1dove' 2025/09/01 03:01:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapehej1dove': 1 files missing 2025/09/01 03:01:42 NOTICE: 1 hashes missing 2025/09/01 03:01:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapehej1dove': 1 differences found 2025/09/01 03:01:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapehej1dove': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/09/01 03:01:43 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/01 03:01:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapehej1dove': 0 differences found 2025/09/01 03:01:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-dapehej1dove': 1 matching files 2025/09/01 03:01:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-ruhijod3hara" 2025/09/01 03:01:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 03:01:43 DEBUG : Creating backend with remote "TestDrive:crypt/rhvvms5b44tb8fgidffetoqi01l7u915e8aiaqfdu4fl4bvlv7e0" 2025/09/01 03:01:44 DEBUG : Creating backend with remote "/tmp/rclone2576098673" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-ruhijod3hara'", Local "Local file system at /tmp/rclone2576098673", Modify Window "1ms" 2025/09/01 03:01:46 DEBUG : 測試_Русский___ě_áñ: md5 = 91548c26015800cd9f76f0aa3c2fd494 OK NFD checkfile vs. NFC remote (without normalization) 2025/09/01 03:01:47 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/01 03:01:47 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-ruhijod3hara' 2025/09/01 03:01:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruhijod3hara': 1 files missing 2025/09/01 03:01:47 NOTICE: 1 hashes missing 2025/09/01 03:01:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruhijod3hara': 1 differences found 2025/09/01 03:01:47 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruhijod3hara': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/09/01 03:01:48 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/01 03:01:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruhijod3hara': 0 differences found 2025/09/01 03:01:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-ruhijod3hara': 1 matching files 2025/09/01 03:01:48 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vunocaz1ziko" 2025/09/01 03:01:48 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 03:01:48 DEBUG : Creating backend with remote "TestDrive:crypt/2356i6i5mej996ogva6c1ql2dk5vijp9r0vevev0ouf7ik5vk6e0" 2025/09/01 03:01:49 DEBUG : Creating backend with remote "/tmp/rclone4217051662" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vunocaz1ziko'", Local "Local file system at /tmp/rclone4217051662", Modify Window "1ms" 2025/09/01 03:01:51 DEBUG : 測試_Русский___ě_áñ: md5 = 4979770620698d5acba65f6ad22a660c OK NFC checkfile vs. NFD remote (without normalization) 2025/09/01 03:01:52 ERROR : 測試_Русский___ě_áñ: sum not found 2025/09/01 03:01:52 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vunocaz1ziko' 2025/09/01 03:01:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vunocaz1ziko': 1 files missing 2025/09/01 03:01:52 NOTICE: 1 hashes missing 2025/09/01 03:01:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vunocaz1ziko': 1 differences found 2025/09/01 03:01:52 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vunocaz1ziko': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/09/01 03:01:53 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/01 03:01:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vunocaz1ziko': 0 differences found 2025/09/01 03:01:53 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vunocaz1ziko': 1 matching files 2025/09/01 03:01:53 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nepoxar1saxo" 2025/09/01 03:01:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 03:01:53 DEBUG : Creating backend with remote "TestDrive:crypt/beafrmgip971lcl21hkbl0qmegje3m429oe6ih0mif7nu9d7guvg" 2025/09/01 03:01:54 DEBUG : Creating backend with remote "/tmp/rclone1059473204" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nepoxar1saxo'", Local "Local file system at /tmp/rclone1059473204", Modify Window "1ms" 2025/09/01 03:01:56 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 1ff95e96f47c8707f59989d5a6342a72 OK NFDx2 checkfile vs. both remote (without normalization) 2025/09/01 03:01:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/01 03:01:56 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nepoxar1saxo' 2025/09/01 03:01:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nepoxar1saxo': 1 files missing 2025/09/01 03:01:56 NOTICE: 1 hashes missing 2025/09/01 03:01:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nepoxar1saxo': 1 differences found 2025/09/01 03:01:56 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nepoxar1saxo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/09/01 03:01:57 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/01 03:01:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nepoxar1saxo': 0 differences found 2025/09/01 03:01:57 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nepoxar1saxo': 1 matching files 2025/09/01 03:01:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nerixec6xuxa" 2025/09/01 03:01:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 03:01:57 DEBUG : Creating backend with remote "TestDrive:crypt/ccat5g45k9j6ji40krdk2g9v4lr7asd3sjbtudlfguc339mj2j40" 2025/09/01 03:01:58 DEBUG : Creating backend with remote "/tmp/rclone2679672346" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-nerixec6xuxa'", Local "Local file system at /tmp/rclone2679672346", Modify Window "1ms" 2025/09/01 03:02:00 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 54c7124e638a891fdf12619d44356f2b OK NFCx2 checkfile vs. both remote (without normalization) 2025/09/01 03:02:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/01 03:02:01 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-nerixec6xuxa' 2025/09/01 03:02:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nerixec6xuxa': 1 files missing 2025/09/01 03:02:01 NOTICE: 1 hashes missing 2025/09/01 03:02:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nerixec6xuxa': 1 differences found 2025/09/01 03:02:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nerixec6xuxa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/09/01 03:02:02 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/01 03:02:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nerixec6xuxa': 0 differences found 2025/09/01 03:02:02 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-nerixec6xuxa': 1 matching files 2025/09/01 03:02:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-rujipal2fako" 2025/09/01 03:02:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 03:02:02 DEBUG : Creating backend with remote "TestDrive:crypt/9r2m2gflfmf5ec1n8pgf1012dn3ldsje38n50f3qj4ik52koa7dg" 2025/09/01 03:02:03 DEBUG : Creating backend with remote "/tmp/rclone2179921850" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-rujipal2fako'", Local "Local file system at /tmp/rclone2179921850", Modify Window "1ms" 2025/09/01 03:02:05 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 9cbf60bf0146c19644821b1f890e5d99 OK both checkfile vs. NFDx2 remote (without normalization) 2025/09/01 03:02:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/01 03:02:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-rujipal2fako' 2025/09/01 03:02:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujipal2fako': 1 files missing 2025/09/01 03:02:06 NOTICE: 1 hashes missing 2025/09/01 03:02:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujipal2fako': 1 differences found 2025/09/01 03:02:06 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujipal2fako': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/09/01 03:02:07 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/01 03:02:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujipal2fako': 0 differences found 2025/09/01 03:02:07 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-rujipal2fako': 1 matching files 2025/09/01 03:02:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-bicexiz1xivo" 2025/09/01 03:02:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 03:02:07 DEBUG : Creating backend with remote "TestDrive:crypt/3rrpo0nbrebru77l9g0lrf8c6todn8vm0i0namue8s16l3hv0i90" 2025/09/01 03:02:08 DEBUG : Creating backend with remote "/tmp/rclone3689927404" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-bicexiz1xivo'", Local "Local file system at /tmp/rclone3689927404", Modify Window "1ms" 2025/09/01 03:02:10 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 01cbf475ac955dbec0be3082dfe639e4 OK both checkfile vs. NFCx2 remote (without normalization) 2025/09/01 03:02:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/09/01 03:02:10 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-bicexiz1xivo' 2025/09/01 03:02:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bicexiz1xivo': 1 files missing 2025/09/01 03:02:10 NOTICE: 1 hashes missing 2025/09/01 03:02:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bicexiz1xivo': 1 differences found 2025/09/01 03:02:10 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bicexiz1xivo': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/09/01 03:02:11 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/09/01 03:02:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bicexiz1xivo': 0 differences found 2025/09/01 03:02:11 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-bicexiz1xivo': 1 matching files 2025/09/01 03:02:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-bicexiz1xivo': Purge remote 2025/09/01 03:02:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-rujipal2fako': Purge remote 2025/09/01 03:02:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nerixec6xuxa': Purge remote 2025/09/01 03:02:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nepoxar1saxo': Purge remote 2025/09/01 03:02:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vunocaz1ziko': Purge remote 2025/09/01 03:02:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-ruhijod3hara': Purge remote 2025/09/01 03:02:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-dapehej1dove': Purge remote 2025/09/01 03:02:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-hokudag1vala': Purge remote 2025/09/01 03:02:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jafitel2ligo': Purge remote 2025/09/01 03:02:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sozitiz2baxi': Purge remote --- PASS: TestApplyTransforms (52.38s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:02:16 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/01 03:02:18 DEBUG : sub/file2: md5 = efa74027703d68aa6777fb0664d0daeb OK 2025/09/01 03:02:18 INFO : file1: Copied (new) to: sub/file2 2025/09/01 03:02:19 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/01 03:02:19 DEBUG : file1: Unchanged skipping 2025/09/01 03:02:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': don't need to copy/move sub/file2, it is already at target location 2025/09/01 03:02:21 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (6.01s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.42s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:02:25 DEBUG : dst/file1: md5 = ead9619f8d20ea1149529aeee6c864fa OK 2025/09/01 03:02:25 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jusonev0ruwe/backup" 2025/09/01 03:02:25 DEBUG : Creating backend with remote "TestDrive:crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg/1nrff024r7pq65ecp72fc28jb0" 2025/09/01 03:02:27 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/01 03:02:30 INFO : dst/file1: Moved (server-side) 2025/09/01 03:02:31 DEBUG : dst/file1: md5 = a8b2c8a60c35d1cd9a609404e2cf9700 OK 2025/09/01 03:02:31 INFO : dst/file1: Copied (new) 2025/09/01 03:02:34 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/01 03:02:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/01 03:02:35 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.54s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:02:36 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jusonev0ruwe/dst" 2025/09/01 03:02:36 DEBUG : Creating backend with remote "TestDrive:crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/01 03:02:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jusonev0ruwe/CompareDest" 2025/09/01 03:02:38 DEBUG : Creating backend with remote "TestDrive:crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg/gveqi14airsml4bgu7krj116o8" 2025/09/01 03:02:39 DEBUG : one: Need to transfer - File not found at Destination 2025/09/01 03:02:41 DEBUG : one: md5 = b1a5c433fb60fdf9dbd2865f86ba5e7e OK 2025/09/01 03:02:41 INFO : one: Copied (new) 2025/09/01 03:02:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/01 03:02:44 DEBUG : one: md5 = 8890f571c2f30f414f2cf5fd52b28351 OK 2025/09/01 03:02:44 INFO : one: Copied (replaced existing) 2025/09/01 03:02:46 DEBUG : dst/one: md5 = c659c316403e414688d736c109f7ea2d OK 2025/09/01 03:02:48 DEBUG : CompareDest/one: md5 = d9fa997d96a73f43a99be88d89541c1b OK 2025/09/01 03:02:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/01 03:02:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/01 03:02:49 DEBUG : one: Destination found in --compare-dest, skipping 2025/09/01 03:02:51 DEBUG : CompareDest/two: md5 = dce4f651a5ea810cbc3a10b38bb5e3e6 OK 2025/09/01 03:02:52 DEBUG : two: Need to transfer - File not found at Destination 2025/09/01 03:02:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/01 03:02:52 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/01 03:02:53 DEBUG : two: Need to transfer - File not found at Destination 2025/09/01 03:02:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/01 03:02:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/09/01 03:02:54 DEBUG : two: Need to transfer - File not found at Destination 2025/09/01 03:02:54 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/09/01 03:02:56 DEBUG : two: md5 = 015d8afd266c17883b024954fc5a2e4f OK 2025/09/01 03:02:56 INFO : two: Copied (new) 2025/09/01 03:02:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/01 03:02:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:02:59 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:02:59 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.04s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:03:00 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jusonev0ruwe/dst" 2025/09/01 03:03:00 DEBUG : Creating backend with remote "TestDrive:crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg/31u3jie661vd5p8j7rtc3hgbh0" 2025/09/01 03:03:02 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jusonev0ruwe/CopyDest" 2025/09/01 03:03:02 DEBUG : Creating backend with remote "TestDrive:crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg/d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/01 03:03:03 DEBUG : one: Need to transfer - File not found at Destination 2025/09/01 03:03:05 DEBUG : one: md5 = 3b3a927418a89046c59c640ca389bd65 OK 2025/09/01 03:03:05 INFO : one: Copied (new) 2025/09/01 03:03:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/01 03:03:08 DEBUG : one: md5 = ca105e6c32d78bace5f6e73303b6fd2b OK 2025/09/01 03:03:08 INFO : one: Copied (replaced existing) 2025/09/01 03:03:10 DEBUG : dst/one: md5 = cde77157148b9d33be7da7f679d3da42 OK 2025/09/01 03:03:12 DEBUG : CopyDest/one: md5 = e61c7f5408da2531554105a2b01392d2 OK 2025/09/01 03:03:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jusonev0ruwe/BackupDir" 2025/09/01 03:03:13 DEBUG : Creating backend with remote "TestDrive:crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/01 03:03:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/01 03:03:15 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/01 03:03:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/09/01 03:03:17 INFO : one: Moved (server-side) 2025/09/01 03:03:18 INFO : one: Copied (server-side copy) 2025/09/01 03:03:18 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/09/01 03:03:20 DEBUG : CopyDest/two: md5 = c3fa42c158c242ef36dae5156df3a4ee OK 2025/09/01 03:03:20 DEBUG : two: Need to transfer - File not found at Destination 2025/09/01 03:03:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/01 03:03:21 INFO : two: Copied (server-side copy) 2025/09/01 03:03:21 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/09/01 03:03:22 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/09/01 03:03:22 DEBUG : two: Unchanged skipping 2025/09/01 03:03:24 DEBUG : CopyDest/three: md5 = 336d0f39bca3023c15173f040f210910 OK 2025/09/01 03:03:25 DEBUG : three: Need to transfer - File not found at Destination 2025/09/01 03:03:25 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/09/01 03:03:25 DEBUG : three: Destination not found in --copy-dest 2025/09/01 03:03:27 DEBUG : three: md5 = fc4f95529248c1cdb6b90ce761925eef OK 2025/09/01 03:03:27 INFO : three: Copied (new) 2025/09/01 03:03:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/01 03:03:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/01 03:03:31 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:03:31 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/01 03:03:31 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/01 03:03:31 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:03:32 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (32.69s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.46s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.43s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:03:34 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/09/01 03:03:36 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 26ceaeb167d2bac3874d5d4586be73e1 OK 2025/09/01 03:03:36 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/09/01 03:03:37 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/09/01 03:03:37 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Post "https://www.googleapis.com/upload/drive/v3/files?alt=json&fields=id%2Cname%2Csize%2Cmd5Checksum%2Csha1Checksum%2Csha256Checksum%2Ctrashed%2CexplicitlyTrashed%2CmodifiedTime%2CcreatedTime%2CmimeType%2Cparents%2CwebViewLink%2CshortcutDetails%2CexportLinks%2CresourceKey&keepRevisionForever=false&prettyPrint=false&supportsAllDrives=true&uploadType=multipart": googleapi: Copy failed: max transfer limit reached as set by --max-transfer copy_test.go:473: Expecting error to contain accounting.ErrorMaxTransferLimitReachedFatal 2025/09/01 03:03:37 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/09/01 03:03:38 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/09/01 03:03:40 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 158bf2bf962fa0021bf6e220cab0f369 OK 2025/09/01 03:03:40 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/09/01 03:03:42 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/09/01 03:03:42 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (8.98s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", 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-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:03:46 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Looking for duplicate names using skip mode. 2025/09/01 03:03:46 NOTICE: one: Found 2 files with duplicate names 2025/09/01 03:03:46 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.69s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:03:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Looking for duplicate names using skip mode. 2025/09/01 03:03:52 NOTICE: one: Found 3 files with duplicate names 2025/09/01 03:03:52 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/09/01 03:03:53 INFO : one: Deleted 2025/09/01 03:03:53 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.61s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:03:58 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Looking for duplicate names using first mode. 2025/09/01 03:03:59 NOTICE: one: Found 3 files with duplicate names 2025/09/01 03:03:59 INFO : one: Deleted 2025/09/01 03:03:59 INFO : one: Deleted 2025/09/01 03:03:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.41s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:04:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Looking for duplicate names using newest mode. 2025/09/01 03:04:05 NOTICE: one: Found 3 files with duplicate names 2025/09/01 03:04:05 INFO : one: Deleted 2025/09/01 03:04:06 INFO : one: Deleted 2025/09/01 03:04:06 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.13s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.49s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:04:13 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Looking for duplicate names using oldest mode. 2025/09/01 03:04:13 NOTICE: one: Found 3 files with duplicate names 2025/09/01 03:04:14 INFO : one: Deleted 2025/09/01 03:04:14 INFO : one: Deleted 2025/09/01 03:04:14 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (7.96s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:04:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Looking for duplicate names using largest mode. 2025/09/01 03:04:20 NOTICE: one: Found 3 files with duplicate names 2025/09/01 03:04:20 INFO : one: Deleted 2025/09/01 03:04:20 INFO : one: Deleted 2025/09/01 03:04:20 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.28s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:04:25 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Looking for duplicate names using smallest mode. 2025/09/01 03:04:26 NOTICE: one: Found 3 files with duplicate names 2025/09/01 03:04:26 INFO : one: Deleted 2025/09/01 03:04:27 INFO : one: Deleted 2025/09/01 03:04:27 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.21s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:04:33 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Looking for duplicate names using rename mode. 2025/09/01 03:04:33 NOTICE: one.txt: Found 3 files with duplicate names 2025/09/01 03:04:34 INFO : one-2.txt: renamed from: one.txt 2025/09/01 03:04:35 INFO : one-3.txt: renamed from: one.txt 2025/09/01 03:04:36 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.04s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:04:41 DEBUG : dupe1/one.txt: md5 = e16c23fa9f9f064250d0eb92bde68882 OK 2025/09/01 03:04:43 DEBUG : dupe2/two.txt: md5 = 5d47d1473b44f5de493598b1fc12c43d OK 2025/09/01 03:04:45 DEBUG : dupe3/three.txt: md5 = 65ca1fd1c645cf57301b232199dd61d7 OK 2025/09/01 03:04:45 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/09/01 03:04:46 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/09/01 03:04:47 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/09/01 03:04:47 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/09/01 03:04:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/09/01 03:04:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/09/01 03:04:50 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.18s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:04:52 DEBUG : a.txt: md5 = 4626254497159aab9c7de463de763e6e OK 2025/09/01 03:04:54 DEBUG : zend.txt: md5 = dd9d1409710520888ef0eda1942eb511 OK 2025/09/01 03:04:56 DEBUG : sub dir/hello world: md5 = df41ca86757f706775bc5d42dd4591e5 OK 2025/09/01 03:04:57 DEBUG : sub dir/hello world2: md5 = 18c5d2f6d61bf9dbc0b056605bb16d39 OK 2025/09/01 03:04:59 DEBUG : sub dir/ignore dir/.ignore: md5 = 583a86a9ec31f6c39cfdfc3b28508ea4 OK 2025/09/01 03:05:01 DEBUG : sub dir/ignore dir/should be ignored: md5 = 31df5428831d1d88f7849046d1c43518 OK 2025/09/01 03:05:03 DEBUG : sub dir/sub sub dir/hello world3: md5 = 3c3152aab1ca48ae51928b9ea3f2ffad OK 2025/09/01 03:05:04 DEBUG : a.txt: Excluded (Size Filter) 2025/09/01 03:05:04 DEBUG : a.txt: Excluded 2025/09/01 03:05:05 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/01 03:05:05 DEBUG : sub dir/hello world: Excluded 2025/09/01 03:05:05 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/01 03:05:05 DEBUG : sub dir/hello world2: Excluded 2025/09/01 03:05:06 DEBUG : sub dir/ignore dir: Excluded 2025/09/01 03:05:06 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/01 03:05:06 DEBUG : sub dir/hello world: Excluded 2025/09/01 03:05:06 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/01 03:05:06 DEBUG : sub dir/hello world2: Excluded 2025/09/01 03:05:06 DEBUG : sub dir/ignore dir: Excluded 2025/09/01 03:05:10 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/01 03:05:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/01 03:05:11 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/01 03:05:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/01 03:05:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/01 03:05:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/09/01 03:05:12 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSorted (21.32s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:05:14 DEBUG : a.txt: md5 = 376ee591c4064d76952afb4431e39251 OK 2025/09/01 03:05:15 DEBUG : zend.txt: md5 = 4795dc0f5963ff3c1ec09a45a30e6726 OK 2025/09/01 03:05:17 DEBUG : sub dir/hello world: md5 = d2ab430bf3d909b084d72707e1e05896 OK 2025/09/01 03:05:19 DEBUG : sub dir/hello world2: md5 = 724ff8602848f4a6c0f78a7413b1b2dc OK 2025/09/01 03:05:20 DEBUG : sub dir/ignore dir/.ignore: md5 = 12a28b8a7337068be6be2342823df9cd OK 2025/09/01 03:05:22 DEBUG : sub dir/ignore dir/should be ignored: md5 = fa8fbd0e457bab9068a5a392a5105eb4 OK 2025/09/01 03:05:24 DEBUG : sub dir/sub sub dir/hello world3: md5 = f49200fd9cb6661e1642c7b9e8e380d1 OK 2025/09/01 03:05:25 DEBUG : a.txt: Excluded (Size Filter) 2025/09/01 03:05:25 DEBUG : a.txt: Excluded 2025/09/01 03:05:26 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/01 03:05:26 DEBUG : sub dir/hello world2: Excluded 2025/09/01 03:05:26 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/01 03:05:26 DEBUG : sub dir/hello world: Excluded 2025/09/01 03:05:27 DEBUG : sub dir/ignore dir: Excluded 2025/09/01 03:05:27 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/09/01 03:05:27 DEBUG : sub dir/hello world2: Excluded 2025/09/01 03:05:27 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/09/01 03:05:27 DEBUG : sub dir/hello world: Excluded 2025/09/01 03:05:27 DEBUG : sub dir/ignore dir: Excluded 2025/09/01 03:05:31 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/09/01 03:05:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/09/01 03:05:32 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/09/01 03:05:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/09/01 03:05:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/09/01 03:05:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/09/01 03:05:32 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSortedFn (20.79s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:05:34 DEBUG : file1: md5 = cee1b48ad03a4cbffb7ad253ac1e4c9e OK 2025/09/01 03:05:37 DEBUG : sub/file2: md5 = bfb4b8e8aa05a3d6513437d9cfdae175 OK === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash === RUN TestListJSON/HashTypes 2025/09/01 03:05:40 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/09/01 03:05:40 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/09/01 03:05:40 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/09/01 03:05:42 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.36s) --- PASS: TestListJSON/Default (0.23s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.23s) --- PASS: TestListJSON/Recurse (0.46s) --- PASS: TestListJSON/SubDir (0.23s) --- PASS: TestListJSON/NoModTime (0.22s) --- PASS: TestListJSON/NoMimeType (0.25s) --- PASS: TestListJSON/ShowHash (0.23s) --- PASS: TestListJSON/HashTypes (0.21s) --- PASS: TestListJSON/Metadata (0.61s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:05:44 DEBUG : file1: md5 = 0afd5a2e736dc259f289246b209dc8f4 OK 2025/09/01 03:05:46 DEBUG : sub/file2: md5 = 30b05a5d1a38fb72cac98cbf6aece506 OK === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/09/01 03:05:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jusonev0ruwe/notfound" 2025/09/01 03:05:50 DEBUG : Config file has changed externally - reloading 2025/09/01 03:05:50 DEBUG : Creating backend with remote "TestDrive:crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg/qe0i31qdkoejk60elps0ni5sqk" 2025/09/01 03:05:53 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.20s) --- PASS: TestStatJSON/Root (0.25s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.52s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.27s) --- PASS: TestStatJSON/NotFound (0.47s) --- PASS: TestStatJSON/DirFilesOnly (0.22s) --- PASS: TestStatJSON/FileFilesOnly (0.22s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.27s) --- PASS: TestStatJSON/DirDirsOnly (0.23s) --- PASS: TestStatJSON/FileDirsOnly (0.21s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.24s) --- PASS: TestStatJSON/RootNotFound (1.70s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:05:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Making directory 2025/09/01 03:05:54 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Making directory --- PASS: TestMkdir (0.64s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:05:56 DEBUG : sub dir/hello world: md5 = 8e4a0c60513eaf2c39748d06b1cc715e OK 2025/09/01 03:05:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (4.78s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:06:00 DEBUG : potato2: md5 = caddcffbdb47852da6e021e5cd7654fb OK 2025/09/01 03:06:02 DEBUG : empty space: md5 = 3c9904b67ae06970f4e5781a4726ecfb OK --- PASS: TestLs (4.63s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:06:05 DEBUG : potato2: md5 = c950f3fb4909b04a14d3d21b1a071b57 OK 2025/09/01 03:06:07 DEBUG : empty space: md5 = e45e4a226e336737c4376a76da4dd4f8 OK 2025/09/01 03:06:07 DEBUG : empty space: Excluded (FilesFrom Filter) --- PASS: TestLsWithFilesFrom (5.34s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:06:11 DEBUG : potato2: md5 = 2354af7e24618ce0787d7744f1986145 OK 2025/09/01 03:06:12 DEBUG : empty space: md5 = 33674e98238a4aad8f46c364e1630eea OK --- PASS: TestLsLong (5.00s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:06:16 DEBUG : potato2: md5 = 05be68047a7015595adcca6fa151145f OK 2025/09/01 03:06:17 DEBUG : empty space: md5 = 2780d65fb65879ff137cfd39b3660c36 OK --- PASS: TestHashSums (4.46s) === RUN TestHashSumsWithErrors 2025/09/01 03:06:18 DEBUG : Creating backend with remote ":memory:" 2025/09/01 03:06:18 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/09/01 03:06:18 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/01 03:06:18 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/09/01 03:06:18 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/01 03:06:18 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/09/01 03:06:18 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/01 03:06:18 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/09/01 03:06:18 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/09/01 03:06:18 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-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:06:20 DEBUG : potato2: md5 = a928105411d160484be7e685f745cadb OK 2025/09/01 03:06:21 DEBUG : empty space: md5 = aff9069d21cc00a274ca21fb67e441b2 OK 2025/09/01 03:06:24 DEBUG : sub dir/potato3: md5 = 3e35a30000582384df5a3c8eb4f9aac9 OK 2025/09/01 03:06:26 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.56s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:06:28 DEBUG : small: md5 = 24d909374c823ce5136e09fb4eb6bfd1 OK 2025/09/01 03:06:30 DEBUG : medium: md5 = da67bab8f29d74d2aff7e1cd60b1d74f OK 2025/09/01 03:06:31 DEBUG : large: md5 = decf9f7a5b3e7153617d665d988fee9d OK 2025/09/01 03:06:31 DEBUG : Waiting for deletions to finish 2025/09/01 03:06:32 DEBUG : large: Excluded (Size Filter) 2025/09/01 03:06:32 INFO : medium: Deleted 2025/09/01 03:06:32 INFO : small: Deleted --- PASS: TestDelete (6.43s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:06:35 DEBUG : small: md5 = fc3938257026ba2abf01a613ecc11c66 OK 2025/09/01 03:06:36 DEBUG : medium: md5 = 57899296fc39c2a553d3f8ab98f11cc2 OK 2025/09/01 03:06:38 DEBUG : large: md5 = 5381173dc837f23fd435ded5219a506d OK 2025/09/01 03:06:38 DEBUG : Waiting for deletions to finish 2025/09/01 03:06:38 ERROR : large: Got fatal error on delete: --max-delete threshold reached 2025/09/01 03:06:38 INFO : medium: Deleted 2025/09/01 03:06:39 INFO : small: Deleted --- PASS: TestMaxDelete (6.81s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:06:42 DEBUG : small: md5 = 22c26cce630290e65764f6c60992e5f6 OK 2025/09/01 03:06:43 DEBUG : medium: md5 = 69a784c20ee46e7d48e9d849f90627a4 OK 2025/09/01 03:06:45 DEBUG : large: md5 = fb687d07a0837d72eff990c804292dd4 OK 2025/09/01 03:06:45 DEBUG : Waiting for deletions to finish 2025/09/01 03:06:45 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/09/01 03:06:46 INFO : medium: Deleted 2025/09/01 03:06:46 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.92s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:06:49 DEBUG : small: md5 = aa2b7bb441ab5f21f9fac3c0762e3bd4 OK 2025/09/01 03:06:50 DEBUG : medium: md5 = 07b44289699cd3171fda8e1a8a1c02bd OK 2025/09/01 03:06:52 DEBUG : large: md5 = 5e6806ff74924aa10a97e08bc9707fed OK 2025/09/01 03:06:52 DEBUG : Waiting for deletions to finish 2025/09/01 03:06:52 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/09/01 03:06:52 INFO : small: Deleted 2025/09/01 03:06:52 INFO : large: Deleted --- PASS: TestMaxDeleteSize (6.74s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:06:55 DEBUG : ReadFile: md5 = 54d23c1f210c9cc2dac61cdb7504c444 OK --- PASS: TestReadFile (4.08s) === RUN TestRetry 2025/09/01 03:06:58 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/09/01 03:06:58 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/09/01 03:06:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/01 03:06:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/01 03:06:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/01 03:06:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2025/09/01 03:06:58 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:07:00 DEBUG : file1: md5 = bee976ebffc523e8ec71768f19fa4c05 OK 2025/09/01 03:07:01 DEBUG : file2: md5 = e7c72a03f41f8066c79442f4853e6479 OK --- PASS: TestCat (18.52s) === RUN TestPurge 2025/09/01 03:07:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xanafug8sohi" 2025/09/01 03:07:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/01 03:07:17 DEBUG : Creating backend with remote "TestDrive:crypt/6709lreap58o0p7g5r7nc8h9u791thfisq98gdsajk19ni2qp7dg" 2025/09/01 03:07:18 DEBUG : Creating backend with remote "/tmp/rclone2956259433" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-xanafug8sohi'", Local "Local file system at /tmp/rclone2956259433", Modify Window "1ms" 2025/09/01 03:07:22 DEBUG : A1/B1/C1/one: md5 = 0075fd421650f447065c55690b9fea27 OK 2025/09/01 03:07:22 INFO : A2: Making directory 2025/09/01 03:07:23 INFO : A1/B2: Making directory 2025/09/01 03:07:23 INFO : A1/B2/C2: Making directory 2025/09/01 03:07:24 INFO : A1/B1/C3: Making directory 2025/09/01 03:07:25 INFO : A3: Making directory 2025/09/01 03:07:25 INFO : A3/B3: Making directory 2025/09/01 03:07:26 INFO : A3/B3/C4: Making directory 2025/09/01 03:07:28 DEBUG : A1/two: md5 = dd0d6fa12fddd774e11369fecee13b73 OK 2025/09/01 03:07:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xanafug8sohi': Purge remote 2025/09/01 03:07:32 NOTICE: purge failed: directory not found --- PASS: TestPurge (15.03s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:07:35 DEBUG : A1/B1/C1/one: md5 = 5a2f882870da89ff713b54ad772a62dd OK 2025/09/01 03:07:35 INFO : A2: Making directory 2025/09/01 03:07:36 INFO : A1/B2: Making directory 2025/09/01 03:07:37 INFO : A1/B2/C2: Making directory 2025/09/01 03:07:38 INFO : A1/B1/C3: Making directory 2025/09/01 03:07:39 INFO : A3: Making directory 2025/09/01 03:07:39 INFO : A3/B3: Making directory 2025/09/01 03:07:40 INFO : A3/B3/C4: Making directory 2025/09/01 03:07:42 DEBUG : A1/two: md5 = d431586cec50094e5348484f86b84a3a OK 2025/09/01 03:07:43 DEBUG : removing 1 level 3 directories 2025/09/01 03:07:43 INFO : A3/B3/C4: Removing directory 2025/09/01 03:07:46 DEBUG : removing 2 level 3 directories 2025/09/01 03:07:46 INFO : A1/B2/C2: Removing directory 2025/09/01 03:07:46 INFO : A1/B1/C3: Removing directory 2025/09/01 03:07:47 DEBUG : removing 2 level 2 directories 2025/09/01 03:07:47 INFO : A3/B3: Removing directory 2025/09/01 03:07:47 INFO : A1/B2: Removing directory 2025/09/01 03:07:47 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/01 03:07:47 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/09/01 03:07:47 DEBUG : removing 2 level 1 directories 2025/09/01 03:07:47 INFO : A3: Removing directory 2025/09/01 03:07:47 INFO : A2: Removing directory 2025/09/01 03:07:47 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/09/01 03:07:51 DEBUG : removing 1 level 3 directories 2025/09/01 03:07:51 INFO : A1/B1/C1: Removing directory 2025/09/01 03:07:51 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:52 DEBUG : removing 1 level 2 directories 2025/09/01 03:07:52 INFO : A1/B1: Removing directory 2025/09/01 03:07:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/01 03:07:52 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/01 03:07:52 DEBUG : removing 1 level 1 directories 2025/09/01 03:07:52 INFO : A1: Removing directory 2025/09/01 03:07:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/01 03:07:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/01 03:07:53 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/01 03:07:53 DEBUG : removing 1 level 0 directories 2025/09/01 03:07:53 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Removing directory 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/09/01 03:07:53 DEBUG : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestRmdirsNoLeaveRoot (23.01s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:07:55 INFO : A1: Making directory 2025/09/01 03:07:56 INFO : A1/B1: Making directory 2025/09/01 03:07:57 INFO : A1/B1/C1: Making directory 2025/09/01 03:07:59 DEBUG : removing 1 level 3 directories 2025/09/01 03:07:59 INFO : A1/B1/C1: Removing directory 2025/09/01 03:08:00 DEBUG : removing 1 level 2 directories 2025/09/01 03:08:00 INFO : A1/B1: Removing directory 2025/09/01 03:08:00 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/01 03:08:02 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.90s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:08:03 INFO : A1: Making directory 2025/09/01 03:08:03 INFO : A1/B1: Making directory 2025/09/01 03:08:04 INFO : A1/B1/C1: Making directory 2025/09/01 03:08:07 DEBUG : removing 1 level 3 directories 2025/09/01 03:08:07 INFO : A1/B1/C1: Removing directory 2025/09/01 03:08:07 DEBUG : removing 1 level 2 directories 2025/09/01 03:08:07 INFO : A1/B1: Removing directory 2025/09/01 03:08:08 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/01 03:08:09 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.47s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:08:12 DEBUG : file1: md5 = 4111a03fa96113e1189f714f31cc41a7 OK 2025/09/01 03:08:12 DEBUG : filename.txt: File name found in url 2025/09/01 03:08:14 DEBUG : filename.txt: md5 = d0cc93cea244ea740a2136217a69f307 OK 2025/09/01 03:08:14 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/09/01 03:08:15 DEBUG : headerfilename.txt: md5 = fe73e54355fd8d8c79d60451deeed18c OK 2025/09/01 03:08:16 DEBUG : file2: md5 = 299bab040d403e268e7fede922d00877 OK --- PASS: TestCopyURL (8.93s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:08:19 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/01 03:08:21 DEBUG : sub/file2: md5 = 0a37f78c4b8c055199d3e9fc39e3a665 OK 2025/09/01 03:08:21 INFO : file1: Copied (new) to: sub/file2 2025/09/01 03:08:21 INFO : file1: Deleted 2025/09/01 03:08:22 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/01 03:08:22 DEBUG : file1: Unchanged skipping 2025/09/01 03:08:22 INFO : file1: Deleted 2025/09/01 03:08:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': don't need to copy/move sub/file2, it is already at target location 2025/09/01 03:08:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.75s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:08:25 DEBUG : file1: Need to transfer - File not found at Destination 2025/09/01 03:08:26 DEBUG : file1: md5 = 589d4ffd9e2246a3f203a646a3e02d57 OK 2025/09/01 03:08:26 INFO : file1: Copied (new) 2025/09/01 03:08:26 INFO : file1: Deleted 2025/09/01 03:08:27 DEBUG : file1: Destination exists, skipping 2025/09/01 03:08:27 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.45s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.48s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.47s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:08:31 DEBUG : dst/file1: md5 = d9b1257cd6a387d571ea9232ce1dd3cd OK 2025/09/01 03:08:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jusonev0ruwe/backup" 2025/09/01 03:08:32 DEBUG : Creating backend with remote "TestDrive:crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg/1nrff024r7pq65ecp72fc28jb0" 2025/09/01 03:08:33 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/09/01 03:08:36 INFO : dst/file1: Moved (server-side) 2025/09/01 03:08:37 DEBUG : dst/file1: md5 = 77201f5a2695c580461406dd00a16885 OK 2025/09/01 03:08:37 INFO : dst/file1: Copied (new) 2025/09/01 03:08:37 INFO : dst/file1: Deleted 2025/09/01 03:08:40 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/01 03:08:40 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/09/01 03:08:41 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (12.82s) === 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-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:08:44 DEBUG : A1/one: md5 = 1bae0c12e585bef87adae8de2a625cd1 OK 2025/09/01 03:08:45 DEBUG : A1/two: md5 = 0f9ffb836398e0d0d6f5ca3725cd775a OK 2025/09/01 03:08:48 DEBUG : A1/B1/three: md5 = c6abc5ae9f95d21ce35f5ab2969bed7c OK 2025/09/01 03:08:50 DEBUG : A1/B1/C1/four: md5 = 32b7cde22eddaa62cd9eef0c573cb1a4 OK 2025/09/01 03:08:52 DEBUG : A1/B1/C2/five: md5 = 7a27b7d7e03f17da406fa92e4f08dced OK 2025/09/01 03:08:52 INFO : A1/B2: Making directory 2025/09/01 03:08:52 INFO : A1/B1/C3: Making directory 2025/09/01 03:09:02 INFO : A2/one: Moved (server-side) to: A3/one 2025/09/01 03:09:02 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/09/01 03:09:02 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/09/01 03:09:02 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/09/01 03:09:02 INFO : A2/two: Moved (server-side) to: A3/two 2025/09/01 03:09:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/01 03:09:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/01 03:09:05 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/01 03:09:06 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/01 03:09:06 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/01 03:09:07 INFO : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/09/01 03:09:13 INFO : A3/one: Moved (server-side) to: A4/one 2025/09/01 03:09:13 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/09/01 03:09:13 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/09/01 03:09:13 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/09/01 03:09:13 INFO : A3/two: Moved (server-side) to: A4/two 2025/09/01 03:09:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/01 03:09:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/01 03:09:16 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/01 03:09:17 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/01 03:09:17 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/01 03:09:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/09/01 03:09:23 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/09/01 03:09:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/09/01 03:09:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/09/01 03:09:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/09/01 03:09:24 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/09/01 03:09:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/09/01 03:09:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/09/01 03:09:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/09/01 03:09:25 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (43.49s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:09:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': File to upload is small (34 bytes), uploading instead of streaming 2025/09/01 03:09:27 DEBUG : no_checksum_small_file_from_pipe: md5 = 20278b79c83f36888786a5cfadef4997 OK 2025/09/01 03:09:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/09/01 03:09:27 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/01 03:09:28 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/09/01 03:09:29 DEBUG : no_checksum_big_file_from_pipe: md5 = 21474c7edee8111aa8f343a65200b187 OK 2025/09/01 03:09:29 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-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:09:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': File to upload is small (34 bytes), uploading instead of streaming 2025/09/01 03:09:32 DEBUG : with_checksum_small_file_from_pipe: md5 = 89bb2e7747fc6aad02c9faafc81c8b2d OK 2025/09/01 03:09:32 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/01 03:09:33 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/09/01 03:09:34 DEBUG : with_checksum_big_file_from_pipe: md5 = 19697b6376f4f9505c1ff6436d20715c OK 2025/09/01 03:09:34 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-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:09:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': File to upload is small (34 bytes), uploading instead of streaming 2025/09/01 03:09:37 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/01 03:09:38 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/01 03:09:39 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-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:09:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': File to upload is small (34 bytes), uploading instead of streaming 2025/09/01 03:09:42 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/09/01 03:09:43 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/09/01 03:09:44 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.28s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.89s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.70s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.78s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (4.91s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/09/01 03:09:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': File to upload is small (48 bytes), uploading instead of streaming 2025/09/01 03:09:47 DEBUG : rcat_metadata: md5 = 5d9589194fdc72490f5f1aa81fba27d9 OK 2025/09/01 03:09:47 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/09/01 03:09:49 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/09/01 03:09:50 DEBUG : rcat_metadata_uploadcutoff0: md5 = da6bc7b36cf100be6ca8173321f1afce OK 2025/09/01 03:09:50 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.09s) --- PASS: TestRcatMetadata/Normal (2.54s) --- PASS: TestRcatMetadata/ViaDisk (3.07s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:09:53 DEBUG : potato1: md5 = 77df5a3d7b72803e9bc6b96a032a2421 OK 2025/09/01 03:09:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': File to upload is small (60 bytes), uploading instead of streaming 2025/09/01 03:09:54 DEBUG : potato2: md5 = 7c1ca8e17d59e3d5485590306cb23adc OK 2025/09/01 03:09:54 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.28s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:09:57 DEBUG : potato1: md5 = 6c4968ccc2a890f963af3a8090718b02 OK 2025/09/01 03:09:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': File to upload is small (60 bytes), uploading instead of streaming 2025/09/01 03:09:58 DEBUG : potato2: md5 = 13c1224ceb29220b3219134b70788244 OK 2025/09/01 03:09:58 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (4.76s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:10:02 DEBUG : potato2: md5 = dc14243ebd7b56f85e749b204feab45a OK 2025/09/01 03:10:03 DEBUG : empty space: md5 = dc6019fdfe88a2cdf25b2978eb772c26 OK 2025/09/01 03:10:05 DEBUG : sub dir/potato3: md5 = f643903c14d1c85cd46c1909e1213431 OK 2025/09/01 03:10:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Touching "sub dir/potato3" 2025/09/01 03:10:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Touching "empty space" 2025/09/01 03:10:06 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Touching "potato2" 2025/09/01 03:10:09 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (9.65s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:10:10 DEBUG : dir with metadata: Making directory with metadata 2025/09/01 03:10:11 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.19s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:10:12 DEBUG : directory with modtime: Making directory with metadata 2025/09/01 03:10:13 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.19s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:10:14 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/01 03:10:14 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/01 03:10:14 DEBUG : Google drive root 'crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg': Skipping btime metadata as can't update it on an existing file: 2025-09-01T03:10:14.736426728Z 2025/09/01 03:10:15 INFO : non existent directory: Updated directory metadata 2025/09/01 03:10:17 DEBUG : Google drive root 'crypt/i77qlfk6ckiqmntk5hi7mkpb7lk0dv5nhgk1bj6q84j4qngjh8qg': Skipping btime metadata as can't update it on an existing file: 2025-09-01T03:10:14.736426728Z 2025/09/01 03:10:18 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.97s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:10:19 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/09/01 03:10:21 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/09/01 03:10:22 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.20s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:10:23 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/09/01 03:10:23 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/01 03:10:23 DEBUG : dst: Making directory with metadata 2025/09/01 03:10:24 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/09/01 03:10:24 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/09/01 03:10:25 INFO : dst: Set directory modification time (using SetModTime) 2025/09/01 03:10:25 INFO : dst: Set directory modification time (using SetModTime) 2025/09/01 03:10:25 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/09/01 03:10:26 INFO : dst: Set directory modification time (using SetModTime) 2025/09/01 03:10:26 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.54s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe'", Local "Local file system at /tmp/rclone3124762453", Modify Window "1ms" 2025/09/01 03:10:29 DEBUG : sub dir/test remove existing: md5 = 4f235b86af815aaf8ec7d3d9cca9f895 OK 2025/09/01 03:10:30 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 6b387516f289ac7bb7b2bc6d8285111b OK 2025/09/01 03:10:32 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.teguper1" before starting 2025/09/01 03:10:33 DEBUG : sub dir/test remove existing.teguper1: TEST: removing renamed existing file after operation 2025/09/01 03:10:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.beyusoj6" before starting 2025/09/01 03:10:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.beyusoj6: TEST: renaming existing back after failed operation 2025/09/01 03:10:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hozavex3" before starting 2025/09/01 03:10:37 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hozavex3: TEST: removing renamed existing file after operation 2025/09/01 03:10:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "k5ik96ok3agbunpb7vk2qhm87ipgqt7pradvesjt9eoblhtcl9j0" 2025/09/01 03:10:39 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ge9louq443dc4npqso0es9o7s5jo1vm75gtt0249njp94n5mknsjurh55qdcr136oqsfqbkubiefrhcag0v1t3vfnn2ep6skhu9pa59uhts9g260lf5pp8r77lofiupm9d7l5ctkn2qj9133befnam7u6tsqcg4dujlbokgr8hmhe3a7rshg" --- PASS: TestRemoveExisting (12.94s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/09/01 03:10:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jusonev0ruwe': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose -fast-list" - Finished OK in 10m46.919608373s (try 1/5)