"go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|dot|dot_dot|leading_CR|leading_HT|leading_LF|leading_VT|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:438: Using remote "TestLinkbox:" 2026/06/01 03:44:10 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-solujor9soru" 2026/06/01 03:44:10 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/06/01 03:44:10 DEBUG : Linkbox root 'rclone-test-solujor9soru': Using cached web token === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:708: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" === RUN TestIntegration/FsMkdir/FsPutFiles 2026/06/01 03:46:38 DEBUG : file name.txt: Update: removing old file === 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/06/01 03:46:58 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-solujor9soru/dirToPurgeFromRoot" 2026/06/01 03:46:58 DEBUG : Config file has changed externally - reloading 2026/06/01 03:46:58 DEBUG : Linkbox root 'rclone-test-solujor9soru/dirToPurgeFromRoot': Using cached web token === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1920: Opening root remote "TestLinkbox:" path "rclone-test-solujor9soru" from "TestLinkbox:rclone-test-solujor9soru" 2026/06/01 03:47:00 DEBUG : Creating backend with remote "TestLinkbox:" 2026/06/01 03:47:00 DEBUG : Linkbox root '': Using cached web token === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries 2026/06/01 03:47:04 ERROR : error listing: directory not found --- PASS: TestIntegration (175.01s) --- PASS: TestIntegration/FsMkdir (172.73s) --- PASS: TestIntegration/FsMkdir/FsEncoding (133.58s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (8.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (7.70s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (7.88s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (7.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (7.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (7.78s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (7.95s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (7.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (7.89s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (7.66s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (7.98s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (7.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (7.68s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (8.31s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (7.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (7.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (7.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles (37.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.03s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.39s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurge (7.74s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (8.31s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot (2.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (1.96s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.26s) PASS ok github.com/rclone/rclone/backend/linkbox 175.025s "go test -v -timeout 1h0m0s -remote TestLinkbox: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|dot|dot_dot|leading_CR|leading_HT|leading_LF|leading_VT|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR|FsPurge|FsPurgeRoot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Finished OK in 2m55.734761474s (try 2/5)