"go test -v -timeout 2h0m0s -remote TestInternxt: -list-retries 5 -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$/^(FsDirMove|FsListDirFile2|FsListLevel2|FsListR|FsListRootedSubdir)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Starting (try 5/5) === RUN TestIntegration fstests.go:457: Using remote "TestInternxt:" 2026/08/22 07:19:06 DEBUG : Creating backend with remote "TestInternxt:rclone-test-qeluguz2kelo" 2026/08/22 07:19:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/22 07:19:07 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:727: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" FileLimitsResponse { "maxUploadFileSize": 107374182400, "versioning": { "enabled": true, "maxFileSize": 20971520, "retentionDays": 30, "maxVersions": 20 } } fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) 2026/08/22 07:19:29 ERROR : !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~: error listing: directory not found fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:727: testing " leading space" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) 2026/08/22 07:19:43 ERROR : leading space: error listing: directory not found fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:727: testing "~leading tilde" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) === RUN TestIntegration/FsMkdir/FsEncoding/leading_CR fstests.go:727: testing "␍leading CR" === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:727: testing "␊leading LF" 2026/08/22 07:20:05 ERROR : ␊leading LF: error listing: directory not found fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:727: testing "␉leading HT" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:727: testing "␋leading VT" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:727: testing ".leading dot" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) 2026/08/22 07:20:33 ERROR : .leading dot: error listing: directory not found fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:293: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:727: testing "trailing space " === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:727: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:727: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:727: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:727: testing "trailing VT␋" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) fstests.go:736: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:736 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:328 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "trailing VT␋" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_VT Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:727: testing "trailing dot." fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:328 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"trailing dot."} actual : []string{"trailing VT␋", "trailing dot."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=14) "trailing VT␋", (string) (len=13) "trailing dot." Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories 2026/08/22 07:22:38 ERROR : trailing dot.: error listing: directory not found fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:328 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "trailing VT␋" } Test: TestIntegration/FsMkdir/FsEncoding/trailing_dot Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:727: testing "invalid utf-8\xfe" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:328 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"invalid utf-8\xfe"} actual : []string{"invalid utf-8\xfe", "trailing 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=14) "trailing VT␋" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories 2026/08/22 07:24:22 ERROR : invalid utf-8: error listing: directory not found fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:328 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "trailing VT␋" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:727: testing "test%46.txt" fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:328 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:734 Error: Not equal: expected: []string{"test%46.txt"} actual : []string{"test%46.txt", "trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=11) "test%46.txt" +([]string) (len=2) { + (string) (len=11) "test%46.txt", + (string) (len=14) "trailing VT␋" } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories 2026/08/22 07:26:04 ERROR : test%46.txt: error listing: directory not found fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:328 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:737 Error: Not equal: expected: []string{} actual : []string{"trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "trailing VT␋" } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles 2026/08/22 07:26:51 DEBUG : Internxt root 'rclone-test-qeluguz2kelo': Renamed existing file file name.txt to backup file name.rclone-backup-cedotov2.txt (UUID: 1c293a00-1b67-4c25-ae01-690dd4b708ed) 2026/08/22 07:26:52 DEBUG : Internxt root 'rclone-test-qeluguz2kelo': Upload succeeded, deleting backup file file name.rclone-backup-cedotov2.txt (UUID: 1c293a00-1b67-4c25-ae01-690dd4b708ed) 2026/08/22 07:26:52 DEBUG : Internxt root 'rclone-test-qeluguz2kelo': Successfully deleted backup file === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 fstests.go:1002: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1002 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1022 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{"hello? sausage", "trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=14) "hello? sausage" +([]string) (len=2) { + (string) (len=14) "hello? sausage", + (string) (len=14) "trailing VT␋" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:1039: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1039 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, 世界/ \" ' @ < > & ? + ≠", "trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=14) "hello? sausage", @@ -4,3 +4,4 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=14) "trailing VT␋" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:1118: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1118 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{"hello? sausage", "hello? sausage/êé", "trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,4 +1,5 @@ -([]string) (len=2) { +([]string) (len=3) { (string) (len=14) "hello? sausage", - (string) (len=19) "hello? sausage/êé" + (string) (len=19) "hello? sausage/êé", + (string) (len=14) "trailing VT␋" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/08/22 07:26:57 DEBUG : Creating backend with remote "TestInternxt:rclone-test-qeluguz2kelo/hello? sausage/êé" 2026/08/22 07:26:57 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 FileLimitsResponse { "maxUploadFileSize": 107374182400, "versioning": { "enabled": true, "maxFileSize": 20971520, "retentionDays": 30, "maxVersions": 20 } } 2026/08/22 07:27:05 DEBUG : Waiting for deletions to finish 2026/08/22 07:27:13 INFO : a/b/c/d/e.txt: Deleted 2026/08/22 07:27:15 DEBUG : removing 1 level 4 directories 2026/08/22 07:27:15 INFO : a/b/c/d: Removing directory 2026/08/22 07:27:15 DEBUG : removing 1 level 3 directories 2026/08/22 07:27:15 INFO : a/b/c: Removing directory 2026/08/22 07:27:15 ERROR : a/b/c: Failed to rmdir: directory not empty 2026/08/22 07:27:15 DEBUG : removing 1 level 2 directories 2026/08/22 07:27:15 INFO : a/b: Removing directory 2026/08/22 07:27:15 ERROR : a/b: Failed to rmdir: directory not empty 2026/08/22 07:27:15 DEBUG : removing 1 level 1 directories 2026/08/22 07:27:15 INFO : a: Removing directory 2026/08/22 07:27:16 ERROR : a: Failed to rmdir: directory not empty fstests.go:1267: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1267 Error: Received unexpected error: failed to remove directories: 3 errors: last error: directory not empty Test: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FsDirMove 2026/08/22 07:27:16 DEBUG : Creating backend with remote "TestInternxt:rclone-test-nesusit5poda" 2026/08/22 07:27:16 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:328 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1519 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/hello? sausage/êé/a", "new_name/sub_new_name/hello? sausage/êé/a/b", "new_name/sub_new_name/hello? sausage/êé/a/b/c", "new_name/sub_new_name/trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=6) { +([]string) (len=10) { (string) (len=8) "new_name", @@ -6,3 +6,7 @@ (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=43) "new_name/sub_new_name/hello? sausage/êé/a", + (string) (len=45) "new_name/sub_new_name/hello? sausage/êé/a/b", + (string) (len=47) "new_name/sub_new_name/hello? sausage/êé/a/b/c", + (string) (len=36) "new_name/sub_new_name/trailing VT␋" } Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: directories 2026/08/22 07:29:09 ERROR : error listing: directory not found fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:328 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:339 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1533 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, 世界/ \" ' @ < > & ? + ≠", "hello? sausage/êé/a", "hello? sausage/êé/a/b", "hello? sausage/êé/a/b/c", "trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=8) { (string) (len=14) "hello? sausage", @@ -4,3 +4,7 @@ (string) (len=33) "hello? sausage/êé/Hello, 世界", - (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=54) "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=21) "hello? sausage/êé/a", + (string) (len=23) "hello? sausage/êé/a/b", + (string) (len=25) "hello? sausage/êé/a/b/c", + (string) (len=14) "trailing VT␋" } Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: directories 2026/08/22 07:30:12 DEBUG : Internxt root 'rclone-test-nesusit5poda': Purge dir "new_name" 2026/08/22 07:30:13 DEBUG : Internxt root 'rclone-test-nesusit5poda': Purge dir "" 2026/08/22 07:30:13 NOTICE: purge failed to rmdir "": directory not empty === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1987: Opening root remote "TestInternxt:" path "rclone-test-qeluguz2kelo" from "TestInternxt:rclone-test-qeluguz2kelo" 2026/08/22 07:30:13 DEBUG : Creating backend with remote "TestInternxt:" 2026/08/22 07:30:14 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/List fstest.go:299: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:302: Flushing the directory cache fstest.go:299: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:302: Flushing the directory cache fstest.go:328: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:328 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2010 Error: Not equal: expected: []string{"rclone-test-qeluguz2kelo/hello? sausage", "rclone-test-qeluguz2kelo/hello? sausage/êé", "rclone-test-qeluguz2kelo/hello? sausage/êé/Hello, 世界", "rclone-test-qeluguz2kelo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"rclone-test-qeluguz2kelo/hello? sausage", "rclone-test-qeluguz2kelo/hello? sausage/êé", "rclone-test-qeluguz2kelo/hello? sausage/êé/Hello, 世界", "rclone-test-qeluguz2kelo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "rclone-test-qeluguz2kelo/hello? sausage/êé/a", "rclone-test-qeluguz2kelo/hello? sausage/êé/a/b", "rclone-test-qeluguz2kelo/hello? sausage/êé/a/b/c", "rclone-test-qeluguz2kelo/trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=8) { (string) (len=39) "rclone-test-qeluguz2kelo/hello? sausage", @@ -4,3 +4,7 @@ (string) (len=58) "rclone-test-qeluguz2kelo/hello? sausage/êé/Hello, 世界", - (string) (len=79) "rclone-test-qeluguz2kelo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=79) "rclone-test-qeluguz2kelo/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=46) "rclone-test-qeluguz2kelo/hello? sausage/êé/a", + (string) (len=48) "rclone-test-qeluguz2kelo/hello? sausage/êé/a/b", + (string) (len=50) "rclone-test-qeluguz2kelo/hello? sausage/êé/a/b/c", + (string) (len=39) "rclone-test-qeluguz2kelo/trailing VT␋" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries fstest.go:399: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:399 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:2017 Error: Not equal: expected: []string{"rclone-test-qeluguz2kelo/hello? sausage"} actual : []string{"rclone-test-qeluguz2kelo/hello? sausage", "rclone-test-qeluguz2kelo/trailing VT␋"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=39) "rclone-test-qeluguz2kelo/hello? sausage" +([]string) (len=2) { + (string) (len=39) "rclone-test-qeluguz2kelo/hello? sausage", + (string) (len=39) "rclone-test-qeluguz2kelo/trailing VT␋" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: directories not equal 2026/08/22 07:31:18 DEBUG : Waiting for deletions to finish 2026/08/22 07:31:21 INFO : file name.txt: Deleted 2026/08/22 07:31:33 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/08/22 07:31:34 DEBUG : pacer: low level retry 1/10 (error failed to list all files at offset 0: list files: error code: 502 (status 502)) 2026/08/22 07:31:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/08/22 07:31:35 DEBUG : pacer: Reducing sleep to 15ms 2026/08/22 07:31:35 DEBUG : pacer: Reducing sleep to 11.25ms 2026/08/22 07:31:35 DEBUG : pacer: Reducing sleep to 10ms 2026/08/22 07:31:40 DEBUG : removing 1 level 5 directories 2026/08/22 07:31:40 INFO : hello? sausage/êé/a/b/c: Removing directory 2026/08/22 07:31:40 DEBUG : removing 2 level 4 directories 2026/08/22 07:31:40 INFO : hello? sausage/êé/a/b: Removing directory 2026/08/22 07:31:40 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/08/22 07:31:40 ERROR : hello? sausage/êé/a/b: Failed to rmdir: directory not empty 2026/08/22 07:31:41 DEBUG : removing 2 level 3 directories 2026/08/22 07:31:41 INFO : hello? sausage/êé/a: Removing directory 2026/08/22 07:31:41 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/08/22 07:31:41 ERROR : hello? sausage/êé/a: Failed to rmdir: directory not empty 2026/08/22 07:31:42 DEBUG : removing 1 level 2 directories 2026/08/22 07:31:42 INFO : hello? sausage/êé: Removing directory 2026/08/22 07:31:43 ERROR : hello? sausage/êé: Failed to rmdir: directory not empty 2026/08/22 07:31:43 DEBUG : removing 2 level 1 directories 2026/08/22 07:31:43 INFO : trailing VT␋: Removing directory 2026/08/22 07:31:43 INFO : hello? sausage: Removing directory 2026/08/22 07:31:43 ERROR : hello? sausage: Failed to rmdir: directory not empty 2026/08/22 07:31:43 DEBUG : removing 1 level 0 directories 2026/08/22 07:31:43 INFO : Internxt root 'rclone-test-qeluguz2kelo': Removing directory 2026/08/22 07:31:44 ERROR : Failed to rmdir: directory not empty === NAME TestIntegration/FsMkdir fstests.go:3013: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:3013 Error: Received unexpected error: failed to remove directories: 5 errors: last error: directory not empty Test: TestIntegration/FsMkdir 2026/08/22 07:31:44 DEBUG : Waiting for deletions to finish 2026/08/22 07:31:52 DEBUG : removing 1 level 4 directories 2026/08/22 07:31:52 INFO : hello? sausage/êé/a/b: Removing directory 2026/08/22 07:31:54 DEBUG : removing 1 level 3 directories 2026/08/22 07:31:54 INFO : hello? sausage/êé/a: Removing directory 2026/08/22 07:31:54 DEBUG : removing 1 level 2 directories 2026/08/22 07:31:54 INFO : hello? sausage/êé: Removing directory 2026/08/22 07:31:55 ERROR : hello? sausage/êé: Failed to rmdir: directory not empty 2026/08/22 07:31:55 DEBUG : removing 1 level 1 directories 2026/08/22 07:31:55 INFO : hello? sausage: Removing directory 2026/08/22 07:31:55 ERROR : hello? sausage: Failed to rmdir: directory not empty 2026/08/22 07:31:55 DEBUG : removing 1 level 0 directories 2026/08/22 07:31:55 INFO : Internxt root 'rclone-test-qeluguz2kelo': Removing directory 2026/08/22 07:31:55 ERROR : Failed to rmdir: directory not empty --- FAIL: TestIntegration (768.43s) --- FAIL: TestIntegration/FsMkdir (740.71s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (437.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (13.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (14.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (4.35s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (6.52s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (11.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (5.60s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (6.93s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (16.39s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (7.25s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (7.05s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (5.38s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (5.25s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_VT (44.57s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (90.74s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (104.21s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (94.92s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (276.71s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (3.03s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.45s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.51s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (18.57s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (177.08s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (64.98s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (62.65s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.61s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/internxt 768.457s "go test -v -timeout 2h0m0s -remote TestInternxt: -list-retries 5 -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$/^(FsDirMove|FsListDirFile2|FsListLevel2|FsListR|FsListRootedSubdir)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Finished ERROR in 12m49.621598941s (try 5/5): exit status 1: Failed [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/FsDirMove TestIntegration/FsMkdir/FsPutFiles/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries]