"./operations.test -test.v -test.timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^(TestDirMove|TestMoveFileBackupDir|TestPurge|TestRmdirsLeaveRoot|TestRmdirsNoLeaveRoot)$|^TestMultithreadCopy$/^upload=true,size=62914561,streams=2$'" - Starting (try 3/5) 2026/08/04 02:37:15 DEBUG : Creating backend with remote "TestInternxt:rclone-test-hasubal6davo" 2026/08/04 02:37:15 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/04 02:37:15 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/08/04 02:37:16 DEBUG : Creating backend with remote "/tmp/rclone1100964163" === RUN TestMultithreadCopy run.go:198: Remote "Internxt root 'rclone-test-hasubal6davo'", Local "Local file system at /tmp/rclone1100964163", Modify Window "876000h0m0s" FileLimitsResponse { "maxUploadFileSize": 107374182400, "versioning": { "enabled": true, "maxFileSize": 20971520, "retentionDays": 30, "maxVersions": 20 } } 2026/08/04 02:37:25 NOTICE: Internxt root 'rclone-test-hasubal6davo': Multipart upload aborted for chunksize-probe === RUN TestMultithreadCopy/upload=true,size=62914561,streams=2 2026/08/04 02:37:31 DEBUG : test-multithread-copy-true-62914561-2: multi-thread copy: disabling buffering because source is local disk multithread_test.go:225: file too small for multipart upload: multi-thread copy: failed to open chunk writer: file too small for multipart upload (minimum 104857600 bytes) --- PASS: TestMultithreadCopy (15.80s) --- SKIP: TestMultithreadCopy/upload=true,size=62914561,streams=2 (5.78s) === RUN TestPurge 2026/08/04 02:37:32 DEBUG : Creating backend with remote "TestInternxt:rclone-test-texupuj9xumi" 2026/08/04 02:37:32 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/04 02:37:32 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/08/04 02:37:32 DEBUG : Creating backend with remote "/tmp/rclone2744847787" run.go:198: Remote "Internxt root 'rclone-test-texupuj9xumi'", Local "Local file system at /tmp/rclone2744847787", Modify Window "876000h0m0s" FileLimitsResponse { "maxUploadFileSize": 107374182400, "versioning": { "enabled": true, "maxFileSize": 20971520, "retentionDays": 30, "maxVersions": 20 } } 2026/08/04 02:37:46 INFO : A2: Making directory 2026/08/04 02:37:46 INFO : A1/B2: Making directory 2026/08/04 02:37:46 INFO : A1/B2/C2: Making directory 2026/08/04 02:37:47 INFO : A1/B1/C3: Making directory 2026/08/04 02:37:47 INFO : A3: Making directory 2026/08/04 02:37:48 INFO : A3/B3: Making directory 2026/08/04 02:37:49 INFO : A3/B3/C4: Making directory 2026/08/04 02:37:52 DEBUG : Waiting for deletions to finish 2026/08/04 02:37:53 INFO : A1/B1/C1/one: Deleted 2026/08/04 02:37:53 DEBUG : removing 2 level 3 directories 2026/08/04 02:37:53 INFO : A1/B1/C3: Removing directory 2026/08/04 02:37:53 INFO : A1/B1/C1: Removing directory 2026/08/04 02:37:54 DEBUG : removing 1 level 2 directories 2026/08/04 02:37:54 INFO : A1/B1: Removing directory 2026/08/04 02:37:55 DEBUG : Waiting for deletions to finish 2026/08/04 02:37:56 INFO : A1/two: Deleted 2026/08/04 02:37:58 DEBUG : removing 2 level 3 directories 2026/08/04 02:37:58 INFO : A3/B3/C4: Removing directory 2026/08/04 02:37:58 INFO : A1/B2/C2: Removing directory 2026/08/04 02:37:59 DEBUG : removing 2 level 2 directories 2026/08/04 02:37:59 INFO : A3/B3: Removing directory 2026/08/04 02:37:59 INFO : A1/B2: Removing directory 2026/08/04 02:37:59 ERROR : A3/B3: Failed to rmdir: directory not empty 2026/08/04 02:37:59 DEBUG : removing 3 level 1 directories 2026/08/04 02:37:59 INFO : A1: Removing directory 2026/08/04 02:37:59 INFO : A3: Removing directory 2026/08/04 02:37:59 INFO : A2: Removing directory 2026/08/04 02:38:00 ERROR : A1: Failed to rmdir: directory not empty 2026/08/04 02:38:00 ERROR : A3: Failed to rmdir: directory not empty 2026/08/04 02:38:00 DEBUG : removing 1 level 0 directories 2026/08/04 02:38:00 INFO : Internxt root 'rclone-test-texupuj9xumi': Removing directory 2026/08/04 02:38:00 ERROR : Failed to rmdir: directory not empty operations_test.go:631: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:631 Error: Received unexpected error: failed to remove directories: 4 errors: last error: directory not empty Test: TestPurge 2026/08/04 02:38:01 DEBUG : Internxt root 'rclone-test-texupuj9xumi': Purge dir "A3/B3" 2026/08/04 02:38:01 DEBUG : Internxt root 'rclone-test-texupuj9xumi': Purge dir "A3" 2026/08/04 02:38:01 NOTICE: purge failed to rmdir "A3": directory not empty 2026/08/04 02:38:01 DEBUG : Internxt root 'rclone-test-texupuj9xumi': Purge dir "A1" 2026/08/04 02:38:02 DEBUG : Internxt root 'rclone-test-texupuj9xumi': Purge dir "" 2026/08/04 02:38:02 NOTICE: purge failed to rmdir "": directory not empty --- FAIL: TestPurge (30.36s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "Internxt root 'rclone-test-hasubal6davo'", Local "Local file system at /tmp/rclone1100964163", Modify Window "876000h0m0s" 2026/08/04 02:38:05 INFO : A2: Making directory 2026/08/04 02:38:06 INFO : A1/B2: Making directory 2026/08/04 02:38:06 INFO : A1/B2/C2: Making directory 2026/08/04 02:38:08 INFO : A1/B1/C3: Making directory 2026/08/04 02:38:08 INFO : A3: Making directory 2026/08/04 02:38:09 INFO : A3/B3: Making directory 2026/08/04 02:38:09 INFO : A3/B3/C4: Making directory 2026/08/04 02:38:13 DEBUG : removing 1 level 3 directories 2026/08/04 02:38:13 INFO : A3/B3/C4: Removing directory 2026/08/04 02:38:16 DEBUG : removing 2 level 3 directories 2026/08/04 02:38:16 INFO : A1/B2/C2: Removing directory 2026/08/04 02:38:16 INFO : A1/B1/C3: Removing directory 2026/08/04 02:38:17 DEBUG : removing 2 level 2 directories 2026/08/04 02:38:17 INFO : A3/B3: Removing directory 2026/08/04 02:38:17 INFO : A1/B2: Removing directory 2026/08/04 02:38:17 DEBUG : removing 2 level 1 directories 2026/08/04 02:38:17 INFO : A3: Removing directory 2026/08/04 02:38:17 INFO : A2: Removing directory 2026/08/04 02:38:17 ERROR : A3: Failed to rmdir: directory not empty operations_test.go:705: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:705 Error: Received unexpected error: failed to remove directories: directory not empty Test: TestRmdirsNoLeaveRoot --- FAIL: TestRmdirsNoLeaveRoot (21.68s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "Internxt root 'rclone-test-hasubal6davo'", Local "Local file system at /tmp/rclone1100964163", Modify Window "876000h0m0s" 2026/08/04 02:38:24 INFO : A1: Making directory 2026/08/04 02:38:24 INFO : A1/B1: Making directory 2026/08/04 02:38:25 INFO : A1/B1/C1: Making directory 2026/08/04 02:38:28 DEBUG : removing 1 level 3 directories 2026/08/04 02:38:28 INFO : A1/B1/C1: Removing directory 2026/08/04 02:38:28 DEBUG : removing 1 level 2 directories 2026/08/04 02:38:28 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (7.03s) === RUN TestMoveFileBackupDir run.go:198: Remote "Internxt root 'rclone-test-hasubal6davo'", Local "Local file system at /tmp/rclone1100964163", Modify Window "876000h0m0s" 2026/08/04 02:38:34 DEBUG : Creating backend with remote "TestInternxt:rclone-test-hasubal6davo/backup" 2026/08/04 02:38:34 DEBUG : Config file has changed externally - reloading 2026/08/04 02:38:34 DEBUG : User info: rootFolderId=2661cf64-e104-478b-b737-48c3ac8984d2, bucket=697358bf16ceabcf39af85f2 2026/08/04 02:38:35 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1100964163) 2026/08/04 02:38:35 DEBUG : dst/file1: size = 18 (Internxt root 'rclone-test-hasubal6davo') 2026/08/04 02:38:35 DEBUG : dst/file1: Sizes differ 2026/08/04 02:38:36 INFO : dst/file1: Moved (server-side) 2026/08/04 02:38:37 DEBUG : Internxt root 'rclone-test-hasubal6davo': Renamed existing file dst/file1 to backup file1.rclone-backup-dimikim6. (UUID: e3656e9f-f639-4d71-b6ec-6fbef9df53e5) 2026/08/04 02:38:38 DEBUG : Internxt root 'rclone-test-hasubal6davo': Upload succeeded, deleting backup file file1.rclone-backup-dimikim6. (UUID: e3656e9f-f639-4d71-b6ec-6fbef9df53e5) 2026/08/04 02:38:38 DEBUG : Internxt root 'rclone-test-hasubal6davo': Successfully deleted backup file 2026/08/04 02:38:38 DEBUG : dst/file1: size = 14 OK 2026/08/04 02:38:38 INFO : dst/file1: Copied (new) 2026/08/04 02:38:38 INFO : dst/file1: Deleted 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:305: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:305 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1078 Error: Should be true Test: TestMoveFileBackupDir Messages: listing wrong, want backup/dst/file1 (18), dst/file1 (14) got dst/file1 (14) fstest.go:203: Not found "backup/dst/file1" fstest.go:206: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:206 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:310 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:358 /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1078 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Not equal: expected: 0 actual : 1 Test: TestMoveFileBackupDir Messages: 1 objects not found run.go:186: removing dir "backup" failed - try 1/5: sleeping 1s: directory not empty --- FAIL: TestMoveFileBackupDir (53.06s) === RUN TestDirMove run.go:198: Remote "Internxt root 'rclone-test-hasubal6davo'", Local "Local file system at /tmp/rclone1100964163", Modify Window "876000h0m0s" 2026/08/04 02:39:31 INFO : A1/B2: Making directory 2026/08/04 02:39:31 INFO : A1/B1/C3: Making directory 2026/08/04 02:39:40 INFO : A2/one: Moved (server-side) to: A3/one 2026/08/04 02:39:40 INFO : A2/two: Moved (server-side) to: A3/two 2026/08/04 02:39:40 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/08/04 02:39:40 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/08/04 02:39:40 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three operations_test.go:1436: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations_test.go:1436 Error: Received unexpected error: RenameDir rmdir: directory not empty Test: TestDirMove run.go:186: removing dir "A3/B1" failed - try 1/5: sleeping 1s: directory not empty --- FAIL: TestDirMove (26.98s) FAIL 2026/08/04 02:39:51 DEBUG : Internxt root 'rclone-test-hasubal6davo': Purge dir "" "./operations.test -test.v -test.timeout 2h0m0s -remote TestInternxt: -list-retries 5 -verbose -test.run '^(TestDirMove|TestMoveFileBackupDir|TestPurge|TestRmdirsLeaveRoot|TestRmdirsNoLeaveRoot)$|^TestMultithreadCopy$/^upload=true,size=62914561,streams=2$'" - Finished ERROR in 2m36.439812407s (try 3/5): exit status 1: Failed [TestPurge TestRmdirsNoLeaveRoot TestMoveFileBackupDir TestDirMove]