"go test -v -timeout 1h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|invalid_UTF-8|trailing_HT|trailing_VT|trailing_dot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR|FsListRootedSubdir)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$|^TestIntegration$/^FsMkdir$/^FsUploadUnknownSize$/^FsPutUnknownSize$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:438: Using remote "TestInternxt:" 2026/03/02 01:10:21 DEBUG : Creating backend with remote "TestInternxt:rclone-test-fonuxas7yiho" 2026/03/02 01:10:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/03/02 01:10:22 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) 2026/03/02 01:10:28 ERROR : trailing HT␉: error listing: directory not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:292: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" 2026/03/02 01:10:38 ERROR : trailing VT␋: error listing: directory not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:292: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (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/trailing_dot fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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{"trailing dot."} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=13) "trailing dot." } 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/5 (object not found) fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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{"invalid utf-8\xfe", "trailing dot."} 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) "trailing dot." } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 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/invalid_UTF-8 fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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{"invalid utf-8\xfe", "trailing dot."} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) { +([]string) (len=2) { + (string) (len=14) "invalid utf-8\xfe", + (string) (len=13) "trailing dot." } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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{"invalid utf-8\xfe", "test%46.txt", "trailing dot."} 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) "trailing dot." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding 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/URL_encoding fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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{"invalid utf-8\xfe", "test%46.txt", "trailing dot."} Diff: --- Expected +++ Actual @@ -1,2 +1,5 @@ -([]string) { +([]string) (len=3) { + (string) (len=14) "invalid utf-8\xfe", + (string) (len=11) "test%46.txt", + (string) (len=13) "trailing dot." } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) 2026/03/02 01:13:47 DEBUG : Internxt root 'rclone-test-fonuxas7yiho': Renamed existing file file name.txt to backup file name.rclone-backup-dopifuf5.txt (UUID: 165bc58e-cfc2-45be-b4be-33778073e7b2) 2026/03/02 01:13:48 DEBUG : Internxt root 'rclone-test-fonuxas7yiho': Upload succeeded, deleting backup file file name.rclone-backup-dopifuf5.txt (UUID: 165bc58e-cfc2-45be-b4be-33778073e7b2) 2026/03/02 01:13:48 DEBUG : Internxt root 'rclone-test-fonuxas7yiho': 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{"hello? sausage", "invalid utf-8\xfe", "test%46.txt", "trailing dot."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=14) "hello? sausage" +([]string) (len=4) { + (string) (len=14) "hello? sausage", + (string) (len=14) "invalid utf-8\xfe", + (string) (len=11) "test%46.txt", + (string) (len=13) "trailing dot." } 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{"hello? sausage", "hello? sausage/êé", "hello? sausage/êé/Hello, 世界", "hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "invalid utf-8\xfe", "test%46.txt", "trailing dot."} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=7) { (string) (len=14) "hello? sausage", @@ -4,3 +4,6 @@ (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=11) "test%46.txt", + (string) (len=13) "trailing dot." } 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{"hello? sausage", "hello? sausage/êé", "invalid utf-8\xfe", "test%46.txt", "trailing dot."} Diff: --- Expected +++ Actual @@ -1,4 +1,7 @@ -([]string) (len=2) { +([]string) (len=5) { (string) (len=14) "hello? sausage", - (string) (len=19) "hello? sausage/êé" + (string) (len=19) "hello? sausage/êé", + (string) (len=14) "invalid utf-8\xfe", + (string) (len=11) "test%46.txt", + (string) (len=13) "trailing dot." } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/03/02 01:13:50 DEBUG : Creating backend with remote "TestInternxt:rclone-test-fonuxas7yiho/hello? sausage/êé" 2026/03/02 01:13:51 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/03/02 01:13:56 DEBUG : Waiting for deletions to finish 2026/03/02 01:13:57 INFO : a/b/c/d/e.txt: Deleted 2026/03/02 01:13:58 DEBUG : removing 1 level 4 directories 2026/03/02 01:13:58 INFO : a/b/c/d: Removing directory 2026/03/02 01:13:58 DEBUG : removing 1 level 3 directories 2026/03/02 01:13:58 INFO : a/b/c: Removing directory 2026/03/02 01:13:58 ERROR : a/b/c: Failed to rmdir: directory not empty 2026/03/02 01:13:58 DEBUG : removing 1 level 2 directories 2026/03/02 01:13:58 INFO : a/b: Removing directory 2026/03/02 01:13:58 ERROR : a/b: Failed to rmdir: directory not empty 2026/03/02 01:13:58 DEBUG : removing 1 level 1 directories 2026/03/02 01:13:58 INFO : a: Removing directory 2026/03/02 01:13:59 ERROR : a: Failed to rmdir: directory not empty fstests.go:1244: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1244 Error: Received unexpected error: failed to remove directories: 3 errors: last error: directory not empty Test: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1916: Opening root remote "TestInternxt:" path "rclone-test-fonuxas7yiho" from "TestInternxt:rclone-test-fonuxas7yiho" 2026/03/02 01:13:59 DEBUG : Creating backend with remote "TestInternxt:" 2026/03/02 01:13:59 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/5 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 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-fonuxas7yiho/hello? sausage", "rclone-test-fonuxas7yiho/hello? sausage/êé", "rclone-test-fonuxas7yiho/hello? sausage/êé/Hello, 世界", "rclone-test-fonuxas7yiho/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"rclone-test-fonuxas7yiho/hello? sausage", "rclone-test-fonuxas7yiho/hello? sausage/êé", "rclone-test-fonuxas7yiho/hello? sausage/êé/Hello, 世界", "rclone-test-fonuxas7yiho/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "rclone-test-fonuxas7yiho/hello? sausage/êé/a", "rclone-test-fonuxas7yiho/hello? sausage/êé/a/b", "rclone-test-fonuxas7yiho/hello? sausage/êé/a/b/c", "rclone-test-fonuxas7yiho/invalid utf-8\xfe", "rclone-test-fonuxas7yiho/test%46.txt", "rclone-test-fonuxas7yiho/trailing dot."} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=10) { (string) (len=39) "rclone-test-fonuxas7yiho/hello? sausage", @@ -4,3 +4,9 @@ (string) (len=58) "rclone-test-fonuxas7yiho/hello? sausage/êé/Hello, 世界", - (string) (len=79) "rclone-test-fonuxas7yiho/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=79) "rclone-test-fonuxas7yiho/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=46) "rclone-test-fonuxas7yiho/hello? sausage/êé/a", + (string) (len=48) "rclone-test-fonuxas7yiho/hello? sausage/êé/a/b", + (string) (len=50) "rclone-test-fonuxas7yiho/hello? sausage/êé/a/b/c", + (string) (len=39) "rclone-test-fonuxas7yiho/invalid utf-8\xfe", + (string) (len=36) "rclone-test-fonuxas7yiho/test%46.txt", + (string) (len=38) "rclone-test-fonuxas7yiho/trailing dot." } 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-fonuxas7yiho/hello? sausage"} actual : []string{"rclone-test-fonuxas7yiho/hello? sausage", "rclone-test-fonuxas7yiho/invalid utf-8\xfe", "rclone-test-fonuxas7yiho/test%46.txt", "rclone-test-fonuxas7yiho/trailing dot."} Diff: --- Expected +++ Actual @@ -1,3 +1,6 @@ -([]string) (len=1) { - (string) (len=39) "rclone-test-fonuxas7yiho/hello? sausage" +([]string) (len=4) { + (string) (len=39) "rclone-test-fonuxas7yiho/hello? sausage", + (string) (len=39) "rclone-test-fonuxas7yiho/invalid utf-8\xfe", + (string) (len=36) "rclone-test-fonuxas7yiho/test%46.txt", + (string) (len=38) "rclone-test-fonuxas7yiho/trailing dot." } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: directories not equal === RUN TestIntegration/FsMkdir/FsUploadUnknownSize === RUN TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize 2026/03/02 01:14:39 DEBUG : Waiting for deletions to finish 2026/03/02 01:14:39 ERROR : unknown-size-put.txt: Couldn't delete: delete file: File not found (status 404) 2026/03/02 01:14:39 INFO : file name.txt: Deleted 2026/03/02 01:14:40 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted === 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 delete 1 files Test: TestIntegration/FsMkdir 2026/03/02 01:14:41 DEBUG : Waiting for deletions to finish 2026/03/02 01:14:43 DEBUG : removing 1 level 5 directories 2026/03/02 01:14:43 INFO : hello? sausage/êé/a/b/c: Removing directory 2026/03/02 01:14:43 DEBUG : removing 2 level 4 directories 2026/03/02 01:14:43 INFO : hello? sausage/êé/a/b: Removing directory 2026/03/02 01:14:43 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/03/02 01:14:43 ERROR : hello? sausage/êé/a/b: Failed to rmdir: directory not empty 2026/03/02 01:14:44 DEBUG : removing 2 level 3 directories 2026/03/02 01:14:44 INFO : hello? sausage/êé/a: Removing directory 2026/03/02 01:14:44 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/03/02 01:14:44 ERROR : hello? sausage/êé/a: Failed to rmdir: directory not empty 2026/03/02 01:14:44 ERROR : hello? sausage/êé/Hello, 世界: Failed to rmdir: directory not empty 2026/03/02 01:14:44 DEBUG : removing 1 level 2 directories 2026/03/02 01:14:44 INFO : hello? sausage/êé: Removing directory 2026/03/02 01:14:44 ERROR : hello? sausage/êé: Failed to rmdir: directory not empty 2026/03/02 01:14:44 DEBUG : removing 4 level 1 directories 2026/03/02 01:14:44 INFO : trailing dot.: Removing directory 2026/03/02 01:14:44 INFO : test%46.txt: Removing directory 2026/03/02 01:14:44 INFO : hello? sausage: Removing directory 2026/03/02 01:14:44 INFO : invalid utf-8: Removing directory 2026/03/02 01:14:44 ERROR : hello? sausage: Failed to rmdir: directory not empty 2026/03/02 01:14:44 DEBUG : removing 1 level 0 directories 2026/03/02 01:14:44 INFO : Internxt root 'rclone-test-fonuxas7yiho': Removing directory 2026/03/02 01:14:44 ERROR : Failed to rmdir: directory not empty --- FAIL: TestIntegration (262.81s) --- FAIL: TestIntegration/FsMkdir (257.73s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (196.61s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (11.53s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (10.23s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/trailing_dot (36.33s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (69.46s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (68.84s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (57.54s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (0.99s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.02s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.46s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (8.13s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (38.67s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (38.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.22s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize (1.61s) --- PASS: TestIntegration/FsMkdir/FsUploadUnknownSize/FsPutUnknownSize (1.60s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/internxt 262.831s "go test -v -timeout 1h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|invalid_UTF-8|trailing_HT|trailing_VT|trailing_dot)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR|FsListRootedSubdir)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$|^TestIntegration$/^FsMkdir$/^FsUploadUnknownSize$/^FsPutUnknownSize$'" - Finished ERROR in 4m23.705243171s (try 2/5): exit status 1: Failed [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]