"./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose" - Starting (try 1/5) 2026/05/03 01:17:31 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kelicux9yefe" 2026/05/03 01:17:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:17:31 DEBUG : Creating backend with remote "/tmp/rclone2787482937" === 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:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopy (0.09s) === RUN TestMultithreadCopyAbort run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" multithread_test.go:119: multithread writing not supported --- SKIP: TestMultithreadCopyAbort (0.37s) === RUN TestSizeDiffers 2026/05/03 01:17:32 DEBUG : a: size = 0 OK 2026/05/03 01:17:32 DEBUG : a: size = 1 (memory) 2026/05/03 01:17:32 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/05/03 01:17:32 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/05/03 01:17:32 DEBUG : potato: Seek from 10 to 0 2026/05/03 01:17:32 DEBUG : potato: Seek from 10 to 0 2026/05/03 01:17:32 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/05/03 01:17:32 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Seek from 5 to 2 2026/05/03 01:17:32 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/05/03 01:17:32 DEBUG : potato: Seek from 7 to 0 2026/05/03 01:17:32 DEBUG : potato: Seek from 7 to 0 2026/05/03 01:17:32 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/05/03 01:17:32 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Seek from 5 to 2 2026/05/03 01:17:32 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/05/03 01:17:32 DEBUG : potato: Seek from 8 to 0 2026/05/03 01:17:32 DEBUG : potato: Seek from 8 to 0 2026/05/03 01:17:32 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/05/03 01:17:32 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/03 01:17:32 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/03 01:17:32 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/03 01:17:32 DEBUG : potato: Seek from 5 to 2 2026/05/03 01:17:32 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/05/03 01:17:32 DEBUG : potato: Seek from 9 to 0 2026/05/03 01:17:32 DEBUG : potato: Seek from 9 to 0 2026/05/03 01:17:32 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/ReadAt (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/ReadAt (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/ReadAt (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/ReadAt (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:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" === RUN TestCheck/1 === RUN TestCheck/2 === RUN TestCheck/3 === RUN TestCheck/4 === RUN TestCheck/5 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (5.09s) --- PASS: TestCheck/1 (0.09s) --- PASS: TestCheck/2 (0.07s) --- PASS: TestCheck/3 (0.09s) --- PASS: TestCheck/4 (0.11s) --- PASS: TestCheck/5 (0.10s) --- PASS: TestCheck/6 (0.08s) --- PASS: TestCheck/7 (0.09s) === RUN TestCheckFsError 2026/05/03 01:17:37 DEBUG : Creating backend with remote "nonexistent" 2026/05/03 01:17:37 DEBUG : Creating backend with remote "nonexistent" 2026/05/03 01:17:37 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/05/03 01:17: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 2026/05/03 01:17:37 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/05/03 01:17: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:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 === RUN TestCheckDownload/3 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (7.79s) --- PASS: TestCheckDownload/1 (0.62s) --- PASS: TestCheckDownload/2 (0.42s) --- PASS: TestCheckDownload/3 (0.16s) --- PASS: TestCheckDownload/4 (0.90s) --- PASS: TestCheckDownload/5 (0.59s) --- PASS: TestCheckDownload/6 (0.60s) --- PASS: TestCheckDownload/7 (1.22s) === RUN TestCheckSizeOnly run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 === RUN TestCheckSizeOnly/3 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (7.06s) --- PASS: TestCheckSizeOnly/1 (0.54s) --- PASS: TestCheckSizeOnly/2 (0.23s) --- PASS: TestCheckSizeOnly/3 (0.09s) --- PASS: TestCheckSizeOnly/4 (0.58s) --- PASS: TestCheckSizeOnly/5 (0.24s) --- PASS: TestCheckSizeOnly/6 (0.10s) --- PASS: TestCheckSizeOnly/7 (0.09s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:17:53 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/03 01:17:53 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/03 01:17:53 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/03 01:17:53 NOTICE: test.sum: 2 warning(s) suppressed... 2026/05/03 01:17:53 DEBUG : test.sum: Removing old object on successful upload 2026/05/03 01:17:54 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/03 01:17:54 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/03 01:17:54 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/03 01:17:54 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (2.32s) === RUN TestCheckSum run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:17:54 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kelicux9yefe/data" === RUN TestCheckSum/subtest1 2026/05/03 01:17:58 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest2 2026/05/03 01:17:59 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest3 2026/05/03 01:18:01 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest4 2026/05/03 01:18:02 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest5 2026/05/03 01:18:04 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest6 2026/05/03 01:18:06 DEBUG : data/banana: Removing old object on successful upload 2026/05/03 01:18:07 DEBUG : data/potato: Removing old object on successful upload 2026/05/03 01:18:07 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (15.12s) --- PASS: TestCheckSum/subtest1 (1.62s) --- PASS: TestCheckSum/subtest2 (0.57s) --- PASS: TestCheckSum/subtest3 (0.94s) --- PASS: TestCheckSum/subtest4 (0.47s) --- PASS: TestCheckSum/subtest5 (1.13s) --- PASS: TestCheckSum/subtest6 (1.65s) --- PASS: TestCheckSum/subtest7 (0.47s) === RUN TestCheckSumDownload run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:18:09 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kelicux9yefe/data" === RUN TestCheckSumDownload/subtest1 2026/05/03 01:18:12 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest2 2026/05/03 01:18:15 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest3 2026/05/03 01:18:16 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest4 2026/05/03 01:18:17 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest5 2026/05/03 01:18:19 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest6 2026/05/03 01:18:21 DEBUG : data/banana: Removing old object on successful upload 2026/05/03 01:18:21 DEBUG : data/potato: Removing old object on successful upload 2026/05/03 01:18:22 DEBUG : test.sum: Removing old object on successful upload === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (14.99s) --- PASS: TestCheckSumDownload/subtest1 (0.96s) --- PASS: TestCheckSumDownload/subtest2 (1.06s) --- PASS: TestCheckSumDownload/subtest3 (0.46s) --- PASS: TestCheckSumDownload/subtest4 (1.31s) --- PASS: TestCheckSumDownload/subtest5 (0.57s) --- PASS: TestCheckSumDownload/subtest6 (1.42s) --- PASS: TestCheckSumDownload/subtest7 (0.58s) === RUN TestApplyTransforms 2026/05/03 01:18:24 DEBUG : Creating backend with remote "TestGoFile:rclone-test-qerejig0wixi" 2026/05/03 01:18:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:18:25 DEBUG : Creating backend with remote "/tmp/rclone2996251492" run.go:185: Remote "gofile root 'rclone-test-qerejig0wixi'", Local "Local file system at /tmp/rclone2996251492", Modify Window "1s" upper checkfile vs. lower remote (without normalization) 2026/05/03 01:18:26 ERROR : hello, world!: sum not found 2026/05/03 01:18:26 ERROR : HELLO, WORLD!: file not in gofile root 'rclone-test-qerejig0wixi' 2026/05/03 01:18:26 NOTICE: gofile root 'rclone-test-qerejig0wixi': 1 files missing 2026/05/03 01:18:26 NOTICE: 1 hashes missing 2026/05/03 01:18:26 NOTICE: gofile root 'rclone-test-qerejig0wixi': 1 differences found 2026/05/03 01:18:26 NOTICE: gofile root 'rclone-test-qerejig0wixi': 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/05/03 01:18:26 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/03 01:18:26 NOTICE: gofile root 'rclone-test-qerejig0wixi': 0 differences found 2026/05/03 01:18:26 NOTICE: gofile root 'rclone-test-qerejig0wixi': 1 matching files 2026/05/03 01:18:26 DEBUG : Creating backend with remote "TestGoFile:rclone-test-tugafub0fomi" 2026/05/03 01:18:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:18:27 DEBUG : Creating backend with remote "/tmp/rclone965614444" run.go:185: Remote "gofile root 'rclone-test-tugafub0fomi'", Local "Local file system at /tmp/rclone965614444", Modify Window "1s" lower checkfile vs. upper remote (without normalization) 2026/05/03 01:18:28 ERROR : HELLO, WORLD!: sum not found 2026/05/03 01:18:28 ERROR : hello, world!: file not in gofile root 'rclone-test-tugafub0fomi' 2026/05/03 01:18:28 NOTICE: gofile root 'rclone-test-tugafub0fomi': 1 files missing 2026/05/03 01:18:28 NOTICE: 1 hashes missing 2026/05/03 01:18:28 NOTICE: gofile root 'rclone-test-tugafub0fomi': 1 differences found 2026/05/03 01:18:28 NOTICE: gofile root 'rclone-test-tugafub0fomi': 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/05/03 01:18:28 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/03 01:18:28 NOTICE: gofile root 'rclone-test-tugafub0fomi': 0 differences found 2026/05/03 01:18:28 NOTICE: gofile root 'rclone-test-tugafub0fomi': 1 matching files 2026/05/03 01:18:28 DEBUG : Creating backend with remote "TestGoFile:rclone-test-tabetag0bazu" 2026/05/03 01:18:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:18:28 DEBUG : Creating backend with remote "/tmp/rclone1635111869" run.go:185: Remote "gofile root 'rclone-test-tabetag0bazu'", Local "Local file system at /tmp/rclone1635111869", Modify Window "1s" lower checkfile vs. upperlowermixed remote (without normalization) 2026/05/03 01:18:29 ERROR : HeLlO, wOrLd!: sum not found 2026/05/03 01:18:29 ERROR : hello, world!: file not in gofile root 'rclone-test-tabetag0bazu' 2026/05/03 01:18:29 NOTICE: gofile root 'rclone-test-tabetag0bazu': 1 files missing 2026/05/03 01:18:29 NOTICE: 1 hashes missing 2026/05/03 01:18:29 NOTICE: gofile root 'rclone-test-tabetag0bazu': 1 differences found 2026/05/03 01:18:29 NOTICE: gofile root 'rclone-test-tabetag0bazu': 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/05/03 01:18:30 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/03 01:18:30 NOTICE: gofile root 'rclone-test-tabetag0bazu': 0 differences found 2026/05/03 01:18:30 NOTICE: gofile root 'rclone-test-tabetag0bazu': 1 matching files 2026/05/03 01:18:30 DEBUG : Creating backend with remote "TestGoFile:rclone-test-giguven6pudo" 2026/05/03 01:18:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:18:30 DEBUG : Creating backend with remote "/tmp/rclone347421997" run.go:185: Remote "gofile root 'rclone-test-giguven6pudo'", Local "Local file system at /tmp/rclone347421997", Modify Window "1s" upperlowermixed checkfile vs. upper remote (without normalization) 2026/05/03 01:18:33 ERROR : HELLO, WORLD!: sum not found 2026/05/03 01:18:33 ERROR : HeLlO, wOrLd!: file not in gofile root 'rclone-test-giguven6pudo' 2026/05/03 01:18:33 NOTICE: gofile root 'rclone-test-giguven6pudo': 1 files missing 2026/05/03 01:18:33 NOTICE: 1 hashes missing 2026/05/03 01:18:33 NOTICE: gofile root 'rclone-test-giguven6pudo': 1 differences found 2026/05/03 01:18:33 NOTICE: gofile root 'rclone-test-giguven6pudo': 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/05/03 01:18:33 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/03 01:18:33 NOTICE: gofile root 'rclone-test-giguven6pudo': 0 differences found 2026/05/03 01:18:33 NOTICE: gofile root 'rclone-test-giguven6pudo': 1 matching files 2026/05/03 01:18:33 DEBUG : Creating backend with remote "TestGoFile:rclone-test-dimemut3majo" 2026/05/03 01:18:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:18:33 DEBUG : Creating backend with remote "/tmp/rclone786702047" run.go:185: Remote "gofile root 'rclone-test-dimemut3majo'", Local "Local file system at /tmp/rclone786702047", Modify Window "1s" NFD checkfile vs. NFC remote (without normalization) 2026/05/03 01:18:36 ERROR : 測試_Русский___ě_áñ: sum not found 2026/05/03 01:18:36 ERROR : 測試_Русский___ě_áñ: file not in gofile root 'rclone-test-dimemut3majo' 2026/05/03 01:18:36 NOTICE: gofile root 'rclone-test-dimemut3majo': 1 files missing 2026/05/03 01:18:36 NOTICE: 1 hashes missing 2026/05/03 01:18:36 NOTICE: gofile root 'rclone-test-dimemut3majo': 1 differences found 2026/05/03 01:18:36 NOTICE: gofile root 'rclone-test-dimemut3majo': 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/05/03 01:18:36 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/03 01:18:36 NOTICE: gofile root 'rclone-test-dimemut3majo': 0 differences found 2026/05/03 01:18:36 NOTICE: gofile root 'rclone-test-dimemut3majo': 1 matching files 2026/05/03 01:18:36 DEBUG : Creating backend with remote "TestGoFile:rclone-test-vudelom0hiba" 2026/05/03 01:18:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:18:37 DEBUG : Creating backend with remote "/tmp/rclone2643621362" run.go:185: Remote "gofile root 'rclone-test-vudelom0hiba'", Local "Local file system at /tmp/rclone2643621362", Modify Window "1s" NFC checkfile vs. NFD remote (without normalization) 2026/05/03 01:18:38 ERROR : 測試_Русский___ě_áñ: sum not found 2026/05/03 01:18:38 ERROR : 測試_Русский___ě_áñ: file not in gofile root 'rclone-test-vudelom0hiba' 2026/05/03 01:18:38 NOTICE: gofile root 'rclone-test-vudelom0hiba': 1 files missing 2026/05/03 01:18:38 NOTICE: 1 hashes missing 2026/05/03 01:18:38 NOTICE: gofile root 'rclone-test-vudelom0hiba': 1 differences found 2026/05/03 01:18:38 NOTICE: gofile root 'rclone-test-vudelom0hiba': 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/05/03 01:18:38 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/03 01:18:38 NOTICE: gofile root 'rclone-test-vudelom0hiba': 0 differences found 2026/05/03 01:18:38 NOTICE: gofile root 'rclone-test-vudelom0hiba': 1 matching files 2026/05/03 01:18:38 DEBUG : Creating backend with remote "TestGoFile:rclone-test-rinareq7sufu" 2026/05/03 01:18:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:18:39 DEBUG : Creating backend with remote "/tmp/rclone3191584868" run.go:185: Remote "gofile root 'rclone-test-rinareq7sufu'", Local "Local file system at /tmp/rclone3191584868", Modify Window "1s" NFDx2 checkfile vs. both remote (without normalization) 2026/05/03 01:18:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/03 01:18:40 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in gofile root 'rclone-test-rinareq7sufu' 2026/05/03 01:18:40 NOTICE: gofile root 'rclone-test-rinareq7sufu': 1 files missing 2026/05/03 01:18:40 NOTICE: 1 hashes missing 2026/05/03 01:18:40 NOTICE: gofile root 'rclone-test-rinareq7sufu': 1 differences found 2026/05/03 01:18:40 NOTICE: gofile root 'rclone-test-rinareq7sufu': 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/05/03 01:18:41 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/03 01:18:41 NOTICE: gofile root 'rclone-test-rinareq7sufu': 0 differences found 2026/05/03 01:18:41 NOTICE: gofile root 'rclone-test-rinareq7sufu': 1 matching files 2026/05/03 01:18:41 DEBUG : Creating backend with remote "TestGoFile:rclone-test-pobefec3mifa" 2026/05/03 01:18:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:18:41 DEBUG : Creating backend with remote "/tmp/rclone2723949472" run.go:185: Remote "gofile root 'rclone-test-pobefec3mifa'", Local "Local file system at /tmp/rclone2723949472", Modify Window "1s" NFCx2 checkfile vs. both remote (without normalization) 2026/05/03 01:18:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/03 01:18:43 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in gofile root 'rclone-test-pobefec3mifa' 2026/05/03 01:18:43 NOTICE: gofile root 'rclone-test-pobefec3mifa': 1 files missing 2026/05/03 01:18:43 NOTICE: 1 hashes missing 2026/05/03 01:18:43 NOTICE: gofile root 'rclone-test-pobefec3mifa': 1 differences found 2026/05/03 01:18:43 NOTICE: gofile root 'rclone-test-pobefec3mifa': 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/05/03 01:18:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/03 01:18:44 NOTICE: gofile root 'rclone-test-pobefec3mifa': 0 differences found 2026/05/03 01:18:44 NOTICE: gofile root 'rclone-test-pobefec3mifa': 1 matching files 2026/05/03 01:18:44 DEBUG : Creating backend with remote "TestGoFile:rclone-test-numejah3hone" 2026/05/03 01:18:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:18:44 DEBUG : Creating backend with remote "/tmp/rclone1694189398" run.go:185: Remote "gofile root 'rclone-test-numejah3hone'", Local "Local file system at /tmp/rclone1694189398", Modify Window "1s" both checkfile vs. NFDx2 remote (without normalization) 2026/05/03 01:18:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/03 01:18:45 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in gofile root 'rclone-test-numejah3hone' 2026/05/03 01:18:45 NOTICE: gofile root 'rclone-test-numejah3hone': 1 files missing 2026/05/03 01:18:45 NOTICE: 1 hashes missing 2026/05/03 01:18:45 NOTICE: gofile root 'rclone-test-numejah3hone': 1 differences found 2026/05/03 01:18:45 NOTICE: gofile root 'rclone-test-numejah3hone': 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/05/03 01:18:45 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/03 01:18:45 NOTICE: gofile root 'rclone-test-numejah3hone': 0 differences found 2026/05/03 01:18:45 NOTICE: gofile root 'rclone-test-numejah3hone': 1 matching files 2026/05/03 01:18:45 DEBUG : Creating backend with remote "TestGoFile:rclone-test-woguheq1sexi" 2026/05/03 01:18:45 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:18:45 DEBUG : Creating backend with remote "/tmp/rclone3266477575" run.go:185: Remote "gofile root 'rclone-test-woguheq1sexi'", Local "Local file system at /tmp/rclone3266477575", Modify Window "1s" both checkfile vs. NFCx2 remote (without normalization) 2026/05/03 01:18:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/03 01:18:46 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in gofile root 'rclone-test-woguheq1sexi' 2026/05/03 01:18:46 NOTICE: gofile root 'rclone-test-woguheq1sexi': 1 files missing 2026/05/03 01:18:46 NOTICE: 1 hashes missing 2026/05/03 01:18:46 NOTICE: gofile root 'rclone-test-woguheq1sexi': 1 differences found 2026/05/03 01:18:46 NOTICE: gofile root 'rclone-test-woguheq1sexi': 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/05/03 01:18:47 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/03 01:18:47 NOTICE: gofile root 'rclone-test-woguheq1sexi': 0 differences found 2026/05/03 01:18:47 NOTICE: gofile root 'rclone-test-woguheq1sexi': 1 matching files 2026/05/03 01:18:47 DEBUG : gofile root 'rclone-test-woguheq1sexi': Purge remote 2026/05/03 01:18:47 DEBUG : gofile root 'rclone-test-numejah3hone': Purge remote 2026/05/03 01:18:48 DEBUG : gofile root 'rclone-test-pobefec3mifa': Purge remote 2026/05/03 01:18:48 DEBUG : gofile root 'rclone-test-rinareq7sufu': Purge remote 2026/05/03 01:18:48 DEBUG : gofile root 'rclone-test-vudelom0hiba': Purge remote 2026/05/03 01:18:49 DEBUG : gofile root 'rclone-test-dimemut3majo': Purge remote 2026/05/03 01:18:49 DEBUG : gofile root 'rclone-test-giguven6pudo': Purge remote 2026/05/03 01:18:49 DEBUG : gofile root 'rclone-test-tabetag0bazu': Purge remote 2026/05/03 01:18:49 DEBUG : gofile root 'rclone-test-tugafub0fomi': Purge remote 2026/05/03 01:18:50 DEBUG : gofile root 'rclone-test-qerejig0wixi': Purge remote --- PASS: TestApplyTransforms (25.86s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:18:50 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/03 01:18:50 DEBUG : sub/file2: size = 14 OK 2026/05/03 01:18:50 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/03 01:18:50 INFO : file1: Copied (new) to: sub/file2 2026/05/03 01:18:51 DEBUG : sub/file2: size = 14 OK 2026/05/03 01:18:51 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/03 01:18:51 DEBUG : file1: Unchanged skipping 2026/05/03 01:18:51 DEBUG : gofile root 'rclone-test-kelicux9yefe': don't need to copy/move sub/file2, it is already at target location --- PASS: TestCopyFile (1.90s) === RUN TestCopyLongFile run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" copy_test.go:154: Test only runs on local --- SKIP: TestCopyLongFile (0.15s) === RUN TestCopyFileBackupDir run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:18:53 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kelicux9yefe/backup" 2026/05/03 01:18:53 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2787482937) 2026/05/03 01:18:53 DEBUG : dst/file1: size = 18 (gofile root 'rclone-test-kelicux9yefe') 2026/05/03 01:18:53 DEBUG : dst/file1: Sizes differ 2026/05/03 01:18:55 INFO : dst/file1: Moved (server-side) 2026/05/03 01:18:55 DEBUG : dst/file1: size = 14 OK 2026/05/03 01:18:55 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/03 01:18:55 INFO : dst/file1: Copied (new) --- PASS: TestCopyFileBackupDir (5.33s) === RUN TestCopyFileCompareDest run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:18:57 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kelicux9yefe/dst" 2026/05/03 01:18:58 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kelicux9yefe/CompareDest" 2026/05/03 01:19:00 DEBUG : one: Need to transfer - File not found at Destination 2026/05/03 01:19:01 DEBUG : one: size = 3 OK 2026/05/03 01:19:01 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/05/03 01:19:01 INFO : one: Copied (new) 2026/05/03 01:19:01 DEBUG : one: size = 5 (Local file system at /tmp/rclone2787482937) 2026/05/03 01:19:01 DEBUG : one: size = 3 (gofile root 'rclone-test-kelicux9yefe/dst') 2026/05/03 01:19:01 DEBUG : one: Sizes differ 2026/05/03 01:19:02 DEBUG : one: Removing old object on successful upload 2026/05/03 01:19:02 DEBUG : one: size = 5 OK 2026/05/03 01:19:02 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/05/03 01:19:02 INFO : one: Copied (replaced existing) 2026/05/03 01:19:02 DEBUG : dst/one: Removing old object on successful upload 2026/05/03 01:19:04 DEBUG : one: size = 5 (Local file system at /tmp/rclone2787482937) 2026/05/03 01:19:04 DEBUG : one: size = 3 (gofile root 'rclone-test-kelicux9yefe/dst') 2026/05/03 01:19:04 DEBUG : one: Sizes differ 2026/05/03 01:19:04 DEBUG : one: size = 5 OK 2026/05/03 01:19:04 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/03 01:19:04 DEBUG : one: Destination found in --compare-dest, skipping 2026/05/03 01:19:05 DEBUG : two: Need to transfer - File not found at Destination 2026/05/03 01:19:05 DEBUG : two: size = 3 OK 2026/05/03 01:19:05 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/03 01:19:05 DEBUG : two: Destination found in --compare-dest, skipping 2026/05/03 01:19:06 DEBUG : two: Need to transfer - File not found at Destination 2026/05/03 01:19:06 DEBUG : two: size = 3 OK 2026/05/03 01:19:06 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/03 01:19:06 DEBUG : two: Destination found in --compare-dest, skipping 2026/05/03 01:19:06 DEBUG : two: Need to transfer - File not found at Destination 2026/05/03 01:19:07 DEBUG : two: size = 5 (Local file system at /tmp/rclone2787482937) 2026/05/03 01:19:07 DEBUG : two: size = 3 (gofile root 'rclone-test-kelicux9yefe/CompareDest') 2026/05/03 01:19:07 DEBUG : two: Sizes differ 2026/05/03 01:19:07 DEBUG : two: size = 5 OK 2026/05/03 01:19:07 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/05/03 01:19:07 INFO : two: Copied (new) --- PASS: TestCopyFileCompareDest (11.30s) === RUN TestCopyFileCopyDest run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:09 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kelicux9yefe/dst" 2026/05/03 01:19:10 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kelicux9yefe/CopyDest" 2026/05/03 01:19:10 DEBUG : one: Need to transfer - File not found at Destination 2026/05/03 01:19:11 DEBUG : one: size = 3 OK 2026/05/03 01:19:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/05/03 01:19:11 INFO : one: Copied (new) 2026/05/03 01:19:12 DEBUG : one: size = 5 (Local file system at /tmp/rclone2787482937) 2026/05/03 01:19:12 DEBUG : one: size = 3 (gofile root 'rclone-test-kelicux9yefe/dst') 2026/05/03 01:19:12 DEBUG : one: Sizes differ 2026/05/03 01:19:12 DEBUG : one: Removing old object on successful upload 2026/05/03 01:19:12 DEBUG : one: size = 5 OK 2026/05/03 01:19:12 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/05/03 01:19:12 INFO : one: Copied (replaced existing) 2026/05/03 01:19:13 DEBUG : dst/one: Removing old object on successful upload 2026/05/03 01:19:14 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kelicux9yefe/BackupDir" 2026/05/03 01:19:14 DEBUG : one: size = 5 (Local file system at /tmp/rclone2787482937) 2026/05/03 01:19:14 DEBUG : one: size = 3 (gofile root 'rclone-test-kelicux9yefe/dst') 2026/05/03 01:19:14 DEBUG : one: Sizes differ 2026/05/03 01:19:15 DEBUG : one: size = 5 OK 2026/05/03 01:19:15 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/03 01:19:15 DEBUG : one: size = 5 (Local file system at /tmp/rclone2787482937) 2026/05/03 01:19:15 DEBUG : one: size = 3 (gofile root 'rclone-test-kelicux9yefe/dst') 2026/05/03 01:19:15 DEBUG : one: Sizes differ 2026/05/03 01:19:15 INFO : one: Moved (server-side) 2026/05/03 01:19:16 DEBUG : one: size = 5 OK 2026/05/03 01:19:16 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/05/03 01:19:16 INFO : one: Copied (server-side copy) 2026/05/03 01:19:16 DEBUG : one: Destination found in --copy-dest, using server-side copy 2026/05/03 01:19:17 DEBUG : two: Need to transfer - File not found at Destination 2026/05/03 01:19:18 DEBUG : two: size = 3 OK 2026/05/03 01:19:18 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/03 01:19:18 DEBUG : two: size = 3 OK 2026/05/03 01:19:18 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/05/03 01:19:18 INFO : two: Copied (server-side copy) 2026/05/03 01:19:18 DEBUG : two: Destination found in --copy-dest, using server-side copy 2026/05/03 01:19:18 DEBUG : two: size = 3 OK 2026/05/03 01:19:18 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/03 01:19:18 DEBUG : two: Unchanged skipping 2026/05/03 01:19:19 DEBUG : three: Need to transfer - File not found at Destination 2026/05/03 01:19:19 DEBUG : three: size = 7 (Local file system at /tmp/rclone2787482937) 2026/05/03 01:19:19 DEBUG : three: size = 5 (gofile root 'rclone-test-kelicux9yefe/CopyDest') 2026/05/03 01:19:19 DEBUG : three: Sizes differ 2026/05/03 01:19:19 DEBUG : three: Destination not found in --copy-dest 2026/05/03 01:19:20 DEBUG : three: size = 7 OK 2026/05/03 01:19:20 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2026/05/03 01:19:20 INFO : three: Copied (new) --- PASS: TestCopyFileCopyDest (14.13s) === RUN TestCopyInplace run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" copy_test.go:371: Partial uploads not supported --- SKIP: TestCopyInplace (0.20s) === RUN TestCopyLongFileName run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" copy_test.go:404: Partial uploads not supported --- SKIP: TestCopyLongFileName (0.91s) === RUN TestCopyLongFileNameCollision run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" copy_test.go:437: Partial uploads not supported --- SKIP: TestCopyLongFileNameCollision (0.67s) === RUN TestCopyFileMaxTransfer run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:25 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/05/03 01:19:26 DEBUG : TestCopyFileMaxTransfer/file1: size = 14 OK 2026/05/03 01:19:26 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/03 01:19:26 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/05/03 01:19:27 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/05/03 01:19:27 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: failed to upload file: Post "https://upload.gofile.io/uploadfile": failed to copy data: max transfer limit reached as set by --max-transfer 2026/05/03 01:19:27 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/05/03 01:19:28 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/05/03 01:19:28 DEBUG : TestCopyFileMaxTransfer/file4: size = 2062 OK 2026/05/03 01:19:28 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 2b0d72b5d64adbcdd2d1a1392ed10cc9 OK 2026/05/03 01:19:28 INFO : TestCopyFileMaxTransfer/file4: Copied (new) --- PASS: TestCopyFileMaxTransfer (4.44s) === RUN TestDeduplicateInteractive run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:30 INFO : gofile root 'rclone-test-kelicux9yefe': Looking for duplicate names using interactive mode. 2026/05/03 01:19:30 NOTICE: one: Found 3 files with duplicate names 2026/05/03 01:19:30 NOTICE: one: Deleting 2/3 identical duplicates (md5 0f6d3e59c45e54d0f2cb30fb594620a3) 2026/05/03 01:19:30 INFO : one: Deleted 2026/05/03 01:19:30 INFO : one: Deleted 2026/05/03 01:19:30 NOTICE: one: All duplicates removed --- PASS: TestDeduplicateInteractive (2.38s) === RUN TestDeduplicateSkip run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:32 INFO : gofile root 'rclone-test-kelicux9yefe': Looking for duplicate names using skip mode. 2026/05/03 01:19:33 NOTICE: one: Found 3 files with duplicate names 2026/05/03 01:19:33 NOTICE: one: Deleting 1/2 identical duplicates (md5 0f6d3e59c45e54d0f2cb30fb594620a3) 2026/05/03 01:19:33 INFO : one: Deleted 2026/05/03 01:19:33 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSkip (2.05s) === RUN TestDeduplicateSizeOnly run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:34 INFO : gofile root 'rclone-test-kelicux9yefe': Looking for duplicate names using skip mode. 2026/05/03 01:19:34 NOTICE: one: Found 3 files with duplicate names 2026/05/03 01:19:34 NOTICE: one: Deleting 1/2 identical duplicates (size 11) 2026/05/03 01:19:34 INFO : one: Deleted 2026/05/03 01:19:34 NOTICE: one: Skipping 2 files with duplicate names --- PASS: TestDeduplicateSizeOnly (1.67s) === RUN TestDeduplicateFirst run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:36 INFO : gofile root 'rclone-test-kelicux9yefe': Looking for duplicate names using first mode. 2026/05/03 01:19:36 NOTICE: one: Found 3 files with duplicate names 2026/05/03 01:19:37 INFO : one: Deleted 2026/05/03 01:19:37 INFO : one: Deleted 2026/05/03 01:19:37 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateFirst (2.04s) === RUN TestDeduplicateNewest run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:38 INFO : gofile root 'rclone-test-kelicux9yefe': Looking for duplicate names using newest mode. 2026/05/03 01:19:38 NOTICE: one: Found 3 files with duplicate names 2026/05/03 01:19:38 INFO : one: Deleted 2026/05/03 01:19:38 INFO : one: Deleted 2026/05/03 01:19:38 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateNewest (1.74s) === RUN TestDeduplicateNewestByHash run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:41 INFO : gofile root 'rclone-test-kelicux9yefe': Looking for duplicate md5 hashes using newest mode. 2026/05/03 01:19:41 NOTICE: bc7fd03a9d0ce4a22731f6829398d85e: Found 3 files with duplicate md5 hashes 2026/05/03 01:19:41 INFO : one: Deleted 2026/05/03 01:19:41 INFO : also/one: Deleted 2026/05/03 01:19:41 NOTICE: bc7fd03a9d0ce4a22731f6829398d85e: Deleted 2 extra copies --- PASS: TestDeduplicateNewestByHash (3.73s) === RUN TestDeduplicateOldest run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:43 INFO : gofile root 'rclone-test-kelicux9yefe': Looking for duplicate names using oldest mode. 2026/05/03 01:19:43 NOTICE: one: Found 3 files with duplicate names 2026/05/03 01:19:43 INFO : one: Deleted 2026/05/03 01:19:44 INFO : one: Deleted 2026/05/03 01:19:44 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateOldest (3.32s) === RUN TestDeduplicateLargest run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:47 INFO : gofile root 'rclone-test-kelicux9yefe': Looking for duplicate names using largest mode. 2026/05/03 01:19:47 NOTICE: one: Found 3 files with duplicate names 2026/05/03 01:19:47 INFO : one: Deleted 2026/05/03 01:19:48 INFO : one: Deleted 2026/05/03 01:19:48 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateLargest (3.00s) === RUN TestDeduplicateSmallest run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:49 INFO : gofile root 'rclone-test-kelicux9yefe': Looking for duplicate names using smallest mode. 2026/05/03 01:19:50 NOTICE: one: Found 3 files with duplicate names 2026/05/03 01:19:50 INFO : one: Deleted 2026/05/03 01:19:50 INFO : one: Deleted 2026/05/03 01:19:50 NOTICE: one: Deleted 2 extra copies --- PASS: TestDeduplicateSmallest (2.31s) === RUN TestDeduplicateRename run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:52 INFO : gofile root 'rclone-test-kelicux9yefe': Looking for duplicate names using rename mode. 2026/05/03 01:19:52 NOTICE: one.txt: Found 3 files with duplicate names 2026/05/03 01:19:52 INFO : one-2.txt: renamed from: one.txt 2026/05/03 01:19:53 INFO : one-3.txt: renamed from: one.txt 2026/05/03 01:19:53 INFO : one-4.txt: renamed from: one.txt --- PASS: TestDeduplicateRename (3.26s) === RUN TestMergeDirs run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:19:57 INFO : dupe2: merging "two.txt" 2026/05/03 01:19:57 INFO : dupe2: removing empty directory 2026/05/03 01:19:57 INFO : dupe3: merging "three.txt" 2026/05/03 01:19:57 INFO : dupe3: removing empty directory --- PASS: TestMergeDirs (4.69s) === RUN TestListDirSorted run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:20:08 DEBUG : a.txt: Excluded (Size Filter) 2026/05/03 01:20:08 DEBUG : a.txt: Excluded 2026/05/03 01:20:08 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/03 01:20:08 DEBUG : sub dir/hello world2: Excluded 2026/05/03 01:20:08 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/03 01:20:08 DEBUG : sub dir/hello world: Excluded 2026/05/03 01:20:09 DEBUG : sub dir/ignore dir: Excluded 2026/05/03 01:20:09 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/03 01:20:09 DEBUG : sub dir/hello world2: Excluded 2026/05/03 01:20:09 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/03 01:20:09 DEBUG : sub dir/hello world: Excluded 2026/05/03 01:20:10 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (14.56s) === RUN TestListDirSortedFn run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:20:18 DEBUG : a.txt: Excluded (Size Filter) 2026/05/03 01:20:18 DEBUG : a.txt: Excluded 2026/05/03 01:20:18 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/03 01:20:18 DEBUG : sub dir/hello world: Excluded 2026/05/03 01:20:18 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/03 01:20:18 DEBUG : sub dir/hello world2: Excluded 2026/05/03 01:20:19 DEBUG : sub dir/ignore dir: Excluded 2026/05/03 01:20:19 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/03 01:20:19 DEBUG : sub dir/hello world: Excluded 2026/05/03 01:20:19 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/03 01:20:19 DEBUG : sub dir/hello world2: Excluded 2026/05/03 01:20:19 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (8.98s) === RUN TestListJSON run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" === 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 === RUN TestListJSON/Metadata --- PASS: TestListJSON (4.60s) --- PASS: TestListJSON/Default (0.29s) --- PASS: TestListJSON/FilesOnly (0.10s) --- PASS: TestListJSON/DirsOnly (0.09s) --- PASS: TestListJSON/Recurse (0.31s) --- PASS: TestListJSON/SubDir (0.31s) --- PASS: TestListJSON/NoModTime (0.10s) --- PASS: TestListJSON/NoMimeType (0.09s) --- PASS: TestListJSON/ShowHash (0.07s) --- PASS: TestListJSON/HashTypes (0.07s) --- PASS: TestListJSON/Metadata (0.08s) === RUN TestStatJSON run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" === 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 2026/05/03 01:20:29 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kelicux9yefe/notfound" --- PASS: TestStatJSON (5.22s) --- PASS: TestStatJSON/Root (0.08s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.08s) --- PASS: TestStatJSON/Dir (0.32s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.12s) --- PASS: TestStatJSON/File (0.09s) --- PASS: TestStatJSON/NotFound (0.17s) --- PASS: TestStatJSON/DirFilesOnly (0.09s) --- PASS: TestStatJSON/FileFilesOnly (0.10s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.09s) --- PASS: TestStatJSON/DirDirsOnly (0.08s) --- PASS: TestStatJSON/FileDirsOnly (0.07s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.08s) --- PASS: TestStatJSON/RootNotFound (2.65s) === RUN TestMkdir run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:20:33 INFO : gofile root 'rclone-test-kelicux9yefe': Making directory 2026/05/03 01:20:33 INFO : gofile root 'rclone-test-kelicux9yefe': Making directory --- PASS: TestMkdir (0.43s) === RUN TestLsd run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" --- PASS: TestLsd (1.56s) === RUN TestLs run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" --- PASS: TestLs (2.85s) === RUN TestLsWithFilesFrom run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:20:38 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/05/03 01:20:38 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (2.07s) === RUN TestLsLong run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" --- PASS: TestLsLong (0.99s) === RUN TestHashSums run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" === RUN TestHashSums/Md5 === RUN TestHashSums/Md5Download --- PASS: TestHashSums (1.55s) --- PASS: TestHashSums/Md5 (0.08s) --- PASS: TestHashSums/Md5Download (0.33s) === RUN TestHashSumsWithErrors 2026/05/03 01:20:42 DEBUG : Creating backend with remote ":memory:" 2026/05/03 01:20:42 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/05/03 01:20:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/05/03 01:20:42 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/05/03 01:20:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/05/03 01:20:42 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/05/03 01:20:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/05/03 01:20:42 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/05/03 01:20:42 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/05/03 01:20:42 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:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" --- PASS: TestCount (2.29s) === RUN TestDelete run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:20:46 DEBUG : Waiting for deletions to finish 2026/05/03 01:20:46 DEBUG : large: Excluded (Size Filter) 2026/05/03 01:20:46 INFO : medium: Deleted 2026/05/03 01:20:46 INFO : small: Deleted --- PASS: TestDelete (2.19s) === RUN TestMaxDelete run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:20:48 DEBUG : Waiting for deletions to finish 2026/05/03 01:20:48 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/05/03 01:20:48 INFO : large: Deleted 2026/05/03 01:20:48 INFO : medium: Deleted --- PASS: TestMaxDelete (2.69s) === RUN TestMaxDeleteSizeLargeFile run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:20:51 DEBUG : Waiting for deletions to finish 2026/05/03 01:20:51 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/05/03 01:20:51 INFO : medium: Deleted 2026/05/03 01:20:51 INFO : small: Deleted --- PASS: TestMaxDeleteSizeLargeFile (2.74s) === RUN TestMaxDeleteSize run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:20:53 DEBUG : Waiting for deletions to finish 2026/05/03 01:20:53 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/05/03 01:20:53 INFO : large: Deleted 2026/05/03 01:20:53 INFO : medium: Deleted --- PASS: TestMaxDeleteSize (2.30s) === RUN TestReadFile run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" --- PASS: TestReadFile (1.33s) === RUN TestRetry 2026/05/03 01:20:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/05/03 01:20:56 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/05/03 01:20:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/03 01:20:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/03 01:20:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/03 01:20:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/03 01:20:56 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" --- PASS: TestCat (5.36s) === RUN TestPurge 2026/05/03 01:21:01 DEBUG : Creating backend with remote "TestGoFile:rclone-test-foduxog5jogi" 2026/05/03 01:21:01 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/03 01:21:01 DEBUG : Creating backend with remote "/tmp/rclone4067241799" run.go:185: Remote "gofile root 'rclone-test-foduxog5jogi'", Local "Local file system at /tmp/rclone4067241799", Modify Window "1s" 2026/05/03 01:21:02 INFO : A2: Making directory 2026/05/03 01:21:03 INFO : A1/B2: Making directory 2026/05/03 01:21:03 INFO : A1/B2/C2: Making directory 2026/05/03 01:21:03 INFO : A1/B1/C3: Making directory 2026/05/03 01:21:04 INFO : A3: Making directory 2026/05/03 01:21:04 INFO : A3/B3: Making directory 2026/05/03 01:21:05 INFO : A3/B3/C4: Making directory 2026/05/03 01:21:08 DEBUG : gofile root 'rclone-test-foduxog5jogi': Purge remote 2026/05/03 01:21:08 NOTICE: purge failed: directory not found --- PASS: TestPurge (7.27s) === RUN TestRmdirsNoLeaveRoot run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:21:10 INFO : A2: Making directory 2026/05/03 01:21:10 INFO : A1/B2: Making directory 2026/05/03 01:21:10 INFO : A1/B2/C2: Making directory 2026/05/03 01:21:11 INFO : A1/B1/C3: Making directory 2026/05/03 01:21:11 INFO : A3: Making directory 2026/05/03 01:21:11 INFO : A3/B3: Making directory 2026/05/03 01:21:11 INFO : A3/B3/C4: Making directory 2026/05/03 01:21:12 DEBUG : removing 1 level 3 directories 2026/05/03 01:21:12 INFO : A3/B3/C4: Removing directory 2026/05/03 01:21:15 DEBUG : removing 2 level 3 directories 2026/05/03 01:21:15 INFO : A1/B2/C2: Removing directory 2026/05/03 01:21:15 INFO : A1/B1/C3: Removing directory 2026/05/03 01:21:15 DEBUG : removing 2 level 2 directories 2026/05/03 01:21:15 INFO : A3/B3: Removing directory 2026/05/03 01:21:15 INFO : A1/B2: Removing directory 2026/05/03 01:21:16 DEBUG : removing 2 level 1 directories 2026/05/03 01:21:16 INFO : A3: Removing directory 2026/05/03 01:21:16 INFO : A2: Removing directory 2026/05/03 01:21:19 DEBUG : removing 1 level 3 directories 2026/05/03 01:21:19 INFO : A1/B1/C1: Removing directory 2026/05/03 01:21:19 DEBUG : removing 1 level 2 directories 2026/05/03 01:21:19 INFO : A1/B1: Removing directory 2026/05/03 01:21:19 DEBUG : removing 1 level 1 directories 2026/05/03 01:21:19 INFO : A1: Removing directory 2026/05/03 01:21:20 DEBUG : removing 1 level 0 directories 2026/05/03 01:21:20 INFO : gofile root 'rclone-test-kelicux9yefe': Removing directory --- PASS: TestRmdirsNoLeaveRoot (11.72s) === RUN TestRmdirsLeaveRoot run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:21:20 INFO : A1: Making directory 2026/05/03 01:21:21 INFO : A1/B1: Making directory 2026/05/03 01:21:21 INFO : A1/B1/C1: Making directory 2026/05/03 01:21:22 DEBUG : removing 1 level 3 directories 2026/05/03 01:21:22 INFO : A1/B1/C1: Removing directory 2026/05/03 01:21:22 DEBUG : removing 1 level 2 directories 2026/05/03 01:21:22 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (3.17s) === RUN TestRmdirsWithFilter run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:21:23 INFO : A1: Making directory 2026/05/03 01:21:23 INFO : A1/B1: Making directory 2026/05/03 01:21:23 INFO : A1/B1/C1: Making directory 2026/05/03 01:21:25 DEBUG : removing 1 level 3 directories 2026/05/03 01:21:25 INFO : A1/B1/C1: Removing directory 2026/05/03 01:21:25 DEBUG : removing 1 level 2 directories 2026/05/03 01:21:25 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (2.66s) === RUN TestCopyURL run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:21:26 DEBUG : filename.txt: File name found in url 2026/05/03 01:21:27 DEBUG : headerfilename.txt: filename found in Content-Disposition header. --- PASS: TestCopyURL (2.06s) === RUN TestCopyURLDownloadHeaders run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" --- PASS: TestCopyURLDownloadHeaders (0.52s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:21:28 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/03 01:21:29 DEBUG : sub/file2: size = 14 OK 2026/05/03 01:21:29 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/03 01:21:29 INFO : file1: Copied (new) to: sub/file2 2026/05/03 01:21:29 INFO : file1: Deleted 2026/05/03 01:21:29 DEBUG : sub/file2: size = 14 OK 2026/05/03 01:21:29 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/03 01:21:29 DEBUG : file1: Unchanged skipping 2026/05/03 01:21:29 INFO : file1: Deleted 2026/05/03 01:21:29 DEBUG : gofile root 'rclone-test-kelicux9yefe': don't need to copy/move sub/file2, it is already at target location --- PASS: TestMoveFile (1.88s) === RUN TestMoveFileWithIgnoreExisting run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:21:31 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/03 01:21:31 DEBUG : file1: size = 14 OK 2026/05/03 01:21:31 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/03 01:21:31 INFO : file1: Copied (new) 2026/05/03 01:21:31 INFO : file1: Deleted 2026/05/03 01:21:31 DEBUG : file1: Destination exists, skipping 2026/05/03 01:21:31 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set --- PASS: TestMoveFileWithIgnoreExisting (1.29s) === RUN TestCaseInsensitiveMoveFile run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFile (0.64s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFileDryRun (0.30s) === RUN TestMoveFileBackupDir run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:21:34 DEBUG : Creating backend with remote "TestGoFile:rclone-test-kelicux9yefe/backup" 2026/05/03 01:21:35 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone2787482937) 2026/05/03 01:21:35 DEBUG : dst/file1: size = 18 (gofile root 'rclone-test-kelicux9yefe') 2026/05/03 01:21:35 DEBUG : dst/file1: Sizes differ 2026/05/03 01:21:36 INFO : dst/file1: Moved (server-side) 2026/05/03 01:21:36 DEBUG : dst/file1: size = 14 OK 2026/05/03 01:21:36 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/05/03 01:21:36 INFO : dst/file1: Copied (new) 2026/05/03 01:21:36 INFO : dst/file1: Deleted --- PASS: TestMoveFileBackupDir (5.54s) === 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:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:21:41 INFO : A1/B2: Making directory 2026/05/03 01:21:41 INFO : A1/B1/C3: Making directory 2026/05/03 01:21:45 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:21:45 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:21:45 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:21:45 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:21:45 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:21:50 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:21:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/05/03 01:21:50 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:21:50 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/05/03 01:21:50 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:21:50 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:21:50 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/05/03 01:21:50 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:21:50 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:21:50 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/05/03 01:21:50 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:21:50 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:21:50 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/05/03 01:21:51 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:21:51 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:21:55 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:21:55 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/05/03 01:21:55 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:21:55 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/05/03 01:21:55 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:21:55 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:21:55 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/05/03 01:21:56 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:21:56 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/05/03 01:21:56 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:21:56 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/05/03 01:21:56 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:22:00 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:22:00 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/05/03 01:22:01 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:22:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:22:11 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:22:26 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:22:31 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:22:46 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:22:51 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:23:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:23:11 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:23:26 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:23:31 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:23:46 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:23:51 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:24:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:24:11 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:24:26 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:24:31 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:24:46 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:24:51 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:25:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:25:11 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:25:26 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:25:31 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:25:46 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:25:51 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:26:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:26:11 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:26:26 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:26:31 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:26:46 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:26:51 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:27:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:27:11 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:27:26 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:27:31 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:27:46 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:27:51 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:28:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:28:11 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:28:26 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:28:31 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:28:46 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:28:51 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:29:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:29:11 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:29:26 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:29:31 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:29:46 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:29:51 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:30:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:30:11 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:30:26 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:30:31 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:30:46 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:30:51 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:31:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:31:11 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:31:26 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:31:31 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:31:46 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:31:51 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:32:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:32:11 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:32:26 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:32:31 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:32:46 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:32:51 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:33:06 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:33:11 DEBUG : pacer: low level retry 10/10 (error Error "error-rateLimit") 2026/05/03 01:33:11 ERROR : A2/B1/three: Couldn't move: failed to move item: Error "error-rateLimit" 2026/05/03 01:33:26 DEBUG : pacer: Reducing sleep to 10s 2026/05/03 01:33:26 ERROR : A2/B1/C2/five: Couldn't move: failed to move item: Put "https://api.gofile.io/contents/move": context canceled 2026/05/03 01:33:46 DEBUG : pacer: Reducing sleep to 5s 2026/05/03 01:33:46 ERROR : A2/B1/C1/four: Couldn't move: failed to move item: Put "https://api.gofile.io/contents/move": context canceled 2026/05/03 01:33:56 DEBUG : pacer: Reducing sleep to 2.5s 2026/05/03 01:33:56 ERROR : A2/two: Couldn't move: failed to move item: Put "https://api.gofile.io/contents/move": context canceled 2026/05/03 01:34:01 DEBUG : pacer: Reducing sleep to 1.25s 2026/05/03 01:34:01 ERROR : A2/one: Couldn't move: failed to move item: Put "https://api.gofile.io/contents/move": context canceled operations_test.go:1436: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1436 Error: Received unexpected error: RenameDir renames: failed to move item: Error "error-rateLimit" Test: TestDirMove 2026/05/03 01:34:04 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:34:09 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:34:09 DEBUG : pacer: Rate limited, increasing sleep to 2.5s 2026/05/03 01:34:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:34:14 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:34:14 DEBUG : pacer: Rate limited, increasing sleep to 5s 2026/05/03 01:34:14 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:34:19 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:34:19 DEBUG : pacer: Rate limited, increasing sleep to 10s 2026/05/03 01:34:19 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:34:24 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:34:24 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/05/03 01:34:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:34:34 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:34:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:34:54 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:35:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:35:14 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:35:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:35:34 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:35:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:35:54 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:36:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:36:14 DEBUG : pacer: low level retry 10/10 (error Error "error-rateLimit") run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1436 Error: Received unexpected error: couldn't recursively list files: Error "error-rateLimit" Test: TestDirMove --- FAIL: TestDirMove (875.94s) === RUN TestGetFsInfo run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:36:14 DEBUG : Config file has changed externally - reloading 2026/05/03 01:36:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:36:34 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:36:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:36:54 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:37:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:37:14 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:37:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:37:34 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:37:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:37:54 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:38:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:38:14 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:38:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:38:34 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:38:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:38:54 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:39:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:39:14 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:39:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:39:34 DEBUG : pacer: low level retry 10/10 (error Error "error-rateLimit") run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: couldn't recursively list files: Error "error-rateLimit" Test: TestGetFsInfo --- FAIL: TestGetFsInfo (200.12s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:39:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:39:54 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:40:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:40:14 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:40:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:40:34 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:40:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:40:54 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:41:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:41:14 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:41:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:41:34 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:41:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:41:54 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:42:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:42:14 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:42:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:42:34 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:42:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:42:54 DEBUG : pacer: low level retry 10/10 (error Error "error-rateLimit") fstest.go:282: Error listing: couldn't recursively list files: Error "error-rateLimit" 2026/05/03 01:43:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:43:14 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:43:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:43:34 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:43:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:43:54 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:44:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:44:14 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:44:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:44:34 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:44:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:44:54 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:45:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:45:14 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:45:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:45:34 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:45:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:45:54 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:46:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:46:14 DEBUG : pacer: low level retry 10/10 (error Error "error-rateLimit") run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:282 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1529 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1554 Error: Received unexpected error: couldn't recursively list files: Error "error-rateLimit" Test: TestRcat/withChecksum=false,ignoreChecksum=false === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:46:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:46:34 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:46:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:46:54 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:47:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:47:14 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:47:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:47:34 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:47:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:47:54 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:48:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:48:14 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:48:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:48:34 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:48:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:48:54 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:49:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:49:14 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:49:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:49:34 DEBUG : pacer: low level retry 10/10 (error Error "error-rateLimit") fstest.go:282: Error listing: couldn't recursively list files: Error "error-rateLimit" 2026/05/03 01:49:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:49:54 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:50:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:50:14 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:50:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:50:34 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:50:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:50:54 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:51:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:51:14 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:51:29 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:51:34 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:51:49 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:51:54 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:52:09 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:52:14 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:52:30 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:52:35 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:52:50 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:52:55 DEBUG : pacer: low level retry 10/10 (error Error "error-rateLimit") run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:282 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1529 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1554 Error: Received unexpected error: couldn't recursively list files: Error "error-rateLimit" Test: TestRcat/withChecksum=true,ignoreChecksum=false === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 01:53:10 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:53:15 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:53:30 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:53:35 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:53:50 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:53:55 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:54:10 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:54:15 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:54:30 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:54:35 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:54:50 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:54:55 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:55:10 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:55:15 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:55:30 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:55:35 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 01:55:50 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:55:55 DEBUG : pacer: low level retry 9/10 (error Error "error-rateLimit") 2026/05/03 01:56:10 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:56:15 DEBUG : pacer: low level retry 10/10 (error Error "error-rateLimit") fstest.go:282: Error listing: couldn't recursively list files: Error "error-rateLimit" 2026/05/03 01:56:30 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:56:35 DEBUG : pacer: low level retry 1/10 (error Error "error-rateLimit") 2026/05/03 01:56:50 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:56:55 DEBUG : pacer: low level retry 2/10 (error Error "error-rateLimit") 2026/05/03 01:57:10 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:57:15 DEBUG : pacer: low level retry 3/10 (error Error "error-rateLimit") 2026/05/03 01:57:30 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:57:35 DEBUG : pacer: low level retry 4/10 (error Error "error-rateLimit") 2026/05/03 01:57:50 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:57:55 DEBUG : pacer: low level retry 5/10 (error Error "error-rateLimit") 2026/05/03 01:58:10 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:58:15 DEBUG : pacer: low level retry 6/10 (error Error "error-rateLimit") 2026/05/03 01:58:30 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:58:35 DEBUG : pacer: low level retry 7/10 (error Error "error-rateLimit") 2026/05/03 01:58:50 DEBUG : Rate limited, sleep for 5s 2026/05/03 01:58:55 DEBUG : pacer: low level retry 8/10 (error Error "error-rateLimit") 2026/05/03 02:00:10 DEBUG : pacer: low level retry 9/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout) 2026/05/03 02:01:10 DEBUG : pacer: low level retry 10/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout) run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:282 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1529 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1554 Error: Received unexpected error: couldn't recursively list files: Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout Test: TestRcat/withChecksum=false,ignoreChecksum=true === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:185: Remote "gofile root 'rclone-test-kelicux9yefe'", Local "Local file system at /tmp/rclone2787482937", Modify Window "1s" 2026/05/03 02:02:10 DEBUG : pacer: low level retry 1/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout) 2026/05/03 02:03:10 DEBUG : pacer: low level retry 2/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout) 2026/05/03 02:04:10 DEBUG : pacer: low level retry 3/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout) 2026/05/03 02:05:10 DEBUG : pacer: low level retry 4/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout) 2026/05/03 02:06:10 DEBUG : pacer: low level retry 5/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout) 2026/05/03 02:07:10 DEBUG : pacer: low level retry 6/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout) 2026/05/03 02:08:10 DEBUG : pacer: low level retry 7/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout) 2026/05/03 02:09:10 DEBUG : pacer: low level retry 8/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout) 2026/05/03 02:10:10 DEBUG : pacer: low level retry 9/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout) 2026/05/03 02:11:10 DEBUG : pacer: low level retry 10/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout) fstest.go:282: Error listing: couldn't recursively list files: Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout 2026/05/03 02:12:10 DEBUG : pacer: low level retry 1/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout) 2026/05/03 02:13:10 DEBUG : pacer: low level retry 2/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 45.112.123.126:443: i/o timeout) 2026/05/03 02:14:10 DEBUG : pacer: low level retry 3/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout) 2026/05/03 02:15:10 DEBUG : pacer: low level retry 4/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout) 2026/05/03 02:16:10 DEBUG : pacer: low level retry 5/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.159.107.119:443: i/o timeout) 2026/05/03 02:17:10 DEBUG : pacer: low level retry 6/10 (error Get "https://api.gofile.io/contents/d2f26bae-0cba-46e1-bc15-40ad1e9df2bb?maxdepth=4&page=1&pageSize=1000": dial tcp 51.75.242.210:443: i/o timeout) panic: test timed out after 1h0m0s running tests: TestRcat (37m57s) TestRcat/withChecksum=true,ignoreChecksum=true (16m22s) goroutine 5179 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2802 +0x34b created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 39 minutes]: testing.(*T).Run(0x1b149ce8908, {0x2a4fadf?, 0x1b14a373ae8?}, 0x2bd3160) /usr/local/go/src/testing/testing.go:2109 +0x4e5 testing.runTests.func1(0x1b149ce8908) /usr/local/go/src/testing/testing.go:2585 +0x37 testing.tRunner(0x1b149ce8908, 0x1b14a373c10) /usr/local/go/src/testing/testing.go:2036 +0xea testing.runTests({0x2a850e3, 0x18}, {0x2abf9dd, 0x26}, 0x1b14a60d728, {0x467c080, 0x71, 0x71}, {0xc275c9eeec8e6cf6, 0x3464190bab8, ...}) /usr/local/go/src/testing/testing.go:2583 +0x505 testing.(*M).Run(0x1b14a4c8140) /usr/local/go/src/testing/testing.go:2443 +0x6ac github.com/rclone/rclone/fstest.TestMain(0x1b14a4c8140) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:74 +0xa6 github.com/rclone/rclone/fs/operations_test.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:61 main.main() _testmain.go:274 +0xa6 goroutine 428 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 418 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 4888 [chan receive, 17 minutes]: testing.(*T).Run(0x1b149ce8248, {0x1b14a6d4630?, 0x1b14a8dcf40?}, 0x1b14a3362b8) /usr/local/go/src/testing/testing.go:2109 +0x4e5 github.com/rclone/rclone/fs/operations_test.TestRcat(0x1b149ce8248) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1553 +0xcd testing.tRunner(0x1b149ce8248, 0x2bd3160) /usr/local/go/src/testing/testing.go:2036 +0xea created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:2101 +0x4c5 goroutine 25 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x98 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:152 +0x1f goroutine 26 [chan receive, 60 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 271 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 261 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 5199 [IO wait]: internal/poll.runtime_pollWait(0x77e6cb16dc00, 0x77) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x2c19a28?, 0x1b14a062930?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitWrite(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:93 internal/poll.(*FD).WaitWrite(...) /usr/local/go/src/internal/poll/fd_unix.go:685 net.(*netFD).connect(0x1b149fb4300, {0x2c19a28, 0x1b14a062930}, {0x427694?, 0x1b14a8a90b0?}, {0x2beda60?, 0x1b14a410200?}) /usr/local/go/src/net/fd_unix.go:119 +0x656 net.(*netFD).dial(0x1b149fb4300, {0x2c19a28, 0x1b14a062930}, {0x2c256e8?, 0x0?}, {0x2c256e8, 0x1b149e82690}, 0x48df45?) /usr/local/go/src/net/sock_posix.go:124 +0x3bc net.socket({0x2c19a28, 0x1b14a062930}, {0x2a40f66, 0x3}, 0x2, 0x1, 0x1b14a37e960?, 0x0, {0x2c256e8, 0x0}, ...) /usr/local/go/src/net/sock_posix.go:70 +0x29b net.internetSocket({0x2c19a28, 0x1b14a062930}, {0x2a40f66, 0x3}, {0x2c256e8, 0x0}, {0x2c256e8, 0x1b149e82690}, 0x1, 0x0, ...) /usr/local/go/src/net/ipsock_posix.go:167 +0xf8 net.(*sysDialer).doDialTCPProto(0x1b149da8c00, {0x2c19a28, 0x1b14a062930}, 0x0, 0x1b149e82690, 0x0) /usr/local/go/src/net/tcpsock_posix.go:85 +0xe7 net.(*sysDialer).doDialTCP(...) /usr/local/go/src/net/tcpsock_posix.go:75 net.(*sysDialer).dialTCP(0x2652be0?, {0x2c19a28?, 0x1b14a062930?}, 0x522fef?, 0x1b14a062930?) /usr/local/go/src/net/tcpsock_posix.go:71 +0x69 net.(*sysDialer).dialSingle(0x1b149da8c00, {0x2c19a28, 0x1b14a062930}, {0x2c03a88, 0x1b149e82690}) /usr/local/go/src/net/dial.go:791 +0x3ae net.(*sysDialer).dialSerial(0x1b149da8c00, {0x2c19a28, 0x1b14a150fc0}, {0x1b14a82c040?, 0x3, 0x0?}) /usr/local/go/src/net/dial.go:756 +0x248 net.(*sysDialer).dialParallel(0x1b14a028040?, {0x2c19a28?, 0x1b14a150fc0?}, {0x1b14a82c040?, 0x25cbf00?, 0x2a42169?}, {0x0?, 0x2a40f66?, 0x1b14a8db768?}) /usr/local/go/src/net/dial.go:657 +0x2f9 net.(*Dialer).DialContext(0x1b14a48c460, {0x2c199b8?, 0x1b14a6105a0?}, {0x2a40f66, 0x3}, {0x1b149c696e0, 0x11}) /usr/local/go/src/net/dial.go:557 +0x485 github.com/rclone/rclone/fs/fshttp.(*Dialer).DialContext(0x1b14a48c460, {0x2c199b8, 0x1b14a6105a0}, {0x2a40f66?, 0x77e6c857bba0?}, {0x1b149c696e0, 0x11}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:62 +0x125 github.com/rclone/rclone/fs/fshttp.NewTransportCustom.func2({0x2c199b8, 0x1b14a6105a0}, {0x2a40f66, 0x3}, {0x1b149c696e0, 0x11}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:272 +0x5c net/http.(*Transport).dial(0xd?, {0x2c199b8?, 0x1b14a6105a0?}, {0x2a40f66?, 0x2e6f692e656c?}, {0x1b149c696e0?, 0x0?}) /usr/local/go/src/net/http/transport.go:1307 +0xd2 net/http.(*Transport).dialConn(0x1b14a1e6680, {0x2c199b8, 0x1b14a6105a0}, {{}, 0x0, {0x1b14a94cb60, 0x5}, {0x1b149c696e0, 0x11}, 0x0}, ...) /usr/local/go/src/net/http/transport.go:1815 +0x847 net/http.(*Transport).dialConnFor(0x1b14a1e6680, 0x1b14a000000) /usr/local/go/src/net/http/transport.go:1648 +0xd2 net/http.(*Transport).startDialConnForLocked.func1() /usr/local/go/src/net/http/transport.go:1629 +0x35 created by net/http.(*Transport).startDialConnForLocked in goroutine 5042 /usr/local/go/src/net/http/transport.go:1628 +0x112 goroutine 726 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 620 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 156 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 146 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 1579 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1164 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 741 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 731 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 182 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 172 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 611 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 601 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 637 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 627 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 330 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 225 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 45 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 35 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 231 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 141 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 250 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 208 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 1414 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1164 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 355 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 345 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 444 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 434 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 304 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 294 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 587 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 529 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 683 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 673 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 1165 [chan receive, 59 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1164 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 647 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 509 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 1278 [chan receive, 59 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1164 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 402 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 392 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 483 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 473 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 538 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 464 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 559 [chan receive (nil chan), 59 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:259 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 549 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:257 +0x359 goroutine 1193 [chan receive, 59 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1164 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 5042 [select]: net/http.(*Transport).getConn(0x1b14a1e6680, 0x1b14a610550, {{}, 0x0, {0x1b14a94cb60, 0x5}, {0x1b149c696e0, 0x11}, 0x0}) /usr/local/go/src/net/http/transport.go:1552 +0x4b0 net/http.(*Transport).roundTrip(0x1b14a1e6680, 0x1b14a754640) /usr/local/go/src/net/http/transport.go:693 +0xa7f net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:33 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0x1b149cc8480, 0x1b14a754640) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:531 +0x3dc net/http.send(0x1b14a754640, {0x2beeca0, 0x1b149cc8480}, {0x1b14a234740?, 0x4936a6?, 0x0?}) /usr/local/go/src/net/http/client.go:264 +0x64b net/http.(*Client).send(0x1b14a34de00, 0x1b14a754640, {0x1b14a234701?, 0x1b14a2347c8?, 0x0?}) /usr/local/go/src/net/http/client.go:185 +0x258 net/http.(*Client).do(0x1b14a34de00, 0x1b14a754640) /usr/local/go/src/net/http/client.go:733 +0x9d7 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:592 github.com/rclone/rclone/lib/rest.(*Client).Call(0x1b14a12e000, {0x2c19868, 0x46b8b00}, 0x1b14a358000) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:371 +0xd85 github.com/rclone/rclone/lib/rest.(*Client).callCodec(0x1b14a12e000, {0x2c19868, 0x46b8b00}, 0x1b14a235048?, {0x0?, 0x0?}, {0x2582ea0, 0x1b14a5fe690}, 0x1b14a234fe7?, 0x2bd44f0, ...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:579 +0x447 github.com/rclone/rclone/lib/rest.(*Client).CallJSON(...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:522 github.com/rclone/rclone/backend/gofile.(*Fs).listR.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:654 +0x85 github.com/rclone/rclone/fs.pacerInvoker(0x7, 0xa, 0x2bedfa0?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0x1b149cc84e0, 0x1b14a4ae100, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:228 +0xd2 github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0x1b149cc84e0, 0x1b14a4ae100) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:247 +0x92 github.com/rclone/rclone/backend/gofile.(*Fs).listR(0x1b149fb5280, {0x2c19868, 0x46b8b00}, {0x0, 0x0}, 0x1b14a235420) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:653 +0x577 github.com/rclone/rclone/backend/gofile.(*Fs).ListR(0xd7?, {0x2c19868?, 0x46b8b00?}, {0x0?, 0x2944540?}, 0x56cb01?) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:724 +0x3c github.com/rclone/rclone/fs/walk.listR({0x2c19868, 0x46b8b00}, {0x2c35b80, 0x1b149fb5280}, {0x0, 0x0}, 0x1, 0x3, 0x1b149c48210, 0x1b14a2e2bb8, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:299 +0x292 github.com/rclone/rclone/fs/walk.ListR({0x2c19868, 0x46b8b00}, {0x2c35b80, 0x1b149fb5280}, {0x0, 0x0}, 0x1, 0xffffffffffffffff, 0x3, 0x1b149c48210) /home/rclone/go/src/github.com/rclone/rclone/fs/walk/walk.go:163 +0x1dc github.com/rclone/rclone/fstest.newRunIndividual.func1() /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:155 +0x107 github.com/rclone/rclone/fstest.(*Run).Finalise(0x1b14a00f260) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 +0x1c testing.(*common).Cleanup.func1() /usr/local/go/src/testing/testing.go:1317 +0x109 testing.(*common).runCleanup(0x1b149ce9448, 0x1b14a882b40?) /usr/local/go/src/testing/testing.go:1667 +0xea testing.tRunner.func2() /usr/local/go/src/testing/testing.go:2030 +0x25 runtime.Goexit() /usr/local/go/src/runtime/panic.go:694 +0x5e testing.(*common).FailNow(0x1b149ce9448) /usr/local/go/src/testing/testing.go:1022 +0x4a testing.(*common).Fatalf(0x1b149ce9448, {0x2a6b8c1?, 0x2c35b80?}, {0x1b14a235c98?, 0x0?, 0x0?}) /usr/local/go/src/testing/testing.go:1228 +0x59 github.com/rclone/rclone/fstest.CheckListingWithRoot(0x1b149ce9448, {0x2c35b80, 0x1b149fb5280}, {0x0, 0x0}, {0x46b8b00, 0x0, 0x0}, {0x0, 0x0, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:282 +0x4d1 github.com/rclone/rclone/fstest.CheckListingWithPrecision(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 github.com/rclone/rclone/fstest.CheckListing(0x1b149ce9448, {0x2c35b80, 0x1b149fb5280}, {0x46b8b00, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:344 +0x8a github.com/rclone/rclone/fs/operations_test.TestRcat.func1(0x1b149ce9448, 0xf3?, 0x1) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1529 +0x1ce github.com/rclone/rclone/fs/operations_test.TestRcat.func2(0x1b149ce9448?) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1554 +0x1f testing.tRunner(0x1b149ce9448, 0x1b14a3362b8) /usr/local/go/src/testing/testing.go:2036 +0xea created by testing.(*T).Run in goroutine 4888 /usr/local/go/src/testing/testing.go:2101 +0x4c5 goroutine 1362 [chan receive, 59 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1164 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1432 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1164 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1496 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1164 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1629 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1164 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 1679 [chan receive, 58 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1164 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 3841 [chan receive, 56 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 3840 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 "./operations.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose" - Finished ERROR in 1h0m0.299809327s (try 1/5): exit status 2: Failed [TestDirMove TestGetFsInfo]