"go test -v -timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|invalid_UTF-8|trailing_dot)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^100.041Mi$/^209802099$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^133.333Mi$/^279620267$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsDirMove|FsListDirFile2|FsListLevel2|FsListR|FsListRootedSubdir)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:464: Using remote "TestInternxt:" 2026/09/02 05:13:24 DEBUG : Creating backend with remote "TestInternxt:rclone-test-zikodoz7jora" 2026/09/02 05:13:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/09/02 05:13:24 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/09/02 05:13:24 DEBUG : Saving config "token" in section "TestInternxt" of the config file 2026/09/02 05:13:24 DEBUG : TestInternxt: Saved new token in config file 2026/09/02 05:13:24 DEBUG : Internxt root 'rclone-test-zikodoz7jora': Persisted rotated token from user info, expiry: 2026-09-09 05:13:24 +0000 UTC === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:734: testing "trailing dot." 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) === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:734: testing "invalid utf-8\xfe" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) fstests.go:743: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:743 Error: Received unexpected error: directory not empty Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 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:744 Error: Not equal: expected: []string{} actual : []string{"invalid utf-8\xfe"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "invalid utf-8\xfe" } Test: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 Messages: directories === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:734: 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:741 Error: Not equal: expected: []string{"test%46.txt"} actual : []string{"invalid utf-8\xfe", "test%46.txt"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=14) "invalid utf-8\xfe", (string) (len=11) "test%46.txt" Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories 2026/09/02 05:15:09 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:744 Error: Not equal: expected: []string{} actual : []string{"invalid utf-8\xfe"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=14) "invalid utf-8\xfe" } 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/09/02 05:15:58 DEBUG : Internxt root 'rclone-test-zikodoz7jora': Renamed existing file file name.txt to backup file name.rclone-backup-yohumes0.txt (UUID: 9d56a613-6c95-409f-b901-528b5d85714b) 2026/09/02 05:15:58 DEBUG : Internxt root 'rclone-test-zikodoz7jora': Upload succeeded, deleting backup file file name.rclone-backup-yohumes0.txt (UUID: 9d56a613-6c95-409f-b901-528b5d85714b) 2026/09/02 05:15:59 DEBUG : Internxt root 'rclone-test-zikodoz7jora': Successfully deleted backup file === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 fstests.go:1009: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1009 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1029 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{"hello? sausage", "invalid utf-8\xfe"} 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) "invalid utf-8\xfe" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:1046: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1046 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"} 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) "invalid utf-8\xfe" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:1125: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1125 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{"hello? sausage", "hello? sausage/êé", "invalid utf-8\xfe"} 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) "invalid utf-8\xfe" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir 2026/09/02 05:16:05 DEBUG : Creating backend with remote "TestInternxt:rclone-test-zikodoz7jora/hello? sausage/êé" 2026/09/02 05:16:05 DEBUG : Config file has changed externally - reloading 2026/09/02 05:16:05 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/09/02 05:16:05 DEBUG : Saving config "token" in section "TestInternxt" of the config file 2026/09/02 05:16:05 DEBUG : TestInternxt: Saved new token in config file 2026/09/02 05:16:05 DEBUG : Internxt root 'rclone-test-zikodoz7jora/hello? sausage/êé': Persisted rotated token from user info, expiry: 2026-09-09 05:16:05 +0000 UTC 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/09/02 05:16:13 DEBUG : Waiting for deletions to finish 2026/09/02 05:16:16 INFO : a/b/c/d/e.txt: Deleted 2026/09/02 05:16:17 DEBUG : removing 1 level 4 directories 2026/09/02 05:16:17 INFO : a/b/c/d: Removing directory 2026/09/02 05:16:18 DEBUG : removing 1 level 3 directories 2026/09/02 05:16:18 INFO : a/b/c: Removing directory 2026/09/02 05:16:18 ERROR : a/b/c: Failed to rmdir: directory not empty 2026/09/02 05:16:18 DEBUG : removing 1 level 2 directories 2026/09/02 05:16:18 INFO : a/b: Removing directory 2026/09/02 05:16:18 ERROR : a/b: Failed to rmdir: directory not empty 2026/09/02 05:16:18 DEBUG : removing 1 level 1 directories 2026/09/02 05:16:18 INFO : a: Removing directory 2026/09/02 05:16:18 ERROR : a: Failed to rmdir: directory not empty fstests.go:1274: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1274 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/09/02 05:16:18 DEBUG : Creating backend with remote "TestInternxt:rclone-test-yihibew1nuke" 2026/09/02 05:16:18 DEBUG : Config file has changed externally - reloading 2026/09/02 05:16:18 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/09/02 05:16:18 DEBUG : Saving config "token" in section "TestInternxt" of the config file 2026/09/02 05:16:18 DEBUG : TestInternxt: Saved new token in config file 2026/09/02 05:16:18 DEBUG : Internxt root 'rclone-test-yihibew1nuke': Persisted rotated token from user info, expiry: 2026-09-09 05:16:18 +0000 UTC 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:1526 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/invalid utf-8\xfe"} 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/invalid utf-8\xfe" } Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: directories 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:1540 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", "invalid utf-8\xfe"} 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) "invalid utf-8\xfe" } Test: TestIntegration/FsMkdir/FsPutFiles/FsDirMove Messages: directories 2026/09/02 05:18:29 DEBUG : Internxt root 'rclone-test-yihibew1nuke': Purge dir "new_name" 2026/09/02 05:18:29 DEBUG : Internxt root 'rclone-test-yihibew1nuke': Purge dir "" 2026/09/02 05:18:30 NOTICE: purge failed to rmdir "": directory not empty === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1994: Opening root remote "TestInternxt:" path "rclone-test-zikodoz7jora" from "TestInternxt:rclone-test-zikodoz7jora" 2026/09/02 05:18:30 DEBUG : Creating backend with remote "TestInternxt:" 2026/09/02 05:18:30 DEBUG : Config file has changed externally - reloading 2026/09/02 05:18:30 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/09/02 05:18:30 DEBUG : Saving config "token" in section "TestInternxt" of the config file 2026/09/02 05:18:30 DEBUG : TestInternxt: Saved new token in config file 2026/09/02 05:18:30 DEBUG : Internxt root '': Persisted rotated token from user info, expiry: 2026-09-09 05:18:30 +0000 UTC === 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:2017 Error: Not equal: expected: []string{"rclone-test-zikodoz7jora/hello? sausage", "rclone-test-zikodoz7jora/hello? sausage/êé", "rclone-test-zikodoz7jora/hello? sausage/êé/Hello, 世界", "rclone-test-zikodoz7jora/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"rclone-test-zikodoz7jora/hello? sausage", "rclone-test-zikodoz7jora/hello? sausage/êé", "rclone-test-zikodoz7jora/hello? sausage/êé/Hello, 世界", "rclone-test-zikodoz7jora/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "rclone-test-zikodoz7jora/hello? sausage/êé/a", "rclone-test-zikodoz7jora/hello? sausage/êé/a/b", "rclone-test-zikodoz7jora/hello? sausage/êé/a/b/c", "rclone-test-zikodoz7jora/invalid utf-8\xfe"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=8) { (string) (len=39) "rclone-test-zikodoz7jora/hello? sausage", @@ -4,3 +4,7 @@ (string) (len=58) "rclone-test-zikodoz7jora/hello? sausage/êé/Hello, 世界", - (string) (len=79) "rclone-test-zikodoz7jora/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=79) "rclone-test-zikodoz7jora/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=46) "rclone-test-zikodoz7jora/hello? sausage/êé/a", + (string) (len=48) "rclone-test-zikodoz7jora/hello? sausage/êé/a/b", + (string) (len=50) "rclone-test-zikodoz7jora/hello? sausage/êé/a/b/c", + (string) (len=39) "rclone-test-zikodoz7jora/invalid utf-8\xfe" } 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:2024 Error: Not equal: expected: []string{"rclone-test-zikodoz7jora/hello? sausage"} actual : []string{"rclone-test-zikodoz7jora/hello? sausage", "rclone-test-zikodoz7jora/invalid utf-8\xfe"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=39) "rclone-test-zikodoz7jora/hello? sausage" +([]string) (len=2) { + (string) (len=39) "rclone-test-zikodoz7jora/hello? sausage", + (string) (len=39) "rclone-test-zikodoz7jora/invalid utf-8\xfe" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: directories not equal === RUN TestIntegration/FsMkdir/FsPutChunked === RUN TestIntegration/FsMkdir/FsPutChunked/100.041Mi === RUN TestIntegration/FsMkdir/FsPutChunked/100.041Mi/209802099 2026/09/02 05:19:30 DEBUG : chunked-100.041Mi-200.083Mi.bin: multipart upload: starting chunk 0 size 100.041Mi offset 0/200.083Mi 2026/09/02 05:19:35 DEBUG : chunked-100.041Mi-200.083Mi.bin: multipart upload: starting chunk 1 size 100.041Mi offset 100.041Mi/200.083Mi 2026/09/02 05:19:35 DEBUG : chunked-100.041Mi-200.083Mi.bin: multipart upload: starting chunk 2 size 1 offset 200.083Mi/200.083Mi fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) === RUN TestIntegration/FsMkdir/FsPutChunked/100.041Mi/209802099/Streamed fstests.go:2540: FS has no PutStream interface === RUN TestIntegration/FsMkdir/FsPutChunked/133.333Mi === RUN TestIntegration/FsMkdir/FsPutChunked/133.333Mi/279620267 2026/09/02 05:19:54 DEBUG : chunked-133.333Mi-266.667Mi.bin: multipart upload: starting chunk 0 size 133.333Mi offset 0/266.667Mi 2026/09/02 05:19:59 DEBUG : chunked-133.333Mi-266.667Mi.bin: multipart upload: starting chunk 1 size 133.333Mi offset 133.333Mi/266.667Mi 2026/09/02 05:19:59 DEBUG : chunked-133.333Mi-266.667Mi.bin: multipart upload: starting chunk 2 size 1 offset 266.667Mi/266.667Mi fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) === RUN TestIntegration/FsMkdir/FsPutChunked/133.333Mi/279620267/Streamed fstests.go:2540: FS has no PutStream interface 2026/09/02 05:20:14 DEBUG : Waiting for deletions to finish 2026/09/02 05:20:15 INFO : file name.txt: Deleted 2026/09/02 05:20:20 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/09/02 05:20:22 DEBUG : removing 1 level 5 directories 2026/09/02 05:20:22 INFO : hello? sausage/êé/a/b/c: Removing directory 2026/09/02 05:20:22 DEBUG : removing 2 level 4 directories 2026/09/02 05:20:22 INFO : hello? sausage/êé/a/b: Removing directory 2026/09/02 05:20:22 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/09/02 05:20:22 ERROR : hello? sausage/êé/a/b: Failed to rmdir: directory not empty 2026/09/02 05:20:23 DEBUG : removing 2 level 3 directories 2026/09/02 05:20:23 INFO : hello? sausage/êé/a: Removing directory 2026/09/02 05:20:23 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/09/02 05:20:23 ERROR : hello? sausage/êé/a: Failed to rmdir: directory not empty 2026/09/02 05:20:23 DEBUG : removing 1 level 2 directories 2026/09/02 05:20:23 INFO : hello? sausage/êé: Removing directory 2026/09/02 05:20:24 ERROR : hello? sausage/êé: Failed to rmdir: directory not empty 2026/09/02 05:20:24 DEBUG : removing 2 level 1 directories 2026/09/02 05:20:24 INFO : invalid utf-8þ: Removing directory 2026/09/02 05:20:24 INFO : hello? sausage: Removing directory 2026/09/02 05:20:24 ERROR : hello? sausage: Failed to rmdir: directory not empty 2026/09/02 05:20:24 DEBUG : removing 1 level 0 directories 2026/09/02 05:20:24 INFO : Internxt root 'rclone-test-zikodoz7jora': Removing directory 2026/09/02 05:20:24 ERROR : Failed to rmdir: directory not empty === NAME TestIntegration/FsMkdir fstests.go:3201: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:3201 Error: Received unexpected error: failed to remove directories: 5 errors: last error: directory not empty Test: TestIntegration/FsMkdir 2026/09/02 05:20:24 DEBUG : Waiting for deletions to finish 2026/09/02 05:20:30 DEBUG : removing 1 level 4 directories 2026/09/02 05:20:30 INFO : hello? sausage/êé/a/b: Removing directory 2026/09/02 05:20:31 DEBUG : removing 1 level 3 directories 2026/09/02 05:20:31 INFO : hello? sausage/êé/a: Removing directory 2026/09/02 05:20:31 ERROR : hello? sausage/êé/a: Failed to rmdir: directory not empty 2026/09/02 05:20:31 DEBUG : removing 1 level 2 directories 2026/09/02 05:20:31 INFO : hello? sausage/êé: Removing directory 2026/09/02 05:20:32 ERROR : hello? sausage/êé: Failed to rmdir: directory not empty 2026/09/02 05:20:32 DEBUG : removing 1 level 1 directories 2026/09/02 05:20:32 INFO : hello? sausage: Removing directory 2026/09/02 05:20:32 ERROR : hello? sausage: Failed to rmdir: directory not empty 2026/09/02 05:20:32 DEBUG : removing 1 level 0 directories 2026/09/02 05:20:32 INFO : Internxt root 'rclone-test-zikodoz7jora': Removing directory 2026/09/02 05:20:32 ERROR : Failed to rmdir: directory not empty --- FAIL: TestIntegration (427.99s) --- FAIL: TestIntegration/FsMkdir (408.61s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (131.09s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (6.18s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (43.23s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (81.47s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (218.55s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.76s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (2.24s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (1.73s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListRootedSubdir (13.10s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsDirMove (131.70s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (56.18s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (55.59s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.41s) --- PASS: TestIntegration/FsMkdir/FsPutChunked (47.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100.041Mi (21.92s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/100.041Mi/209802099 (21.92s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked/100.041Mi/209802099/Streamed (0.00s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/133.333Mi (25.99s) --- PASS: TestIntegration/FsMkdir/FsPutChunked/133.333Mi/279620267 (25.99s) --- SKIP: TestIntegration/FsMkdir/FsPutChunked/133.333Mi/279620267/Streamed (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/internxt 428.109s "go test -v -timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|invalid_UTF-8|trailing_dot)$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^100.041Mi$/^209802099$|^TestIntegration$/^FsMkdir$/^FsPutChunked$/^133.333Mi$/^279620267$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsDirMove|FsListDirFile2|FsListLevel2|FsListR|FsListRootedSubdir)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Finished ERROR in 7m9.126077019s (try 2/5): exit status 1: Failed [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]