"go test -v -timeout 1h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|dot|dot_dot|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$'" - Starting (try 3/5) === RUN TestIntegration fstests.go:438: Using remote "TestInternxt:" 2026/02/23 04:44:26 DEBUG : Creating backend with remote "TestInternxt:rclone-test-wujihec3woso" 2026/02/23 04:44:26 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/02/23 04:44:26 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 === RUN TestIntegration/FsMkdir === RUN TestIntegration/FsMkdir/FsEncoding === RUN TestIntegration/FsMkdir/FsEncoding/control_chars fstests.go:708: testing "␀␁␂␃␄␅␆␇␈␉␊␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡" 2026/02/23 04:44:30 DEBUG : pacer: low level retry 1/10 (error failed to list all folders at offset 0: list folders: Incomplete HTTP response (status 500)) 2026/02/23 04:44:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/02/23 04:44:30 DEBUG : pacer: Reducing sleep to 15ms 2026/02/23 04:44:30 DEBUG : pacer: Reducing sleep to 11.25ms === RUN TestIntegration/FsMkdir/FsEncoding/dot fstests.go:708: testing "." 2026/02/23 04:44:31 DEBUG : pacer: Reducing sleep to 10ms 2026/02/23 04:44:33 ERROR : .: 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/dot_dot fstests.go:708: testing ".." 2026/02/23 04:44:43 ERROR : ..: 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/punctuation fstests.go:708: testing "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) === RUN TestIntegration/FsMkdir/FsEncoding/leading_space fstests.go:708: testing " leading space" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) === RUN TestIntegration/FsMkdir/FsEncoding/leading_tilde fstests.go:708: testing "~leading tilde" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) 2026/02/23 04:45:01 ERROR : ~leading tilde: 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/leading_CR fstests.go:708: testing "␍leading CR" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) === RUN TestIntegration/FsMkdir/FsEncoding/leading_LF fstests.go:708: testing "␊leading LF" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) 2026/02/23 04:45:15 ERROR : ␊leading LF: 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/leading_HT fstests.go:708: testing "␉leading HT" 2026/02/23 04:45:25 ERROR : ␉leading 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/leading_VT fstests.go:708: 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:708: testing ".leading dot" 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:292: Sleeping for 6s just to make sure === RUN TestIntegration/FsMkdir/FsEncoding/trailing_space fstests.go:708: testing "trailing space " === 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␋" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) === 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) === RUN TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 fstests.go:708: testing "invalid utf-8\xfe" 2026/02/23 04:46:05 ERROR : invalid utf-8: 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/URL_encoding fstests.go:708: testing "test%46.txt" fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) === RUN TestIntegration/FsMkdir/FsPutFiles fstest.go:542: Sleeping for 1s for findObject eventual consistency: 1/5 (object not found) 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:955 /home/rclone/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64/src/runtime/asm_amd64.s:1693 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 Messages: Put 2026/02/23 04:46:18 DEBUG : Waiting for deletions to finish 2026/02/23 04:46:19 INFO : file name.txt: Deleted 2026/02/23 04:46:20 DEBUG : removing 1 level 3 directories 2026/02/23 04:46:20 INFO : hello? sausage/êé/Hello, 世界: Removing directory 2026/02/23 04:46:20 DEBUG : removing 1 level 2 directories 2026/02/23 04:46:20 INFO : hello? sausage/êé: Removing directory 2026/02/23 04:46:20 ERROR : hello? sausage/êé: Failed to rmdir: directory not empty 2026/02/23 04:46:20 DEBUG : removing 1 level 1 directories 2026/02/23 04:46:20 INFO : hello? sausage: Removing directory 2026/02/23 04:46:20 ERROR : hello? sausage: Failed to rmdir: directory not empty 2026/02/23 04:46:20 DEBUG : removing 1 level 0 directories 2026/02/23 04:46:20 INFO : Internxt root 'rclone-test-wujihec3woso': Removing directory 2026/02/23 04:46:20 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: 3 errors: last error: directory not empty Test: TestIntegration/FsMkdir 2026/02/23 04:46:20 DEBUG : Waiting for deletions to finish 2026/02/23 04:46:22 DEBUG : removing 1 level 2 directories 2026/02/23 04:46:22 INFO : hello? sausage/êé: Removing directory 2026/02/23 04:46:22 DEBUG : removing 1 level 1 directories 2026/02/23 04:46:22 INFO : hello? sausage: Removing directory 2026/02/23 04:46:22 ERROR : hello? sausage: Failed to rmdir: directory not empty 2026/02/23 04:46:22 DEBUG : removing 1 level 0 directories 2026/02/23 04:46:22 INFO : Internxt root 'rclone-test-wujihec3woso': Removing directory 2026/02/23 04:46:22 ERROR : Failed to rmdir: directory not empty --- FAIL: TestIntegration (116.65s) --- FAIL: TestIntegration/FsMkdir (113.15s) --- PASS: TestIntegration/FsMkdir/FsEncoding (107.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/control_chars (2.44s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot (10.00s) --- PASS: TestIntegration/FsMkdir/FsEncoding/dot_dot (9.47s) --- PASS: TestIntegration/FsMkdir/FsEncoding/punctuation (3.45s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_space (3.57s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_tilde (10.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_CR (3.61s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_LF (10.90s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_HT (9.62s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_VT (3.82s) --- PASS: TestIntegration/FsMkdir/FsEncoding/leading_dot (11.36s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_space (2.31s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_CR (2.23s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_LF (1.97s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_HT (2.04s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_VT (3.46s) --- PASS: TestIntegration/FsMkdir/FsEncoding/trailing_dot (3.14s) --- PASS: TestIntegration/FsMkdir/FsEncoding/invalid_UTF-8 (9.44s) --- PASS: TestIntegration/FsMkdir/FsEncoding/URL_encoding (3.51s) --- FAIL: TestIntegration/FsMkdir/FsPutFiles (3.05s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/internxt 116.663s "go test -v -timeout 1h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^TestIntegration$/^FsMkdir$/^FsEncoding$/^(URL_encoding|control_chars|dot|dot_dot|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$'" - Finished ERROR in 1m57.429235548s (try 3/5): exit status 1: Failed [TestIntegration/FsMkdir/FsPutFiles]