"go test -v -timeout 2h0m0s -remote TestDrime: -list-retries 5 -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|dot_dot|invalid_UTF-8|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsCopy|FsDirMove|FsListDirFile2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:457: Using remote "TestDrime:" 2026/07/17 04:00:18 DEBUG : Creating backend with remote "TestDrime:rclone-test-tuhisoz7quma" 2026/07/17 04:00:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:727: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:727: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:727: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:727: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:727: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:727: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:727: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:727: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:727: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:727: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:727: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsPutFiles 2026/07/17 04:03:48 DEBUG : file name.txt: Removing old object on successful upload 2026/07/17 04:03:49 DEBUG : file name.txt: Old object already deleted, safely ignoring === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2026/07/17 04:04:32 DEBUG : Creating backend with remote "TestDrime:rclone-test-tuhisoz7quma/dirToPurgeFromRoot" === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy 2026/07/17 04:04:42 DEBUG : pacer: low level retry 1/10 (error Error "Server Error") 2026/07/17 04:04:42 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/17 04:04:43 DEBUG : pacer: low level retry 2/10 (error Error "Server Error") 2026/07/17 04:04:43 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/17 04:04:43 DEBUG : pacer: low level retry 3/10 (error Error "Server Error") 2026/07/17 04:04:43 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/17 04:04:44 DEBUG : pacer: low level retry 4/10 (error Error "Server Error") 2026/07/17 04:04:44 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/17 04:04:45 DEBUG : pacer: low level retry 5/10 (error Error "Server Error") 2026/07/17 04:04:45 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/17 04:04:46 DEBUG : pacer: low level retry 6/10 (error Error "Server Error") 2026/07/17 04:04:46 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/17 04:04:47 DEBUG : pacer: low level retry 7/10 (error Error "Server Error") 2026/07/17 04:04:47 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/17 04:04:48 DEBUG : pacer: low level retry 8/10 (error Error "Server Error") 2026/07/17 04:04:48 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/17 04:04:49 DEBUG : pacer: low level retry 9/10 (error Error "Server Error") 2026/07/17 04:04:49 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/17 04:04:52 DEBUG : pacer: low level retry 10/10 (error Error "Server Error") 2026/07/17 04:04:52 DEBUG : pacer: Rate limited, increasing sleep to 10.24s fstests.go:1291: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1291 Error: Received unexpected error: failed to copy item: Error "Server Error" Test: TestIntegration/FsMkdir/FsPutFiles/FsCopy Messages: Error: &fmt.wrapError{msg:"failed to copy item: Error \"Server Error\"", err:fserrors.wrappedRetryError{error:api.Error{Message:"Server Error"}}} === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/07/17 04:04:52 DEBUG : Creating backend with remote "TestDrime:rclone-test-rekamux4luku" 2026/07/17 04:04:52 DEBUG : Config file has changed externally - reloading 2026/07/17 04:05:07 DEBUG : pacer: Reducing sleep to 5.12s 2026/07/17 04:05:17 DEBUG : pacer: Reducing sleep to 2.56s 2026/07/17 04:05:22 DEBUG : pacer: Reducing sleep to 1.28s 2026/07/17 04:05:25 DEBUG : pacer: Reducing sleep to 640ms 2026/07/17 04:05:27 DEBUG : pacer: Reducing sleep to 320ms 2026/07/17 04:05:29 DEBUG : pacer: Reducing sleep to 160ms 2026/07/17 04:05:29 DEBUG : pacer: Reducing sleep to 80ms 2026/07/17 04:05:30 DEBUG : pacer: Reducing sleep to 40ms 2026/07/17 04:05:30 DEBUG : pacer: Reducing sleep to 20ms 2026/07/17 04:05:30 DEBUG : pacer: Reducing sleep to 10ms 2026/07/17 04:05:32 DEBUG : drime root 'rclone-test-rekamux4luku': Purge remote === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1987: Opening root remote "TestDrime:" path "rclone-test-tuhisoz7quma" from "TestDrime:rclone-test-tuhisoz7quma" 2026/07/17 04:05:33 DEBUG : Creating backend with remote "TestDrime:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/07/17 04:05:38 ERROR : error listing: directory not found --- FAIL: TestIntegration (320.87s) --- FAIL: TestIntegration/FsMkdir (315.75s) --- PASS: TestIntegration/FsMkdir/FsEncoding (187.89s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (12.06s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (9.35s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (15.38s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (13.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (8.92s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (11.30s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (18.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (10.58s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (14.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (9.58s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (7.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (8.65s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (12.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (7.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (10.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (8.16s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (8.13s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (124.40s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (5.63s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (4.83s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (2.33s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (18.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (18.28s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsCopy (11.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (41.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (3.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (2.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.62s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/drime 320.887s "go test -v -timeout 2h0m0s -remote TestDrime: -list-retries 5 -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|dot_dot|invalid_UTF-8|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsCopy|FsDirMove|FsListDirFile2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Finished ERROR in 5m21.916389753s (try 2/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutFiles/FsCopy]