"go test -v -timeout 1h0m0s -remote TestUptobox: -verbose -test.run '^TestIntegration$/^FsMkdir$/^(FsEncoding|FsPutFiles)$/^(URL_encoding|invalid_UTF-8|trailing_VT|trailing_dot)$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:418: Using remote "TestUptobox:" 2022/01/12 06:24:19 DEBUG : Creating backend with remote "TestUptobox:rclone-test-zilevow6gugemat5lesijuc0" 2022/01/12 06:24:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:674: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:674: testing "trailing dot." fstests.go:153: Error Trace: fstests.go:153 fstests.go:187 fstests.go:212 fstests.go:217 fstests.go:680 Error: Received unexpected error: Upload: unexpected response Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:674: testing "invalid utf-8\xfe" fstests.go:153: Error Trace: fstests.go:153 fstests.go:187 fstests.go:212 fstests.go:217 fstests.go:680 Error: Received unexpected error: Upload: unexpected response Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:674: testing "test%46.txt" fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"test%46.txt"} actual : []string{"invalid utf-8\xfe", "test%46.txt", "trailing dot."} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=3) { + (string) (len=14) "invalid utf-8\xfe", + (string) (len=11) "test%46.txt", + (string) (len=13) "trailing dot." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories fstest.go:299: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:299: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:299: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:684 Error: Not equal: expected: []string{} actual : []string{"invalid utf-8\xfe", "trailing dot."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "trailing dot." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles fstests.go:153: Error Trace: fstests.go:153 fstests.go:187 fstests.go:212 fstests.go:217 fstests.go:869 Error: Received unexpected error: Upload: unexpected response Test: TestIntegration/FsMkdir/FsPutFiles Messages: Put 2022/01/12 06:25:35 DEBUG : Waiting for deletions to finish 2022/01/12 06:25:36 INFO : file name.txt: Deleted 2022/01/12 06:25:37 INFO : trailing dot.: Removing directory 2022/01/12 06:25:38 INFO : invalid utf-8: Removing directory 2022/01/12 06:25:39 INFO : Uptobox root 'rclone-test-zilevow6gugemat5lesijuc0': Removing directory 2022/01/12 06:25:40 ERROR : : error listing: directory not found 2022/01/12 06:25:40 DEBUG : Waiting for deletions to finish 2022/01/12 06:25:41 ERROR : : error listing: directory not found 2022/01/12 06:25:41 ERROR : Uptobox root 'rclone-test-zilevow6gugemat5lesijuc0': Failed to list "": directory not found 2022/01/12 06:25:41 INFO : Uptobox root 'rclone-test-zilevow6gugemat5lesijuc0': Removing directory 2022/01/12 06:25:41 ERROR : : Failed to rmdir: api error 1: An error occured: Could not find current path === CONT TestIntegration/FsMkdir fstests.go:1989: Warning: this should produce fs.ErrorDirNotFound --- FAIL: TestIntegration (81.98s) --- FAIL: TestIntegration/FsMkdir (80.31s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (58.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (7.21s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (12.06s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (11.73s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (26.70s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (14.54s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/uptobox 81.993s "go test -v -timeout 1h0m0s -remote TestUptobox: -verbose -test.run '^TestIntegration$/^FsMkdir$/^(FsEncoding|FsPutFiles)$/^(URL_encoding|invalid_UTF-8|trailing_VT|trailing_dot)$'" - Finished ERROR in 1m22.59065273s (try 2/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/trailing_dot TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 TestIntegration/FsMkdir/FsEncoding/URL_encoding TestIntegration/FsMkdir/FsPutFiles]