"go test -v -timeout 1h0m0s -remote TestInternxt: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|invalid_UTF-8|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR|FsListRootedSubdir)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$|^TestIntegration$/^FsMkdir$/^FsUploadUnknownSize$/^FsPutUnknownSize$'" - Starting (try 3/5) === RUN TestIntegration fstests.go:438: Using remote "TestInternxt:" 2026/02/16 05:19:24 DEBUG : Creating backend with remote "TestInternxt:rclone-test-lecewin8cuce" 2026/02/16 05:19:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/16 05:19:24 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:708: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) 2026/02/16 05:19:38 ERROR : ␊leading LF: error listing: directory not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" 2026/02/16 05:19:50 ERROR : ␋leading VT: error listing: directory not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:292: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstests.go:717: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/leading_dot fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{} actual : []string{".leading dot"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=12) ".leading dot" } Test: TestIntegration/FsMkdir/FsEncoding/leading_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:715 Error: Not equal: expected: []string{"trailing space "} actual : []string{".leading dot", "trailing space "} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=12) ".leading dot", (string) (len=15) "trailing space " Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{} actual : []string{".leading dot"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=12) ".leading dot" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_space Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:715 Error: Not equal: expected: []string{"trailing CR␍"} actual : []string{".leading dot", "trailing CR␍"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=12) ".leading dot", (string) (len=14) "trailing CR␍" Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories 2026/02/16 05:20:38 ERROR : trailing CR␍: error listing: directory not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{} actual : []string{".leading dot"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=12) ".leading dot" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_CR Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:715 Error: Not equal: expected: []string{"trailing LF␊"} actual : []string{".leading dot", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=12) ".leading dot", (string) (len=14) "trailing LF␊" Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories fstests.go:717: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:717 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{} actual : []string{".leading dot", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=12) ".leading dot", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_LF Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:715 Error: Not equal: expected: []string{"trailing HT␉"} actual : []string{".leading dot", "trailing HT␉", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "trailing HT␉" +([]string) (len=3) { + (string) (len=12) ".leading dot", + (string) (len=14) "trailing HT␉", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories 2026/02/16 05:21:16 ERROR : trailing HT␉: error listing: directory not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{} actual : []string{".leading dot", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=12) ".leading dot", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_HT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:715 Error: Not equal: expected: []string{"trailing VT␋"} actual : []string{".leading dot", "trailing LF␊", "trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) (len=1) { +([]string) (len=3) { + (string) (len=12) ".leading dot", + (string) (len=14) "trailing LF␊", (string) (len=14) "trailing VT␋" Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{} actual : []string{".leading dot", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=12) ".leading dot", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:715 Error: Not equal: expected: []string{"trailing dot."} actual : []string{".leading dot", "trailing LF␊", "trailing dot."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) (len=1) { +([]string) (len=3) { + (string) (len=12) ".leading dot", + (string) (len=14) "trailing LF␊", (string) (len=13) "trailing dot." Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{} actual : []string{".leading dot", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=12) ".leading dot", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:715 Error: Not equal: expected: []string{"invalid utf-8\xfe"} actual : []string{".leading dot", "invalid utf-8\xfe", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "invalid utf-8\xfe" +([]string) (len=3) { + (string) (len=12) ".leading dot", + (string) (len=14) "invalid utf-8\xfe", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories 2026/02/16 05:22:12 ERROR : invalid utf-8: error listing: directory not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{} actual : []string{".leading dot", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=12) ".leading dot", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:715 Error: Not equal: expected: []string{"test%46.txt"} actual : []string{".leading dot", "test%46.txt", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=3) { + (string) (len=12) ".leading dot", + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories 2026/02/16 05:22:31 ERROR : test%46.txt: error listing: directory not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:718 Error: Not equal: expected: []string{} actual : []string{".leading dot", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=12) ".leading dot", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/3 (object not found) 2026/02/16 05:22:44 DEBUG : Internxt root 'rclone-test-lecewin8cuce': Renamed existing file file name.txt to backup file name.rclone-backup-nibapor4.txt (UUID: 974e9522-0ab7-4e6a-be30-232deb4b890e) 2026/02/16 05:22:44 DEBUG : Internxt root 'rclone-test-lecewin8cuce': Upload succeeded, deleting backup file file name.rclone-backup-nibapor4.txt (UUID: 974e9522-0ab7-4e6a-be30-232deb4b890e) 2026/02/16 05:22:44 DEBUG : Internxt root 'rclone-test-lecewin8cuce': Successfully deleted backup file === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 fstests.go:979: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:979 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:999 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{".leading dot", "hello? sausage", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=14) "hello? sausage" +([]string) (len=3) { + (string) (len=12) ".leading dot", + (string) (len=14) "hello? sausage", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:1016: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1016 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{".leading dot", "hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=6) { + (string) (len=12) ".leading dot", (string) (len=14) "hello? sausage", @@ -4,3 +5,4 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:1095: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1095 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{".leading dot", "hello? sausage", "hello? sausage/êé", "trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,4 +1,6 @@ -([]string) (len=2) { +([]string) (len=4) { + (string) (len=12) ".leading dot", (string) (len=14) "hello? sausage", - (string) (len=19) "hello? sausage/êé" + (string) (len=19) "hello? sausage/êé", + (string) (len=14) "trailing LF␊" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/02/16 05:22:47 DEBUG : Creating backend with remote "TestInternxt:rclone-test-lecewin8cuce/hello? sausage/êé" 2026/02/16 05:22:47 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 fstests.go:146: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:146 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:162 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:224 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:214 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1235 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Received unexpected error: failed to make directory: can't create folder, create folder: Parent folder does not exist (status 404) Test: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir Messages: Put === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1916: Opening root remote "TestInternxt:" path "rclone-test-lecewin8cuce" from "TestInternxt:rclone-test-lecewin8cuce" 2026/02/16 05:22:48 DEBUG : Creating backend with remote "TestInternxt:" 2026/02/16 05:22:49 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:327: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:327 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1939 Error: Not equal: expected: []string{"rclone-test-lecewin8cuce/hello? sausage", "rclone-test-lecewin8cuce/hello? sausage/êé", "rclone-test-lecewin8cuce/hello? sausage/êé/Hello, 世界", "rclone-test-lecewin8cuce/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"rclone-test-lecewin8cuce/.leading dot", "rclone-test-lecewin8cuce/hello? sausage", "rclone-test-lecewin8cuce/hello? sausage/êé", "rclone-test-lecewin8cuce/hello? sausage/êé/Hello, 世界", "rclone-test-lecewin8cuce/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "rclone-test-lecewin8cuce/hello? sausage/êé/a", "rclone-test-lecewin8cuce/trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=4) { +([]string) (len=7) { + (string) (len=37) "rclone-test-lecewin8cuce/.leading dot", (string) (len=39) "rclone-test-lecewin8cuce/hello? sausage", @@ -4,3 +5,5 @@ (string) (len=58) "rclone-test-lecewin8cuce/hello? sausage/êé/Hello, 世界", - (string) (len=79) "rclone-test-lecewin8cuce/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=79) "rclone-test-lecewin8cuce/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=46) "rclone-test-lecewin8cuce/hello? sausage/êé/a", + (string) (len=39) "rclone-test-lecewin8cuce/trailing LF␊" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries fstest.go:398: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:398 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1946 Error: Not equal: expected: []string{"rclone-test-lecewin8cuce/hello? sausage"} actual : []string{"rclone-test-lecewin8cuce/.leading dot", "rclone-test-lecewin8cuce/hello? sausage", "rclone-test-lecewin8cuce/trailing LF␊"} Diff: --- Expected +++ Actual @@ -1,3 +1,5 @@ -([]string) (len=1) { - (string) (len=39) "rclone-test-lecewin8cuce/hello? sausage" +([]string) (len=3) { + (string) (len=37) "rclone-test-lecewin8cuce/.leading dot", + (string) (len=39) "rclone-test-lecewin8cuce/hello? sausage", + (string) (len=39) "rclone-test-lecewin8cuce/trailing LF␊" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: directories not equal === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize fstests.go:2576: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2576 Error: Received unexpected error: delete file: File not found (status 404) Test: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize Messages: successfully uploaded unknown-sized file but failed to remove 2026/02/16 05:23:01 DEBUG : Waiting for deletions to finish 2026/02/16 05:23:01 INFO : file name.txt: Deleted 2026/02/16 05:23:01 INFO : unknown-size-put.txt: Deleted 2026/02/16 05:23:02 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/02/16 05:23:03 DEBUG : removing 1 level 4 directories 2026/02/16 05:23:03 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/02/16 05:23:04 DEBUG : removing 2 level 3 directories 2026/02/16 05:23:04 INFO : hello? sausage/êé/a: Removing directory 2026/02/16 05:23:04 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/02/16 05:23:04 ERROR : hello? sausage/êé/Hello, 世界: Failed to rmdir: directory not empty 2026/02/16 05:23:04 DEBUG : removing 1 level 2 directories 2026/02/16 05:23:04 INFO : hello? sausage/êé: Removing directory 2026/02/16 05:23:04 ERROR : hello? sausage/êé: Failed to rmdir: directory not empty 2026/02/16 05:23:04 DEBUG : removing 3 level 1 directories 2026/02/16 05:23:04 INFO : hello? sausage: Removing directory 2026/02/16 05:23:04 INFO : .leading dot: Removing directory 2026/02/16 05:23:04 INFO : trailing LF␊: Removing directory 2026/02/16 05:23:04 ERROR : hello? sausage: Failed to rmdir: directory not empty 2026/02/16 05:23:04 DEBUG : removing 1 level 0 directories 2026/02/16 05:23:04 INFO : Internxt root 'rclone-test-lecewin8cuce': Removing directory 2026/02/16 05:23:05 ERROR : Failed to rmdir: directory not empty === NAME TestIntegration/FsMkdir fstests.go:2815: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2815 Error: Received unexpected error: failed to remove directories: 4 errors: last error: directory not empty Test: TestIntegration/FsMkdir 2026/02/16 05:23:05 DEBUG : Waiting for deletions to finish 2026/02/16 05:23:06 DEBUG : removing 1 level 3 directories 2026/02/16 05:23:06 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/02/16 05:23:06 DEBUG : removing 1 level 2 directories 2026/02/16 05:23:06 INFO : hello? sausage/êé: Removing directory 2026/02/16 05:23:06 ERROR : hello? sausage/êé: Failed to rmdir: directory not empty 2026/02/16 05:23:06 DEBUG : removing 1 level 1 directories 2026/02/16 05:23:06 INFO : hello? sausage: Removing directory 2026/02/16 05:23:07 ERROR : hello? sausage: Failed to rmdir: directory not empty 2026/02/16 05:23:07 DEBUG : removing 1 level 0 directories 2026/02/16 05:23:07 INFO : Internxt root 'rclone-test-lecewin8cuce': Removing directory 2026/02/16 05:23:07 ERROR : Failed to rmdir: directory not empty --- FAIL: TestIntegration (223.13s) --- FAIL: TestIntegration/FsMkdir (219.87s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (193.80s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (3.32s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (2.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (2.01s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (2.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (10.35s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (3.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (9.54s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/leading_dot (11.19s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_space (19.18s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_CR (18.10s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_LF (18.91s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_HT (19.37s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (17.88s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (18.13s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (19.27s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (19.20s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (21.25s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.09s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.07s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.43s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (1.44s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (11.45s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (11.07s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.19s) --- FAIL: TestIntegration/FsMkdir/FsUploadUnknownSize (0.80s) --- FAIL: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (0.80s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/internxt 223.146s "go test -v -timeout 1h0m0s -remote TestInternxt: -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|invalid_UTF-8|leading_CR|leading_HT|leading_LF|leading_VT|leading_dot|leading_space|leading_tilde|punctuation|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR|FsListRootedSubdir)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$|^TestIntegration$/^FsMkdir$/^FsUploadUnknownSize$/^FsPutUnknownSize$'" - Finished ERROR in 3m44.859614733s (try 3/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/leading_dot TestIntegration/FsMkdir/FsEncoding/trailing_space TestIntegration/FsMkdir/FsEncoding/trailing_CR TestIntegration/FsMkdir/FsEncoding/trailing_LF TestIntegration/FsMkdir/FsEncoding/trailing_HT TestIntegration/FsMkdir/FsEncoding/trailing_VT TestIntegration/FsMkdir/FsEncoding/trailing_dot TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 TestIntegration/FsMkdir/FsEncoding/URL_encoding TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 TestIntegration/FsMkdir/FsPutFiles/FsListR TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir TestIntegration/FsMkdir/FsPutFiles/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize]