"./operations.test -test.v -test.timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^(TestCopyFileBackupDir|TestDirMove|TestRmdirsNoLeaveRoot|TestRmdirsWithFilter)$'" - Starting (try 5/5) 2026/08/22 02:02:30 DEBUG : Creating backend with remote "TestInternxt:rclone-test-nobubej8nasi" 2026/08/22 02:02:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/22 02:02:31 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/08/22 02:02:31 DEBUG : Creating backend with remote "/tmp/rclone228626866" === RUN TestCopyFileBackupDir run.go:198: Remote "Internxt root 'rclone-test-nobubej8nasi'", Local "Local file system at /tmp/rclone228626866", Modify Window "876000h0m0s" FileLimitsResponse { "maxUploadFileSize": 107374182400, "versioning": { "enabled": true, "maxFileSize": 20971520, "retentionDays": 30, "maxVersions": 20 } } 2026/08/22 02:02:47 DEBUG : Creating backend with remote "TestInternxt:rclone-test-nobubej8nasi/backup" 2026/08/22 02:02:47 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/08/22 02:02:48 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone228626866) 2026/08/22 02:02:48 DEBUG : dst/file1: size = 18 (Internxt root 'rclone-test-nobubej8nasi') 2026/08/22 02:02:48 DEBUG : dst/file1: Sizes differ 2026/08/22 02:02:49 INFO : dst/file1: Moved (server-side) 2026/08/22 02:02:50 DEBUG : dst/file1: size = 14 OK 2026/08/22 02:02:50 INFO : dst/file1: Copied (new) run.go:186: removing dir "backup" failed - try 1/5: sleeping 1s: directory not empty --- PASS: TestCopyFileBackupDir (24.00s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "Internxt root 'rclone-test-nobubej8nasi'", Local "Local file system at /tmp/rclone228626866", Modify Window "876000h0m0s" 2026/08/22 02:02:57 INFO : A2: Making directory 2026/08/22 02:02:58 INFO : A1/B2: Making directory 2026/08/22 02:02:58 INFO : A1/B2/C2: Making directory 2026/08/22 02:02:59 INFO : A1/B1/C3: Making directory 2026/08/22 02:02:59 INFO : A3: Making directory 2026/08/22 02:02:59 INFO : A3/B3: Making directory 2026/08/22 02:03:00 INFO : A3/B3/C4: Making directory 2026/08/22 02:03:03 DEBUG : removing 1 level 3 directories 2026/08/22 02:03:03 INFO : A3/B3/C4: Removing directory 2026/08/22 02:03:07 DEBUG : removing 2 level 3 directories 2026/08/22 02:03:07 INFO : A1/B2/C2: Removing directory 2026/08/22 02:03:07 INFO : A1/B1/C3: Removing directory 2026/08/22 02:03:08 DEBUG : removing 2 level 2 directories 2026/08/22 02:03:08 INFO : A3/B3: Removing directory 2026/08/22 02:03:08 INFO : A1/B2: Removing directory 2026/08/22 02:03:08 ERROR : A1/B2: Failed to rmdir: directory not empty 2026/08/22 02:03:08 DEBUG : removing 2 level 1 directories 2026/08/22 02:03:08 INFO : A3: Removing directory 2026/08/22 02:03:08 INFO : A2: Removing directory operations_test.go:706: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:706 Error: Received unexpected error: failed to remove directories: directory not empty Test: TestRmdirsNoLeaveRoot 2026/08/22 02:03:09 ERROR : A3: error listing: directory not found 2026/08/22 02:03:09 ERROR : A2: error listing: directory not found --- FAIL: TestRmdirsNoLeaveRoot (17.42s) === RUN TestRmdirsWithFilter run.go:198: Remote "Internxt root 'rclone-test-nobubej8nasi'", Local "Local file system at /tmp/rclone228626866", Modify Window "876000h0m0s" 2026/08/22 02:03:12 INFO : A1: Making directory 2026/08/22 02:03:12 INFO : A1/B1: Making directory 2026/08/22 02:03:12 INFO : A1/B1/C1: Making directory 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/fs/operations/operations_test.go:790 Error: Not equal: expected: []string{"A1", "A1/B1", "A1/B1/C1"} actual : []string{"A1", "A1/B1", "A1/B1/C1", "A1/B2"} Diff: --- Expected +++ Actual @@ -1,5 +1,6 @@ -([]string) (len=3) { +([]string) (len=4) { (string) (len=2) "A1", (string) (len=5) "A1/B1", - (string) (len=8) "A1/B1/C1" + (string) (len=8) "A1/B1/C1", + (string) (len=5) "A1/B2" } Test: TestRmdirsWithFilter Messages: directories 2026/08/22 02:03:55 DEBUG : A1/B2: Excluded 2026/08/22 02:03:56 DEBUG : removing 1 level 3 directories 2026/08/22 02:03:56 INFO : A1/B1/C1: Removing directory 2026/08/22 02:03:56 DEBUG : removing 1 level 2 directories 2026/08/22 02:03:56 INFO : A1/B1: Removing directory 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/fs/operations/operations_test.go:804 Error: Not equal: expected: []string{"A1"} actual : []string{"A1", "A1/B2"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=2) "A1" +([]string) (len=2) { + (string) (len=2) "A1", + (string) (len=5) "A1/B2" } Test: TestRmdirsWithFilter Messages: directories run.go:186: removing dir "A1" failed - try 1/5: sleeping 1s: directory not empty 2026/08/22 02:04:40 ERROR : A1: 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 --- FAIL: TestRmdirsWithFilter (95.38s) === RUN TestDirMove run.go:198: Remote "Internxt root 'rclone-test-nobubej8nasi'", Local "Local file system at /tmp/rclone228626866", Modify Window "876000h0m0s" 2026/08/22 02:04:54 INFO : A1/B2: Making directory 2026/08/22 02:04:54 INFO : A1/B1/C3: Making directory 2026/08/22 02:05:07 INFO : A2/one: Moved (server-side) to: A3/one 2026/08/22 02:05:07 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/08/22 02:05:07 INFO : A2/two: Moved (server-side) to: A3/two 2026/08/22 02:05:07 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/08/22 02:05:09 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three operations_test.go:1437: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1437 Error: Received unexpected error: RenameDir rmdir: directory not empty Test: TestDirMove run.go:186: removing dir "A3" failed - try 1/5: sleeping 1s: directory not empty --- FAIL: TestDirMove (31.00s) FAIL 2026/08/22 02:05:19 DEBUG : Internxt root 'rclone-test-nobubej8nasi': Purge dir "" "./operations.test -test.v -test.timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^(TestCopyFileBackupDir|TestDirMove|TestRmdirsNoLeaveRoot|TestRmdirsWithFilter)$'" - Finished ERROR in 2m48.977671675s (try 5/5): exit status 1: Failed [TestRmdirsNoLeaveRoot TestRmdirsWithFilter TestDirMove]