"go test -v -timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^TestIntegration$/^FsMkdir$/^(FsPutError|FsPutFiles)$|^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|invalid_UTF-8|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$'" - Starting (try 3/5) === RUN TestIntegration fstests.go:442: Using remote "TestOpenDrive:" 2024/12/22 04:26:53 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vilisiv5tujo" 2024/12/22 04:26:53 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/22 04:26:53 DEBUG : Starting OpenDrive session with ID: 4a3a5e1240f4cb6040724610d77f7ae3435a6e4dc0beeaeb90702c63ee7d005e === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:711: testing " leading space" 2024/12/22 04:26:56 DEBUG : leading space/ leading space: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:711: testing "~leading tilde" 2024/12/22 04:27:00 DEBUG : ~leading tilde/~leading tilde: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:711: testing "␍leading CR" 2024/12/22 04:27:03 DEBUG : ␍leading CR/␍leading CR: Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:711: testing "␊leading LF" 2024/12/22 04:27:15 DEBUG : ␊leading LF/␊leading LF: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:711: testing "␉leading HT" 2024/12/22 04:27:18 DEBUG : ␉leading HT/␉leading HT: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:711: testing "␋leading VT" 2024/12/22 04:27:21 DEBUG : ␋leading VT/␋leading VT: Uploading chunk 0, size=100, remain=0 fstests.go:720: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:720 Error: Received unexpected error: folder not empty Test: TestIntegration/FsMkdir/FsEncoding/leading_VT fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:721 Error: Not equal: expected: []string{} actual : []string{"␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/leading_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:711: testing ".leading dot" 2024/12/22 04:27:33 DEBUG : .leading dot/.leading dot: Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{".leading dot"} actual : []string{".leading dot", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=12) ".leading dot" +([]string) (len=2) { + (string) (len=12) ".leading dot", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: directories fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:721 Error: Not equal: expected: []string{} actual : []string{"␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:711: testing "trailing space " 2024/12/22 04:27:54 DEBUG : trailing space /trailing space : Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{"trailing space "} actual : []string{"trailing space ", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=15) "trailing space " +([]string) (len=2) { + (string) (len=15) "trailing space ", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:721 Error: Not equal: expected: []string{} actual : []string{"␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:711: testing "trailing CR␍" 2024/12/22 04:28:14 DEBUG : trailing CR␍/trailing CR␍: Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{"trailing CR␍"} actual : []string{"trailing CR␍", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "trailing CR␍" +([]string) (len=2) { + (string) (len=14) "trailing CR␍", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:721 Error: Not equal: expected: []string{} actual : []string{"␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:711: testing "trailing LF␊" 2024/12/22 04:28:35 DEBUG : trailing LF␊/trailing LF␊: Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{"trailing LF␊"} actual : []string{"trailing LF␊", "␋leading VT"} 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=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:721 Error: Not equal: expected: []string{} actual : []string{"␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:711: testing "trailing HT␉" 2024/12/22 04:28:55 DEBUG : trailing HT␉/trailing HT␉: Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{"trailing HT␉"} actual : []string{"trailing HT␉", "␋leading VT"} 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=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:721 Error: Not equal: expected: []string{} actual : []string{"␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:711: testing "trailing VT␋" 2024/12/22 04:29:16 DEBUG : trailing VT␋/trailing VT␋: Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{"trailing VT␋"} actual : []string{"trailing VT␋", "␋leading VT"} 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=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:721 Error: Not equal: expected: []string{} actual : []string{"␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:711: testing "trailing dot." 2024/12/22 04:29:36 DEBUG : trailing dot./trailing dot.: Uploading chunk 0, size=100, remain=0 fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{"trailing dot."} actual : []string{"trailing dot.", "␋leading VT"} 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=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:721 Error: Not equal: expected: []string{} actual : []string{"␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:711: testing "invalid utf-8\xfe" 2024/12/22 04:29:58 DEBUG : invalid utf-8/invalid utf-8: Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{"invalid utf-8\xfe"} actual : []string{"invalid utf-8\xfe", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "invalid utf-8\xfe" +([]string) (len=2) { + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories fstests.go:720: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:720 Error: Received unexpected error: folder not empty Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:721 Error: Not equal: expected: []string{} actual : []string{"invalid utf-8\xfe", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:711: testing "test%46.txt" 2024/12/22 04:30:18 DEBUG : test%46.txt/test%46.txt: Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{"test%46.txt"} actual : []string{"invalid utf-8\xfe", "test%46.txt", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=3) { + (string) (len=14) "invalid utf-8\xfe", + (string) (len=11) "test%46.txt", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:721 Error: Not equal: expected: []string{} actual : []string{"invalid utf-8\xfe", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsPutError fstests.go:771: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:771 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:137 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:765 Error: Not equal: expected: *errors.errorString(&errors.errorString{s:"object not found"}) actual : *fmt.wrapError(&fmt.wrapError{msg:"failed to get folder list: Directory doesn't exist (Error 404)", err:(*opendrive.Error)(0xc0001148e8)}) Test: TestIntegration/FsMkdir/FsPutError === RUN TestIntegration/FsMkdir/FsPutFiles 2024/12/22 04:30:40 DEBUG : file name.txt: Uploading chunk 0, size=100, remain=0 2024/12/22 04:30:44 DEBUG : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Uploading chunk 0, size=100, remain=0 2024/12/22 04:30:45 DEBUG : file name.txt: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 fstests.go:982: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:982 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1002 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{"hello? sausage", "invalid utf-8\xfe", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "hello? sausage" +([]string) (len=3) { + (string) (len=14) "hello? sausage", + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 fstests.go:403: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:1019: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1019 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, 世界/ \" ' @ < > & ? + ≠", "invalid utf-8\xfe", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=6) { (string) (len=14) "hello? sausage", @@ -4,3 +4,5 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot 2024/12/22 04:30:49 DEBUG : Creating backend with remote "TestOpenDrive:" 2024/12/22 04:30:49 DEBUG : Starting OpenDrive session with ID: 68c8d6f5481a2c8ff3d10979abc55a12ea868d0d7732e7182830a9cdf3d494ab === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot fstests.go:403: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 fstests.go:403: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:1098: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1098 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{"hello? sausage", "hello? sausage/êé", "invalid utf-8\xfe", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,4 +1,6 @@ -([]string) (len=2) { +([]string) (len=4) { (string) (len=14) "hello? sausage", - (string) (len=19) "hello? sausage/êé" + (string) (len=19) "hello? sausage/êé", + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 fstests.go:403: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObject === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive/Dir === RUN TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurge 2024/12/22 04:30:55 DEBUG : dirToPurge/fileToPurge.txt: Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1167 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, 世界/ \" ' @ < > & ? + ≠", "invalid utf-8\xfe", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=5) { +([]string) (len=7) { (string) (len=10) "dirToPurge", @@ -5,3 +5,5 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: directories fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1179 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, 世界/ \" ' @ < > & ? + ≠", "invalid utf-8\xfe", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=6) { (string) (len=14) "hello? sausage", @@ -4,3 +4,5 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurge Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot 2024/12/22 04:31:18 DEBUG : dirToPurgeFromRoot/fileToPurgeFromRoot.txt: Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1204 Error: Not equal: expected: []string{"dirToPurgeFromRoot", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"dirToPurgeFromRoot", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "invalid utf-8\xfe", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=5) { +([]string) (len=7) { (string) (len=18) "dirToPurgeFromRoot", @@ -5,3 +5,5 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: directories 2024/12/22 04:31:30 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vilisiv5tujo/dirToPurgeFromRoot" 2024/12/22 04:31:30 DEBUG : Starting OpenDrive session with ID: 6473cc0c43edbc7d5cb071da8d66d643e49b2a035aa835472ff4bb2694d23a32 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1221 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, 世界/ \" ' @ < > & ? + ≠", "invalid utf-8\xfe", "␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=6) { (string) (len=14) "hello? sausage", @@ -4,3 +4,5 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2024/12/22 04:31:41 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vilisiv5tujo/hello? sausage/êé" 2024/12/22 04:31:42 DEBUG : Starting OpenDrive session with ID: e8b745b760ecd160e8bd9d5cabac1119bdc6478ce59f717cd382e61f019c2072 2024/12/22 04:31:44 DEBUG : a/b/c/d/e.txt: Uploading chunk 0, size=100, remain=0 === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy === RUN TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata fstests.go:1293: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:286: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata fstests.go:1402: Skipping test as can't write metadata === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2024/12/22 04:32:13 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-yihazey9ruyi" 2024/12/22 04:32:14 DEBUG : Starting OpenDrive session with ID: f3997cabceecb4f8b5a96ff916b22b92bf9285f92a02fd46d1c1f5b81a9e06e9 fstests.go:1483: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1483 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1489 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/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, 世界/ \" ' @ < > & ? + ≠", "new_name/sub_new_name/invalid utf-8\xfe", "new_name/sub_new_name/␋leading VT"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=6) { +([]string) (len=8) { (string) (len=8) "new_name", @@ -6,3 +6,5 @@ (string) (len=55) "new_name/sub_new_name/hello? sausage/êé/Hello, 世界", - (string) (len=76) "new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=76) "new_name/sub_new_name/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=36) "new_name/sub_new_name/invalid utf-8\xfe", + (string) (len=35) "new_name/sub_new_name/␋leading VT" } Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: directories fstests.go:1500: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1500 Error: Received unexpected error: can't copy directory - destination already exists Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2024/12/22 04:32:27 DEBUG : OpenDrive root 'rclone-test-yihazey9ruyi': Purge remote === RUN TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull === RUN TestIntegration/FsMkdir/FsPutFiles/FsPrecision === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectString fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1540 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectString === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectFs fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1550 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectFs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemote fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1569 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectHashes fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1576 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectModTime fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1583 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1592 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1618 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1695 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1752 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectSize fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1768 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectSize === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpen fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1775 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1782 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1791 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1812 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1823 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectStorable fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1851 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile 2024/12/22 04:33:52 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" 2024/12/22 04:33:52 DEBUG : Starting OpenDrive session with ID: 31e9633e6c3af8eba9a4d37af10e728844b403bf06a52cbbae39344f70e4bf12 fstests.go:1864: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1864 Error: Not equal: expected: *errors.errorString(&errors.errorString{s:"is a file not a directory"}) actual : () Test: TestIntegration/FsMkdir/FsPutFiles/FsIsFile === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot fstests.go:1880: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1880 Error: Not equal: expected: "rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" actual : "rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" Diff: --- Expected +++ Actual @@ -1 +1 @@ -rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠ +rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt Test: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot 2024/12/22 04:33:53 ERROR : : error listing: directory not found === NAME TestIntegration/FsMkdir/FsPutFiles/FsIsFile fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache 2024/12/22 04:33:54 ERROR : : error listing: directory not found fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache 2024/12/22 04:33:57 ERROR : : error listing: directory not found fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1889 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FsIsFile Messages: listing wrong, want z.txt (100) got fstest.go:197: Not found "z.txt" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1889 Error: Not equal: expected: 0 actual : 1 Test: TestIntegration/FsMkdir/FsPutFiles/FsIsFile Messages: 1 objects not found === RUN TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound 2024/12/22 04:34:01 DEBUG : Creating backend with remote "TestOpenDrive:rclone-test-vilisiv5tujo/not found.txt" 2024/12/22 04:34:01 DEBUG : Starting OpenDrive session with ID: 8e4fddae6853e93e19d07fb22bc0911613a6ae66dbf85caa06285e8907f057e4 2024/12/22 04:34:02 ERROR : : error listing: directory not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1915: Opening root remote "TestOpenDrive:" path "rclone-test-vilisiv5tujo" from "TestOpenDrive:rclone-test-vilisiv5tujo" 2024/12/22 04:34:02 DEBUG : Creating backend with remote "TestOpenDrive:" 2024/12/22 04:34:02 DEBUG : Starting OpenDrive session with ID: e684184af4f2255b806b2ab143043bd5380e27426ed25cf1f6ed71a17faabff9 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List 2024/12/22 04:34:02 ERROR : rclone-test-vilisiv5tujo: error listing: directory not found fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache 2024/12/22 04:34:04 ERROR : rclone-test-vilisiv5tujo: error listing: directory not found fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache 2024/12/22 04:34:06 ERROR : rclone-test-vilisiv5tujo: error listing: directory not found fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1935 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: listing wrong, want rclone-test-vilisiv5tujo/file name.txt (200), rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got fstest.go:197: Not found "rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" fstest.go:197: Not found "rclone-test-vilisiv5tujo/file name.txt" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1935 Error: Not equal: expected: 0 actual : 2 Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: 2 objects not found fstest.go:321: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:321 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1935 Error: Not equal: expected: []string{"rclone-test-vilisiv5tujo/hello? sausage", "rclone-test-vilisiv5tujo/hello? sausage/êé", "rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界", "rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{} Diff: --- Expected +++ Actual @@ -1,6 +1,2 @@ -([]string) (len=4) { - (string) (len=39) "rclone-test-vilisiv5tujo/hello? sausage", - (string) (len=44) "rclone-test-vilisiv5tujo/hello? sausage/êé", - (string) (len=58) "rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界", - (string) (len=79) "rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" +([]string) { } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries fstests.go:1941: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1941 Error: Received unexpected error: directory not found Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fstests.go:1949: FS has no ListR interface === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put 2024/12/22 04:34:11 DEBUG : rclone-test-vilisiv5tujo/created from root.txt: Uploading chunk 0, size=100, remain=0 fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1991 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: listing wrong, want rclone-test-vilisiv5tujo/created from root.txt (100), rclone-test-vilisiv5tujo/file name.txt (200), rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got rclone-test-vilisiv5tujo/created from root.txt (100) fstest.go:197: Not found "rclone-test-vilisiv5tujo/file name.txt" fstest.go:197: Not found "rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1991 Error: Not equal: expected: 0 actual : 2 Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put Messages: 2 objects not found === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1996 Error: Should be true Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: listing wrong, want rclone-test-vilisiv5tujo/file name.txt (200), rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt (100) got fstest.go:197: Not found "rclone-test-vilisiv5tujo/file name.txt" fstest.go:197: Not found "rclone-test-vilisiv5tujo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠/z.txt" fstest.go:200: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:200 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:304 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1996 Error: Not equal: expected: 0 actual : 2 Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove Messages: 2 objects not found === RUN TestIntegration/FsMkdir/FsPutFiles/PublicLink fstests.go:2008: FS has no PublicLinker interface === RUN TestIntegration/FsMkdir/FsPutFiles/SetTier fstests.go:416: FS has no SetTier & GetTier interfaces === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap fstests.go:2113: Not a wrapping Fs === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectRemove fstest.go:534: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:534: Sleeping for 1.5s for findObject eventual consistency: 2/3 (object not found) fstest.go:534: Sleeping for 2.25s for findObject eventual consistency: 3/3 (object not found) fstest.go:538: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:538 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2131 Error: Received unexpected error: object not found Test: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove === RUN TestIntegration/FsMkdir/FsPutFiles/ObjectAbout === RUN TestIntegration/FsMkdir/FsPutFiles/FsPutStream fstests.go:2165: FS has no PutStream interface === RUN TestIntegration/FsMkdir/FsPutFiles/Internal fstests.go:2209: *opendrive.Fs does not implement InternalTester === NAME TestIntegration/FsMkdir fstests.go:2682: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2682 Error: Received unexpected error: Folder is already deleted (Error 403) Test: TestIntegration/FsMkdir --- FAIL: TestIntegration (461.70s) --- FAIL: TestIntegration/FsMkdir (460.11s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (224.11s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (3.96s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (3.34s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (11.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (3.21s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (3.39s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_VT (11.53s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_dot (20.63s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (20.74s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (20.29s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (20.42s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (20.75s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (20.29s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (21.42s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (20.47s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (21.85s) --- FAIL: TestIntegration/FsMkdir/FsPutError (0.94s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (234.73s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.92s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirFile2 (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (0.94s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir (0.75s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListDirRoot (0.72s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRDirRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListSubdir (0.37s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRSubdir#01 (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.38s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsListRLevel2 (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1 (0.91s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObject (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive (1.05s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectCaseInsensitive/Dir (0.88s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListFile1and2 (0.91s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsNewObjectDir (0.16s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurge (23.33s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot (24.35s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (5.87s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsCopy (3.18s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsCopy/Metadata (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsMove (23.06s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsMove/Metadata (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (14.57s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsRmdirFull (0.17s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsPrecision (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectString (5.23s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectFs (5.26s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemote (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectHashes (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectModTime (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata (5.29s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectSize (5.25s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpen (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead (5.25s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectStorable (5.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsIsFile (8.56s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/FsIsFileNotFound (1.22s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (27.15s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (7.73s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.22s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put (18.73s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove (8.53s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/PublicLink (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/SetTier (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/ObjectCheckWrap (0.00s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/ObjectRemove (5.23s) --- PASS: TestIntegration/FsMkdir/FsPutFiles/ObjectAbout (0.16s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/FsPutStream (0.00s) --- SKIP: TestIntegration/FsMkdir/FsPutFiles/Internal (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/opendrive 461.706s "go test -v -timeout 1h0m0s -remote TestOpenDrive: -verbose -test.run '^TestIntegration$/^FsMkdir$/^(FsPutError|FsPutFiles)$|^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|invalid_UTF-8|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$'" - Finished ERROR in 7m42.247077718s (try 3/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/leading_VT TestIntegration/FsMkdir/FsEncoding/leading_dot TestIntegration/FsMkdir/FsEncoding/trailing_space TestIntegration/FsMkdir/FsEncoding/trailing_CR TestIntegration/FsMkdir/FsEncoding/trailing_LF TestIntegration/FsMkdir/FsEncoding/trailing_HT TestIntegration/FsMkdir/FsEncoding/trailing_VT TestIntegration/FsMkdir/FsEncoding/trailing_dot TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 TestIntegration/FsMkdir/FsEncoding/URL_encoding TestIntegration/FsMkdir/FsPutError TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 TestIntegration/FsMkdir/FsPutFiles/FsListR TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 TestIntegration/FsMkdir/FsPutFiles/FsPurge TestIntegration/FsMkdir/FsPutFiles/FsPurgeRoot TestIntegration/FsMkdir/FsPutFiles/FsDirMove TestIntegration/FsMkdir/FsPutFiles/ObjectString TestIntegration/FsMkdir/FsPutFiles/ObjectFs TestIntegration/FsMkdir/FsPutFiles/ObjectRemote TestIntegration/FsMkdir/FsPutFiles/ObjectHashes TestIntegration/FsMkdir/FsPutFiles/ObjectModTime TestIntegration/FsMkdir/FsPutFiles/ObjectMimeType TestIntegration/FsMkdir/FsPutFiles/ObjectMetadata TestIntegration/FsMkdir/FsPutFiles/ObjectSetMetadata TestIntegration/FsMkdir/FsPutFiles/ObjectSetModTime TestIntegration/FsMkdir/FsPutFiles/ObjectSize TestIntegration/FsMkdir/FsPutFiles/ObjectOpen TestIntegration/FsMkdir/FsPutFiles/ObjectOpenSeek TestIntegration/FsMkdir/FsPutFiles/ObjectOpenRange TestIntegration/FsMkdir/FsPutFiles/ObjectPartialRead TestIntegration/FsMkdir/FsPutFiles/ObjectUpdate TestIntegration/FsMkdir/FsPutFiles/ObjectStorable TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot TestIntegration/FsMkdir/FsPutFiles/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries TestIntegration/FsMkdir/FsPutFiles/FromRoot/Put/Remove TestIntegration/FsMkdir/FsPutFiles/ObjectRemove]