"go test -v -timeout 1h0m0s -remote TestPremiumizeMe: -verbose" - Starting (try 1/5) === RUN TestIntegration fstests.go:396: Using remote "TestPremiumizeMe:" 2020/12/27 05:22:26 DEBUG : Creating backend with remote "TestPremiumizeMe:rclone-test-visokab7zezipul2wofubig5" === RUN TestIntegration/FsCheckWrap fstests.go:433: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:461: No commands in this remote === RUN TestIntegration/FsRmdirNotFound === RUN TestIntegration/FsString === RUN TestIntegration/FsName === RUN TestIntegration/FsRoot === RUN TestIntegration/FsRmdirEmpty === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsMkdirRmdirSubdir 2020/12/27 05:22:26 DEBUG : dir/subdir: Making directory 2020/12/27 05:22:27 DEBUG : dir/subdir: Removing directory 2020/12/27 05:22:27 DEBUG : dir: Removing directory === RUN TestIntegration/FsMkdir/FsListEmpty === RUN TestIntegration/FsMkdir/FsListDirEmpty === RUN TestIntegration/FsMkdir/FsListRDirEmpty fstests.go:356: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsListDirNotFound 2020/12/27 05:22:27 ERROR : does not exist: error listing: directory not found === RUN TestIntegration/FsMkdir/FsListRDirNotFound fstests.go:356: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:644: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:644: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:644: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:644: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" fstests.go:153: Error Trace: fstests.go:153 fstests.go:187 fstests.go:212 fstests.go:217 fstests.go:650 Error: Received unexpected error: object not found github.com/rclone/rclone/fs.init /home/rclone/go/src/github.com/rclone/rclone/fs/fs.go:59 runtime.doInit /usr/local/go/src/runtime/proc.go:5625 runtime.doInit /usr/local/go/src/runtime/proc.go:5620 runtime.doInit /usr/local/go/src/runtime/proc.go:5620 runtime.main /usr/local/go/src/runtime/proc.go:191 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1374 Test: TestIntegration/FsMkdir/FsEncoding/punctuation Messages: Put === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:644: testing " leading space" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_space Messages: listing wrong, want leading space/ leading space (100) got leading space/ leading space (100), !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_space Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{" leading space"} actual : []string{" leading space", "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) " leading space" +([]string) (len=2) { + (string) (len=14) " leading space", + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/leading_space Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_space Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_space Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/leading_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:644: testing "~leading tilde" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: listing wrong, want ~leading tilde/~leading tilde (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), ~leading tilde/~leading tilde (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"~leading tilde"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=14) "~leading tilde" Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:644: testing "␍leading CR" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: listing wrong, want ␍leading CR/␍leading CR (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), ␍leading CR/␍leading CR (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"␍leading CR"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "␍leading CR"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=13) "␍leading CR" Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:644: testing "␊leading LF" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: listing wrong, want ␊leading LF/␊leading LF (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), ␊leading LF/␊leading LF (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"␊leading LF"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "␊leading LF"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=13) "␊leading LF" Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:644: testing "␉leading HT" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: listing wrong, want ␉leading HT/␉leading HT (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), ␉leading HT/␉leading HT (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"␉leading HT"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "␉leading HT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=13) "␉leading HT" Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:644: testing "␋leading VT" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: listing wrong, want ␋leading VT/␋leading VT (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), ␋leading VT/␋leading VT (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"␋leading VT"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=13) "␋leading VT" Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:644: testing ".leading dot" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: listing wrong, want .leading dot/.leading dot (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), .leading dot/.leading dot (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{".leading dot"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", ".leading dot"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=12) ".leading dot" Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:644: testing "trailing space " fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: listing wrong, want trailing space /trailing space (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), trailing space /trailing space (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"trailing space "} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "trailing space "} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=15) "trailing space " Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:644: testing "trailing CR␍" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: listing wrong, want trailing CR␍/trailing CR␍ (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), trailing CR␍/trailing CR␍ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"trailing CR␍"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "trailing CR␍"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=14) "trailing CR␍" Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:644: testing "trailing LF␊" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: listing wrong, want trailing LF␊/trailing LF␊ (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), trailing LF␊/trailing LF␊ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"trailing LF␊"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=14) "trailing LF␊" Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:644: testing "trailing HT␉" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: listing wrong, want trailing HT␉/trailing HT␉ (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), trailing HT␉/trailing HT␉ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"trailing HT␉"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "trailing HT␉"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=14) "trailing HT␉" Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:644: testing "trailing VT␋" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: listing wrong, want trailing VT␋/trailing VT␋ (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), trailing VT␋/trailing VT␋ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"trailing VT␋"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=14) "trailing VT␋" Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:644: testing "trailing dot." fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: listing wrong, want trailing dot./trailing dot. (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), trailing dot./trailing dot. (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"trailing dot."} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "trailing dot."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=13) "trailing dot." Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:644: testing "invalid utf-8\xfe" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: listing wrong, want invalid utf-8/invalid utf-8 (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), invalid utf-8/invalid utf-8 (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:651 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:651 Error: Not equal: expected: []string{"invalid utf-8\xfe"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "invalid utf-8\xfe"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=14) "invalid utf-8\xfe" Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: listing wrong, want got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:654 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:654 Error: Not equal: expected: []string{} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:717: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:753: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles 2020/12/27 05:26:17 DEBUG : file name.txt: Moving old file out the way to "file name.txt.tedogik1" 2020/12/27 05:26:18 DEBUG : file name.txt: Removing old file === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 fstests.go:863: Error Trace: fstests.go:863 fstests.go:883 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "hello? sausage"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=14) "hello? sausage" Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:356: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:900: Error Trace: fstests.go:900 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, 世界/ \" ' @ < > & ? + ≠"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=5) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=14) "hello? sausage", Test: TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:906: Error Trace: fstests.go:906 Error: Not equal: expected: []string{"file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~", "file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=2) { +([]string) (len=3) { + (string) (len=69) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~", (string) (len=13) "file name.txt", Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2020/12/27 05:26:19 DEBUG : Creating backend with remote "TestPremiumizeMe:" === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:356: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:356: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:978: Error Trace: fstests.go:978 Error: Not equal: expected: []string{"file name.txt"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~", "file name.txt"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=69) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~", (string) (len=13) "file name.txt" Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:979: Error Trace: fstests.go:979 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{"!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "hello? sausage", "hello? sausage/êé"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=2) { +([]string) (len=3) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=14) "hello? sausage", Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:356: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstest.go:343 fstests.go:992 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstest.go:343 fstests.go:992 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstest.go:343 fstests.go:1015 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstest.go:343 fstests.go:1015 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:1044 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 !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), dirToPurge/fileToPurge.txt (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:1044 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:1044 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, 世界/ \" ' @ < > & ? + ≠"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=5) { +([]string) (len=6) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=10) "dirToPurge", Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:1056 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:1056 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:1056 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, 世界/ \" ' @ < > & ? + ≠"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=5) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=14) "hello? sausage", Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstests.go:1071: FS has no Copier interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstest.go:343 fstests.go:1125 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: listing wrong, want file name.txt (100), other.txt (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), file name.txt (100), other.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstest.go:343 fstests.go:1125 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstest.go:343 fstests.go:1136 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: listing wrong, want moveTest/other.txt (100), other.txt (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), moveTest/other.txt (100), other.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstest.go:343 fstests.go:1136 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstest.go:343 fstests.go:1144 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: listing wrong, want file name.txt (100), other.txt (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), file name.txt (100), other.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstest.go:343 fstests.go:1144 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstest.go:343 fstests.go:1151 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstest.go:343 fstests.go:1151 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsMove Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2020/12/27 05:27:25 DEBUG : Creating backend with remote "TestPremiumizeMe:rclone-test-lesowok8xiwexug0pisonus4" fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:1202 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: listing wrong, want new_name/sub_new_name/file name.txt (100), new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got new_name/sub_new_name/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), new_name/sub_new_name/file name.txt (100), new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:1202 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: Unexpected file "new_name/sub_new_name/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:1202 Error: Not equal: expected: []string{"new_name", "new_name/sub_new_name", "new_name/sub_new_name/hello? sausage", "new_name/sub_new_name/hello? sausage/êé", "new_name/sub_new_name/hello? sausage/êé/Hello, 世界", "new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"new_name", "new_name/sub_new_name", "new_name/sub_new_name/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "new_name/sub_new_name/hello? sausage", "new_name/sub_new_name/hello? sausage/êé", "new_name/sub_new_name/hello? sausage/êé/Hello, 世界", "new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=6) { +([]string) (len=7) { (string) (len=8) "new_name", (string) (len=21) "new_name/sub_new_name", + (string) (len=56) "new_name/sub_new_name/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=36) "new_name/sub_new_name/hello? sausage", Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: directories fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:1216 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: listing wrong, want file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), file name.txt (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:1216 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstest.go:337 fstests.go:1216 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, 世界/ \" ' @ < > & ? + ≠"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=5) { + (string) (len=34) "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=14) "hello? sausage", Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: directories 2020/12/27 05:27:41 DEBUG : premiumize.me root 'rclone-test-lesowok8xiwexug0pisonus4': Purge remote === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime fstests.go:1330: can't set modified time === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate 2020/12/27 05:27:43 DEBUG : file name.txt: Moving old file out the way to "file name.txt.sohiped4" 2020/12/27 05:27:44 DEBUG : file name.txt: Removing old file === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2020/12/27 05:27:44 DEBUG : Creating backend with remote "TestPremiumizeMe:rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2020/12/27 05:27:45 DEBUG : Creating backend with remote "TestPremiumizeMe:rclone-test-visokab7zezipul2wofubig5/not found.txt" 2020/12/27 05:27:45 ERROR : : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1466: Opening root remote "TestPremiumizeMe:" path "rclone-test-visokab7zezipul2wofubig5" from "TestPremiumizeMe:rclone-test-visokab7zezipul2wofubig5" 2020/12/27 05:27:45 DEBUG : Creating backend with remote "TestPremiumizeMe:" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstests.go:1486 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: listing wrong, want rclone-test-visokab7zezipul2wofubig5/file name.txt (200), rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-visokab7zezipul2wofubig5/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), rclone-test-visokab7zezipul2wofubig5/file name.txt (200), rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstests.go:1486 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: Unexpected file "rclone-test-visokab7zezipul2wofubig5/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" fstest.go:326: Error Trace: fstest.go:326 fstests.go:1486 Error: Not equal: expected: []string{"rclone-test-visokab7zezipul2wofubig5/hello? sausage", "rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé", "rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé/Hello, 世界", "rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"rclone-test-visokab7zezipul2wofubig5/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "rclone-test-visokab7zezipul2wofubig5/hello? sausage", "rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé", "rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé/Hello, 世界", "rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=5) { + (string) (len=71) "rclone-test-visokab7zezipul2wofubig5/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=51) "rclone-test-visokab7zezipul2wofubig5/hello? sausage", Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries fstest.go:391: Error Trace: fstest.go:391 fstests.go:1493 Error: Not equal: expected: []string{"rclone-test-visokab7zezipul2wofubig5/hello? sausage"} actual : []string{"rclone-test-visokab7zezipul2wofubig5/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", "rclone-test-visokab7zezipul2wofubig5/hello? sausage"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=71) "rclone-test-visokab7zezipul2wofubig5/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", (string) (len=51) "rclone-test-visokab7zezipul2wofubig5/hello? sausage" Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: directories not equal === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1500: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstests.go:1542 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: listing wrong, want rclone-test-visokab7zezipul2wofubig5/created from root.txt (100), rclone-test-visokab7zezipul2wofubig5/file name.txt (200), rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-visokab7zezipul2wofubig5/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), rclone-test-visokab7zezipul2wofubig5/created from root.txt (100), rclone-test-visokab7zezipul2wofubig5/file name.txt (200), rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstests.go:1542 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: Unexpected file "rclone-test-visokab7zezipul2wofubig5/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstests.go:1547 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: listing wrong, want rclone-test-visokab7zezipul2wofubig5/file name.txt (200), rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-visokab7zezipul2wofubig5/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), rclone-test-visokab7zezipul2wofubig5/file name.txt (200), rclone-test-visokab7zezipul2wofubig5/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstests.go:1547 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: Unexpected file "rclone-test-visokab7zezipul2wofubig5/!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:1589: skipping directory tests as not supported on this backend === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:370: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:1644: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove fstest.go:297: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:300: Flushing the directory cache fstest.go:297: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:300: Flushing the directory cache fstest.go:304: Error Trace: fstest.go:304 fstest.go:337 fstests.go:1663 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()* ,-./:;<=>?@[\]^_`{|}~ (100), hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) fstest.go:190: Error Trace: fstest.go:190 fstest.go:307 fstest.go:337 fstests.go:1663 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: Unexpected file "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~/!\"#$%&'()* ,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream fstests.go:1691: FS has no PutStream interface === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:1735: *premiumizeme.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked fstests.go:1752: *premiumizeme.Fs does not implement SetUploadChunkSizer === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2020/12/27 05:28:18 DEBUG : pacer: low level retry 1/1 (error Post "https://wisevillagechief-sto.energycdn.com/upload": net/http: HTTP/1.x transport connection broken: http: ContentLength=518 with Body length 619) 2020/12/27 05:28:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2020/12/27 05:28:18 DEBUG : pacer: Reducing sleep to 15ms 2020/12/27 05:28:18 DEBUG : pacer: Reducing sleep to 11.25ms 2020/12/27 05:28:19 DEBUG : pacer: Reducing sleep to 10ms 2020/12/27 05:28:19 DEBUG : unknown-size-update.txt: Moving old file out the way to "unknown-size-update.txt.lazoquq9" 2020/12/27 05:28:19 DEBUG : pacer: low level retry 1/1 (error Post "https://palmtreemonkey-sto.energycdn.com/upload": net/http: HTTP/1.x transport connection broken: http: ContentLength=521 with Body length 722) 2020/12/27 05:28:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2020/12/27 05:28:19 DEBUG : unknown-size-update.txt: Renaming old file back (from "unknown-size-update.txt" to "unknown-size-update.txt.lazoquq9") since upload failed 2020/12/27 05:28:19 DEBUG : pacer: Reducing sleep to 15ms === RUN TestIntegration/FsMkdir/FsRootCollapse 2020/12/27 05:28:19 DEBUG : Creating backend with remote "TestPremiumizeMe:rclone-test-visokab7zezipul2wofubig5/deeper/nonexisting/directory" 2020/12/27 05:28:19 DEBUG : pacer: Reducing sleep to 11.25ms 2020/12/27 05:28:19 DEBUG : pacer: Reducing sleep to 10ms 2020/12/27 05:28:19 ERROR : : error listing: directory not found === RUN TestIntegration/FsShutdown fstests.go:1948: Shutdown method not supported --- FAIL: TestIntegration (353.69s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.05s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.06s) --- FAIL: TestIntegration/FsMkdir (353.18s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.45s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.03s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.03s) --- SKIP: TestIntegration/FsMkdir/FsListRDirEmpty (0.00s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.04s) --- SKIP: TestIntegration/FsMkdir/FsListRDirNotFound (0.00s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (227.10s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (1.16s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.02s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/punctuation (0.77s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_space (15.86s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (15.92s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (15.80s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (15.90s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (15.86s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (16.12s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_dot (16.02s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (16.03s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (15.92s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (15.90s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (15.82s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (15.98s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (16.03s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (15.83s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.13s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.52s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (1.13s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (122.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.18s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.21s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.05s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.10s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.11s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (7.85s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.10s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (0.05s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (7.84s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (16.66s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsMove (32.77s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (16.64s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.06s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.08s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.07s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.27s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.68s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.22s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (0.97s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (0.54s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (24.43s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (7.82s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.09s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (16.52s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (7.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.60s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (7.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.04s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked (0.00s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.26s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.25s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.01s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (0.24s) --- SKIP: TestIntegration/FsShutdown (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/premiumizeme 353.707s "go test -v -timeout 1h0m0s -remote TestPremiumizeMe: -verbose" - Finished ERROR in 5m59.106591078s (try 1/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/punctuation TestIntegration/FsMkdir/FsEncoding/leading_space TestIntegration/FsMkdir/FsEncoding/leading_tilde TestIntegration/FsMkdir/FsEncoding/leading_CR TestIntegration/FsMkdir/FsEncoding/leading_LF TestIntegration/FsMkdir/FsEncoding/leading_HT 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/FsPutFiles/FsListDirFile2 TestIntegration/FsMkdir/FsPutFiles/FsListR TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 TestIntegration/FsMkdir/FsPutFiles/FsListFile1 TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 TestIntegration/FsMkdir/FsPutFiles/FsPurge TestIntegration/FsMkdir/FsPutFiles/FsMove TestIntegration/FsMkdir/FsPutFiles/FsDirMove TestIntegration/FsMkdir/FsPutFiles/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove TestIntegration/FsMkdir/FsPutFiles/ObjectRemove]