"go test -v -timeout 1h0m0s -remote TestHubic: -verbose" - Starting (try 1/5) === RUN TestIntegration fstests.go:418: Using remote "TestHubic:" 2021/12/23 05:15:38 DEBUG : Creating backend with remote "TestHubic:rclone-test-gufuceb4gutitij8xuwatod0" 2021/12/23 05:15:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2021/12/23 05:15:38 DEBUG : Hubic: Got swift credentials (expiry 2021-12-23 07:31:59 +0100 +0100 in 1h16m20.218799561s) === RUN TestIntegration/FsCheckWrap fstests.go:455: Skipping FsCheckWrap on this Fs === RUN TestIntegration/FsCommand fstests.go:487: No commands in this remote === RUN TestIntegration/FsRmdirNotFound 2021/12/23 05:15:39 INFO : Swift container rclone-test-gufuceb4gutitij8xuwatod0: Container "rclone-test-gufuceb4gutitij8xuwatod0" created === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty 2021/12/23 05:15:41 INFO : Swift container rclone-test-gufuceb4gutitij8xuwatod0: Container "rclone-test-gufuceb4gutitij8xuwatod0" removed === RUN TestIntegration/FsMkdir 2021/12/23 05:15:41 INFO : Swift container rclone-test-gufuceb4gutitij8xuwatod0: Container "rclone-test-gufuceb4gutitij8xuwatod0" created === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2021/12/23 05:15:41 DEBUG : dir/subdir: Making directory fstest.go:251: Filtering empty directory "dir" fstest.go:251: Filtering empty directory "dir/subdir" 2021/12/23 05:15:42 INFO : dir/subdir: Removing directory fstest.go:251: Filtering empty directory "dir" 2021/12/23 05:15:42 INFO : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty === RUN TestIntegration/FsMkdir/FsListDirNotFound === RUN TestIntegration/FsMkdir/FsListRDirNotFound === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:674: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:674: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:674: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:674: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:674: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:674: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:674: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:674: testing "␊leading LF" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:674: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:674: testing "␋leading VT" 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: listing wrong, want got ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: Unexpected file "␋leading VT/␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:674: testing ".leading dot" 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: listing wrong, want .leading dot/.leading dot (100) got .leading dot/.leading dot (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{".leading dot"} actual : []string{".leading dot", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=12) ".leading dot" +([]string) (len=2) { + (string) (len=12) ".leading dot", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/leading_dot 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: listing wrong, want got ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: Unexpected file "␋leading VT/␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:674: testing "trailing space " 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: listing wrong, want trailing space /trailing space (100) got trailing space /trailing space (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"trailing space "} actual : []string{"trailing space ", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=15) "trailing space " +([]string) (len=2) { + (string) (len=15) "trailing space ", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: listing wrong, want got ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: Unexpected file "␋leading VT/␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:674: testing "trailing CR␍" 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: listing wrong, want trailing CR␍/trailing CR␍ (100) got trailing CR␍/trailing CR␍ (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"trailing CR␍"} actual : []string{"trailing CR␍", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing CR␍" +([]string) (len=2) { + (string) (len=14) "trailing CR␍", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: listing wrong, want got trailing CR␍/trailing CR␍ (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: Unexpected file "trailing CR␍/trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:674: testing "trailing LF␊" 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: listing wrong, want trailing LF␊/trailing LF␊ (100) got trailing CR␍/trailing CR␍ (100), trailing LF␊/trailing LF␊ (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: Unexpected file "trailing CR␍/trailing CR␍" fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"trailing LF␊"} actual : []string{"trailing CR␍", "trailing LF␊", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "trailing LF␊" +([]string) (len=3) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing LF␊", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: listing wrong, want got trailing CR␍/trailing CR␍ (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: Unexpected file "trailing CR␍/trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:674: testing "trailing HT␉" 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: listing wrong, want trailing HT␉/trailing HT␉ (100) got trailing CR␍/trailing CR␍ (100), trailing HT␉/trailing HT␉ (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "trailing CR␍/trailing CR␍" fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"trailing HT␉"} actual : []string{"trailing CR␍", "trailing HT␉", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "trailing HT␉" +([]string) (len=3) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing HT␉", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: listing wrong, want got trailing CR␍/trailing CR␍ (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "trailing CR␍/trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:674: testing "trailing VT␋" 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: listing wrong, want trailing VT␋/trailing VT␋ (100) got trailing CR␍/trailing CR␍ (100), trailing VT␋/trailing VT␋ (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Unexpected file "trailing CR␍/trailing CR␍" fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"trailing VT␋"} actual : []string{"trailing CR␍", "trailing VT␋", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "trailing VT␋" +([]string) (len=3) { + (string) (len=14) "trailing CR␍", + (string) (len=14) "trailing VT␋", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: listing wrong, want got trailing CR␍/trailing CR␍ (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Unexpected file "trailing CR␍/trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:674: testing "trailing dot." 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: listing wrong, want trailing dot./trailing dot. (100) got trailing CR␍/trailing CR␍ (100), trailing dot./trailing dot. (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Unexpected file "trailing CR␍/trailing CR␍" fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"trailing dot."} actual : []string{"trailing CR␍", "trailing dot.", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=13) "trailing dot." +([]string) (len=3) { + (string) (len=14) "trailing CR␍", + (string) (len=13) "trailing dot.", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: listing wrong, want got ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Unexpected file "␋leading VT/␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:674: testing "invalid utf-8\xfe" 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: listing wrong, want invalid utf-8/invalid utf-8 (100) got invalid utf-8/invalid utf-8 (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"invalid utf-8\xfe"} actual : []string{"invalid utf-8\xfe", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "invalid utf-8\xfe" +([]string) (len=2) { + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: listing wrong, want got ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "␋leading VT/␋leading VT" === 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: listing wrong, want test%46.txt/test%46.txt (100) got test%46.txt/test%46.txt (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:681 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:681 Error: Not equal: expected: []string{"test%46.txt"} actual : []string{"test%46.txt", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=2) { + (string) (len=11) "test%46.txt", + (string) (len=13) "␋leading VT" } 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: listing wrong, want got ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:684 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: Unexpected file "␋leading VT/␋leading VT" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:747: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:783: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 fstests.go:893: Error Trace: fstests.go:893 fstests.go:913 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{"hello? sausage", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "hello? sausage" +([]string) (len=2) { + (string) (len=14) "hello? sausage", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:893: Error Trace: fstests.go:893 fstests.go:913 fstests.go:922 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{"hello? sausage", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "hello? sausage" +([]string) (len=2) { + (string) (len=14) "hello? sausage", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:930: Error Trace: fstests.go:930 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=14) "hello? sausage", @@ -4,3 +4,4 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:936: Error Trace: fstests.go:936 Error: Not equal: expected: []string{"file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"} actual : []string{"file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt", "␋leading VT/␋leading VT"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=13) "file name.txt", - (string) (len=60) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" + (string) (len=60) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt", + (string) (len=27) "␋leading VT/␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2021/12/23 05:19:56 DEBUG : Creating backend with remote "TestHubic:" 2021/12/23 05:19:57 DEBUG : Hubic: Got swift credentials (expiry 2021-12-23 07:31:59 +0100 +0100 in 1h12m1.870792834s) === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot 2021/12/23 05:19:57 DEBUG : Creating backend with remote "TestHubic:" 2021/12/23 05:19:57 DEBUG : Hubic: Got swift credentials (expiry 2021-12-23 07:31:59 +0100 +0100 in 1h12m1.450687865s) === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:1008: Error Trace: fstests.go:1008 Error: Not equal: expected: []string{"file name.txt"} actual : []string{"file name.txt", "␋leading VT/␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "file name.txt" +([]string) (len=2) { + (string) (len=13) "file name.txt", + (string) (len=27) "␋leading VT/␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:1009: Error Trace: fstests.go:1009 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{"hello? sausage", "hello? sausage/êé", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=14) "hello? sausage", - (string) (len=19) "hello? sausage/êé" + (string) (len=19) "hello? sausage/êé", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:1008: Error Trace: fstests.go:1008 fstests.go:1016 Error: Not equal: expected: []string{"file name.txt"} actual : []string{"file name.txt", "␋leading VT/␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "file name.txt" +([]string) (len=2) { + (string) (len=13) "file name.txt", + (string) (len=27) "␋leading VT/␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:1009: Error Trace: fstests.go:1009 fstests.go:1016 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{"hello? sausage", "hello? sausage/êé", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=14) "hello? sausage", - (string) (len=19) "hello? sausage/êé" + (string) (len=19) "hello? sausage/êé", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 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:306: Error Trace: fstest.go:306 fstest.go:339 fstest.go:345 fstests.go:1022 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstest.go:345 fstests.go:1022 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 Messages: Unexpected file "␋leading VT/␋leading VT" === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive fstests.go:1036: Not Case Insensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 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:306: Error Trace: fstest.go:306 fstest.go:339 fstest.go:345 fstests.go:1049 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstest.go:345 fstests.go:1049 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: Unexpected file "␋leading VT/␋leading VT" === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:1078 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: listing wrong, want dirToPurge/fileToPurge.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got dirToPurge/fileToPurge.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:1078 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:1078 Error: Not equal: expected: []string{"dirToPurge", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"dirToPurge", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=5) { +([]string) (len=6) { (string) (len=10) "dirToPurge", @@ -5,3 +5,4 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: directories 2021/12/23 05:20:30 DEBUG : Waiting for deletions to finish 2021/12/23 05:20:31 INFO : dirToPurge/fileToPurge.txt: Deleted 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:306: Error Trace: fstest.go:306 fstest.go:339 fstests.go:1090 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstests.go:1090 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "␋leading VT/␋leading VT" fstest.go:328: Error Trace: fstest.go:328 fstest.go:339 fstests.go:1090 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=14) "hello? sausage", @@ -4,3 +4,4 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy 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:306: Error Trace: fstest.go:306 fstest.go:339 fstest.go:345 fstests.go:1121 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsCopy Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy (100) got file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy (100), ␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstest.go:339 fstest.go:345 fstests.go:1121 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsCopy Messages: Unexpected file "␋leading VT/␋leading VT" === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1139: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1210: FS has no DirMover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull 2021/12/23 05:20:53 DEBUG : pacer: low level retry 1/10 (error Container Not Empty) 2021/12/23 05:20:53 DEBUG : pacer: Rate limited, increasing sleep to 10ms 2021/12/23 05:20:53 DEBUG : pacer: low level retry 2/10 (error Container Not Empty) 2021/12/23 05:20:53 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2021/12/23 05:20:54 DEBUG : pacer: low level retry 3/10 (error Container Not Empty) 2021/12/23 05:20:54 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2021/12/23 05:20:54 DEBUG : pacer: low level retry 4/10 (error Container Not Empty) 2021/12/23 05:20:54 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2021/12/23 05:20:54 DEBUG : pacer: low level retry 5/10 (error Container Not Empty) 2021/12/23 05:20:54 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2021/12/23 05:20:54 DEBUG : pacer: low level retry 6/10 (error Container Not Empty) 2021/12/23 05:20:54 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2021/12/23 05:20:55 DEBUG : pacer: low level retry 7/10 (error Container Not Empty) 2021/12/23 05:20:55 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2021/12/23 05:20:55 DEBUG : pacer: low level retry 8/10 (error Container Not Empty) 2021/12/23 05:20:55 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2021/12/23 05:20:56 DEBUG : pacer: low level retry 9/10 (error Container Not Empty) 2021/12/23 05:20:56 DEBUG : pacer: Rate limited, increasing sleep to 2s 2021/12/23 05:20:57 DEBUG : pacer: low level retry 10/10 (error Container Not Empty) === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString 2021/12/23 05:20:59 DEBUG : pacer: Reducing sleep to 1.5s === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs 2021/12/23 05:21:01 DEBUG : pacer: Reducing sleep to 1.125s === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote 2021/12/23 05:21:02 DEBUG : pacer: Reducing sleep to 843.75ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes 2021/12/23 05:21:03 DEBUG : pacer: Reducing sleep to 632.8125ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime 2021/12/23 05:21:04 DEBUG : pacer: Reducing sleep to 474.609375ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType 2021/12/23 05:21:05 DEBUG : pacer: Reducing sleep to 355.957031ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime 2021/12/23 05:21:05 DEBUG : pacer: Reducing sleep to 266.967773ms 2021/12/23 05:21:07 DEBUG : pacer: Reducing sleep to 200.225829ms 2021/12/23 05:21:07 DEBUG : pacer: Reducing sleep to 150.169371ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize 2021/12/23 05:21:07 DEBUG : pacer: Reducing sleep to 112.627028ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen 2021/12/23 05:21:07 DEBUG : pacer: Reducing sleep to 84.470271ms 2021/12/23 05:21:07 DEBUG : pacer: Reducing sleep to 63.352703ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek 2021/12/23 05:21:07 DEBUG : pacer: Reducing sleep to 47.514527ms 2021/12/23 05:21:08 DEBUG : pacer: Reducing sleep to 35.635895ms === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange 2021/12/23 05:21:08 DEBUG : pacer: Reducing sleep to 26.726921ms 2021/12/23 05:21:08 DEBUG : pacer: Reducing sleep to 20.04519ms 2021/12/23 05:21:09 DEBUG : pacer: Reducing sleep to 15.033892ms 2021/12/23 05:21:09 DEBUG : pacer: Reducing sleep to 11.275419ms 2021/12/23 05:21:09 DEBUG : pacer: Reducing sleep to 0s === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2021/12/23 05:21:12 DEBUG : Creating backend with remote "TestHubic:rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2021/12/23 05:21:12 DEBUG : Hubic: Got swift credentials (expiry 2021-12-23 07:31:59 +0100 +0100 in 1h10m46.575936448s) === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2021/12/23 05:21:12 DEBUG : Creating backend with remote "TestHubic:rclone-test-gufuceb4gutitij8xuwatod0/not found.txt" 2021/12/23 05:21:14 DEBUG : Hubic: Got swift credentials (expiry 2021-12-23 07:31:59 +0100 +0100 in 1h10m44.535282435s) === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1503: Opening root remote "TestHubic:" path "rclone-test-gufuceb4gutitij8xuwatod0" from "TestHubic:rclone-test-gufuceb4gutitij8xuwatod0" 2021/12/23 05:21:15 DEBUG : Creating backend with remote "TestHubic:" 2021/12/23 05:21:15 DEBUG : Hubic: Got swift credentials (expiry 2021-12-23 07:31:59 +0100 +0100 in 1h10m43.776981856s) === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 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:306: Error Trace: fstest.go:306 fstests.go:1523 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: listing wrong, want rclone-test-gufuceb4gutitij8xuwatod0/file name.txt (200), rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-gufuceb4gutitij8xuwatod0/file name.txt (200), rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-gufuceb4gutitij8xuwatod0/␋leading VT/␋leading VT (100) fstest.go:192: Error Trace: fstest.go:192 fstest.go:309 fstests.go:1523 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: Unexpected file "rclone-test-gufuceb4gutitij8xuwatod0/␋leading VT/␋leading VT" fstest.go:328: Error Trace: fstest.go:328 fstests.go:1523 Error: Not equal: expected: []string{"rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage", "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé", "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界", "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage", "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé", "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界", "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "rclone-test-gufuceb4gutitij8xuwatod0/␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=51) "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage", @@ -4,3 +4,4 @@ (string) (len=70) "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界", - (string) (len=91) "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=91) "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=50) "rclone-test-gufuceb4gutitij8xuwatod0/␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries fstest.go:399: Error Trace: fstest.go:399 fstests.go:1530 Error: Not equal: expected: []string{"rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage"} actual : []string{"rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage", "rclone-test-gufuceb4gutitij8xuwatod0/␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=51) "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage" +([]string) (len=2) { + (string) (len=51) "rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage", + (string) (len=50) "rclone-test-gufuceb4gutitij8xuwatod0/␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: directories not equal === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1568: Too many files to list - giving up === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 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:306: Error Trace: fstest.go:306 fstests.go:1579 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: listing wrong, want rclone-test-gufuceb4gutitij8xuwatod0/created from root.txt (100), rclone-test-gufuceb4gutitij8xuwatod0/file name.txt (200), rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-gufuceb4gutitij8xuwatod0/file name.txt (200), rclone-test-gufuceb4gutitij8xuwatod0/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:204: Not found "rclone-test-gufuceb4gutitij8xuwatod0/created from root.txt" fstest.go:207: Error Trace: fstest.go:207 fstest.go:311 fstests.go:1579 Error: Not equal: expected: 0 actual : 1 Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: 1 objects not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:1596: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:392: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:1695: Skipping FsCheckWrap on this Fs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2021/12/23 05:21:48 DEBUG : piped data.txt: Uploading segments into "rclone-test-gufuceb4gutitij8xuwatod0_segments" seems done (EOF) 2021/12/23 05:21:50 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2021/12/23 05:21:50 DEBUG : piped data.txt: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2021/12/23 05:21:52 DEBUG : piped data.txt: Uploading segment file "piped data.txt/1640236912.494609815/-1/00000000" into "rclone-test-gufuceb4gutitij8xuwatod0_segments" 2021/12/23 05:21:54 DEBUG : piped data.txt: Uploading segments into "rclone-test-gufuceb4gutitij8xuwatod0_segments" seems done (EOF) 2021/12/23 05:21:56 DEBUG : piped data.txt: Returning empty Md5sum for swift large object 2021/12/23 05:21:56 DEBUG : piped data.txt: Returning empty Md5sum for swift large object === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:1790: *hubic.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:1807: *hubic.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2021/12/23 05:21:58 DEBUG : unknown-size-put.txt: Uploading segment file "unknown-size-put.txt/1640236918.771549069/-1/00000000" into "rclone-test-gufuceb4gutitij8xuwatod0_segments" 2021/12/23 05:22:00 DEBUG : unknown-size-put.txt: Uploading segments into "rclone-test-gufuceb4gutitij8xuwatod0_segments" seems done (EOF) === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2021/12/23 05:22:09 DEBUG : unknown-size-update.txt: Uploading segment file "unknown-size-update.txt/1640236929.568015837/-1/00000000" into "rclone-test-gufuceb4gutitij8xuwatod0_segments" 2021/12/23 05:22:10 DEBUG : unknown-size-update.txt: Uploading segments into "rclone-test-gufuceb4gutitij8xuwatod0_segments" seems done (EOF) === RUN TestIntegration/FsMkdir/FsRootCollapse 2021/12/23 05:22:15 DEBUG : Creating backend with remote "TestHubic:rclone-test-gufuceb4gutitij8xuwatod0/deeper/nonexisting/directory" 2021/12/23 05:22:15 DEBUG : Config file has changed externaly - reloading 2021/12/23 05:22:15 DEBUG : Hubic: Got swift credentials (expiry 2021-12-23 07:31:59 +0100 +0100 in 1h9m43.296868493s) 2021/12/23 05:22:16 DEBUG : Waiting for deletions to finish 2021/12/23 05:22:16 ERROR : unknown-size-update.txt: dangling large object with no contents 2021/12/23 05:22:17 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2021/12/23 05:22:18 ERROR : unknown-size-update.txt: Couldn't delete: Object Not Found === CONT TestIntegration/FsMkdir fstests.go:1979: Error Trace: fstests.go:1979 Error: Received unexpected error: failed to delete 1 files Test: TestIntegration/FsMkdir 2021/12/23 05:22:18 DEBUG : Waiting for deletions to finish 2021/12/23 05:22:20 INFO : Swift container rclone-test-gufuceb4gutitij8xuwatod0: Container "rclone-test-gufuceb4gutitij8xuwatod0" removed === RUN TestIntegration/FsShutdown fstests.go:2003: Shutdown method not supported --- FAIL: TestIntegration (402.14s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.40s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.55s) --- FAIL: TestIntegration/FsMkdir (397.09s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.95s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.65s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.16s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.18s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.36s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.30s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (237.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (6.26s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (4.07s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (5.40s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (3.58s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (6.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (4.09s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (3.33s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (4.06s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (4.14s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (12.11s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_dot (20.97s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (21.23s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (20.09s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (22.73s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (18.05s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (17.34s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (18.05s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (20.95s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (24.14s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.60s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.43s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (2.67s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (133.47s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (2.65s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (1.45s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.47s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.86s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.32s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.14s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (9.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.05s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (7.65s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.20s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (24.22s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsCopy (11.69s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (5.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (1.74s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (1.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (1.48s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (1.13s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.62s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (1.86s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.50s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.34s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (1.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.38s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (2.02s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.04s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.61s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (2.22s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (31.74s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (7.98s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.19s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (10.12s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (13.25s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (1.98s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (1.79s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (10.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (3.81s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (6.28s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (16.76s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (7.97s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (8.79s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.89s) --- SKIP: TestIntegration/FsShutdown (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/hubic 402.149s "go test -v -timeout 1h0m0s -remote TestHubic: -verbose" - Finished ERROR in 6m42.7275378s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/leading_VT TestIntegration/FsMkdir/FsEncoding/leading_dot TestIntegration/FsMkdir/FsEncoding/trailing_space TestIntegration/FsMkdir/FsEncoding/trailing_CR TestIntegration/FsMkdir/FsEncoding/trailing_LF TestIntegration/FsMkdir/FsEncoding/trailing_HT TestIntegration/FsMkdir/FsEncoding/trailing_VT TestIntegration/FsMkdir/FsEncoding/trailing_dot TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 TestIntegration/FsMkdir/FsEncoding/URL_encoding TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 TestIntegration/FsMkdir/FsPutFiles/FsListR TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 TestIntegration/FsMkdir/FsPutFiles/FsListFile1 TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 TestIntegration/FsMkdir/FsPutFiles/FsPurge TestIntegration/FsMkdir/FsPutFiles/FsCopy TestIntegration/FsMkdir/FsPutFiles/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put]