"go test -v -timeout 1h0m0s -remote TestB2: -verbose" - Starting (try 1/5) === RUN TestUrlEncode --- PASS: TestUrlEncode (0.00s) === RUN TestTimeString --- PASS: TestTimeString (0.00s) === RUN TestParseTimeString b2_internal_test.go:166: potato: want error strconv.ParseInt: parsing "potato": invalid syntax got error --- PASS: TestParseTimeString (0.00s) === RUN TestIntegration fstests.go:356: Using remote "TestB2:" === RUN TestIntegration/FsCheckWrap fstests.go:393: Not a wrapping Fs === RUN TestIntegration/FsCommand fstests.go:421: 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/08/16 05:08:52 DEBUG : dir/subdir: Making directory fstest.go:247: Filtering empty directory "dir" fstest.go:247: Filtering empty directory "dir/subdir" 2020/08/16 05:08:52 DEBUG : dir/subdir: Removing directory fstest.go:247: Filtering empty directory "dir" 2020/08/16 05:08:53 DEBUG : 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:604: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:604: testing "." === RUN TestIntegration/FsMkdir/FsEncoding/dot_dot fstests.go:604: testing ".." === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:604: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:604: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:604: testing "~leading tilde" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_tilde Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:604: testing "␍leading CR" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: listing wrong, want ␍leading CR/␍leading CR (100) got ~leading tilde/~leading tilde (100), ␍leading CR/␍leading CR (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{"␍leading CR"} actual : []string{"~leading tilde", "␍leading CR"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=14) "~leading tilde", (string) (len=13) "␍leading CR" Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_CR Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:604: testing "␊leading LF" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: listing wrong, want ␊leading LF/␊leading LF (100) got ~leading tilde/~leading tilde (100), ␊leading LF/␊leading LF (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{"␊leading LF"} actual : []string{"~leading tilde", "␊leading LF"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=14) "~leading tilde", (string) (len=13) "␊leading LF" Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_LF Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:604: testing "␉leading HT" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: listing wrong, want ␉leading HT/␉leading HT (100) got ~leading tilde/~leading tilde (100), ␉leading HT/␉leading HT (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{"␉leading HT"} actual : []string{"~leading tilde", "␉leading HT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=14) "~leading tilde", (string) (len=13) "␉leading HT" Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_HT Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:604: testing "␋leading VT" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: listing wrong, want ␋leading VT/␋leading VT (100) got ~leading tilde/~leading tilde (100), ␋leading VT/␋leading VT (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{"␋leading VT"} actual : []string{"~leading tilde", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=14) "~leading tilde", (string) (len=13) "␋leading VT" Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:604: testing ".leading dot" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 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 tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{".leading dot"} actual : []string{".leading dot", "~leading tilde"} 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=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:604: testing "trailing space " fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 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 tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{"trailing space "} actual : []string{"trailing space ", "~leading tilde"} 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=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:604: testing "trailing CR␍" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 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 tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{"trailing CR␍"} actual : []string{"trailing CR␍", "~leading tilde"} 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=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:604: testing "trailing LF␊" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: listing wrong, want trailing LF␊/trailing LF␊ (100) got trailing LF␊/trailing LF␊ (100), ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{"trailing LF␊"} actual : []string{"trailing LF␊", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing LF␊" +([]string) (len=2) { + (string) (len=14) "trailing LF␊", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:604: testing "trailing HT␉" 2020/08/16 05:11:32 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2020/08/16 05:11:32 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2020/08/16 05:11:32 DEBUG : pacer: Reducing sleep to 10ms fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: listing wrong, want trailing HT␉/trailing HT␉ (100) got trailing HT␉/trailing HT␉ (100), ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{"trailing HT␉"} actual : []string{"trailing HT␉", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing HT␉" +([]string) (len=2) { + (string) (len=14) "trailing HT␉", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:604: testing "trailing VT␋" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: listing wrong, want trailing VT␋/trailing VT␋ (100) got trailing VT␋/trailing VT␋ (100), ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{"trailing VT␋"} actual : []string{"trailing VT␋", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing VT␋" +([]string) (len=2) { + (string) (len=14) "trailing VT␋", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:604: testing "trailing dot." fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: listing wrong, want trailing dot./trailing dot. (100) got trailing dot./trailing dot. (100), ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{"trailing dot."} actual : []string{"trailing dot.", "~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=13) "trailing dot." +([]string) (len=2) { + (string) (len=13) "trailing dot.", + (string) (len=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:604: testing "invalid utf-8\xfe" fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:611 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 tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:611 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:611 Error: Not equal: expected: []string{"invalid utf-8\xfe"} actual : []string{"invalid utf-8\xfe", "~leading tilde"} 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=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: listing wrong, want got ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:614 Error: Should be true Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsNewObjectNotFound === RUN TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutZeroLength === RUN TestIntegration/FsMkdir/FsOpenWriterAt fstests.go:677: FS has no OpenWriterAt interface === RUN TestIntegration/FsMkdir/FsChangeNotify fstests.go:713: FS has no ChangeNotify interface === RUN TestIntegration/FsMkdir/FsPutFiles === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 fstests.go:823: Error Trace: fstests.go:823 fstests.go:843 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{"hello? sausage", "~leading tilde"} 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=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:823: Error Trace: fstests.go:823 fstests.go:843 fstests.go:852 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{"hello? sausage", "~leading tilde"} 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=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:860: Error Trace: fstests.go:860 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 tilde"} 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=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:866: Error Trace: fstests.go:866 Error: Not equal: expected: []string{"file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt"} actual : []string{"file name.txt", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt", "~leading tilde/~leading tilde"} 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=29) "~leading tilde/~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:938: Error Trace: fstests.go:938 Error: Not equal: expected: []string{"file name.txt"} actual : []string{"file name.txt", "~leading tilde/~leading tilde"} 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=29) "~leading tilde/~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:939: Error Trace: fstests.go:939 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{"hello? sausage", "hello? sausage/êé", "~leading tilde"} 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=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:938: Error Trace: fstests.go:938 fstests.go:946 Error: Not equal: expected: []string{"file name.txt"} actual : []string{"file name.txt", "~leading tilde/~leading tilde"} 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=29) "~leading tilde/~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:939: Error Trace: fstests.go:939 fstests.go:946 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{"hello? sausage", "hello? sausage/êé", "~leading tilde"} 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=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstest.go:341 fstests.go:952 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 tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstest.go:341 fstests.go:952 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstest.go:341 fstests.go:965 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 tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstest.go:341 fstests.go:965 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:994 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 tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:994 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:994 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 tilde"} 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=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: directories 2020/08/16 05:13:20 DEBUG : dirToPurge/fileToPurge.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f7cf_d20200816_m051312_c001_v0001131_t0015") fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:1006 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 tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:1006 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: Unexpected file "~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstest.go:335 fstests.go:1006 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 tilde"} 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=14) "~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstest.go:341 fstests.go:1037 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 tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstest.go:341 fstests.go:1037 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsCopy Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstests.go:1055: FS has no Mover interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstests.go:1126: FS has no DirMover interface === 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 === 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 === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1410: Opening root remote "TestB2:" path "rclone-test-lejedaz3mugadaw8mehibej0" from "TestB2:rclone-test-lejedaz3mugadaw8mehibej0" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstests.go:1430 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: listing wrong, want rclone-test-lejedaz3mugadaw8mehibej0/file name.txt (200), rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-lejedaz3mugadaw8mehibej0/file name.txt (200), rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-lejedaz3mugadaw8mehibej0/~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstests.go:1430 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: Unexpected file "rclone-test-lejedaz3mugadaw8mehibej0/~leading tilde/~leading tilde" fstest.go:324: Error Trace: fstest.go:324 fstests.go:1430 Error: Not equal: expected: []string{"rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage", "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé", "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界", "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage", "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé", "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界", "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "rclone-test-lejedaz3mugadaw8mehibej0/~leading tilde"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=51) "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage", @@ -4,3 +4,4 @@ (string) (len=70) "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界", - (string) (len=91) "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=91) "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=51) "rclone-test-lejedaz3mugadaw8mehibej0/~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries fstest.go:389: Error Trace: fstest.go:389 fstests.go:1437 Error: Not equal: expected: []string{"rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage"} actual : []string{"rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage", "rclone-test-lejedaz3mugadaw8mehibej0/~leading tilde"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=51) "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage" +([]string) (len=2) { + (string) (len=51) "rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage", + (string) (len=51) "rclone-test-lejedaz3mugadaw8mehibej0/~leading tilde" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: directories not equal === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstests.go:1486 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: listing wrong, want rclone-test-lejedaz3mugadaw8mehibej0/created from root.txt (100), rclone-test-lejedaz3mugadaw8mehibej0/file name.txt (200), rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-lejedaz3mugadaw8mehibej0/created from root.txt (100), rclone-test-lejedaz3mugadaw8mehibej0/file name.txt (200), rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-lejedaz3mugadaw8mehibej0/~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstests.go:1486 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: Unexpected file "rclone-test-lejedaz3mugadaw8mehibej0/~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstests.go:1491 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: listing wrong, want rclone-test-lejedaz3mugadaw8mehibej0/file name.txt (200), rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-lejedaz3mugadaw8mehibej0/file name.txt (200), rclone-test-lejedaz3mugadaw8mehibej0/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), rclone-test-lejedaz3mugadaw8mehibej0/~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstests.go:1491 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: Unexpected file "rclone-test-lejedaz3mugadaw8mehibej0/~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink 2020/08/16 05:14:32 DEBUG : B2 bucket rclone-test-xepumic0noyiruk2rududor1: Purge remote 2020/08/16 05:14:33 DEBUG : somefile: Deleting (id "4_z4fe2bd63b00dfb5b7f380e1b_f1082a448abb2f247_d20200816_m051426_c001_v0001033_t0018") === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:331: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:1588: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove fstest.go:295: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:302: Error Trace: fstest.go:302 fstest.go:335 fstests.go:1607 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: listing wrong, want hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100), ~leading tilde/~leading tilde (100) fstest.go:188: Error Trace: fstest.go:188 fstest.go:305 fstest.go:335 fstests.go:1607 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove Messages: Unexpected file "~leading tilde/~leading tilde" === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout fstests.go:1617: FS does not support About === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 2020/08/16 05:14:45 DEBUG : piped data.txt: File has 0 bytes, which makes only one chunk. Using direct upload. === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 2020/08/16 05:14:46 DEBUG : piped data.txt: File has 100 bytes, which makes only one chunk. Using direct upload. === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:1679: *b2.Fs does not implement InternalTester === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/5M === RUN TestIntegration/FsMkdir/FsPutChunked/5M/5242881 2020/08/16 05:14:48 DEBUG : chunked-5M-5.000M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f208594895143aac6_d20200816_m051448_c001_v0001134_t0017") 2020/08/16 05:14:49 DEBUG : chunked-5M-5.000M.bin: Sending chunk 1 length 5242880 2020/08/16 05:14:49 DEBUG : chunked-5M-5.000M.bin: Sending chunk 2 length 1 2020/08/16 05:14:50 DEBUG : chunked-5M-5.000M.bin: Done sending chunk 2 2020/08/16 05:14:51 DEBUG : chunked-5M-5.000M.bin: Done sending chunk 1 2020/08/16 05:14:51 DEBUG : chunked-5M-5.000M.bin: Finishing large file upload with 2 parts 2020/08/16 05:14:53 DEBUG : chunked-5M-5.000M.bin: Reading sha1 from header - "none" 2020/08/16 05:14:53 DEBUG : chunked-5M-5.000M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/5M/10485760 2020/08/16 05:14:54 DEBUG : chunked-5M-10M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f208594895143aac9_d20200816_m051454_c001_v0001043_t0006") 2020/08/16 05:14:55 DEBUG : chunked-5M-10M.bin: Sending chunk 1 length 5242880 2020/08/16 05:14:55 DEBUG : chunked-5M-10M.bin: Sending chunk 2 length 5242880 2020/08/16 05:14:57 DEBUG : chunked-5M-10M.bin: Done sending chunk 1 2020/08/16 05:14:57 DEBUG : chunked-5M-10M.bin: Done sending chunk 2 2020/08/16 05:14:57 DEBUG : chunked-5M-10M.bin: Finishing large file upload with 2 parts 2020/08/16 05:15:13 DEBUG : chunked-5M-10M.bin: Reading sha1 from header - "none" 2020/08/16 05:15:13 DEBUG : chunked-5M-10M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/5M/10485761 2020/08/16 05:15:17 DEBUG : chunked-5M-10.000M.bin: Starting upload of large file in 3 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f208594895143aad4_d20200816_m051517_c001_v0001144_t0016") 2020/08/16 05:15:18 DEBUG : chunked-5M-10.000M.bin: Sending chunk 1 length 5242880 2020/08/16 05:15:18 DEBUG : chunked-5M-10.000M.bin: Sending chunk 2 length 5242880 2020/08/16 05:15:18 DEBUG : chunked-5M-10.000M.bin: Sending chunk 3 length 1 2020/08/16 05:15:20 DEBUG : chunked-5M-10.000M.bin: Done sending chunk 3 2020/08/16 05:15:25 DEBUG : chunked-5M-10.000M.bin: Done sending chunk 1 2020/08/16 05:15:26 DEBUG : chunked-5M-10.000M.bin: Done sending chunk 2 2020/08/16 05:15:26 DEBUG : chunked-5M-10.000M.bin: Finishing large file upload with 3 parts 2020/08/16 05:15:31 DEBUG : chunked-5M-10.000M.bin: Reading sha1 from header - "none" 2020/08/16 05:15:31 DEBUG : chunked-5M-10.000M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/5.054M === RUN TestIntegration/FsMkdir/FsPutChunked/5.054M/5300001 2020/08/16 05:15:40 DEBUG : chunked-5.054M-5.054M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796c5d_d20200816_m051540_c001_v0001113_t0052") 2020/08/16 05:15:40 DEBUG : chunked-5.054M-5.054M.bin: Sending chunk 2 length 1 2020/08/16 05:15:40 DEBUG : chunked-5.054M-5.054M.bin: Sending chunk 1 length 5300000 2020/08/16 05:15:42 DEBUG : chunked-5.054M-5.054M.bin: Done sending chunk 2 2020/08/16 05:15:44 DEBUG : chunked-5.054M-5.054M.bin: Done sending chunk 1 2020/08/16 05:15:44 DEBUG : chunked-5.054M-5.054M.bin: Finishing large file upload with 2 parts 2020/08/16 05:15:46 DEBUG : chunked-5.054M-5.054M.bin: Reading sha1 from header - "none" 2020/08/16 05:15:46 DEBUG : chunked-5.054M-5.054M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/5.054M/10600000 2020/08/16 05:15:49 DEBUG : chunked-5.054M-10.109M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796c64_d20200816_m051549_c001_v0001144_t0025") 2020/08/16 05:15:49 DEBUG : chunked-5.054M-10.109M.bin: Sending chunk 1 length 5300000 2020/08/16 05:15:49 DEBUG : chunked-5.054M-10.109M.bin: Sending chunk 2 length 5300000 2020/08/16 05:15:58 DEBUG : chunked-5.054M-10.109M.bin: Done sending chunk 1 2020/08/16 05:16:00 DEBUG : chunked-5.054M-10.109M.bin: Done sending chunk 2 2020/08/16 05:16:00 DEBUG : chunked-5.054M-10.109M.bin: Finishing large file upload with 2 parts 2020/08/16 05:16:04 DEBUG : chunked-5.054M-10.109M.bin: Reading sha1 from header - "none" 2020/08/16 05:16:04 DEBUG : chunked-5.054M-10.109M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/5.054M/10600001 2020/08/16 05:16:18 DEBUG : chunked-5.054M-10.109M.bin: Starting upload of large file in 3 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f203c5712e39c2c02_d20200816_m051618_c001_v0001091_t0003") 2020/08/16 05:16:18 DEBUG : chunked-5.054M-10.109M.bin: Sending chunk 1 length 5300000 2020/08/16 05:16:19 DEBUG : chunked-5.054M-10.109M.bin: Sending chunk 3 length 1 2020/08/16 05:16:19 DEBUG : chunked-5.054M-10.109M.bin: Sending chunk 2 length 5300000 2020/08/16 05:16:20 DEBUG : chunked-5.054M-10.109M.bin: Done sending chunk 3 2020/08/16 05:16:23 DEBUG : chunked-5.054M-10.109M.bin: Done sending chunk 1 2020/08/16 05:16:27 DEBUG : chunked-5.054M-10.109M.bin: Done sending chunk 2 2020/08/16 05:16:27 DEBUG : chunked-5.054M-10.109M.bin: Finishing large file upload with 3 parts 2020/08/16 05:16:29 DEBUG : chunked-5.054M-10.109M.bin: Reading sha1 from header - "none" 2020/08/16 05:16:29 DEBUG : chunked-5.054M-10.109M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/5.055M === RUN TestIntegration/FsMkdir/FsPutChunked/5.055M/5300054 2020/08/16 05:16:31 DEBUG : chunked-5.055M-5.055M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f200ba761faab0060_d20200816_m051631_c001_v0001033_t0042") 2020/08/16 05:16:32 DEBUG : chunked-5.055M-5.055M.bin: Sending chunk 2 length 1 2020/08/16 05:16:32 DEBUG : chunked-5.055M-5.055M.bin: Sending chunk 1 length 5300053 2020/08/16 05:16:33 DEBUG : chunked-5.055M-5.055M.bin: Done sending chunk 2 2020/08/16 05:16:35 DEBUG : chunked-5.055M-5.055M.bin: Done sending chunk 1 2020/08/16 05:16:35 DEBUG : chunked-5.055M-5.055M.bin: Finishing large file upload with 2 parts 2020/08/16 05:16:37 DEBUG : chunked-5.055M-5.055M.bin: Reading sha1 from header - "none" 2020/08/16 05:16:37 DEBUG : chunked-5.055M-5.055M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/5.055M/10600106 2020/08/16 05:16:40 DEBUG : chunked-5.055M-10.109M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f200ba761faab0064_d20200816_m051640_c001_v0001144_t0000") 2020/08/16 05:16:41 DEBUG : chunked-5.055M-10.109M.bin: Sending chunk 1 length 5300053 2020/08/16 05:16:41 DEBUG : chunked-5.055M-10.109M.bin: Sending chunk 2 length 5300053 2020/08/16 05:16:47 DEBUG : chunked-5.055M-10.109M.bin: Done sending chunk 2 2020/08/16 05:16:48 DEBUG : chunked-5.055M-10.109M.bin: Done sending chunk 1 2020/08/16 05:16:48 DEBUG : chunked-5.055M-10.109M.bin: Finishing large file upload with 2 parts 2020/08/16 05:16:54 DEBUG : chunked-5.055M-10.109M.bin: Reading sha1 from header - "none" 2020/08/16 05:16:54 DEBUG : chunked-5.055M-10.109M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/5.055M/10600107 2020/08/16 05:16:57 DEBUG : chunked-5.055M-10.109M.bin: Starting upload of large file in 3 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796c88_d20200816_m051657_c001_v0001042_t0047") 2020/08/16 05:16:57 DEBUG : chunked-5.055M-10.109M.bin: Sending chunk 1 length 5300053 2020/08/16 05:16:58 DEBUG : chunked-5.055M-10.109M.bin: Sending chunk 3 length 1 2020/08/16 05:16:58 DEBUG : chunked-5.055M-10.109M.bin: Sending chunk 2 length 5300053 2020/08/16 05:16:59 DEBUG : chunked-5.055M-10.109M.bin: Done sending chunk 3 2020/08/16 05:17:00 DEBUG : chunked-5.055M-10.109M.bin: Done sending chunk 2 2020/08/16 05:17:06 DEBUG : chunked-5.055M-10.109M.bin: Done sending chunk 1 2020/08/16 05:17:06 DEBUG : chunked-5.055M-10.109M.bin: Finishing large file upload with 3 parts 2020/08/16 05:17:10 DEBUG : chunked-5.055M-10.109M.bin: Reading sha1 from header - "none" 2020/08/16 05:17:10 DEBUG : chunked-5.055M-10.109M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/6.667M === RUN TestIntegration/FsMkdir/FsPutChunked/6.667M/6990507 2020/08/16 05:17:12 DEBUG : chunked-6.667M-6.667M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f203c5712e39c2c1d_d20200816_m051712_c001_v0001038_t0019") 2020/08/16 05:17:12 DEBUG : chunked-6.667M-6.667M.bin: Sending chunk 2 length 1 2020/08/16 05:17:12 DEBUG : chunked-6.667M-6.667M.bin: Sending chunk 1 length 6990506 2020/08/16 05:17:14 DEBUG : chunked-6.667M-6.667M.bin: Done sending chunk 2 2020/08/16 05:17:24 DEBUG : chunked-6.667M-6.667M.bin: Done sending chunk 1 2020/08/16 05:17:24 DEBUG : chunked-6.667M-6.667M.bin: Finishing large file upload with 2 parts 2020/08/16 05:17:26 DEBUG : chunked-6.667M-6.667M.bin: Reading sha1 from header - "none" 2020/08/16 05:17:26 DEBUG : chunked-6.667M-6.667M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/6.667M/13981012 2020/08/16 05:17:32 DEBUG : chunked-6.667M-13.333M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796c92_d20200816_m051732_c001_v0001136_t0039") 2020/08/16 05:17:32 DEBUG : chunked-6.667M-13.333M.bin: Sending chunk 1 length 6990506 2020/08/16 05:17:33 DEBUG : chunked-6.667M-13.333M.bin: Sending chunk 2 length 6990506 2020/08/16 05:17:35 DEBUG : chunked-6.667M-13.333M.bin: Done sending chunk 1 2020/08/16 05:17:35 DEBUG : chunked-6.667M-13.333M.bin: Done sending chunk 2 2020/08/16 05:17:35 DEBUG : chunked-6.667M-13.333M.bin: Finishing large file upload with 2 parts 2020/08/16 05:17:36 DEBUG : chunked-6.667M-13.333M.bin: Reading sha1 from header - "none" 2020/08/16 05:17:36 DEBUG : chunked-6.667M-13.333M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/6.667M/13981013 2020/08/16 05:17:39 DEBUG : chunked-6.667M-13.333M.bin: Starting upload of large file in 3 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796c9a_d20200816_m051739_c001_v0001026_t0002") 2020/08/16 05:17:39 DEBUG : chunked-6.667M-13.333M.bin: Sending chunk 1 length 6990506 2020/08/16 05:17:39 DEBUG : chunked-6.667M-13.333M.bin: Sending chunk 3 length 1 2020/08/16 05:17:39 DEBUG : chunked-6.667M-13.333M.bin: Sending chunk 2 length 6990506 2020/08/16 05:17:41 DEBUG : chunked-6.667M-13.333M.bin: Done sending chunk 3 2020/08/16 05:17:41 DEBUG : chunked-6.667M-13.333M.bin: Done sending chunk 1 2020/08/16 05:17:42 DEBUG : chunked-6.667M-13.333M.bin: Done sending chunk 2 2020/08/16 05:17:42 DEBUG : chunked-6.667M-13.333M.bin: Finishing large file upload with 3 parts 2020/08/16 05:17:45 DEBUG : chunked-6.667M-13.333M.bin: Reading sha1 from header - "none" 2020/08/16 05:17:45 DEBUG : chunked-6.667M-13.333M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/8M === RUN TestIntegration/FsMkdir/FsPutChunked/8M/8388609 2020/08/16 05:17:48 DEBUG : chunked-8M-8.000M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796ca0_d20200816_m051748_c001_v0001131_t0055") 2020/08/16 05:17:49 DEBUG : chunked-8M-8.000M.bin: Sending chunk 2 length 1 2020/08/16 05:17:49 DEBUG : chunked-8M-8.000M.bin: Sending chunk 1 length 8388608 2020/08/16 05:17:49 DEBUG : chunked-8M-8.000M.bin: Done sending chunk 2 2020/08/16 05:17:51 DEBUG : chunked-8M-8.000M.bin: Done sending chunk 1 2020/08/16 05:17:51 DEBUG : chunked-8M-8.000M.bin: Finishing large file upload with 2 parts 2020/08/16 05:17:53 DEBUG : chunked-8M-8.000M.bin: Reading sha1 from header - "none" 2020/08/16 05:17:53 DEBUG : chunked-8M-8.000M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/8M/16777216 2020/08/16 05:18:12 DEBUG : chunked-8M-16M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796cab_d20200816_m051812_c001_v0001128_t0026") 2020/08/16 05:18:12 DEBUG : chunked-8M-16M.bin: Sending chunk 1 length 8388608 2020/08/16 05:18:13 DEBUG : chunked-8M-16M.bin: Sending chunk 2 length 8388608 2020/08/16 05:18:15 DEBUG : chunked-8M-16M.bin: Done sending chunk 1 2020/08/16 05:18:16 DEBUG : chunked-8M-16M.bin: Done sending chunk 2 2020/08/16 05:18:16 DEBUG : chunked-8M-16M.bin: Finishing large file upload with 2 parts 2020/08/16 05:18:17 DEBUG : chunked-8M-16M.bin: Reading sha1 from header - "none" 2020/08/16 05:18:17 DEBUG : chunked-8M-16M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/8M/16777217 2020/08/16 05:18:19 DEBUG : chunked-8M-16.000M.bin: Starting upload of large file in 3 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796cad_d20200816_m051819_c001_v0001029_t0014") 2020/08/16 05:18:20 DEBUG : chunked-8M-16.000M.bin: Sending chunk 1 length 8388608 2020/08/16 05:18:20 DEBUG : chunked-8M-16.000M.bin: Sending chunk 3 length 1 2020/08/16 05:18:20 DEBUG : chunked-8M-16.000M.bin: Sending chunk 2 length 8388608 2020/08/16 05:18:21 DEBUG : chunked-8M-16.000M.bin: Done sending chunk 3 2020/08/16 05:18:24 DEBUG : chunked-8M-16.000M.bin: Done sending chunk 1 2020/08/16 05:18:32 DEBUG : chunked-8M-16.000M.bin: Done sending chunk 2 2020/08/16 05:18:32 DEBUG : chunked-8M-16.000M.bin: Finishing large file upload with 3 parts 2020/08/16 05:19:19 DEBUG : chunked-8M-16.000M.bin: Reading sha1 from header - "none" 2020/08/16 05:19:19 DEBUG : chunked-8M-16.000M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/10M === RUN TestIntegration/FsMkdir/FsPutChunked/10M/10485761 2020/08/16 05:19:25 DEBUG : chunked-10M-10.000M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f204db68ce8091652_d20200816_m051925_c001_v0001011_t0026") 2020/08/16 05:19:25 DEBUG : chunked-10M-10.000M.bin: Sending chunk 2 length 1 2020/08/16 05:19:25 DEBUG : chunked-10M-10.000M.bin: Sending chunk 1 length 10485760 2020/08/16 05:19:27 DEBUG : chunked-10M-10.000M.bin: Done sending chunk 2 2020/08/16 05:19:30 DEBUG : chunked-10M-10.000M.bin: Done sending chunk 1 2020/08/16 05:19:30 DEBUG : chunked-10M-10.000M.bin: Finishing large file upload with 2 parts 2020/08/16 05:19:35 DEBUG : chunked-10M-10.000M.bin: Reading sha1 from header - "none" 2020/08/16 05:19:35 DEBUG : chunked-10M-10.000M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/10M/20971520 2020/08/16 05:19:38 DEBUG : chunked-10M-20M.bin: Starting upload of large file in 2 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f204db68ce8091655_d20200816_m051937_c001_v0001144_t0040") 2020/08/16 05:19:38 DEBUG : chunked-10M-20M.bin: Sending chunk 1 length 10485760 2020/08/16 05:19:39 DEBUG : chunked-10M-20M.bin: Sending chunk 2 length 10485760 2020/08/16 05:19:52 DEBUG : chunked-10M-20M.bin: Done sending chunk 2 2020/08/16 05:19:53 DEBUG : chunked-10M-20M.bin: Done sending chunk 1 2020/08/16 05:19:53 DEBUG : chunked-10M-20M.bin: Finishing large file upload with 2 parts 2020/08/16 05:19:57 DEBUG : chunked-10M-20M.bin: Reading sha1 from header - "none" 2020/08/16 05:19:57 DEBUG : chunked-10M-20M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsPutChunked/10M/20971521 2020/08/16 05:20:00 DEBUG : chunked-10M-20.000M.bin: Starting upload of large file in 3 chunks (id "4_z3f02ad03a0bdfb5b7f380e1b_f208594895143ab44_d20200816_m052000_c001_v0001042_t0048") 2020/08/16 05:20:01 DEBUG : chunked-10M-20.000M.bin: Sending chunk 1 length 10485760 2020/08/16 05:20:01 DEBUG : chunked-10M-20.000M.bin: Sending chunk 2 length 10485760 2020/08/16 05:20:01 DEBUG : chunked-10M-20.000M.bin: Sending chunk 3 length 1 2020/08/16 05:20:04 DEBUG : chunked-10M-20.000M.bin: Done sending chunk 1 2020/08/16 05:20:05 DEBUG : chunked-10M-20.000M.bin: Done sending chunk 2 2020/08/16 05:20:07 DEBUG : chunked-10M-20.000M.bin: Done sending chunk 3 2020/08/16 05:20:07 DEBUG : chunked-10M-20.000M.bin: Finishing large file upload with 3 parts 2020/08/16 05:20:12 DEBUG : chunked-10M-20.000M.bin: Reading sha1 from header - "none" 2020/08/16 05:20:12 DEBUG : chunked-10M-20.000M.bin: Reading sha1 from info - "" === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2020/08/16 05:20:15 DEBUG : unknown-size-put.txt: File has 100 bytes, which makes only one chunk. Using direct upload. === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize 2020/08/16 05:20:21 DEBUG : unknown-size-update.txt: File has 200 bytes, which makes only one chunk. Using direct upload. === RUN TestIntegration/FsMkdir/FsRootCollapse 2020/08/16 05:20:23 DEBUG : leading space/ leading space: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f112d55bb3b9fbe4b_d20200816_m050905_c001_v0001137_t0047") 2020/08/16 05:20:23 DEBUG : leading space/ leading space: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f47d_d20200816_m050904_c001_v0001131_t0015") 2020/08/16 05:20:23 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f105aaf12320b6789_d20200816_m050903_c001_v0001004_t0008") 2020/08/16 05:20:23 DEBUG : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~/!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f46c_d20200816_m050902_c001_v0001131_t0015") 2020/08/16 05:20:23 DEBUG : .leading dot/.leading dot: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f105bda07cad4d504_d20200816_m051031_c001_v0001039_t0054") 2020/08/16 05:20:23 DEBUG : .leading dot/.leading dot: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f5a1_d20200816_m051023_c001_v0001131_t0015") 2020/08/16 05:20:23 DEBUG : chunked-10M-10.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f117ec53bd6b61874_d20200816_m051936_c001_v0001144_t0037") 2020/08/16 05:20:23 DEBUG : chunked-10M-10.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f204db68ce8091652_d20200816_m051925_c001_v0001011_t0026") 2020/08/16 05:20:23 DEBUG : chunked-10M-20.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f10664be2611a6699_d20200816_m052014_c001_v0001026_t0021") 2020/08/16 05:20:23 DEBUG : chunked-10M-20.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f208594895143ab44_d20200816_m052000_c001_v0001042_t0048") 2020/08/16 05:20:23 DEBUG : chunked-10M-20M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f107f066946b59b13_d20200816_m051959_c001_v0001128_t0054") 2020/08/16 05:20:23 DEBUG : chunked-10M-20M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f204db68ce8091655_d20200816_m051937_c001_v0001144_t0040") 2020/08/16 05:20:24 DEBUG : chunked-5.054M-10.109M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1066df90e5768247_d20200816_m051631_c001_v0001134_t0042") 2020/08/16 05:20:24 DEBUG : chunked-5.054M-10.109M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f203c5712e39c2c02_d20200816_m051618_c001_v0001091_t0003") 2020/08/16 05:20:24 DEBUG : chunked-5.054M-10.109M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f116d41cd7360e843_d20200816_m051606_c001_v0001036_t0015") 2020/08/16 05:20:24 DEBUG : chunked-5.054M-10.109M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796c64_d20200816_m051549_c001_v0001144_t0025") 2020/08/16 05:20:24 DEBUG : chunked-5.054M-5.054M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f11959df493534cfb_d20200816_m051547_c001_v0001042_t0031") 2020/08/16 05:20:24 DEBUG : chunked-5.054M-5.054M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796c5d_d20200816_m051540_c001_v0001113_t0052") 2020/08/16 05:20:24 DEBUG : chunked-5.055M-10.109M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1167795d374fabac_d20200816_m051711_c001_v0001137_t0022") 2020/08/16 05:20:24 DEBUG : chunked-5.055M-10.109M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796c88_d20200816_m051657_c001_v0001042_t0047") 2020/08/16 05:20:24 DEBUG : chunked-5.055M-10.109M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1129fc4c3c6f22e9_d20200816_m051656_c001_v0001022_t0045") 2020/08/16 05:20:24 DEBUG : chunked-5.055M-10.109M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f200ba761faab0064_d20200816_m051640_c001_v0001144_t0000") 2020/08/16 05:20:24 DEBUG : chunked-5.055M-5.055M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f109b76d7b9ed8d16_d20200816_m051638_c001_v0001144_t0048") 2020/08/16 05:20:24 DEBUG : chunked-5.055M-5.055M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f200ba761faab0060_d20200816_m051631_c001_v0001033_t0042") 2020/08/16 05:20:24 DEBUG : chunked-5M-10.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f10864437d8fd1b39_d20200816_m051533_c001_v0001144_t0028") 2020/08/16 05:20:24 DEBUG : chunked-5M-10.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f208594895143aad4_d20200816_m051517_c001_v0001144_t0016") 2020/08/16 05:20:24 DEBUG : chunked-5M-10M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f104b3f23f77dd7bb_d20200816_m051515_c001_v0001039_t0054") 2020/08/16 05:20:24 DEBUG : chunked-5M-10M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f208594895143aac9_d20200816_m051454_c001_v0001043_t0006") 2020/08/16 05:20:24 DEBUG : chunked-5M-5.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f107bddae1dc64049_d20200816_m051454_c001_v0001026_t0015") 2020/08/16 05:20:24 DEBUG : chunked-5M-5.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f208594895143aac6_d20200816_m051448_c001_v0001134_t0017") 2020/08/16 05:20:25 DEBUG : chunked-6.667M-13.333M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f107e75778bbe24e5_d20200816_m051747_c001_v0001039_t0022") 2020/08/16 05:20:25 DEBUG : chunked-6.667M-13.333M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796c9a_d20200816_m051739_c001_v0001026_t0002") 2020/08/16 05:20:25 DEBUG : chunked-6.667M-13.333M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f111f41911631def8_d20200816_m051738_c001_v0001137_t0008") 2020/08/16 05:20:25 DEBUG : chunked-6.667M-13.333M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796c92_d20200816_m051732_c001_v0001136_t0039") 2020/08/16 05:20:25 DEBUG : chunked-6.667M-6.667M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1194de80708954d5_d20200816_m051727_c001_v0001144_t0050") 2020/08/16 05:20:25 DEBUG : chunked-6.667M-6.667M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f203c5712e39c2c1d_d20200816_m051712_c001_v0001038_t0019") 2020/08/16 05:20:25 DEBUG : chunked-8M-16.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1058d713e8fe2c30_d20200816_m051921_c001_v0001041_t0051") 2020/08/16 05:20:25 DEBUG : chunked-8M-16.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796cad_d20200816_m051819_c001_v0001029_t0014") 2020/08/16 05:20:25 DEBUG : chunked-8M-16M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f114e6eac0c3631a3_d20200816_m051819_c001_v0001137_t0057") 2020/08/16 05:20:25 DEBUG : chunked-8M-16M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796cab_d20200816_m051812_c001_v0001128_t0026") 2020/08/16 05:20:25 DEBUG : chunked-8M-8.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1197ee2366b34207_d20200816_m051754_c001_v0001022_t0046") 2020/08/16 05:20:25 DEBUG : chunked-8M-8.000M.bin: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f2052c37724796ca0_d20200816_m051748_c001_v0001131_t0055") 2020/08/16 05:20:25 DEBUG : created from root.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f103a1337285c094c_d20200816_m051414_c001_v0001128_t0054") 2020/08/16 05:20:25 DEBUG : created from root.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f105affbf397f21c6_d20200816_m051405_c001_v0001144_t0057") 2020/08/16 05:20:25 DEBUG : file name.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1161391e2ae3d37c_d20200816_m051433_c001_v0001013_t0014") 2020/08/16 05:20:25 DEBUG : file name.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f836_d20200816_m051350_c001_v0001131_t0015") 2020/08/16 05:20:25 DEBUG : file name.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f103adff46d6f5596_d20200816_m051346_c001_v0001136_t0027") 2020/08/16 05:20:25 DEBUG : file name.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f78f_d20200816_m051252_c001_v0001131_t0015") 2020/08/16 05:20:25 DEBUG : file name.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f786_d20200816_m051251_c001_v0001131_t0015") 2020/08/16 05:20:25 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f78c_d20200816_m051251_c001_v0001131_t0015") 2020/08/16 05:20:26 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f11020097a0f0fcb6_d20200816_m051336_c001_v0001144_t0019") 2020/08/16 05:20:26 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt-copy: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1149b9c656b73e68_d20200816_m051328_c001_v0001131_t0047") 2020/08/16 05:20:26 DEBUG : invalid utf-8/invalid utf-8: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f103b9ae17aaa67de_d20200816_m051237_c001_v0001031_t0030") 2020/08/16 05:20:26 DEBUG : invalid utf-8/invalid utf-8: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f743_d20200816_m051228_c001_v0001131_t0015") 2020/08/16 05:20:26 DEBUG : piped data.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f101319da96cea372_d20200816_m051446_c001_v0001041_t0045") 2020/08/16 05:20:26 DEBUG : piped data.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f8fc_d20200816_m051446_c001_v0001131_t0015") 2020/08/16 05:20:26 DEBUG : piped data.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f11693902fef6322c_d20200816_m051446_c001_v0001134_t0052") 2020/08/16 05:20:26 DEBUG : piped data.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f8f5_d20200816_m051445_c001_v0001131_t0015") 2020/08/16 05:20:26 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102afc8a9e2a3cba_d20200816_m051103_c001_v0001090_t0023") 2020/08/16 05:20:26 DEBUG : trailing CR␍/trailing CR␍: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f616_d20200816_m051055_c001_v0001131_t0015") 2020/08/16 05:20:26 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f10486ca0f1ac9781_d20200816_m051140_c001_v0001030_t0038") 2020/08/16 05:20:26 DEBUG : trailing HT␉/trailing HT␉: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f69b_d20200816_m051131_c001_v0001131_t0015") 2020/08/16 05:20:26 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f104afa2fed8e74aa_d20200816_m051120_c001_v0001144_t0011") 2020/08/16 05:20:26 DEBUG : trailing LF␊/trailing LF␊: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f65e_d20200816_m051112_c001_v0001131_t0015") 2020/08/16 05:20:26 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f111e7e1768afdcb6_d20200816_m051156_c001_v0001033_t0043") 2020/08/16 05:20:26 DEBUG : trailing VT␋/trailing VT␋: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f6ca_d20200816_m051148_c001_v0001131_t0015") 2020/08/16 05:20:26 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f117ec53bd6b5fe85_d20200816_m051219_c001_v0001144_t0031") 2020/08/16 05:20:26 DEBUG : trailing dot./trailing dot.: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f6f7_d20200816_m051204_c001_v0001131_t0015") 2020/08/16 05:20:26 DEBUG : trailing space /trailing space : Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f11534152aede504c_d20200816_m051047_c001_v0001013_t0025") 2020/08/16 05:20:26 DEBUG : trailing space /trailing space : Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f5e1_d20200816_m051039_c001_v0001131_t0015") 2020/08/16 05:20:26 DEBUG : unknown-size-put.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1fd80_d20200816_m052015_c001_v0001131_t0015") 2020/08/16 05:20:26 DEBUG : unknown-size-put.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1157a588709960dd_d20200816_m052015_c001_v0001144_t0008") 2020/08/16 05:20:26 DEBUG : unknown-size-update.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1083a663afcf6141_d20200816_m052021_c001_v0001041_t0006") 2020/08/16 05:20:27 DEBUG : unknown-size-update.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1fd94_d20200816_m052021_c001_v0001131_t0015") 2020/08/16 05:20:27 DEBUG : unknown-size-update.txt: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1fd90_d20200816_m052020_c001_v0001131_t0015") 2020/08/16 05:20:27 DEBUG : zero-length-file: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f116233c48e56eb62_d20200816_m051250_c001_v0001136_t0023") 2020/08/16 05:20:27 DEBUG : zero-length-file: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f781_d20200816_m051249_c001_v0001131_t0015") 2020/08/16 05:20:27 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f482_d20200816_m050906_c001_v0001131_t0015") 2020/08/16 05:20:27 DEBUG : ~leading tilde/~leading tilde: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1194de80708933d3_d20200816_m050906_c001_v0001144_t0036") 2020/08/16 05:20:27 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1137ab1eb9155b0d_d20200816_m050855_c001_v0001120_t0030") 2020/08/16 05:20:27 DEBUG : ␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f44e_d20200816_m050854_c001_v0001131_t0015") 2020/08/16 05:20:27 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f10341b59ca0bbfdc_d20200816_m050958_c001_v0001040_t0038") 2020/08/16 05:20:27 DEBUG : ␉leading HT/␉leading HT: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f517_d20200816_m050950_c001_v0001131_t0015") 2020/08/16 05:20:27 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f117fdec9182e3198_d20200816_m050942_c001_v0001033_t0045") 2020/08/16 05:20:27 DEBUG : ␊leading LF/␊leading LF: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f4e1_d20200816_m050934_c001_v0001131_t0015") 2020/08/16 05:20:27 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1017459327f74529_d20200816_m051014_c001_v0001128_t0046") 2020/08/16 05:20:27 DEBUG : ␋leading VT/␋leading VT: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f554_d20200816_m051006_c001_v0001131_t0015") 2020/08/16 05:20:27 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1006890fb90dc8b8_d20200816_m050926_c001_v0001136_t0007") 2020/08/16 05:20:27 DEBUG : ␍leading CR/␍leading CR: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f4a7_d20200816_m050918_c001_v0001131_t0015") 2020/08/16 05:20:27 DEBUG : ./.: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1168e556706ec6cc_d20200816_m050856_c001_v0001091_t0049") 2020/08/16 05:20:27 DEBUG : ./.: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f453_d20200816_m050856_c001_v0001131_t0015") 2020/08/16 05:20:27 DEBUG : ../..: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f1038c97dbe9de284_d20200816_m050902_c001_v0001022_t0009") 2020/08/16 05:20:27 DEBUG : ../..: Deleting (id "4_z3f02ad03a0bdfb5b7f380e1b_f102f2aad1cb1f466_d20200816_m050901_c001_v0001131_t0015") --- FAIL: TestIntegration (698.60s) --- SKIP: TestIntegration/FsCheckWrap (0.00s) --- SKIP: TestIntegration/FsCommand (0.00s) --- PASS: TestIntegration/FsRmdirNotFound (0.60s) --- PASS: TestIntegration/FsString (0.00s) --- PASS: TestIntegration/FsName (0.00s) --- PASS: TestIntegration/FsRoot (0.00s) --- PASS: TestIntegration/FsRmdirEmpty (0.33s) --- FAIL: TestIntegration/FsMkdir (696.49s) --- PASS: TestIntegration/FsMkdir/FsMkdirRmdirSubdir (0.44s) --- PASS: TestIntegration/FsMkdir/FsListEmpty (0.15s) --- PASS: TestIntegration/FsMkdir/FsListDirEmpty (0.15s) --- PASS: TestIntegration/FsMkdir/FsListRDirEmpty (0.15s) --- PASS: TestIntegration/FsMkdir/FsListDirNotFound (0.15s) --- PASS: TestIntegration/FsMkdir/FsListRDirNotFound (0.15s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (234.41s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (1.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (5.38s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (1.52s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (1.92s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (1.27s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_tilde (11.58s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_CR (16.29s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_LF (16.05s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_HT (16.15s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (16.55s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_dot (16.42s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (16.12s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (17.25s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (18.84s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (16.92s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (16.16s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (23.22s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (20.77s) --- PASS: TestIntegration/FsMkdir/FsNewObjectNotFound (0.29s) --- PASS: TestIntegration/FsMkdir/FsPutError (0.59s) --- PASS: TestIntegration/FsMkdir/FsPutZeroLength (2.06s) --- SKIP: TestIntegration/FsMkdir/FsOpenWriterAt (0.00s) --- SKIP: TestIntegration/FsMkdir/FsChangeNotify (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (117.53s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.75s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.74s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.80s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.36s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.29s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.44s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.15s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (7.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.15s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (7.45s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.15s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (16.19s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsCopy (16.90s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectString (0.60s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (0.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (0.74s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (0.74s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (0.30s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (1.73s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (0.15s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (1.12s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (0.68s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (29.26s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (7.61s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.16s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (3.49s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (17.79s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (8.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/PublicLink (10.92s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (11.52s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (3.78s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 (1.20s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPutStream/100 (2.58s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (326.24s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5M (51.51s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5M/5242881 (5.80s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5M/10485760 (23.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5M/10485761 (22.55s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054M (51.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054M/5300001 (8.71s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054M/10600000 (29.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.054M/10600001 (13.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055M (40.36s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055M/5300054 (9.02s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055M/10600106 (16.73s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/5.055M/10600107 (14.62s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667M (36.38s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667M/6990507 (20.12s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667M/13981012 (6.81s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/6.667M/13981013 (9.45s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8M (96.67s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8M/8388609 (23.81s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8M/16777216 (7.16s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/8M/16777217 (65.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10M (49.87s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10M/10485761 (12.70s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10M/20971520 (22.60s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/10M/20971521 (14.56s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (6.93s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (5.37s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsUpdateUnknownSize (1.56s) --- PASS: TestIntegration/FsMkdir/FsRootCollapse (1.11s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/b2 698.612s "go test -v -timeout 1h0m0s -remote TestB2: -verbose" - Finished ERROR in 11m39.78012337s (try 1/5): exit status 1: Failed [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/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/Remove TestIntegration/FsMkdir/FsPutFiles/ObjectRemove]