"./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/05/17 02:25:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penabav3komo" 2025/05/17 02:25:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:25:24 DEBUG : Creating backend with remote "TestDrive:crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0" 2025/05/17 02:25:25 DEBUG : Creating backend with remote "/tmp/rclone364117595" === 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-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopy (0.25s) === RUN TestMultithreadCopyAbort run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" multithread_test.go:121: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.24s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/05/17 02:25:25 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/17 02:25:25 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/05/17 02:25:25 DEBUG : potato: Seek from 10 to 0 2025/05/17 02:25:25 DEBUG : potato: Seek from 10 to 0 2025/05/17 02:25:25 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/05/17 02:25:25 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/17 02:25:25 DEBUG : potato: Seek from 5 to 2 2025/05/17 02:25:25 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/05/17 02:25:25 DEBUG : potato: Seek from 7 to 0 2025/05/17 02:25:25 DEBUG : potato: Seek from 7 to 0 2025/05/17 02:25:25 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/05/17 02:25:25 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/17 02:25:25 DEBUG : potato: Seek from 5 to 2 2025/05/17 02:25:25 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/05/17 02:25:25 DEBUG : potato: Seek from 8 to 0 2025/05/17 02:25:25 DEBUG : potato: Seek from 8 to 0 2025/05/17 02:25:25 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/05/17 02:25:25 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/05/17 02:25:25 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/05/17 02:25:25 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/05/17 02:25:25 DEBUG : potato: Seek from 5 to 2 2025/05/17 02:25:25 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/05/17 02:25:25 DEBUG : potato: Seek from 9 to 0 2025/05/17 02:25:25 DEBUG : potato: Seek from 9 to 0 2025/05/17 02:25:25 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:25:27 DEBUG : rutabaga: md5 = 4942b18ae492595ddfa0e7acf220c57c OK === RUN TestCheck/1 === RUN TestCheck/2 2025/05/17 02:25:30 DEBUG : empty space: md5 = c822a914bc4eaf1a13b38d33a910fd08 OK === RUN TestCheck/3 2025/05/17 02:25:32 DEBUG : potato2: md5 = 5ef419bd3187877ba96196552c02fc0c OK === RUN TestCheck/4 === RUN TestCheck/5 2025/05/17 02:25:34 DEBUG : remotepotato: md5 = 58debd6eab43a175333ea9cf056b0eca OK === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (12.18s) --- PASS: TestCheck/1 (0.27s) --- PASS: TestCheck/2 (0.28s) --- PASS: TestCheck/3 (0.28s) --- PASS: TestCheck/4 (0.25s) --- PASS: TestCheck/5 (0.29s) --- PASS: TestCheck/6 (0.25s) --- PASS: TestCheck/7 (0.26s) === RUN TestCheckFsError 2025/05/17 02:25:37 DEBUG : Creating backend with remote "nonexistent" 2025/05/17 02:25:37 DEBUG : Creating backend with remote "nonexistent" 2025/05/17 02:25:37 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/05/17 02:25:37 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/05/17 02:25:37 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/05/17 02:25:37 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-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:25:39 DEBUG : rutabaga: md5 = cd38e89115cb2fb66e51a130f1651082 OK === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/05/17 02:25:43 DEBUG : empty space: md5 = e43a7c2b00701dab89151f120b4ca8e5 OK === RUN TestCheckDownload/3 2025/05/17 02:25:46 DEBUG : potato2: md5 = aeea1f2537f3058c75dc2134c983e79c OK === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/05/17 02:25:50 DEBUG : remotepotato: md5 = 6fdf960dc31105cac44037cdd6d4ef99 OK === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (17.24s) --- PASS: TestCheckDownload/1 (1.13s) --- PASS: TestCheckDownload/2 (1.07s) --- PASS: TestCheckDownload/3 (1.44s) --- PASS: TestCheckDownload/4 (1.36s) --- PASS: TestCheckDownload/5 (0.88s) --- PASS: TestCheckDownload/6 (0.99s) --- PASS: TestCheckDownload/7 (0.99s) === RUN TestCheckSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:25:56 DEBUG : rutabaga: md5 = a119d093c02e94dcdf09c9639b0700cf OK === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/05/17 02:25:58 DEBUG : empty space: md5 = 983779134564aa26df38262e2d2d2f9e OK === RUN TestCheckSizeOnly/3 2025/05/17 02:26:04 DEBUG : potato2: md5 = 2ef7fd48fe50d470c5152259031bf431 OK === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/05/17 02:26:06 DEBUG : remotepotato: md5 = 35025242d9fbf66158be89eb3c8dc741 OK === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (14.64s) --- PASS: TestCheckSizeOnly/1 (0.25s) --- PASS: TestCheckSizeOnly/2 (0.29s) --- PASS: TestCheckSizeOnly/3 (0.24s) --- PASS: TestCheckSizeOnly/4 (0.26s) --- PASS: TestCheckSizeOnly/5 (0.30s) --- PASS: TestCheckSizeOnly/6 (0.28s) --- PASS: TestCheckSizeOnly/7 (0.26s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:26:11 DEBUG : test.sum: md5 = b7addf05cd3283aef75b8eb41f98ad44 OK 2025/05/17 02:26:12 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/17 02:26:12 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/17 02:26:12 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/17 02:26:12 NOTICE: test.sum: 2 warning(s) suppressed... 2025/05/17 02:26:13 DEBUG : test.sum: md5 = 7fef76ae99555020bb6e44dae412099a OK 2025/05/17 02:26:14 NOTICE: test.sum: improperly formatted checksum line 4 2025/05/17 02:26:14 NOTICE: test.sum: improperly formatted checksum line 5 2025/05/17 02:26:14 NOTICE: test.sum: improperly formatted checksum line 6 2025/05/17 02:26:14 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (5.92s) === RUN TestCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:26:15 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penabav3komo/data" 2025/05/17 02:26:15 DEBUG : Creating backend with remote "TestDrive:crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0/vjrnln8ratgmqakfosrqe8espk" check_test.go:353: Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo/data' lacks md5, skipping --- SKIP: TestCheckSum (2.13s) === RUN TestCheckSumDownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:26:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penabav3komo/data" 2025/05/17 02:26:17 DEBUG : Creating backend with remote "TestDrive:crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0/vjrnln8ratgmqakfosrqe8espk" 2025/05/17 02:26:21 DEBUG : data/banana: md5 = 90b66ead73bd7d88eaae4f26a07f2628 OK 2025/05/17 02:26:22 DEBUG : test.sum: md5 = 136e72febc63801477c84315297f1725 OK === RUN TestCheckSumDownload/subtest1 2025/05/17 02:26:26 DEBUG : data/potato: md5 = 4d3f99add452213f0908e7be43fc338e OK 2025/05/17 02:26:28 DEBUG : test.sum: md5 = bb4d0cc69d22fe1e0505929a50d0fc11 OK === RUN TestCheckSumDownload/subtest2 2025/05/17 02:26:32 DEBUG : test.sum: md5 = 31310f2546692c5bbb70e5f52e7b0f6b OK === RUN TestCheckSumDownload/subtest3 2025/05/17 02:26:37 DEBUG : test.sum: md5 = aa5293a8f8f1cc5522b084a6aba51974 OK === RUN TestCheckSumDownload/subtest4 2025/05/17 02:26:41 DEBUG : test.sum: md5 = df1fdbf149402839954ab877125ed2c5 OK === RUN TestCheckSumDownload/subtest5 2025/05/17 02:26:45 DEBUG : test.sum: md5 = a23cd97e3069adcd97273da8580aec94 OK === RUN TestCheckSumDownload/subtest6 2025/05/17 02:26:50 DEBUG : data/banana: md5 = ee2ea340bf0c38acf6616c483341912f OK 2025/05/17 02:26:51 DEBUG : data/potato: md5 = 91ed1a33d384bc92ac75ac33c7b77be4 OK 2025/05/17 02:26:53 DEBUG : test.sum: md5 = 4714809cc72ae2634d807336aae24e9d OK === RUN TestCheckSumDownload/subtest7 2025/05/17 02:26:58 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "igjr4utqjj43i7bn8okrqetjm0" 2025/05/17 02:26:58 DEBUG : vjrnln8ratgmqakfosrqe8espk: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" --- PASS: TestCheckSumDownload (41.54s) --- PASS: TestCheckSumDownload/subtest1 (2.27s) --- PASS: TestCheckSumDownload/subtest2 (2.29s) --- PASS: TestCheckSumDownload/subtest3 (2.31s) --- PASS: TestCheckSumDownload/subtest4 (2.66s) --- PASS: TestCheckSumDownload/subtest5 (2.34s) --- PASS: TestCheckSumDownload/subtest6 (2.70s) --- PASS: TestCheckSumDownload/subtest7 (2.53s) === RUN TestApplyTransforms 2025/05/17 02:26:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-qocogaz6daza" 2025/05/17 02:26:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:26:59 DEBUG : Creating backend with remote "TestDrive:crypt/4fof1f53bimi9juu03jh0vf8hh1dcdgvvjcnjfchmdqe3mmi75eg" 2025/05/17 02:27:00 DEBUG : Creating backend with remote "/tmp/rclone3457738116" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-qocogaz6daza'", Local "Local file system at /tmp/rclone3457738116", Modify Window "1ms" 2025/05/17 02:27:02 DEBUG : hello, world!: md5 = 80636d774c8ea940d8047f0af577440e OK upper checkfile vs. lower remote (without normalization) 2025/05/17 02:27:03 ERROR : hello, world!: sum not found 2025/05/17 02:27:03 ERROR : HELLO, WORLD!: file not in Encrypted drive 'TestCryptDrive:rclone-test-qocogaz6daza' 2025/05/17 02:27:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qocogaz6daza': 1 files missing 2025/05/17 02:27:03 NOTICE: 1 hashes missing 2025/05/17 02:27:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qocogaz6daza': 2 differences found 2025/05/17 02:27:03 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qocogaz6daza': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/05/17 02:27:04 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/17 02:27:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qocogaz6daza': 0 differences found 2025/05/17 02:27:04 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-qocogaz6daza': 1 matching files 2025/05/17 02:27:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-foguvow6yije" 2025/05/17 02:27:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:27:04 DEBUG : Creating backend with remote "TestDrive:crypt/rci577u16q08se1fe5uclpveo8o0bq8khpgrvu29eaifq8of4dvg" 2025/05/17 02:27:05 DEBUG : Creating backend with remote "/tmp/rclone2344671688" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-foguvow6yije'", Local "Local file system at /tmp/rclone2344671688", Modify Window "1ms" 2025/05/17 02:27:07 DEBUG : HELLO, WORLD!: md5 = fdf676c7e6d3d754c2feae60a479c6d4 OK lower checkfile vs. upper remote (without normalization) 2025/05/17 02:27:08 ERROR : HELLO, WORLD!: sum not found 2025/05/17 02:27:08 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-foguvow6yije' 2025/05/17 02:27:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foguvow6yije': 1 files missing 2025/05/17 02:27:08 NOTICE: 1 hashes missing 2025/05/17 02:27:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foguvow6yije': 2 differences found 2025/05/17 02:27:08 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foguvow6yije': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/05/17 02:27:09 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/17 02:27:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foguvow6yije': 0 differences found 2025/05/17 02:27:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-foguvow6yije': 1 matching files 2025/05/17 02:27:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-budobag5ciji" 2025/05/17 02:27:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:27:09 DEBUG : Creating backend with remote "TestDrive:crypt/9dfmiu10n38jusqadha56sljv2k3e1jig36tfl1djniv4lia9t1g" 2025/05/17 02:27:10 DEBUG : Creating backend with remote "/tmp/rclone584321543" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-budobag5ciji'", Local "Local file system at /tmp/rclone584321543", Modify Window "1ms" 2025/05/17 02:27:12 DEBUG : HeLlO, wOrLd!: md5 = f286f7fd3ff2ecdaecf471f82d500873 OK lower checkfile vs. upperlowermixed remote (without normalization) 2025/05/17 02:27:12 ERROR : HeLlO, wOrLd!: sum not found 2025/05/17 02:27:12 ERROR : hello, world!: file not in Encrypted drive 'TestCryptDrive:rclone-test-budobag5ciji' 2025/05/17 02:27:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-budobag5ciji': 1 files missing 2025/05/17 02:27:12 NOTICE: 1 hashes missing 2025/05/17 02:27:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-budobag5ciji': 2 differences found 2025/05/17 02:27:12 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-budobag5ciji': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/05/17 02:27:13 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/17 02:27:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-budobag5ciji': 0 differences found 2025/05/17 02:27:13 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-budobag5ciji': 1 matching files 2025/05/17 02:27:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-kuqoboz5hiji" 2025/05/17 02:27:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:27:14 DEBUG : Creating backend with remote "TestDrive:crypt/k8mqrr3tujpm2ro9hbf8maokgojtt269ehrd77qlhppoisohnli0" 2025/05/17 02:27:15 DEBUG : Creating backend with remote "/tmp/rclone75059238" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-kuqoboz5hiji'", Local "Local file system at /tmp/rclone75059238", Modify Window "1ms" 2025/05/17 02:27:17 DEBUG : HELLO, WORLD!: md5 = 77d1d591b18a8295edc838417c995637 OK upperlowermixed checkfile vs. upper remote (without normalization) 2025/05/17 02:27:17 ERROR : HELLO, WORLD!: sum not found 2025/05/17 02:27:17 ERROR : HeLlO, wOrLd!: file not in Encrypted drive 'TestCryptDrive:rclone-test-kuqoboz5hiji' 2025/05/17 02:27:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuqoboz5hiji': 1 files missing 2025/05/17 02:27:17 NOTICE: 1 hashes missing 2025/05/17 02:27:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuqoboz5hiji': 2 differences found 2025/05/17 02:27:17 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuqoboz5hiji': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/05/17 02:27:18 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/17 02:27:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuqoboz5hiji': 0 differences found 2025/05/17 02:27:18 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-kuqoboz5hiji': 1 matching files 2025/05/17 02:27:18 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yipuhar7yino" 2025/05/17 02:27:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:27:18 DEBUG : Creating backend with remote "TestDrive:crypt/uro4icv51ql1b6eq5p8v9pttdgre6g8l2thbi63r08irufgjvu6g" 2025/05/17 02:27:19 DEBUG : Creating backend with remote "/tmp/rclone705269386" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-yipuhar7yino'", Local "Local file system at /tmp/rclone705269386", Modify Window "1ms" 2025/05/17 02:27:22 DEBUG : 測試_Русский___ě_áñ: md5 = a2afd395b33a83e890c7b3acf0521dea OK NFD checkfile vs. NFC remote (without normalization) 2025/05/17 02:27:22 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/17 02:27:22 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-yipuhar7yino' 2025/05/17 02:27:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipuhar7yino': 1 files missing 2025/05/17 02:27:22 NOTICE: 1 hashes missing 2025/05/17 02:27:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipuhar7yino': 2 differences found 2025/05/17 02:27:22 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipuhar7yino': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/05/17 02:27:23 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/17 02:27:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipuhar7yino': 0 differences found 2025/05/17 02:27:23 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-yipuhar7yino': 1 matching files 2025/05/17 02:27:23 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jitenev2davu" 2025/05/17 02:27:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:27:23 DEBUG : Creating backend with remote "TestDrive:crypt/mo8dkpf4ck7q58nqir25qljgsknd84ijdn4060q48g4vlh9sdlng" 2025/05/17 02:27:24 DEBUG : Creating backend with remote "/tmp/rclone3895519277" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jitenev2davu'", Local "Local file system at /tmp/rclone3895519277", Modify Window "1ms" 2025/05/17 02:27:27 DEBUG : 測試_Русский___ě_áñ: md5 = 28c8b321c27a10c02f589efd01a66639 OK NFC checkfile vs. NFD remote (without normalization) 2025/05/17 02:27:27 ERROR : 測試_Русский___ě_áñ: sum not found 2025/05/17 02:27:27 ERROR : 測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jitenev2davu' 2025/05/17 02:27:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jitenev2davu': 1 files missing 2025/05/17 02:27:27 NOTICE: 1 hashes missing 2025/05/17 02:27:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jitenev2davu': 2 differences found 2025/05/17 02:27:27 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jitenev2davu': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/05/17 02:27:28 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/17 02:27:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jitenev2davu': 0 differences found 2025/05/17 02:27:28 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jitenev2davu': 1 matching files 2025/05/17 02:27:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-jatakix2qubo" 2025/05/17 02:27:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:27:28 DEBUG : Creating backend with remote "TestDrive:crypt/3c0brvkve998q1rvob4ge51hi8ioaif09e220kok9mcj5splg2ng" 2025/05/17 02:27:29 DEBUG : Creating backend with remote "/tmp/rclone3252938875" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-jatakix2qubo'", Local "Local file system at /tmp/rclone3252938875", Modify Window "1ms" 2025/05/17 02:27:32 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 891335b8eb61507f021d6ea6f018739e OK NFDx2 checkfile vs. both remote (without normalization) 2025/05/17 02:27:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/17 02:27:32 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-jatakix2qubo' 2025/05/17 02:27:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jatakix2qubo': 1 files missing 2025/05/17 02:27:32 NOTICE: 1 hashes missing 2025/05/17 02:27:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jatakix2qubo': 2 differences found 2025/05/17 02:27:32 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jatakix2qubo': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/05/17 02:27:33 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/17 02:27:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jatakix2qubo': 0 differences found 2025/05/17 02:27:33 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-jatakix2qubo': 1 matching files 2025/05/17 02:27:33 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-quyusid8luyo" 2025/05/17 02:27:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:27:33 DEBUG : Creating backend with remote "TestDrive:crypt/npijag39okr2b7p70sfh22jqa3i2g6gd4km4mdcl9kbl4lt7jft0" 2025/05/17 02:27:34 DEBUG : Creating backend with remote "/tmp/rclone3221798633" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-quyusid8luyo'", Local "Local file system at /tmp/rclone3221798633", Modify Window "1ms" 2025/05/17 02:27:36 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = d45a97b61637b840f6c22f41ec09f002 OK NFCx2 checkfile vs. both remote (without normalization) 2025/05/17 02:27:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/17 02:27:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-quyusid8luyo' 2025/05/17 02:27:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quyusid8luyo': 1 files missing 2025/05/17 02:27:37 NOTICE: 1 hashes missing 2025/05/17 02:27:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quyusid8luyo': 2 differences found 2025/05/17 02:27:37 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quyusid8luyo': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/05/17 02:27:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/17 02:27:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quyusid8luyo': 0 differences found 2025/05/17 02:27:38 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-quyusid8luyo': 1 matching files 2025/05/17 02:27:38 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-gisucup1qepa" 2025/05/17 02:27:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:27:38 DEBUG : Creating backend with remote "TestDrive:crypt/d2murej6lsd64irm79vl32tuq7ejhaq9q89u3nn9kgsql1gla70g" 2025/05/17 02:27:39 DEBUG : Creating backend with remote "/tmp/rclone3327011133" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-gisucup1qepa'", Local "Local file system at /tmp/rclone3327011133", Modify Window "1ms" 2025/05/17 02:27:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 848d19cf4d95b90d90199edd29cad542 OK both checkfile vs. NFDx2 remote (without normalization) 2025/05/17 02:27:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/17 02:27:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-gisucup1qepa' 2025/05/17 02:27:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gisucup1qepa': 1 files missing 2025/05/17 02:27:42 NOTICE: 1 hashes missing 2025/05/17 02:27:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gisucup1qepa': 2 differences found 2025/05/17 02:27:42 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gisucup1qepa': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/05/17 02:27:43 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/17 02:27:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gisucup1qepa': 0 differences found 2025/05/17 02:27:43 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-gisucup1qepa': 1 matching files 2025/05/17 02:27:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vobazoz7biro" 2025/05/17 02:27:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:27:43 DEBUG : Creating backend with remote "TestDrive:crypt/720p82oldda0mabghbrnmhceueuagvtmnj6157843u878gt37a8g" 2025/05/17 02:27:44 DEBUG : Creating backend with remote "/tmp/rclone704081990" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-vobazoz7biro'", Local "Local file system at /tmp/rclone704081990", Modify Window "1ms" 2025/05/17 02:27:46 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 507c321ec1e407ea61fa27f3e91600a3 OK both checkfile vs. NFCx2 remote (without normalization) 2025/05/17 02:27:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/05/17 02:27:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in Encrypted drive 'TestCryptDrive:rclone-test-vobazoz7biro' 2025/05/17 02:27:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vobazoz7biro': 1 files missing 2025/05/17 02:27:46 NOTICE: 1 hashes missing 2025/05/17 02:27:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vobazoz7biro': 2 differences found 2025/05/17 02:27:46 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vobazoz7biro': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/05/17 02:27:48 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/05/17 02:27:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vobazoz7biro': 0 differences found 2025/05/17 02:27:48 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-vobazoz7biro': 1 matching files 2025/05/17 02:27:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vobazoz7biro': Purge remote 2025/05/17 02:27:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-gisucup1qepa': Purge remote 2025/05/17 02:27:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-quyusid8luyo': Purge remote 2025/05/17 02:27:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jatakix2qubo': Purge remote 2025/05/17 02:27:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-jitenev2davu': Purge remote 2025/05/17 02:27:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yipuhar7yino': Purge remote 2025/05/17 02:27:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-kuqoboz5hiji': Purge remote 2025/05/17 02:27:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-budobag5ciji': Purge remote 2025/05/17 02:27:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-foguvow6yije': Purge remote 2025/05/17 02:27:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-qocogaz6daza': Purge remote --- PASS: TestApplyTransforms (55.82s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:27:55 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/17 02:27:57 DEBUG : sub/file2: md5 = bcee6c723e1bf4c991cd5e97ce9c6ac6 OK 2025/05/17 02:27:57 INFO : file1: Copied (new) to: sub/file2 2025/05/17 02:27:58 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/17 02:27:58 DEBUG : file1: Unchanged skipping 2025/05/17 02:27:58 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': don't need to copy/move sub/file2, it is already at target location 2025/05/17 02:28:00 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestCopyFile (5.94s) === RUN TestCopyLongFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (0.46s) === RUN TestCopyFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:28:03 DEBUG : dst/file1: md5 = 12c6c8788850a979ea98836e0c840abe OK 2025/05/17 02:28:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penabav3komo/backup" 2025/05/17 02:28:04 DEBUG : Creating backend with remote "TestDrive:crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0/1nrff024r7pq65ecp72fc28jb0" 2025/05/17 02:28:06 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/17 02:28:08 INFO : dst/file1: Moved (server-side) 2025/05/17 02:28:10 DEBUG : dst/file1: md5 = 5b6724fda08214c625e06af27fbbadcb OK 2025/05/17 02:28:10 INFO : dst/file1: Copied (new) 2025/05/17 02:28:12 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/17 02:28:13 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/17 02:28:14 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestCopyFileBackupDir (13.40s) === RUN TestCopyFileCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:28:14 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penabav3komo/dst" 2025/05/17 02:28:14 DEBUG : Creating backend with remote "TestDrive:crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/17 02:28:16 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penabav3komo/CompareDest" 2025/05/17 02:28:16 DEBUG : Creating backend with remote "TestDrive:crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0/gveqi14airsml4bgu7krj116o8" 2025/05/17 02:28:18 DEBUG : one: Need to transfer - File not found at Destination 2025/05/17 02:28:20 DEBUG : one: md5 = d74e6902ae261eaf4d88c92650185831 OK 2025/05/17 02:28:20 INFO : one: Copied (new) 2025/05/17 02:28:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/17 02:28:23 DEBUG : one: md5 = c199cca3de0c32727379bc1083d6daa5 OK 2025/05/17 02:28:23 INFO : one: Copied (replaced existing) 2025/05/17 02:28:25 DEBUG : dst/one: md5 = 6613b687ffa3d03e9435c1f5233733a3 OK 2025/05/17 02:28:27 DEBUG : CompareDest/one: md5 = 97a246b76d489b79dfc2d6333afb23d9 OK 2025/05/17 02:28:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/17 02:28:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/17 02:28:28 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/17 02:28:30 DEBUG : CompareDest/two: md5 = cac0302223a20714ff0aa827ccf46276 OK 2025/05/17 02:28:30 DEBUG : two: Need to transfer - File not found at Destination 2025/05/17 02:28:31 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/17 02:28:31 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/17 02:28:31 DEBUG : two: Need to transfer - File not found at Destination 2025/05/17 02:28:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/17 02:28:32 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/17 02:28:33 DEBUG : two: Need to transfer - File not found at Destination 2025/05/17 02:28:33 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/17 02:28:34 DEBUG : two: md5 = 371e5a8306ee29ca009a9d8f5a11e264 OK 2025/05/17 02:28:34 INFO : two: Copied (new) 2025/05/17 02:28:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/17 02:28:38 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:28:38 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:28:38 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" --- PASS: TestCopyFileCompareDest (24.57s) === RUN TestCopyFileCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:28:39 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penabav3komo/dst" 2025/05/17 02:28:39 DEBUG : Creating backend with remote "TestDrive:crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/17 02:28:41 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penabav3komo/CopyDest" 2025/05/17 02:28:41 DEBUG : Creating backend with remote "TestDrive:crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0/d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/17 02:28:43 DEBUG : one: Need to transfer - File not found at Destination 2025/05/17 02:28:45 DEBUG : one: md5 = bebc986cea9b070824e932be0cb8de4e OK 2025/05/17 02:28:45 INFO : one: Copied (new) 2025/05/17 02:28:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/17 02:28:47 DEBUG : one: md5 = 0d41be24a233d92171274865b03f4467 OK 2025/05/17 02:28:47 INFO : one: Copied (replaced existing) 2025/05/17 02:28:49 DEBUG : dst/one: md5 = a5d8839e73c2145978eb77def9be455a OK 2025/05/17 02:28:52 DEBUG : CopyDest/one: md5 = 976135d033f67ef4b18f409e0bb48805 OK 2025/05/17 02:28:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penabav3komo/BackupDir" 2025/05/17 02:28:52 DEBUG : Creating backend with remote "TestDrive:crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/17 02:28:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/17 02:28:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/17 02:28:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/17 02:28:56 INFO : one: Moved (server-side) 2025/05/17 02:28:57 INFO : one: Copied (server-side copy) 2025/05/17 02:28:57 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/17 02:28:59 DEBUG : CopyDest/two: md5 = a5c192e4a0e6148064e500d4abd1244f OK 2025/05/17 02:28:59 DEBUG : two: Need to transfer - File not found at Destination 2025/05/17 02:29:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/17 02:29:01 INFO : two: Copied (server-side copy) 2025/05/17 02:29:01 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/17 02:29:02 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/17 02:29:02 DEBUG : two: Unchanged skipping 2025/05/17 02:29:03 DEBUG : CopyDest/three: md5 = 8e6ad4513ab05cd10b59f9f7a249b4af OK 2025/05/17 02:29:04 DEBUG : three: Need to transfer - File not found at Destination 2025/05/17 02:29:04 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/17 02:29:04 DEBUG : three: Destination not found in --copy-dest 2025/05/17 02:29:06 DEBUG : three: md5 = 4ab29de3b8b935400d9b84b3ee204078 OK 2025/05/17 02:29:06 INFO : three: Copied (new) 2025/05/17 02:29:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/17 02:29:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:29:11 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/17 02:29:11 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/17 02:29:11 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:29:11 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/17 02:29:12 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestCopyFileCopyDest (33.83s) === RUN TestCopyInplace run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" copy_test.go:370: Partial uploads not supported --- SKIP: TestCopyInplace (0.40s) === RUN TestCopyLongFileName run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" copy_test.go:403: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.44s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:29:14 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/05/17 02:29:16 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 2a3ca9e3113feb125d40c32327fc999b OK 2025/05/17 02:29:16 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/05/17 02:29:17 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/05/17 02:29:17 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/05/17 02:29:18 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/05/17 02:29:18 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/05/17 02:29:20 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 25a3fbce41f628c5f42929ef7928fef6 OK 2025/05/17 02:29:20 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/05/17 02:29:22 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "amq3bkuqh8mg4ohnbs2i3185uk" 2025/05/17 02:29:22 DEBUG : bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" --- PASS: TestCopyFileMaxTransfer (9.15s) === RUN TestDeduplicateInteractive run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateInteractive (0.42s) === RUN TestDeduplicateSkip run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:29:26 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Looking for duplicate names using skip mode. 2025/05/17 02:29:26 NOTICE: one: Found 2 files with duplicate names 2025/05/17 02:29:26 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (4.49s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:29:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Looking for duplicate names using skip mode. 2025/05/17 02:29:32 NOTICE: one: Found 3 files with duplicate names 2025/05/17 02:29:32 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2025/05/17 02:29:32 INFO : one: Deleted 2025/05/17 02:29:32 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (6.38s) === RUN TestDeduplicateFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:29:38 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Looking for duplicate names using first mode. 2025/05/17 02:29:38 NOTICE: one: Found 3 files with duplicate names 2025/05/17 02:29:39 INFO : one: Deleted 2025/05/17 02:29:39 INFO : one: Deleted 2025/05/17 02:29:39 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (6.14s) === RUN TestDeduplicateNewest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:29:44 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Looking for duplicate names using newest mode. 2025/05/17 02:29:45 NOTICE: one: Found 3 files with duplicate names 2025/05/17 02:29:45 INFO : one: Deleted 2025/05/17 02:29:45 INFO : one: Deleted 2025/05/17 02:29:45 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (6.67s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" dedupe_test.go:36: Can't run this test without a hash --- SKIP: TestDeduplicateNewestByHash (0.42s) === RUN TestDeduplicateOldest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:29:51 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Looking for duplicate names using oldest mode. 2025/05/17 02:29:51 NOTICE: one: Found 3 files with duplicate names 2025/05/17 02:29:52 INFO : one: Deleted 2025/05/17 02:29:52 INFO : one: Deleted 2025/05/17 02:29:52 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (6.27s) === RUN TestDeduplicateLargest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:29:57 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Looking for duplicate names using largest mode. 2025/05/17 02:29:58 NOTICE: one: Found 3 files with duplicate names 2025/05/17 02:29:58 INFO : one: Deleted 2025/05/17 02:29:59 INFO : one: Deleted 2025/05/17 02:29:59 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (6.27s) === RUN TestDeduplicateSmallest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:30:04 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Looking for duplicate names using smallest mode. 2025/05/17 02:30:04 NOTICE: one: Found 3 files with duplicate names 2025/05/17 02:30:04 INFO : one: Deleted 2025/05/17 02:30:05 INFO : one: Deleted 2025/05/17 02:30:05 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (6.26s) === RUN TestDeduplicateRename run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:30:11 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Looking for duplicate names using rename mode. 2025/05/17 02:30:11 NOTICE: one.txt: Found 3 files with duplicate names 2025/05/17 02:30:13 INFO : one-2.txt: renamed from: one.txt 2025/05/17 02:30:14 INFO : one-3.txt: renamed from: one.txt 2025/05/17 02:30:15 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (11.50s) === RUN TestMergeDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:30:20 DEBUG : dupe1/one.txt: md5 = b1e146f40510cb270192e00258f6d447 OK 2025/05/17 02:30:22 DEBUG : dupe2/two.txt: md5 = 246ac5f119dd85f3aae6b151f6bcd81c OK 2025/05/17 02:30:24 DEBUG : dupe3/three.txt: md5 = 2e05e38944bedad48e8af245de7974e5 OK 2025/05/17 02:30:25 INFO : urj8gsducqbtvekeq181ntd2u8: merging "sfrom47189m9qr3mt4qonu281c" 2025/05/17 02:30:25 INFO : urj8gsducqbtvekeq181ntd2u8: removing empty directory 2025/05/17 02:30:26 INFO : 1u1r4ei7c628fnjg9blqt3j60o: merging "tr2hj63d80ftlmvm6a952snjcc" 2025/05/17 02:30:26 INFO : 1u1r4ei7c628fnjg9blqt3j60o: removing empty directory 2025/05/17 02:30:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/05/17 02:30:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "sfrom47189m9qr3mt4qonu281c" 2025/05/17 02:30:30 DEBUG : 6kqidisnml4ml642h4iorebdng: Rmdir: contains trashed file: "o9f79a47tdo934l5lfe4jpsms8" --- PASS: TestMergeDirs (12.82s) === RUN TestListDirSorted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:30:32 DEBUG : a.txt: md5 = 1a466bb0ded61eeb1d12a2b605a3f7bd OK 2025/05/17 02:30:33 DEBUG : zend.txt: md5 = e3958a6f2645079353d650065243f883 OK 2025/05/17 02:30:35 DEBUG : sub dir/hello world: md5 = 38d95dd612636baee18a1a7828380206 OK 2025/05/17 02:30:37 DEBUG : sub dir/hello world2: md5 = 70b19afdb26fa1354d7802495de26d5d OK 2025/05/17 02:30:39 DEBUG : sub dir/ignore dir/.ignore: md5 = 42964165413ff8dfeb26acdcced53f40 OK 2025/05/17 02:30:40 DEBUG : sub dir/ignore dir/should be ignored: md5 = 475eb31693b0326822f222a0806eb5fe OK 2025/05/17 02:30:42 DEBUG : sub dir/sub sub dir/hello world3: md5 = 9c08b6f5bdb0617455a417e3011020cf OK 2025/05/17 02:30:44 DEBUG : a.txt: Excluded (Size Filter) 2025/05/17 02:30:44 DEBUG : a.txt: Excluded 2025/05/17 02:30:44 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/17 02:30:44 DEBUG : sub dir/hello world2: Excluded 2025/05/17 02:30:44 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/17 02:30:44 DEBUG : sub dir/hello world: Excluded 2025/05/17 02:30:45 DEBUG : sub dir/ignore dir: Excluded 2025/05/17 02:30:45 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/17 02:30:45 DEBUG : sub dir/hello world2: Excluded 2025/05/17 02:30:45 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/17 02:30:45 DEBUG : sub dir/hello world: Excluded 2025/05/17 02:30:45 DEBUG : sub dir/ignore dir: Excluded 2025/05/17 02:30:50 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/17 02:30:51 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/17 02:30:51 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/17 02:30:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/17 02:30:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/17 02:30:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" 2025/05/17 02:30:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestListDirSorted (21.49s) === RUN TestListDirSortedFn run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:30:53 DEBUG : a.txt: md5 = 9c413ac94444103646038f1c59bb5565 OK 2025/05/17 02:30:55 DEBUG : zend.txt: md5 = 675571658eef1295eaa9c3ae476efa3e OK 2025/05/17 02:30:57 DEBUG : sub dir/hello world: md5 = bacce2949e8c3e5d9bd7a5ec82bf52d0 OK 2025/05/17 02:30:59 DEBUG : sub dir/hello world2: md5 = d90488ac735515bc632f3f6a87e71dfd OK 2025/05/17 02:31:01 DEBUG : sub dir/ignore dir/.ignore: md5 = aadd9fa3ed2f2fb4c74989b19524c2ec OK 2025/05/17 02:31:02 DEBUG : sub dir/ignore dir/should be ignored: md5 = 2f06e9cdeb5cbf391dc7e3f8569dfe7f OK 2025/05/17 02:31:04 DEBUG : sub dir/sub sub dir/hello world3: md5 = cc6c863b996b23b0970056b8e3924124 OK 2025/05/17 02:31:06 DEBUG : a.txt: Excluded (Size Filter) 2025/05/17 02:31:06 DEBUG : a.txt: Excluded 2025/05/17 02:31:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/17 02:31:07 DEBUG : sub dir/hello world: Excluded 2025/05/17 02:31:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/17 02:31:07 DEBUG : sub dir/hello world2: Excluded 2025/05/17 02:31:07 DEBUG : sub dir/ignore dir: Excluded 2025/05/17 02:31:07 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/05/17 02:31:07 DEBUG : sub dir/hello world: Excluded 2025/05/17 02:31:07 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/05/17 02:31:07 DEBUG : sub dir/hello world2: Excluded 2025/05/17 02:31:08 DEBUG : sub dir/ignore dir: Excluded 2025/05/17 02:31:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/u72nb76vlceqmgie4q57rr656s: Rmdir: contains trashed file: "o5airla31uiui01blt74of9ves" 2025/05/17 02:31:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "8qak2o3rl7h348s0lh02ghr71aajis56gocdjjbjfkc2j4vakju0" 2025/05/17 02:31:13 DEBUG : 14begaa36ih249fgrnfk6nulg0/3fslb0r9seuggqgrrqv2gjhfj8: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" 2025/05/17 02:31:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "u72nb76vlceqmgie4q57rr656s" 2025/05/17 02:31:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "3fslb0r9seuggqgrrqv2gjhfj8" 2025/05/17 02:31:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/17 02:31:14 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "mp1g12tj43cv7goud5b95fgju8" --- PASS: TestListDirSortedFn (22.89s) === RUN TestListJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:31:16 DEBUG : file1: md5 = 4d4c3b022584df3e0a7e47b2c5eaa723 OK 2025/05/17 02:31:18 DEBUG : sub/file2: md5 = 23899e42d9191d1dcb8879dc910ee77b 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/05/17 02:31:21 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2025/05/17 02:31:22 DEBUG : eer8kka55qnghc34cq76ca668g: Fetching metadata 2025/05/17 02:31:22 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Fetching metadata 2025/05/17 02:31:24 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestListJSON (9.50s) --- PASS: TestListJSON/Default (0.24s) --- PASS: TestListJSON/FilesOnly (0.25s) --- PASS: TestListJSON/DirsOnly (0.24s) --- PASS: TestListJSON/Recurse (0.50s) --- PASS: TestListJSON/SubDir (0.26s) --- PASS: TestListJSON/NoModTime (0.23s) --- PASS: TestListJSON/NoMimeType (0.27s) --- PASS: TestListJSON/ShowHash (0.25s) --- PASS: TestListJSON/HashTypes (0.24s) --- PASS: TestListJSON/Metadata (0.67s) === RUN TestStatJSON run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:31:26 DEBUG : file1: md5 = b1e78234ccb254fc7a18722767ab09a0 OK 2025/05/17 02:31:28 DEBUG : sub/file2: md5 = aaba1c66de7a8fc22faff35dcf929d29 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/05/17 02:31:31 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penabav3komo/notfound" 2025/05/17 02:31:32 DEBUG : Creating backend with remote "TestDrive:crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0/qe0i31qdkoejk60elps0ni5sqk" 2025/05/17 02:31:35 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestStatJSON (11.44s) --- PASS: TestStatJSON/Root (0.22s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.25s) --- PASS: TestStatJSON/Dir (0.45s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.25s) --- PASS: TestStatJSON/File (0.24s) --- PASS: TestStatJSON/NotFound (0.45s) --- PASS: TestStatJSON/DirFilesOnly (0.26s) --- PASS: TestStatJSON/FileFilesOnly (0.26s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.22s) --- PASS: TestStatJSON/DirDirsOnly (0.22s) --- PASS: TestStatJSON/FileDirsOnly (0.27s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.26s) --- PASS: TestStatJSON/RootNotFound (1.91s) === RUN TestMkdir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:31:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Making directory 2025/05/17 02:31:36 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Making directory --- PASS: TestMkdir (0.68s) === RUN TestLsd run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:31:39 DEBUG : sub dir/hello world: md5 = 90a72db071cf0f99edba9b0fed3509d6 OK 2025/05/17 02:31:41 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestLsd (5.03s) === RUN TestLs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:31:43 DEBUG : potato2: md5 = 53fa1ce5ac4fb843d621b8e33b16a7f4 OK 2025/05/17 02:31:44 DEBUG : empty space: md5 = 09e0752808cb984e00cfa28ae607fba8 OK --- PASS: TestLs (4.71s) === RUN TestLsWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:31:47 DEBUG : potato2: md5 = 2a1d9005fd09f958cb400198fc82d3a9 OK 2025/05/17 02:31:49 DEBUG : empty space: md5 = c8799571b7d6af42f61da25e12c2137a OK 2025/05/17 02:31:49 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/05/17 02:31:49 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.05s) === RUN TestLsLong run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:31:52 DEBUG : potato2: md5 = 2c9c0810b44778ad77013e165ba24c07 OK 2025/05/17 02:31:54 DEBUG : empty space: md5 = e0f96234b34e49468f91a4fd6638d1dc OK --- PASS: TestLsLong (4.34s) === RUN TestHashSums run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:31:57 DEBUG : potato2: md5 = 5efa6378fb78759247a71e00a733e463 OK 2025/05/17 02:31:58 DEBUG : empty space: md5 = 6613c6f9710db815ead67579db81f3e5 OK --- PASS: TestHashSums (4.42s) === RUN TestHashSumsWithErrors 2025/05/17 02:32:00 DEBUG : Creating backend with remote ":memory:" 2025/05/17 02:32:00 DEBUG : Config file has changed externally - reloading 2025/05/17 02:32:00 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/05/17 02:32:00 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/17 02:32:00 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/05/17 02:32:00 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/17 02:32:00 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/05/17 02:32:00 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/17 02:32:00 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/05/17 02:32:00 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/05/17 02:32:00 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-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:32:01 DEBUG : potato2: md5 = 81b0ae1f45f18f1da94c9703e55a87f7 OK 2025/05/17 02:32:03 DEBUG : empty space: md5 = 195b6d380214a9e12142848aa608779e OK 2025/05/17 02:32:05 DEBUG : sub dir/potato3: md5 = 73f1cce75b9041c8053388ce5a22eed8 OK 2025/05/17 02:32:08 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestCount (8.41s) === RUN TestDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:32:10 DEBUG : small: md5 = c5bdbeade8b1c7058985f3f904e1d343 OK 2025/05/17 02:32:11 DEBUG : medium: md5 = 2b0d40522e1b974bb40de288096dbc91 OK 2025/05/17 02:32:13 DEBUG : large: md5 = 4dd36cb5494f62f97de349e682386d28 OK 2025/05/17 02:32:13 DEBUG : Waiting for deletions to finish 2025/05/17 02:32:13 DEBUG : large: Excluded (Size Filter) 2025/05/17 02:32:14 INFO : medium: Deleted 2025/05/17 02:32:14 INFO : small: Deleted --- PASS: TestDelete (6.42s) === RUN TestMaxDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:32:16 DEBUG : small: md5 = 4b07e89f3cbb655e8488ae7be7e7de68 OK 2025/05/17 02:32:18 DEBUG : medium: md5 = 3c1d4b189c43e7b6118bfc4d413f0c52 OK 2025/05/17 02:32:19 DEBUG : large: md5 = 36a83d16ce5bd286726ddb623824a660 OK 2025/05/17 02:32:19 DEBUG : Waiting for deletions to finish 2025/05/17 02:32:20 ERROR : medium: Got fatal error on delete: --max-delete threshold reached 2025/05/17 02:32:20 INFO : large: Deleted 2025/05/17 02:32:20 INFO : small: Deleted --- PASS: TestMaxDelete (6.74s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:32:23 DEBUG : small: md5 = d3ae816248e3099dcc221b2765550556 OK 2025/05/17 02:32:24 DEBUG : medium: md5 = 292cd0c51ad1276217eb51ba6a914d63 OK 2025/05/17 02:32:26 DEBUG : large: md5 = 8c6cbfdf280010ceb5344c327056f3d4 OK 2025/05/17 02:32:26 DEBUG : Waiting for deletions to finish 2025/05/17 02:32:26 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/05/17 02:32:27 INFO : small: Deleted 2025/05/17 02:32:27 INFO : medium: Deleted --- PASS: TestMaxDeleteSizeLargeFile (6.75s) === RUN TestMaxDeleteSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:32:30 DEBUG : small: md5 = 05bff9d053f95553f1bd067899ddbb09 OK 2025/05/17 02:32:31 DEBUG : medium: md5 = bcb3222eb3993e7b1e9000a7aa247cf7 OK 2025/05/17 02:32:32 DEBUG : large: md5 = ec045492559e63630a8ddddd51c65708 OK 2025/05/17 02:32:33 DEBUG : Waiting for deletions to finish 2025/05/17 02:32:33 ERROR : medium: Got fatal error on delete: --max-delete-size threshold reached 2025/05/17 02:32:33 INFO : large: Deleted 2025/05/17 02:32:33 INFO : small: Deleted --- PASS: TestMaxDeleteSize (6.77s) === RUN TestReadFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:32:37 DEBUG : ReadFile: md5 = c5a74877b1be4a9ca40d705f44154509 OK --- PASS: TestReadFile (4.47s) === RUN TestRetry 2025/05/17 02:32:40 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/05/17 02:32:40 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/05/17 02:32:40 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/17 02:32:40 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/17 02:32:40 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/17 02:32:40 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/05/17 02:32:40 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:32:41 DEBUG : file1: md5 = a20f92601be3f201eedca4a2c589f5f9 OK 2025/05/17 02:32:42 DEBUG : file2: md5 = f79ff7461c4e60ccb1678856ce575fcf OK --- PASS: TestCat (16.35s) === RUN TestPurge 2025/05/17 02:32:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-lisijar0moci" 2025/05/17 02:32:56 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/17 02:32:56 DEBUG : Creating backend with remote "TestDrive:crypt/39sq0g016eiin7srjcggdl869b5g7rdv28hd6j4fe94vlc1506v0" 2025/05/17 02:32:57 DEBUG : Creating backend with remote "/tmp/rclone4056816329" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-lisijar0moci'", Local "Local file system at /tmp/rclone4056816329", Modify Window "1ms" 2025/05/17 02:33:02 DEBUG : A1/B1/C1/one: md5 = 31bc2e361e647690971d701e4ae2a4f1 OK 2025/05/17 02:33:02 INFO : A2: Making directory 2025/05/17 02:33:03 INFO : A1/B2: Making directory 2025/05/17 02:33:03 INFO : A1/B2/C2: Making directory 2025/05/17 02:33:04 INFO : A1/B1/C3: Making directory 2025/05/17 02:33:05 INFO : A3: Making directory 2025/05/17 02:33:06 INFO : A3/B3: Making directory 2025/05/17 02:33:06 INFO : A3/B3/C4: Making directory 2025/05/17 02:33:08 DEBUG : A1/two: md5 = b8580c54350012883b4732031f88a083 OK 2025/05/17 02:33:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-lisijar0moci': Purge remote 2025/05/17 02:33:12 NOTICE: purge failed: directory not found --- PASS: TestPurge (16.10s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:33:16 DEBUG : A1/B1/C1/one: md5 = 46cbeeb3d1ad94404e9b7f47366024a3 OK 2025/05/17 02:33:16 INFO : A2: Making directory 2025/05/17 02:33:16 INFO : A1/B2: Making directory 2025/05/17 02:33:17 INFO : A1/B2/C2: Making directory 2025/05/17 02:33:18 INFO : A1/B1/C3: Making directory 2025/05/17 02:33:19 INFO : A3: Making directory 2025/05/17 02:33:20 INFO : A3/B3: Making directory 2025/05/17 02:33:20 INFO : A3/B3/C4: Making directory 2025/05/17 02:33:22 DEBUG : A1/two: md5 = 4439072941ca2e5303473c1a457d52d6 OK 2025/05/17 02:33:24 DEBUG : removing 1 level 3 directories 2025/05/17 02:33:24 INFO : A3/B3/C4: Removing directory 2025/05/17 02:33:26 DEBUG : removing 2 level 3 directories 2025/05/17 02:33:26 INFO : A1/B2/C2: Removing directory 2025/05/17 02:33:26 INFO : A1/B1/C3: Removing directory 2025/05/17 02:33:27 DEBUG : removing 2 level 2 directories 2025/05/17 02:33:27 INFO : A3/B3: Removing directory 2025/05/17 02:33:27 INFO : A1/B2: Removing directory 2025/05/17 02:33:27 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/avn2ljdtrs3fgdela1haatj3go: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/17 02:33:27 DEBUG : fppqbfrji50odnh2br069japlo/8j6vge4hggs2biai52vpe0kpik: Rmdir: contains trashed file: "ope427f0bb0h1ebd1s1fm4022k" 2025/05/17 02:33:28 DEBUG : removing 2 level 1 directories 2025/05/17 02:33:28 INFO : A3: Removing directory 2025/05/17 02:33:28 INFO : A2: Removing directory 2025/05/17 02:33:28 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "8j6vge4hggs2biai52vpe0kpik" 2025/05/17 02:33:32 DEBUG : removing 1 level 3 directories 2025/05/17 02:33:32 INFO : A1/B1/C1: Removing directory 2025/05/17 02:33:32 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:32 DEBUG : removing 1 level 2 directories 2025/05/17 02:33:32 INFO : A1/B1: Removing directory 2025/05/17 02:33:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/17 02:33:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/17 02:33:33 DEBUG : removing 1 level 1 directories 2025/05/17 02:33:33 INFO : A1: Removing directory 2025/05/17 02:33:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/17 02:33:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/17 02:33:33 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/17 02:33:34 DEBUG : removing 1 level 0 directories 2025/05/17 02:33:34 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Removing directory 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "fppqbfrji50odnh2br069japlo" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "c3k31g9ua29pvlul21td3bpldo" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "h0fgn6vkka25jj9fhu5roml6pg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1u1r4ei7c628fnjg9blqt3j60o" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "urj8gsducqbtvekeq181ntd2u8" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "6kqidisnml4ml642h4iorebdng" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "bl9cnu966tarhhpg22ft7c4qm1863k22qdncucii8kn8c3k4aut0" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "gveqi14airsml4bgu7krj116o8" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1nrff024r7pq65ecp72fc28jb0" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "150fuo3cn4j1uenq6r4g4qk6t4" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "vjrnln8ratgmqakfosrqe8espk" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "c4shrkuhic7ob3njfv3g2s2vik" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "to8qa1vn2r6dftei4e0knjo6o4" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "bdfh2jnp94io268p9p6mr133n4" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "tg4p894oov5pg84onakp5iir70" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1atl8vl4e0t9vhahglkub15g9k" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "m5t7ukfh84vcomkjqcneu2d7uo" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "4u4fjlma3lemqjvkevbirqdmms" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "160p8jokk6e0sqr9khoaqluoic" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "1hetg8lme4rcdmnfbr0koj9m74" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "q5ep28d6fiuvnifhronkrc1h8c" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "2a4ubhneaj47tjcufnjilco248" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "09ptdmd3vn9ng72gtig19k3tqg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "e9p3gp5bt94lpg91gpij093918" 2025/05/17 02:33:34 DEBUG : : Rmdir: contains trashed file: "q75kr6k6e4u4qcpfacnefr56vg" --- PASS: TestRmdirsNoLeaveRoot (23.29s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:33:36 INFO : A1: Making directory 2025/05/17 02:33:37 INFO : A1/B1: Making directory 2025/05/17 02:33:38 INFO : A1/B1/C1: Making directory 2025/05/17 02:33:40 DEBUG : removing 1 level 3 directories 2025/05/17 02:33:40 INFO : A1/B1/C1: Removing directory 2025/05/17 02:33:41 DEBUG : removing 1 level 2 directories 2025/05/17 02:33:41 INFO : A1/B1: Removing directory 2025/05/17 02:33:41 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/17 02:33:42 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsLeaveRoot (7.64s) === RUN TestRmdirsWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:33:43 INFO : A1: Making directory 2025/05/17 02:33:44 INFO : A1/B1: Making directory 2025/05/17 02:33:45 INFO : A1/B1/C1: Making directory 2025/05/17 02:33:48 DEBUG : removing 1 level 3 directories 2025/05/17 02:33:48 INFO : A1/B1/C1: Removing directory 2025/05/17 02:33:48 DEBUG : removing 1 level 2 directories 2025/05/17 02:33:48 INFO : A1/B1: Removing directory 2025/05/17 02:33:49 DEBUG : h0fgn6vkka25jj9fhu5roml6pg/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/17 02:33:50 DEBUG : h0fgn6vkka25jj9fhu5roml6pg: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" --- PASS: TestRmdirsWithFilter (7.89s) === RUN TestCopyURL run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:33:53 DEBUG : file1: md5 = 24da1e63f01375d5799f7b01d96e2987 OK 2025/05/17 02:33:53 DEBUG : filename.txt: File name found in url 2025/05/17 02:33:54 DEBUG : filename.txt: md5 = b6349a0875b8241dafb485e75fad36be OK 2025/05/17 02:33:54 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/05/17 02:33:56 DEBUG : headerfilename.txt: md5 = f2fe0fa142154e1622aaaa3be8250d2b OK 2025/05/17 02:33:57 DEBUG : file2: md5 = 94b4d47a0b0cd4d7e9fc1c1405f34d63 OK --- PASS: TestCopyURL (8.99s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:34:00 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/17 02:34:02 DEBUG : sub/file2: md5 = 058a567acb9dfa105557cd58afbdb6cc OK 2025/05/17 02:34:02 INFO : file1: Copied (new) to: sub/file2 2025/05/17 02:34:02 INFO : file1: Deleted 2025/05/17 02:34:03 DEBUG : file1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/17 02:34:03 DEBUG : file1: Unchanged skipping 2025/05/17 02:34:03 INFO : file1: Deleted 2025/05/17 02:34:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': don't need to copy/move sub/file2, it is already at target location 2025/05/17 02:34:05 DEBUG : 150fuo3cn4j1uenq6r4g4qk6t4: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestMoveFile (5.79s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:34:06 DEBUG : file1: Need to transfer - File not found at Destination 2025/05/17 02:34:07 DEBUG : file1: md5 = 58fc5da6b45fc85ca95aa08beda59f69 OK 2025/05/17 02:34:07 INFO : file1: Copied (new) 2025/05/17 02:34:07 INFO : file1: Deleted 2025/05/17 02:34:08 DEBUG : file1: Destination exists, skipping 2025/05/17 02:34:08 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (3.40s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFile (0.47s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.43s) === RUN TestMoveFileBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:34:12 DEBUG : dst/file1: md5 = 4e0c7a8077db31f66fb5e4315db564dd OK 2025/05/17 02:34:13 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-penabav3komo/backup" 2025/05/17 02:34:13 DEBUG : Creating backend with remote "TestDrive:crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0/1nrff024r7pq65ecp72fc28jb0" 2025/05/17 02:34:14 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/05/17 02:34:17 INFO : dst/file1: Moved (server-side) 2025/05/17 02:34:18 DEBUG : dst/file1: md5 = 2fc791061be7541d9a8e6ed103a06a9b OK 2025/05/17 02:34:18 INFO : dst/file1: Copied (new) 2025/05/17 02:34:18 INFO : dst/file1: Deleted 2025/05/17 02:34:21 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/17 02:34:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0/31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "eer8kka55qnghc34cq76ca668g" 2025/05/17 02:34:22 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "31u3jie661vd5p8j7rtc3hgbh0" --- PASS: TestMoveFileBackupDir (13.04s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:34:25 DEBUG : A1/one: md5 = 11a937a0fdd8b6e590386ebd94c0a7c5 OK 2025/05/17 02:34:26 DEBUG : A1/two: md5 = 1bd8386e0502121916b635c6a9f6f0cf OK 2025/05/17 02:34:28 DEBUG : A1/B1/three: md5 = 49376f06830339b6f6dba6d9e53fa92e OK 2025/05/17 02:34:31 DEBUG : A1/B1/C1/four: md5 = 8d434e5b5853c60a560d85fe0ae3a64d OK 2025/05/17 02:34:33 DEBUG : A1/B1/C2/five: md5 = 8ef935d459d1874347754c967b87fa07 OK 2025/05/17 02:34:33 INFO : A1/B2: Making directory 2025/05/17 02:34:34 INFO : A1/B1/C3: Making directory 2025/05/17 02:34:43 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/05/17 02:34:44 INFO : A2/one: Moved (server-side) to: A3/one 2025/05/17 02:34:44 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/05/17 02:34:44 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/05/17 02:34:44 INFO : A2/two: Moved (server-side) to: A3/two 2025/05/17 02:34:47 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/17 02:34:47 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/17 02:34:47 DEBUG : c3k31g9ua29pvlul21td3bpldo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/17 02:34:47 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/17 02:34:47 DEBUG : c3k31g9ua29pvlul21td3bpldo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/17 02:34:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/05/17 02:34:55 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/05/17 02:34:55 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/05/17 02:34:55 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/05/17 02:34:55 INFO : A3/one: Moved (server-side) to: A4/one 2025/05/17 02:34:55 INFO : A3/two: Moved (server-side) to: A4/two 2025/05/17 02:34:58 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/17 02:34:58 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/17 02:34:58 DEBUG : fppqbfrji50odnh2br069japlo/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/17 02:34:59 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/17 02:34:59 DEBUG : fppqbfrji50odnh2br069japlo: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/17 02:35:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/k43jqb5391s8afh9eje7baui0g: Rmdir: contains trashed file: "67t67jgahg44dflpavut88pang" 2025/05/17 02:35:05 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8/gtu1leijh9rlm05pcjtusqop2g: Rmdir: contains trashed file: "r2oabfeuilgbi5ic6kevi8chd0" 2025/05/17 02:35:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "ui2vk9n52l82tdno99vhkfi87g" 2025/05/17 02:35:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "k43jqb5391s8afh9eje7baui0g" 2025/05/17 02:35:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "gtu1leijh9rlm05pcjtusqop2g" 2025/05/17 02:35:06 DEBUG : kafked7s86nmf4k5e2iil1i668/rv5l12j0nanu5af9ivc97ofdk8: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/17 02:35:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "avn2ljdtrs3fgdela1haatj3go" 2025/05/17 02:35:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "rv5l12j0nanu5af9ivc97ofdk8" 2025/05/17 02:35:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/17 02:35:07 DEBUG : kafked7s86nmf4k5e2iil1i668: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestDirMove (44.45s) === RUN TestGetFsInfo run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" --- PASS: TestGetFsInfo (0.43s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:35:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': File to upload is small (34 bytes), uploading instead of streaming 2025/05/17 02:35:09 DEBUG : no_checksum_small_file_from_pipe: md5 = 327d508abeb062ee684bb80dfc306bf7 OK 2025/05/17 02:35:09 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/05/17 02:35:09 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/17 02:35:10 DEBUG : qc9k4uauqa9ls6a2r6lo8jf4b1m7r0510pkurois1cc70egbs4h0: Sending chunk 0 length 102465 2025/05/17 02:35:11 DEBUG : no_checksum_big_file_from_pipe: md5 = 36f4d8cf99b6d04ffbeaafe585085430 OK 2025/05/17 02:35:11 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:35:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': File to upload is small (34 bytes), uploading instead of streaming 2025/05/17 02:35:14 DEBUG : with_checksum_small_file_from_pipe: md5 = 059699f1e60c294675a8444634992321 OK 2025/05/17 02:35:14 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/17 02:35:15 DEBUG : e74jo8a7lr1aimg2u78fct67gnuetc1qujiofaci0c8fnq7rjt1d4i296pcklqhgdihs03etvgdi4: Sending chunk 0 length 102465 2025/05/17 02:35:16 DEBUG : with_checksum_big_file_from_pipe: md5 = 4c3569cedbc64fc363b91f13b184d488 OK 2025/05/17 02:35:16 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-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:35:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': File to upload is small (34 bytes), uploading instead of streaming 2025/05/17 02:35:19 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/17 02:35:20 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/17 02:35:21 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:35:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': File to upload is small (34 bytes), uploading instead of streaming 2025/05/17 02:35:24 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/05/17 02:35:25 DEBUG : 1963rn6olajfbjn4nbqi9nacu7bk879vpf0d2bg8r0ndcqqsfntob0urt056p0qujf574rqnb5f62: Sending chunk 0 length 102465 2025/05/17 02:35:26 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical --- PASS: TestRcat (19.60s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (4.86s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (4.83s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (4.72s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.19s) === RUN TestRcatMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" === RUN TestRcatMetadata/Normal 2025/05/17 02:35:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': File to upload is small (48 bytes), uploading instead of streaming 2025/05/17 02:35:29 DEBUG : rcat_metadata: md5 = 76a33031514b66130b33fd75556f3281 OK 2025/05/17 02:35:29 DEBUG : rcat_metadata: Size of src and dst objects identical === RUN TestRcatMetadata/ViaDisk 2025/05/17 02:35:31 DEBUG : rijssoobhbn85c5p1imhg55m6frank1nlplla6hkdjlqmqb2471g: Sending chunk 0 length 111 2025/05/17 02:35:33 DEBUG : rcat_metadata_uploadcutoff0: md5 = b86160989cb3595e7193d5061aa20183 OK 2025/05/17 02:35:33 DEBUG : rcat_metadata_uploadcutoff0: Size of src and dst objects identical --- PASS: TestRcatMetadata (6.60s) --- PASS: TestRcatMetadata/Normal (2.56s) --- PASS: TestRcatMetadata/ViaDisk (3.63s) === RUN TestRcatSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:35:36 DEBUG : potato1: md5 = 9256677f8dd07ceba2c7e2728a220d33 OK 2025/05/17 02:35:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': File to upload is small (60 bytes), uploading instead of streaming 2025/05/17 02:35:37 DEBUG : potato2: md5 = eccb5e75667998641f04ac10e3426114 OK 2025/05/17 02:35:37 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSize (4.59s) === RUN TestRcatSizeMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:35:40 DEBUG : potato1: md5 = 9cd66526585340420a61ba4aebd397b8 OK 2025/05/17 02:35:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': File to upload is small (60 bytes), uploading instead of streaming 2025/05/17 02:35:41 DEBUG : potato2: md5 = fd783801a76fe2fef8924e1fe33af88a OK 2025/05/17 02:35:41 DEBUG : potato2: Size of src and dst objects identical --- PASS: TestRcatSizeMetadata (5.09s) === RUN TestTouchDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:35:45 DEBUG : potato2: md5 = 5de93f80c5f329542b75cac32a0ab248 OK 2025/05/17 02:35:47 DEBUG : empty space: md5 = 11ad2e4dbb15385c6022b12ae93ebf35 OK 2025/05/17 02:35:49 DEBUG : sub dir/potato3: md5 = d6d36195236118dbcef2519fb12827d1 OK 2025/05/17 02:35:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Touching "sub dir/potato3" 2025/05/17 02:35:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Touching "empty space" 2025/05/17 02:35:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Touching "potato2" 2025/05/17 02:35:53 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "9atai6og4mljg3r5gjeh27k0q8" --- PASS: TestTouchDir (10.19s) === RUN TestMkdirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:35:54 DEBUG : dir with metadata: Making directory with metadata 2025/05/17 02:35:55 INFO : dir with metadata: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) --- PASS: TestMkdirMetadata (2.34s) === RUN TestMkdirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:35:56 DEBUG : directory with modtime: Making directory with metadata 2025/05/17 02:35:57 INFO : directory with modtime: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) --- PASS: TestMkdirModTime (2.30s) === RUN TestCopyDirMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:35:59 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/17 02:35:59 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/17 02:35:59 DEBUG : Google drive root 'crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0': Skipping btime metadata as can't update it on an existing file: 2025-05-17T02:35:59.072177462Z 2025/05/17 02:35:59 INFO : non existent directory: Updated directory metadata 2025/05/17 02:36:01 DEBUG : Google drive root 'crypt/ocv85t7b2n4kk9qb039ehfiq22pm0omnddhdcp7r19ddvk26alu0': Skipping btime metadata as can't update it on an existing file: 2025-05-17T02:35:59.072177462Z 2025/05/17 02:36:02 INFO : existing directory: Updated directory metadata --- PASS: TestCopyDirMetadata (4.85s) === RUN TestSetDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:36:03 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/05/17 02:36:05 INFO : set modtime on existing directory: Set directory modification time (using SetModTime) 2025/05/17 02:36:06 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.34s) === RUN TestDirsEqual run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:36:08 DEBUG : dir with metadata to be copied: Making directory with metadata 2025/05/17 02:36:08 INFO : dir with metadata to be copied: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/17 02:36:08 DEBUG : dst: Making directory with metadata 2025/05/17 02:36:09 INFO : dst: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/17 02:36:09 DEBUG : dst: Directory modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/17 02:36:09 INFO : dst: Set directory modification time (using SetModTime) 2025/05/17 02:36:10 INFO : dst: Set directory modification time (using SetModTime) 2025/05/17 02:36:10 DEBUG : dst: Directory modification time the same (differ by 1ns, within tolerance 1ms) 2025/05/17 02:36:10 INFO : dst: Set directory modification time (using SetModTime) 2025/05/17 02:36:10 DEBUG : dst: Destination directory is newer than source, skipping --- PASS: TestDirsEqual (3.58s) === RUN TestRemoveExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo'", Local "Local file system at /tmp/rclone364117595", Modify Window "1ms" 2025/05/17 02:36:14 DEBUG : sub dir/test remove existing: md5 = a39d9c0e31c2717704aaab7adeab97b1 OK 2025/05/17 02:36:15 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: md5 = 7bf2ff641a6f9a3f9de30609a6cc58d2 OK 2025/05/17 02:36:17 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.xotaloy6" before starting 2025/05/17 02:36:18 DEBUG : sub dir/test remove existing.xotaloy6: TEST: removing renamed existing file after operation 2025/05/17 02:36:19 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fopeqeq4" before starting 2025/05/17 02:36:20 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.fopeqeq4: TEST: renaming existing back after failed operation 2025/05/17 02:36:21 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.beqetah7" before starting 2025/05/17 02:36:22 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.beqetah7: TEST: removing renamed existing file after operation 2025/05/17 02:36:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "t5g6jkmde4qq1eo5uuq0ohiq0789ptesiia395j36vg66pk2qbsg" 2025/05/17 02:36:24 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "o434bdc34isqfdjt0389q4jdi944qqt39o2cjl519nr3ghsup7o83pbfpac4o1r5bdf9njfkaq31vveks4rl3iveellci4vpfd0l1ftnnfqq1ektknpsscpcircp9eaf99eiqbv025c6uq29abidtnu6ua3edjmjqi8720dm7lq5qupg40og" --- PASS: TestRemoveExisting (13.07s) === 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/05/17 02:36:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-penabav3komo': Purge remote "./operations.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 11m1.419639323s (try 1/5)