"go test -v -timeout 1h0m0s -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_tilde|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Starting (try 2/5) === RUN TestIntegration fstests.go:438: Using remote "TestInternxt:" 2026/07/09 02:22:21 DEBUG : Creating backend with remote "TestInternxt:rclone-test-xapacod0nice" 2026/07/09 02:22:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/09 02:22:21 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === 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" === RUN TestIntegration/FsMkdir/FsEncoding/leading_HT fstests.go:708: testing "␉leading HT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_VT fstests.go:708: testing "␋leading VT" === RUN TestIntegration/FsMkdir/FsEncoding/leading_dot fstests.go:708: testing ".leading dot" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " 2026/07/09 02:23:23 ERROR : trailing space : error listing: directory not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/trailing_CR fstests.go:708: testing "trailing CR␍" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_LF fstests.go:708: testing "trailing LF␊" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_HT fstests.go:708: testing "trailing HT␉" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_VT fstests.go:708: testing "trailing VT␋" === RUN TestIntegration/FsMkdir/FsEncoding/trailing_dot fstests.go:708: testing "trailing dot." 2026/07/09 02:24:14 ERROR : trailing dot.: error listing: directory not found fstest.go:298: Sleeping for 1s for list eventual consistency: 1/5 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" === RUN TestIntegration/FsMkdir/FsEncoding/URL_encoding fstests.go:708: testing "test%46.txt" 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:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:301: Flushing the directory cache 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{"test%46.txt"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) { +([]string) (len=1) { + (string) (len=11) "test%46.txt" } Test: TestIntegration/FsMkdir/FsEncoding/URL_encoding Messages: directories === RUN TestIntegration/FsMkdir/FsPutFiles 2026/07/09 02:25:29 DEBUG : Internxt root 'rclone-test-xapacod0nice': Renamed existing file file name.txt to backup file name.rclone-backup-dabexad2.txt (UUID: 294cda68-6b9f-4fd8-a7e3-445e58071455) 2026/07/09 02:25:34 DEBUG : Internxt root 'rclone-test-xapacod0nice': Upload succeeded, deleting backup file file name.rclone-backup-dabexad2.txt (UUID: 294cda68-6b9f-4fd8-a7e3-445e58071455) 2026/07/09 02:25:34 DEBUG : Internxt root 'rclone-test-xapacod0nice': Successfully deleted backup file === RUN TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 fstests.go:983: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:983 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1003 Error: Not equal: expected: []string{"hello? sausage"} actual : []string{"hello? sausage", "test%46.txt"} 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=11) "test%46.txt" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 === RUN TestIntegration/FsMkdir/FsPutFiles/FsListR fstests.go:1020: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1020 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, 世界/ \" ' @ < > & ? + ≠", "test%46.txt"} 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=11) "test%46.txt" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListR === RUN TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 fstests.go:1099: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:1099 Error: Not equal: expected: []string{"hello? sausage", "hello? sausage/êé"} actual : []string{"hello? sausage", "hello? sausage/êé", "test%46.txt"} 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=11) "test%46.txt" } Test: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 === RUN TestIntegration/FsMkdir/FsPutFiles/FromRoot fstests.go:1920: Opening root remote "TestInternxt:" path "rclone-test-xapacod0nice" from "TestInternxt:rclone-test-xapacod0nice" 2026/07/09 02:25:38 DEBUG : Creating backend with remote "TestInternxt:" 2026/07/09 02:25:38 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:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 8s for list eventual consistency: 4/5 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 16s for list eventual consistency: 5/5 fstest.go:301: Flushing the directory cache 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:1943 Error: Not equal: expected: []string{"rclone-test-xapacod0nice/hello? sausage", "rclone-test-xapacod0nice/hello? sausage/êé", "rclone-test-xapacod0nice/hello? sausage/êé/Hello, 世界", "rclone-test-xapacod0nice/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠"} actual : []string{"rclone-test-xapacod0nice/hello? sausage", "rclone-test-xapacod0nice/hello? sausage/êé", "rclone-test-xapacod0nice/hello? sausage/êé/Hello, 世界", "rclone-test-xapacod0nice/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", "rclone-test-xapacod0nice/test%46.txt"} Diff: --- Expected +++ Actual @@ -1,2 +1,2 @@ -([]string) (len=4) { +([]string) (len=5) { (string) (len=39) "rclone-test-xapacod0nice/hello? sausage", @@ -4,3 +4,4 @@ (string) (len=58) "rclone-test-xapacod0nice/hello? sausage/êé/Hello, 世界", - (string) (len=79) "rclone-test-xapacod0nice/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠" + (string) (len=79) "rclone-test-xapacod0nice/hello? sausage/êé/Hello, 世界/ \" ' @ < > & ? + ≠", + (string) (len=36) "rclone-test-xapacod0nice/test%46.txt" } 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:1950 Error: Not equal: expected: []string{"rclone-test-xapacod0nice/hello? sausage"} actual : []string{"rclone-test-xapacod0nice/hello? sausage", "rclone-test-xapacod0nice/test%46.txt"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=39) "rclone-test-xapacod0nice/hello? sausage" +([]string) (len=2) { + (string) (len=39) "rclone-test-xapacod0nice/hello? sausage", + (string) (len=36) "rclone-test-xapacod0nice/test%46.txt" } Test: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries Messages: directories not equal 2026/07/09 02:26:22 DEBUG : Waiting for deletions to finish 2026/07/09 02:26:23 INFO : file name.txt: Deleted 2026/07/09 02:26:24 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠/z.txt: Deleted 2026/07/09 02:26:26 DEBUG : removing 1 level 4 directories 2026/07/09 02:26:26 INFO : hello? sausage/êé/Hello, 世界/ " ' @ < > & ? + ≠: Removing directory 2026/07/09 02:26:26 DEBUG : removing 1 level 3 directories 2026/07/09 02:26:26 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/07/09 02:26:26 DEBUG : removing 1 level 2 directories 2026/07/09 02:26:26 INFO : hello? sausage/êé: Removing directory 2026/07/09 02:26:27 DEBUG : removing 2 level 1 directories 2026/07/09 02:26:27 INFO : test%46.txt: Removing directory 2026/07/09 02:26:27 INFO : hello? sausage: Removing directory 2026/07/09 02:26:27 DEBUG : removing 1 level 0 directories 2026/07/09 02:26:27 INFO : Internxt root 'rclone-test-xapacod0nice': Removing directory 2026/07/09 02:26:28 ERROR : error listing: directory not found 2026/07/09 02:26:28 DEBUG : Waiting for deletions to finish 2026/07/09 02:26:28 ERROR : error listing: directory not found 2026/07/09 02:26:28 ERROR : Internxt root 'rclone-test-xapacod0nice': Failed to list "": directory not found 2026/07/09 02:26:28 DEBUG : removing 1 level 0 directories 2026/07/09 02:26:28 INFO : Internxt root 'rclone-test-xapacod0nice': Removing directory 2026/07/09 02:26:28 ERROR : Failed to rmdir: directory not found --- FAIL: TestIntegration (247.15s) --- FAIL: TestIntegration/FsMkdir (244.39s) --- FAIL: TestIntegration/FsMkdir/FsEncoding (171.19s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (7.77s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (9.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (7.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (9.02s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (8.85s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (9.20s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (14.13s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (8.67s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (7.83s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (7.81s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (10.24s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (16.41s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (9.01s) --- FAIL: TestIntegration/FsMkdir/FsEncoding/URL_encoding (44.62s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (67.36s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 (1.28s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListR (1.45s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 (0.76s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot (44.76s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/List (43.88s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries (0.52s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/internxt 247.169s "go test -v -timeout 1h0m0s -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_tilde|trailing_CR|trailing_HT|trailing_LF|trailing_VT|trailing_dot|trailing_space)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^(FsListDirFile2|FsListLevel2|FsListR)$|^TestIntegration$/^FsMkdir$/^FsPutFiles$/^FromRoot$/^(List|ListEntries)$'" - Finished ERROR in 4m7.965063455s (try 2/5): exit status 1: Failed [TestIntegration/FsMkdir/FsEncoding/URL_encoding TestIntegration/FsMkdir/FsPutFiles/FsListDirFile2 TestIntegration/FsMkdir/FsPutFiles/FsListR TestIntegration/FsMkdir/FsPutFiles/FsListLevel2 TestIntegration/FsMkdir/FsPutFiles/FromRoot/List TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListEntries]