"./sync.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Starting (try 1/5) 2026/07/14 01:32:35 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-locebay4nila" 2026/07/14 01:32:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/14 01:32:35 DEBUG : Linkbox root 'rclone-test-locebay4nila': Using cached web token 2026/07/14 01:32:36 DEBUG : Creating backend with remote "/tmp/rclone1987508796" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:32:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:32:38 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/07/14 01:32:38 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:32:38 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (3.17s) === RUN TestCopy run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:32:39 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/14 01:32:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:32:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:32:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:32:44 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:32:44 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:32:44 DEBUG : Linkbox root 'rclone-test-locebay4nila': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure --- PASS: TestCopy (17.15s) === RUN TestCopyMetadata run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.40s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.55s) === RUN TestCopyMissingDirectory run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:32:57 DEBUG : Creating backend with remote "/non-existing" 2026/07/14 01:32:57 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/07/14 01:32:57 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:32:57 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.61s) === RUN TestCopyNoTraverse run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:32:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:32:58 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:32:58 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:33:02 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:33:02 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (7.90s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.42s) === RUN TestCopyCheckFirst run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:33:06 INFO : Linkbox root 'rclone-test-locebay4nila': Running all checks before starting transfers 2026/07/14 01:33:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:33:06 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:33:06 INFO : Linkbox root 'rclone-test-locebay4nila': Checks finished, now starting transfers 2026/07/14 01:33:06 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:33:10 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:33:10 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (7.56s) === RUN TestSyncNoTraverse run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:33:14 ERROR : Ignoring --no-traverse with sync 2026/07/14 01:33:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:33:14 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:33:14 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:33:17 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:33:17 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:33:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (7.56s) === RUN TestCopyWithDepth run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:33:21 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/07/14 01:33:21 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:33:21 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:33:23 DEBUG : hello world2: size = 12 OK 2026/07/14 01:33:23 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (4.10s) === RUN TestCopyWithFilesFrom run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:33:26 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/14 01:33:26 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:33:26 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:33:28 DEBUG : potato2: size = 11 OK 2026/07/14 01:33:28 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (4.29s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:33:30 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/14 01:33:30 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:33:30 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:33:32 DEBUG : potato2: size = 11 OK 2026/07/14 01:33:32 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (4.14s) === RUN TestCopyEmptyDirectories run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:33:34 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/07/14 01:33:34 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/14 01:33:34 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/07/14 01:33:34 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/14 01:33:34 INFO : sub dir2: Making directory 2026/07/14 01:33:35 INFO : sub dir: Making directory 2026/07/14 01:33:37 INFO : sub dir2/sub sub dir2: Making directory 2026/07/14 01:33:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:33:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:33:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:33:41 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:33:41 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:33:42 DEBUG : Linkbox root 'rclone-test-locebay4nila': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (14.70s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:33:48 INFO : sub dir2: Making directory 2026/07/14 01:33:48 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/07/14 01:33:48 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/14 01:33:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:33:49 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:33:49 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:33:52 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:33:52 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (7.59s) === RUN TestMoveEmptyDirectories run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:33:56 DEBUG : sub dir2: Making directory with metadata 2026/07/14 01:33:56 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/14 01:33:56 INFO : sub dir2: Making directory 2026/07/14 01:33:58 INFO : sub dir: Making directory 2026/07/14 01:33:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:33:59 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:33:59 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:34:02 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:34:02 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:34:02 INFO : sub dir/hello world: Deleted 2026/07/14 01:34:02 DEBUG : Linkbox root 'rclone-test-locebay4nila': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2026/07/14 01:34:02 DEBUG : Linkbox root 'rclone-test-locebay4nila': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (11.45s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:438: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.41s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:34:08 INFO : sub dir2: Making directory 2026/07/14 01:34:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:34:08 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:34:08 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:34:12 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:34:12 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:34:12 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (7.54s) === RUN TestSyncEmptyDirectories run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:34:15 DEBUG : sub dir2: Making directory with metadata 2026/07/14 01:34:15 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/14 01:34:15 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/14 01:34:16 INFO : sub dir2: Making directory 2026/07/14 01:34:17 INFO : sub dir: Making directory 2026/07/14 01:34:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:34:19 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:34:19 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:34:21 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:34:21 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:34:21 DEBUG : Waiting for deletions to finish 2026/07/14 01:34:21 DEBUG : Linkbox root 'rclone-test-locebay4nila': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (10.98s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.43s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:34:27 INFO : sub dir2: Making directory 2026/07/14 01:34:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:34:27 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:34:27 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:34:31 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:34:31 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:34:31 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (7.53s) === RUN TestServerSideCopy run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:34:38 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xeromek0cote" 2026/07/14 01:34:38 DEBUG : Linkbox root 'rclone-test-xeromek0cote': Using cached web token sync_test.go:620: Server side copy (if possible) Linkbox root 'rclone-test-locebay4nila' -> Linkbox root 'rclone-test-xeromek0cote' 2026/07/14 01:34:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:34:40 DEBUG : Linkbox root 'rclone-test-xeromek0cote': Waiting for checks to finish 2026/07/14 01:34:40 DEBUG : Linkbox root 'rclone-test-xeromek0cote': Waiting for transfers to finish 2026/07/14 01:34:40 NOTICE: Time may be set wrong - time from "aht.nuplink3.net" is 766h32m3.195228977s different from this computer 2026/07/14 01:34:45 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:34:45 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:34:45 DEBUG : Linkbox root 'rclone-test-xeromek0cote': Purge remote --- PASS: TestServerSideCopy (15.58s) === RUN TestCopyOverSelf run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:34:55 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:34:55 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:34:55 DEBUG : sub dir/hello world: size = 11 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:34:55 DEBUG : sub dir/hello world: Sizes differ 2026/07/14 01:34:55 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:34:55 DEBUG : sub dir/hello world: Update: removing old file 2026/07/14 01:34:58 DEBUG : sub dir/hello world: size = 17 OK 2026/07/14 01:34:58 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (12.17s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:35:06 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-luzanew9bisu" 2026/07/14 01:35:06 DEBUG : Linkbox root 'rclone-test-luzanew9bisu': Using cached web token sync_test.go:656: Server side copy (if possible) Linkbox root 'rclone-test-locebay4nila' -> Linkbox root 'rclone-test-luzanew9bisu' 2026/07/14 01:35:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:35:08 DEBUG : Linkbox root 'rclone-test-luzanew9bisu': Waiting for checks to finish 2026/07/14 01:35:08 DEBUG : Linkbox root 'rclone-test-luzanew9bisu': Waiting for transfers to finish 2026/07/14 01:35:13 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:35:13 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:35:14 DEBUG : sub dir/hello world: Update: removing old file 2026/07/14 01:35:18 DEBUG : Linkbox root 'rclone-test-luzanew9bisu': Waiting for checks to finish 2026/07/14 01:35:18 DEBUG : sub dir/hello world: size = 17 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:35:18 DEBUG : sub dir/hello world: size = 11 (Linkbox root 'rclone-test-luzanew9bisu') 2026/07/14 01:35:18 DEBUG : sub dir/hello world: Sizes differ 2026/07/14 01:35:18 DEBUG : Linkbox root 'rclone-test-luzanew9bisu': Waiting for transfers to finish 2026/07/14 01:35:18 DEBUG : sub dir/hello world: Update: removing old file 2026/07/14 01:35:21 DEBUG : sub dir/hello world: size = 17 OK 2026/07/14 01:35:21 INFO : sub dir/hello world: Copied (replaced existing) 2026/07/14 01:35:21 DEBUG : Linkbox root 'rclone-test-luzanew9bisu': Purge remote --- PASS: TestServerSideCopyOverSelf (23.81s) === RUN TestMoveOverSelf run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:35:30 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 100ms (1/10) 2026/07/14 01:35:30 DEBUG : sub dir/hello world: Trying to read object after upload: try again in 200ms (2/10) 2026/07/14 01:35:31 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:35:31 DEBUG : sub dir/hello world: size = 11 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:35:31 DEBUG : sub dir/hello world: Sizes differ 2026/07/14 01:35:31 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:35:31 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:35:31 DEBUG : sub dir/hello world: Update: removing old file 2026/07/14 01:35:34 DEBUG : sub dir/hello world: size = 17 OK 2026/07/14 01:35:34 INFO : sub dir/hello world: Copied (replaced existing) 2026/07/14 01:35:34 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (12.11s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:35:42 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-yugipah2veno" 2026/07/14 01:35:42 DEBUG : Linkbox root 'rclone-test-yugipah2veno': Using cached web token sync_test.go:701: Server side copy (if possible) Linkbox root 'rclone-test-locebay4nila' -> Linkbox root 'rclone-test-yugipah2veno' 2026/07/14 01:35:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:35:43 DEBUG : Linkbox root 'rclone-test-yugipah2veno': Waiting for checks to finish 2026/07/14 01:35:43 DEBUG : Linkbox root 'rclone-test-yugipah2veno': Waiting for transfers to finish 2026/07/14 01:35:48 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:35:48 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:35:49 DEBUG : sub dir/hello world: Update: removing old file 2026/07/14 01:35:53 DEBUG : sub dir/hello world: size = 17 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:35:53 DEBUG : sub dir/hello world: size = 11 (Linkbox root 'rclone-test-yugipah2veno') 2026/07/14 01:35:53 DEBUG : sub dir/hello world: Sizes differ 2026/07/14 01:35:53 DEBUG : Linkbox root 'rclone-test-yugipah2veno': Waiting for checks to finish 2026/07/14 01:35:53 DEBUG : Linkbox root 'rclone-test-yugipah2veno': Waiting for transfers to finish 2026/07/14 01:35:53 DEBUG : sub dir/hello world: Update: removing old file 2026/07/14 01:35:56 DEBUG : sub dir/hello world: size = 17 OK 2026/07/14 01:35:56 INFO : sub dir/hello world: Copied (replaced existing) 2026/07/14 01:35:58 INFO : sub dir/hello world: Deleted 2026/07/14 01:36:01 DEBUG : testing file moves 2026/07/14 01:36:02 DEBUG : sub dir/hello world: size = 24 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:36:02 DEBUG : sub dir/hello world: size = 17 (Linkbox root 'rclone-test-yugipah2veno') 2026/07/14 01:36:02 DEBUG : sub dir/hello world: Sizes differ 2026/07/14 01:36:02 DEBUG : Linkbox root 'rclone-test-yugipah2veno': Waiting for checks to finish 2026/07/14 01:36:02 DEBUG : Linkbox root 'rclone-test-yugipah2veno': Waiting for transfers to finish 2026/07/14 01:36:02 DEBUG : sub dir/hello world: Update: removing old file 2026/07/14 01:36:05 DEBUG : sub dir/hello world: size = 24 OK 2026/07/14 01:36:05 INFO : sub dir/hello world: Copied (replaced existing) 2026/07/14 01:36:06 INFO : sub dir/hello world: Deleted 2026/07/14 01:36:07 DEBUG : Linkbox root 'rclone-test-yugipah2veno': Purge remote --- PASS: TestServerSideMoveOverSelf (32.56s) === RUN TestCopyAfterDelete run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:36:14 ERROR : error listing: directory not found 2026/07/14 01:36:15 INFO : Local file system at /tmp/rclone1987508796: Making directory 2026/07/14 01:36:15 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:36:15 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish run.go:186: removing dir "sub dir" failed - try 1/3: sleeping 1s: directory not empty --- PASS: TestCopyAfterDelete (9.45s) === RUN TestCopyRedownload run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:36:24 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/14 01:36:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:36:25 DEBUG : Local file system at /tmp/rclone1987508796: Waiting for checks to finish 2026/07/14 01:36:25 DEBUG : Local file system at /tmp/rclone1987508796: Waiting for transfers to finish 2026/07/14 01:36:25 DEBUG : sub dir/hello world.9076d4bf.partial: size = 11 OK 2026/07/14 01:36:25 DEBUG : sub dir/hello world.9076d4bf.partial: renamed to: sub dir/hello world 2026/07/14 01:36:25 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:36:25 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (8.21s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:36:29 DEBUG : check sum: Need to transfer - File not found at Destination 2026/07/14 01:36:29 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:36:29 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:36:31 DEBUG : check sum: size = 1 OK 2026/07/14 01:36:31 INFO : check sum: Copied (new) 2026/07/14 01:36:31 DEBUG : Waiting for deletions to finish 2026/07/14 01:36:31 DEBUG : check sum: size = 1 OK 2026/07/14 01:36:31 NOTICE: Linkbox root 'rclone-test-locebay4nila': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/07/14 01:36:31 DEBUG : check sum: Size of src and dst objects identical 2026/07/14 01:36:31 DEBUG : check sum: Unchanged skipping 2026/07/14 01:36:31 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:36:31 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:36:31 DEBUG : Waiting for deletions to finish 2026/07/14 01:36:31 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (4.71s) === RUN TestSyncSizeOnly run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:36:33 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/07/14 01:36:33 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:36:33 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:36:34 ERROR : sizeonly: Failed to copy: Update second step failed: invalid character '<' looking for beginning of value 2026/07/14 01:36:34 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:36:34 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_test.go:822: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:822 Error: Received unexpected error: Update second step failed: invalid character '<' looking for beginning of value Test: TestSyncSizeOnly 2026/07/14 01:36:34 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:36:34 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:822 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestSyncSizeOnly --- FAIL: TestSyncSizeOnly (1.09s) === RUN TestSyncIgnoreSize run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:855 Error: Should be true Test: TestSyncIgnoreSize Messages: listing wrong, want ignore-size (8) got ignore-size (8), sizeonly (6) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:855 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncIgnoreSize Messages: Unexpected file "sizeonly" 2026/07/14 01:36:41 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/07/14 01:36:41 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/07/14 01:36:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:36:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:36:44 INFO : ignore-size: Copied (new) 2026/07/14 01:36:44 INFO : sizeonly: Copied (new) 2026/07/14 01:36:44 DEBUG : Waiting for deletions to finish sync_test.go:864: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:864 Error: Not equal: expected: 1 actual : 2 Test: TestSyncIgnoreSize fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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/sync/sync_test.go:865 Error: Should be true Test: TestSyncIgnoreSize Messages: listing wrong, want ignore-size (8) got ignore-size (8), sizeonly (6) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:865 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncIgnoreSize Messages: Unexpected file "sizeonly" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:869 Error: Should be true Test: TestSyncIgnoreSize Messages: listing wrong, want ignore-size (29) got ignore-size (29), sizeonly (6) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:869 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncIgnoreSize Messages: Unexpected file "sizeonly" 2026/07/14 01:37:00 DEBUG : ignore-size: Sizes identical 2026/07/14 01:37:00 DEBUG : ignore-size: Unchanged skipping 2026/07/14 01:37:00 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:37:00 DEBUG : sizeonly: Sizes identical 2026/07/14 01:37:00 DEBUG : sizeonly: Unchanged skipping 2026/07/14 01:37:00 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:37:00 DEBUG : Waiting for deletions to finish 2026/07/14 01:37:00 INFO : There was nothing to transfer fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:879 Error: Should be true Test: TestSyncIgnoreSize Messages: listing wrong, want ignore-size (29) got ignore-size (29), sizeonly (6) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:879 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncIgnoreSize Messages: Unexpected file "sizeonly" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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/sync/sync_test.go:880 Error: Should be true Test: TestSyncIgnoreSize Messages: listing wrong, want ignore-size (8) got ignore-size (8), sizeonly (6) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:880 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncIgnoreSize Messages: Unexpected file "sizeonly" --- FAIL: TestSyncIgnoreSize (43.92s) === RUN TestSyncIgnoreTimes run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:37:21 DEBUG : existing: size = 6 OK 2026/07/14 01:37:21 DEBUG : existing: Sizes identical 2026/07/14 01:37:21 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:37:21 DEBUG : existing: Unchanged skipping 2026/07/14 01:37:21 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:37:21 DEBUG : Waiting for deletions to finish 2026/07/14 01:37:21 INFO : There was nothing to transfer 2026/07/14 01:37:21 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:37:21 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/07/14 01:37:21 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:37:21 DEBUG : existing: Update: removing old file 2026/07/14 01:37:24 DEBUG : existing: size = 6 OK 2026/07/14 01:37:24 INFO : existing: Copied (replaced existing) 2026/07/14 01:37:24 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (7.83s) === RUN TestSyncIgnoreExisting run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:37:26 DEBUG : existing: Need to transfer - File not found at Destination 2026/07/14 01:37:26 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:37:26 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:37:28 DEBUG : existing: size = 6 OK 2026/07/14 01:37:28 INFO : existing: Copied (new) 2026/07/14 01:37:28 DEBUG : Waiting for deletions to finish 2026/07/14 01:37:28 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:37:28 DEBUG : existing: Destination exists, skipping 2026/07/14 01:37:28 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:37:28 DEBUG : Waiting for deletions to finish 2026/07/14 01:37:28 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (4.53s) === RUN TestSyncIgnoreErrors run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:37:37 INFO : d: Making directory 2026/07/14 01:37:40 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/07/14 01:37:41 DEBUG : c/non empty space: size = 5 OK 2026/07/14 01:37:41 DEBUG : c/non empty space: Sizes identical 2026/07/14 01:37:41 DEBUG : c/non empty space: Unchanged skipping 2026/07/14 01:37:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:37:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:37:44 DEBUG : a/potato2: size = 60 OK 2026/07/14 01:37:44 INFO : a/potato2: Copied (new) 2026/07/14 01:37:44 DEBUG : Waiting for deletions to finish 2026/07/14 01:37:46 INFO : b/potato: Deleted 2026/07/14 01:37:46 INFO : d: Removing directory 2026/07/14 01:37:47 INFO : b: Removing directory 2026/07/14 01:37:49 DEBUG : Linkbox root 'rclone-test-locebay4nila': deleted 2 directories --- PASS: TestSyncIgnoreErrors (25.67s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:37:58 DEBUG : empty space: size = 1 OK 2026/07/14 01:37:58 DEBUG : empty space: Sizes identical 2026/07/14 01:37:58 DEBUG : empty space: Unchanged skipping 2026/07/14 01:37:58 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:37:58 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:37:58 DEBUG : Waiting for deletions to finish 2026/07/14 01:37:58 INFO : There was nothing to transfer 2026/07/14 01:37:59 DEBUG : empty space: size = 1 OK 2026/07/14 01:37:59 DEBUG : empty space: Sizes identical 2026/07/14 01:37:59 DEBUG : empty space: Unchanged skipping 2026/07/14 01:37:59 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:37:59 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:37:59 DEBUG : Waiting for deletions to finish 2026/07/14 01:37:59 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (4.79s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:1046: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.40s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:1072: Can't run this test on fs which doesn't support mod time --- SKIP: TestSyncDoesntUpdateModtime (0.42s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:38:04 DEBUG : empty space: size = 1 OK 2026/07/14 01:38:04 DEBUG : empty space: Sizes identical 2026/07/14 01:38:04 DEBUG : potato: Need to transfer - File not found at Destination 2026/07/14 01:38:04 DEBUG : empty space: Unchanged skipping 2026/07/14 01:38:04 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:38:04 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:38:06 DEBUG : potato: size = 60 OK 2026/07/14 01:38:06 INFO : potato: Copied (new) 2026/07/14 01:38:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (7.88s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:38:12 DEBUG : potato: size = 21 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:38:12 DEBUG : potato: size = 60 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:38:12 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:38:12 DEBUG : potato: Sizes differ 2026/07/14 01:38:12 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:38:12 DEBUG : potato: Update: removing old file 2026/07/14 01:38:15 DEBUG : potato: size = 21 OK 2026/07/14 01:38:15 INFO : potato: Copied (replaced existing) 2026/07/14 01:38:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (7.54s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:1136: ModTimeNotSupported so forcing file to be a different size 2026/07/14 01:38:20 DEBUG : potato: size = 21 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:38:20 DEBUG : potato: size = 36 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:38:20 DEBUG : potato: Sizes differ 2026/07/14 01:38:20 DEBUG : potato: Update: removing old file 2026/07/14 01:38:20 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:38:20 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:38:23 DEBUG : potato: size = 21 OK 2026/07/14 01:38:23 INFO : potato: Copied (replaced existing) 2026/07/14 01:38:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (7.79s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:38:29 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/14 01:38:29 DEBUG : empty space: size = 1 OK 2026/07/14 01:38:29 DEBUG : empty space: Sizes identical 2026/07/14 01:38:29 DEBUG : empty space: Unchanged skipping 2026/07/14 01:38:29 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/07/14 01:38:29 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:38:29 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:38:29 DEBUG : Waiting for deletions to finish 2026/07/14 01:38:29 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (7.69s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:38:37 DEBUG : empty space: Trying to read object after upload: try again in 100ms (1/10) 2026/07/14 01:38:37 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/14 01:38:37 DEBUG : empty space: size = 1 OK 2026/07/14 01:38:37 DEBUG : empty space: Sizes identical 2026/07/14 01:38:37 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:38:37 DEBUG : empty space: Unchanged skipping 2026/07/14 01:38:37 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:38:39 DEBUG : potato2: size = 60 OK 2026/07/14 01:38:39 INFO : potato2: Copied (new) 2026/07/14 01:38:39 DEBUG : Waiting for deletions to finish 2026/07/14 01:38:41 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (11.50s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:38:51 INFO : d: Making directory 2026/07/14 01:38:53 INFO : d/e: Making directory 2026/07/14 01:38:55 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/07/14 01:38:58 DEBUG : c/non empty space: size = 5 OK 2026/07/14 01:38:58 DEBUG : c/non empty space: Sizes identical 2026/07/14 01:38:58 DEBUG : c/non empty space: Unchanged skipping 2026/07/14 01:38:58 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:38:58 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:39:00 DEBUG : a/potato2: size = 60 OK 2026/07/14 01:39:00 INFO : a/potato2: Copied (new) 2026/07/14 01:39:00 DEBUG : Waiting for deletions to finish 2026/07/14 01:39:01 INFO : b/potato: Deleted 2026/07/14 01:39:01 INFO : d/e: Removing directory 2026/07/14 01:39:03 INFO : d: Removing directory 2026/07/14 01:39:04 INFO : b: Removing directory 2026/07/14 01:39:06 DEBUG : Linkbox root 'rclone-test-locebay4nila': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (28.80s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:39:20 INFO : d: Making directory 2026/07/14 01:39:23 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/07/14 01:39:23 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:39:23 DEBUG : c/non empty space: size = 5 OK 2026/07/14 01:39:23 DEBUG : c/non empty space: Sizes identical 2026/07/14 01:39:23 DEBUG : c/non empty space: Unchanged skipping 2026/07/14 01:39:23 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:39:27 DEBUG : a/potato2: Trying to read object after upload: try again in 100ms (1/10) 2026/07/14 01:39:27 DEBUG : a/potato2: Trying to read object after upload: try again in 200ms (2/10) 2026/07/14 01:39:27 DEBUG : a/potato2: Trying to read object after upload: try again in 400ms (3/10) 2026/07/14 01:39:28 DEBUG : a/potato2: size = 60 OK 2026/07/14 01:39:28 INFO : a/potato2: Copied (new) 2026/07/14 01:39:28 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:39:28 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (27.47s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:39:45 DEBUG : Waiting for deletions to finish 2026/07/14 01:39:45 DEBUG : empty space: size = 1 OK 2026/07/14 01:39:45 DEBUG : empty space: Sizes identical 2026/07/14 01:39:45 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/14 01:39:45 DEBUG : empty space: Unchanged skipping 2026/07/14 01:39:45 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:39:45 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:39:46 INFO : potato: Deleted 2026/07/14 01:39:47 DEBUG : potato2: size = 60 OK 2026/07/14 01:39:47 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (9.88s) === RUN TestSyncDeleteBefore run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:39:54 DEBUG : Waiting for deletions to finish 2026/07/14 01:39:55 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:39:55 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:39:56 INFO : potato: Deleted 2026/07/14 01:39:56 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/14 01:39:56 DEBUG : empty space: size = 1 OK 2026/07/14 01:39:56 DEBUG : empty space: Sizes identical 2026/07/14 01:39:56 DEBUG : empty space: Unchanged skipping 2026/07/14 01:39:56 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:39:56 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:39:58 DEBUG : potato2: size = 60 OK 2026/07/14 01:39:58 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (11.28s) === RUN TestCopyDeleteBefore run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:40:04 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/14 01:40:04 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:40:04 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:40:06 DEBUG : potato2: size = 19 OK 2026/07/14 01:40:06 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (7.71s) === RUN TestSyncWithExclude run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:40:13 DEBUG : enormous: Excluded (Size Filter) 2026/07/14 01:40:13 DEBUG : enormous: Excluded 2026/07/14 01:40:13 DEBUG : potato2: Excluded (Size Filter) 2026/07/14 01:40:13 DEBUG : potato2: Excluded 2026/07/14 01:40:14 DEBUG : potato2: Excluded (Size Filter) 2026/07/14 01:40:14 DEBUG : potato2: Excluded 2026/07/14 01:40:14 DEBUG : empty space: size = 1 OK 2026/07/14 01:40:14 DEBUG : empty space: Sizes identical 2026/07/14 01:40:14 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:40:14 DEBUG : empty space: Unchanged skipping 2026/07/14 01:40:14 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:40:14 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:14 INFO : There was nothing to transfer 2026/07/14 01:40:14 DEBUG : enormous: Excluded (Size Filter) 2026/07/14 01:40:14 DEBUG : enormous: Excluded 2026/07/14 01:40:14 DEBUG : potato2: Excluded (Size Filter) 2026/07/14 01:40:14 DEBUG : potato2: Excluded 2026/07/14 01:40:14 DEBUG : potato2: Excluded (Size Filter) 2026/07/14 01:40:14 DEBUG : potato2: Excluded 2026/07/14 01:40:14 DEBUG : Local file system at /tmp/rclone1987508796: Waiting for checks to finish 2026/07/14 01:40:14 DEBUG : empty space: size = 1 OK 2026/07/14 01:40:14 DEBUG : empty space: Sizes identical 2026/07/14 01:40:14 DEBUG : empty space: Unchanged skipping 2026/07/14 01:40:14 DEBUG : Local file system at /tmp/rclone1987508796: Waiting for transfers to finish 2026/07/14 01:40:14 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:14 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (7.82s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:40:23 DEBUG : enormous: Excluded (Size Filter) 2026/07/14 01:40:23 DEBUG : enormous: Excluded 2026/07/14 01:40:23 DEBUG : potato2: Excluded (Size Filter) 2026/07/14 01:40:23 DEBUG : potato2: Excluded 2026/07/14 01:40:23 DEBUG : empty space: size = 1 OK 2026/07/14 01:40:23 DEBUG : empty space: Sizes identical 2026/07/14 01:40:23 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:40:23 DEBUG : empty space: Unchanged skipping 2026/07/14 01:40:23 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:40:23 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:25 INFO : enormous: Deleted 2026/07/14 01:40:25 INFO : potato2: Deleted 2026/07/14 01:40:25 INFO : There was nothing to transfer 2026/07/14 01:40:25 DEBUG : empty space: size = 1 OK 2026/07/14 01:40:25 DEBUG : empty space: Sizes identical 2026/07/14 01:40:25 DEBUG : empty space: Unchanged skipping 2026/07/14 01:40:25 DEBUG : Local file system at /tmp/rclone1987508796: Waiting for checks to finish 2026/07/14 01:40:25 DEBUG : Local file system at /tmp/rclone1987508796: Waiting for transfers to finish 2026/07/14 01:40:25 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:25 INFO : enormous: Deleted 2026/07/14 01:40:25 INFO : potato2: Deleted 2026/07/14 01:40:25 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (10.12s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:1454: Can't run this test on fs which doesn't support mod time --- SKIP: TestSyncWithUpdateOlder (0.40s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1497: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1497: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:1569: Can track renames: false 2026/07/14 01:40:28 ERROR : Linkbox root 'rclone-test-locebay4nila': Ignoring --track-renames as the destination does not support server-side move or copy 2026/07/14 01:40:28 ERROR : Linkbox root 'rclone-test-locebay4nila': Ignoring --track-renames as the source and destination do not have a common hash 2026/07/14 01:40:28 DEBUG : potato: Need to transfer - File not found at Destination 2026/07/14 01:40:28 DEBUG : yam: Need to transfer - File not found at Destination 2026/07/14 01:40:28 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:40:28 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:40:30 DEBUG : yam: size = 11 OK 2026/07/14 01:40:30 INFO : yam: Copied (new) 2026/07/14 01:40:30 DEBUG : potato: size = 14 OK 2026/07/14 01:40:30 INFO : potato: Copied (new) 2026/07/14 01:40:30 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:30 ERROR : Linkbox root 'rclone-test-locebay4nila': Ignoring --track-renames as the destination does not support server-side move or copy 2026/07/14 01:40:30 ERROR : Linkbox root 'rclone-test-locebay4nila': Ignoring --track-renames as the source and destination do not have a common hash 2026/07/14 01:40:31 DEBUG : yaml: Need to transfer - File not found at Destination 2026/07/14 01:40:31 DEBUG : potato: size = 14 OK 2026/07/14 01:40:31 DEBUG : potato: Sizes identical 2026/07/14 01:40:31 DEBUG : potato: Unchanged skipping 2026/07/14 01:40:31 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:40:31 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:40:33 DEBUG : yaml: size = 11 OK 2026/07/14 01:40:33 INFO : yaml: Copied (new) 2026/07/14 01:40:33 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:34 INFO : yam: Deleted --- PASS: TestSyncWithTrackRenames (9.66s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:1641: Can track renames: false 2026/07/14 01:40:37 ERROR : Linkbox root 'rclone-test-locebay4nila': Ignoring --track-renames as the destination does not support server-side move or copy 2026/07/14 01:40:37 ERROR : Linkbox root 'rclone-test-locebay4nila': Ignoring --track-renames as either the source or destination do not support modtime 2026/07/14 01:40:37 DEBUG : potato: Need to transfer - File not found at Destination 2026/07/14 01:40:37 DEBUG : yam: Need to transfer - File not found at Destination 2026/07/14 01:40:37 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:40:37 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:40:40 DEBUG : potato: size = 14 OK 2026/07/14 01:40:40 INFO : potato: Copied (new) 2026/07/14 01:40:40 DEBUG : yam: size = 11 OK 2026/07/14 01:40:40 INFO : yam: Copied (new) 2026/07/14 01:40:40 DEBUG : Waiting for deletions to finish 2026/07/14 01:40:40 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:40:40 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value fstest.go:282: Error listing: getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:40:40 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:40:41 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:282 /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/sync/sync_test.go:1651 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestSyncWithTrackRenamesStrategyModtime --- FAIL: TestSyncWithTrackRenamesStrategyModtime (3.39s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:1680: Can track renames: false 2026/07/14 01:40:41 ERROR : Linkbox root 'rclone-test-locebay4nila': Ignoring --track-renames as the destination does not support server-side move or copy 2026/07/14 01:40:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:40:41 DEBUG : potato: Need to transfer - File not found at Destination 2026/07/14 01:40:41 DEBUG : yam: Need to transfer - File not found at Destination 2026/07/14 01:40:41 ERROR : Linkbox root 'rclone-test-locebay4nila': error reading destination root directory: getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:40:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:40:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:40:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:40:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:40:42 ERROR : yam: Failed to copy: Update err in unmarshaling response: invalid character '<' looking for beginning of value 2026/07/14 01:40:42 ERROR : potato: Failed to copy: Update err in unmarshaling response: invalid character '<' looking for beginning of value 2026/07/14 01:40:42 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:40:42 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_test.go:1687: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1687 Error: Received unexpected error: Update err in unmarshaling response: invalid character '<' looking for beginning of value Test: TestSyncWithTrackRenamesStrategyLeaf 2026/07/14 01:40:42 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:40:43 DEBUG : Saving config "web_token" in section "TestLinkbox" of the config file 2026/07/14 01:40:43 DEBUG : Config file has changed externally - reloading 2026/07/14 01:40:43 DEBUG : Linkbox root 'rclone-test-locebay4nila': Login successful 2026/07/14 01:40:43 DEBUG : pacer: low level retry 1/10 (error ) 2026/07/14 01:40:43 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/14 01:40:43 DEBUG : pacer: Reducing sleep to 300ms 2026/07/14 01:40:44 DEBUG : pacer: Reducing sleep to 225ms 2026/07/14 01:40:46 DEBUG : pacer: Reducing sleep to 200ms --- FAIL: TestSyncWithTrackRenamesStrategyLeaf (5.40s) === RUN TestServerSideMoveLocal run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:40:46 DEBUG : Creating backend with remote "/tmp/rclone1987508796/dir1" 2026/07/14 01:40:46 DEBUG : Creating backend with remote "/tmp/rclone1987508796/dir2" 2026/07/14 01:40:46 DEBUG : Local file system at /tmp/rclone1987508796/dir2: Using server-side directory move 2026/07/14 01:40:46 INFO : Local file system at /tmp/rclone1987508796/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/07/14 01:40:46 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/07/14 01:40:46 DEBUG : Local file system at /tmp/rclone1987508796/dir2: Waiting for checks to finish 2026/07/14 01:40:46 DEBUG : Local file system at /tmp/rclone1987508796/dir2: Waiting for transfers to finish 2026/07/14 01:40:46 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.41s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:40:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:40:47 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/07/14 01:40:47 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:40:47 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:40:53 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:40:53 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:40:53 INFO : sub dir/hello world: Deleted 2026/07/14 01:40:54 DEBUG : nested/sub dir/file: size = 6 OK 2026/07/14 01:40:54 INFO : nested/sub dir/file: Copied (new) 2026/07/14 01:40:54 INFO : nested/sub dir/file: Deleted 2026/07/14 01:40:54 ERROR : Local file system at /tmp/rclone1987508796: not deleting directories as there were IO errors sync_test.go:1819: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1819 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestMoveWithDeleteEmptySrcDirs --- FAIL: TestMoveWithDeleteEmptySrcDirs (15.49s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:41:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/14 01:41:02 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/07/14 01:41:02 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:41:02 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:41:09 DEBUG : sub dir/hello world: size = 11 OK 2026/07/14 01:41:09 INFO : sub dir/hello world: Copied (new) 2026/07/14 01:41:09 INFO : sub dir/hello world: Deleted 2026/07/14 01:41:09 DEBUG : nested/sub dir/file: size = 6 OK 2026/07/14 01:41:09 INFO : nested/sub dir/file: Copied (new) 2026/07/14 01:41:09 INFO : nested/sub dir/file: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (16.35s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:41:18 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/07/14 01:41:18 DEBUG : existing: Need to transfer - File not found at Destination 2026/07/14 01:41:18 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:41:18 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:41:21 DEBUG : existing-b: size = 6 OK 2026/07/14 01:41:21 INFO : existing-b: Copied (new) 2026/07/14 01:41:21 INFO : existing-b: Deleted 2026/07/14 01:41:21 DEBUG : existing: size = 6 OK 2026/07/14 01:41:21 INFO : existing: Copied (new) 2026/07/14 01:41:21 INFO : existing: Deleted 2026/07/14 01:41:21 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:41:21 DEBUG : existing: Destination exists, skipping 2026/07/14 01:41:21 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/07/14 01:41:21 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:41:21 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (6.39s) === RUN TestServerSideMove run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:41:25 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-kabaquv6geli" 2026/07/14 01:41:25 DEBUG : Linkbox root 'rclone-test-kabaquv6geli': Using cached web token sync_test.go:1736: Server side move (if possible) Linkbox root 'rclone-test-locebay4nila' -> Linkbox root 'rclone-test-kabaquv6geli' 2026/07/14 01:41:38 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/14 01:41:38 DEBUG : empty space: size = 1 OK 2026/07/14 01:41:38 DEBUG : empty space: Sizes identical 2026/07/14 01:41:38 DEBUG : empty space: Unchanged skipping 2026/07/14 01:41:38 DEBUG : potato3: size = 68 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:41:38 DEBUG : potato3: size = 60 (Linkbox root 'rclone-test-kabaquv6geli') 2026/07/14 01:41:38 DEBUG : potato3: Sizes differ 2026/07/14 01:41:38 DEBUG : Linkbox root 'rclone-test-kabaquv6geli': Waiting for checks to finish 2026/07/14 01:41:38 DEBUG : potato3: Update: removing old file 2026/07/14 01:41:39 INFO : empty space: Deleted 2026/07/14 01:41:39 DEBUG : Linkbox root 'rclone-test-kabaquv6geli': Waiting for transfers to finish 2026/07/14 01:41:40 DEBUG : potato2: size = 60 OK 2026/07/14 01:41:40 INFO : potato2: Copied (new) 2026/07/14 01:41:41 DEBUG : Linkbox root 'rclone-test-kabaquv6geli': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:41:41 ERROR : potato3: Failed to copy: Update failed to read object: getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:41:41 ERROR : potato3: Not deleting source as copy failed: Update failed to read object: getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:41:42 INFO : potato2: Deleted sync_test.go:1747: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1747 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 Error: Received unexpected error: Update failed to read object: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestServerSideMove 2026/07/14 01:41:42 DEBUG : Linkbox root 'rclone-test-kabaquv6geli': Purge remote 2026/07/14 01:41:42 NOTICE: purge failed: purge error: invalid character '<' looking for beginning of value 2026/07/14 01:41:42 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:41:42 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1747 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestServerSideMove --- FAIL: TestServerSideMove (17.30s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:41:42 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-wafucot7veji" 2026/07/14 01:41:42 DEBUG : Linkbox root 'rclone-test-wafucot7veji': Using cached web token 2026/07/14 01:41:42 DEBUG : Linkbox root 'rclone-test-wafucot7veji': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:41:42 DEBUG : Linkbox root '': Web API returned error "Linkbox error 0: " - refreshing token sync_test.go:1722: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1722 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestServerSideMoveWithFilter 2026/07/14 01:41:43 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:41:43 DEBUG : Saving config "web_token" in section "TestLinkbox" of the config file 2026/07/14 01:41:43 DEBUG : Linkbox root 'rclone-test-locebay4nila': Login successful 2026/07/14 01:41:43 DEBUG : pacer: low level retry 1/10 (error ) 2026/07/14 01:41:43 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2026/07/14 01:41:43 DEBUG : pacer: Reducing sleep to 300ms 2026/07/14 01:41:45 DEBUG : pacer: Reducing sleep to 225ms 2026/07/14 01:41:45 DEBUG : pacer: Reducing sleep to 200ms --- FAIL: TestServerSideMoveWithFilter (2.96s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:41:45 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-sozitas1tamu" 2026/07/14 01:41:45 DEBUG : Linkbox root 'rclone-test-sozitas1tamu': Using cached web token 2026/07/14 01:41:52 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) Linkbox root 'rclone-test-locebay4nila' -> Linkbox root 'rclone-test-sozitas1tamu' 2026/07/14 01:42:00 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/14 01:42:00 DEBUG : potato3: size = 68 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:42:00 DEBUG : empty space: size = 1 OK 2026/07/14 01:42:00 DEBUG : empty space: Sizes identical 2026/07/14 01:42:00 DEBUG : empty space: Unchanged skipping 2026/07/14 01:42:00 DEBUG : potato3: size = 60 (Linkbox root 'rclone-test-sozitas1tamu') 2026/07/14 01:42:00 DEBUG : potato3: Sizes differ 2026/07/14 01:42:00 DEBUG : Linkbox root 'rclone-test-sozitas1tamu': Waiting for checks to finish 2026/07/14 01:42:00 DEBUG : potato3: Update: removing old file 2026/07/14 01:42:01 INFO : empty space: Deleted 2026/07/14 01:42:01 DEBUG : Linkbox root 'rclone-test-sozitas1tamu': Waiting for transfers to finish 2026/07/14 01:42:02 DEBUG : potato2: size = 60 OK 2026/07/14 01:42:02 INFO : potato2: Copied (new) 2026/07/14 01:42:03 DEBUG : potato3: size = 68 OK 2026/07/14 01:42:03 INFO : potato3: Copied (replaced existing) 2026/07/14 01:42:04 INFO : potato2: Deleted 2026/07/14 01:42:05 INFO : potato3: Deleted 2026/07/14 01:42:05 INFO : tomatoDir: Removing directory 2026/07/14 01:42:06 DEBUG : Linkbox root 'rclone-test-locebay4nila': deleted 1 directories 2026/07/14 01:42:07 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-xoxowoz3sixi" 2026/07/14 01:42:07 DEBUG : Linkbox root 'rclone-test-xoxowoz3sixi': Using cached web token 2026/07/14 01:42:08 INFO : tomatoDir: Making directory 2026/07/14 01:42:09 DEBUG : empty space: Need to transfer - File not found at Destination 2026/07/14 01:42:09 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/14 01:42:09 DEBUG : potato3: Need to transfer - File not found at Destination 2026/07/14 01:42:10 DEBUG : Linkbox root 'rclone-test-xoxowoz3sixi': Waiting for checks to finish 2026/07/14 01:42:10 DEBUG : Linkbox root 'rclone-test-xoxowoz3sixi': Waiting for transfers to finish 2026/07/14 01:42:14 DEBUG : empty space: size = 1 OK 2026/07/14 01:42:14 INFO : empty space: Copied (new) 2026/07/14 01:42:14 DEBUG : potato2: size = 60 OK 2026/07/14 01:42:14 INFO : potato2: Copied (new) 2026/07/14 01:42:15 DEBUG : potato3: size = 68 OK 2026/07/14 01:42:15 INFO : potato3: Copied (new) 2026/07/14 01:42:16 INFO : empty space: Deleted 2026/07/14 01:42:16 INFO : potato2: Deleted 2026/07/14 01:42:16 INFO : potato3: Deleted 2026/07/14 01:42:16 INFO : tomatoDir: Removing directory 2026/07/14 01:42:18 DEBUG : Linkbox root 'rclone-test-sozitas1tamu': deleted 1 directories 2026/07/14 01:42:18 DEBUG : Linkbox root 'rclone-test-xoxowoz3sixi': Purge remote 2026/07/14 01:42:20 DEBUG : Linkbox root 'rclone-test-sozitas1tamu': Purge remote --- PASS: TestServerSideMoveDeleteEmptySourceDirs (36.48s) === RUN TestServerSideMoveOverlap run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:42:21 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-locebay4nila/rclone-move-test" 2026/07/14 01:42:21 DEBUG : Linkbox root 'rclone-test-locebay4nila/rclone-move-test': Using cached web token fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 7s just to make sure --- PASS: TestServerSideMoveOverlap (15.92s) === RUN TestSyncOverlap run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:42:37 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-locebay4nila/rclone-sync-test" 2026/07/14 01:42:37 DEBUG : Linkbox root 'rclone-test-locebay4nila/rclone-sync-test': Using cached web token --- PASS: TestSyncOverlap (1.46s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:42:39 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-locebay4nila/rclone-sync-test" 2026/07/14 01:42:39 DEBUG : Linkbox root 'rclone-test-locebay4nila/rclone-sync-test': Using cached web token 2026/07/14 01:42:41 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-locebay4nila/rclone-sync-test-include/layer2" 2026/07/14 01:42:41 DEBUG : Linkbox root 'rclone-test-locebay4nila/rclone-sync-test-include/layer2': Using cached web token 2026/07/14 01:42:45 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-locebay4nila/rclone-sync-test-ignore-file" 2026/07/14 01:42:45 DEBUG : Linkbox root 'rclone-test-locebay4nila/rclone-sync-test-ignore-file': Using cached web token run.go:303: Failed to put "rclone-sync-test-ignore-file/.ignore" to "Linkbox root 'rclone-test-locebay4nila'": failed to make directory: couldn't find already created directory: directory not found --- FAIL: TestSyncOverlapWithFilter (9.89s) === RUN TestSyncCompareDest run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:42:49 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-locebay4nila/dst" 2026/07/14 01:42:49 DEBUG : Linkbox root 'rclone-test-locebay4nila/dst': Using cached web token 2026/07/14 01:42:50 DEBUG : Creating backend with remote "TestLinkbox:rclone-test-locebay4nila/CompareDest" 2026/07/14 01:42:50 DEBUG : Linkbox root 'rclone-test-locebay4nila/CompareDest': Using cached web token 2026/07/14 01:42:51 DEBUG : one: Need to transfer - File not found at Destination 2026/07/14 01:42:51 DEBUG : Linkbox root 'rclone-test-locebay4nila/dst': Waiting for checks to finish 2026/07/14 01:42:51 DEBUG : Linkbox root 'rclone-test-locebay4nila/dst': Waiting for transfers to finish 2026/07/14 01:42:55 DEBUG : one: Trying to read object after upload: try again in 100ms (1/10) 2026/07/14 01:42:55 DEBUG : one: Trying to read object after upload: try again in 200ms (2/10) 2026/07/14 01:42:56 DEBUG : one: Trying to read object after upload: try again in 400ms (3/10) 2026/07/14 01:42:56 DEBUG : one: Trying to read object after upload: try again in 800ms (4/10) 2026/07/14 01:42:57 DEBUG : one: size = 3 OK 2026/07/14 01:42:57 INFO : one: Copied (new) 2026/07/14 01:42:57 DEBUG : Waiting for deletions to finish fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:292: Sleeping for 6s just to make sure 2026/07/14 01:43:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:43:08 DEBUG : one: size = 3 (Linkbox root 'rclone-test-locebay4nila/dst') 2026/07/14 01:43:08 DEBUG : one: Sizes differ 2026/07/14 01:43:08 DEBUG : Linkbox root 'rclone-test-locebay4nila/dst': Waiting for checks to finish 2026/07/14 01:43:08 DEBUG : Linkbox root 'rclone-test-locebay4nila/dst': Waiting for transfers to finish 2026/07/14 01:43:08 DEBUG : one: Update: removing old file 2026/07/14 01:43:12 DEBUG : one: size = 5 OK 2026/07/14 01:43:12 INFO : one: Copied (replaced existing) 2026/07/14 01:43:12 DEBUG : Waiting for deletions to finish 2026/07/14 01:43:13 DEBUG : dst/one: Update: removing old file 2026/07/14 01:43:21 DEBUG : one: size = 5 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:43:21 DEBUG : one: size = 3 (Linkbox root 'rclone-test-locebay4nila/dst') 2026/07/14 01:43:21 DEBUG : Linkbox root 'rclone-test-locebay4nila/dst': Waiting for checks to finish 2026/07/14 01:43:21 DEBUG : one: Sizes differ 2026/07/14 01:43:22 DEBUG : one: size = 5 OK 2026/07/14 01:43:22 DEBUG : one: Sizes identical 2026/07/14 01:43:22 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/14 01:43:22 DEBUG : Linkbox root 'rclone-test-locebay4nila/dst': Waiting for transfers to finish 2026/07/14 01:43:22 DEBUG : Waiting for deletions to finish 2026/07/14 01:43:22 INFO : There was nothing to transfer 2026/07/14 01:43:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:43:27 DEBUG : one: size = 3 (Linkbox root 'rclone-test-locebay4nila/dst') 2026/07/14 01:43:27 DEBUG : one: Sizes differ 2026/07/14 01:43:27 DEBUG : two: size = 3 OK 2026/07/14 01:43:27 DEBUG : two: Sizes identical 2026/07/14 01:43:27 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/14 01:43:27 DEBUG : Linkbox root 'rclone-test-locebay4nila/dst': Waiting for checks to finish 2026/07/14 01:43:27 DEBUG : one: size = 5 OK 2026/07/14 01:43:27 DEBUG : one: Sizes identical 2026/07/14 01:43:27 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/14 01:43:27 DEBUG : Linkbox root 'rclone-test-locebay4nila/dst': Waiting for transfers to finish 2026/07/14 01:43:27 DEBUG : Waiting for deletions to finish 2026/07/14 01:43:27 INFO : There was nothing to transfer 2026/07/14 01:43:29 DEBUG : one: size = 5 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:43:29 DEBUG : one: size = 3 (Linkbox root 'rclone-test-locebay4nila/dst') 2026/07/14 01:43:29 DEBUG : one: Sizes differ 2026/07/14 01:43:29 DEBUG : two: size = 3 OK 2026/07/14 01:43:29 DEBUG : two: Sizes identical 2026/07/14 01:43:29 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/14 01:43:29 DEBUG : Linkbox root 'rclone-test-locebay4nila/dst': Waiting for checks to finish 2026/07/14 01:43:29 DEBUG : one: size = 5 OK 2026/07/14 01:43:29 DEBUG : one: Sizes identical 2026/07/14 01:43:29 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/14 01:43:29 DEBUG : Linkbox root 'rclone-test-locebay4nila/dst': Waiting for transfers to finish 2026/07/14 01:43:29 DEBUG : Waiting for deletions to finish 2026/07/14 01:43:29 INFO : There was nothing to transfer 2026/07/14 01:43:31 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:43:31 ERROR : rclone-sync-test-include/layer2: error listing: getting files failed: login failed: invalid character '<' looking for beginning of value fstest.go:282: Error listing: getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:43:31 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:43:31 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:282 /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/sync/sync_test.go:2175 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestSyncCompareDest --- FAIL: TestSyncCompareDest (42.52s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2239 Error: Should be true Test: TestSyncMultipleCompareDest Messages: listing wrong, want 1 (1), 2 (1), 3 (1) got 1 (1), 2 (1), 3 (1), one (5), two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2239 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncMultipleCompareDest Messages: Unexpected file "one" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2239 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncMultipleCompareDest Messages: Unexpected file "two" 2026/07/14 01:43:38 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token run.go:303: Failed to put "pre-dest1/1" to "Linkbox root 'rclone-test-locebay4nila'": getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:43:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:43:39 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2241 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestSyncMultipleCompareDest --- FAIL: TestSyncMultipleCompareDest (7.64s) === RUN TestSyncCopyDest run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:2266: Skipping test as remote does not support server-side copy 2026/07/14 01:43:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:43:39 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2266 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestSyncCopyDest --- FAIL: TestSyncCopyDest (0.40s) === RUN TestSyncBackupDir run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:2379: Skipping test as remote does not support server-side move 2026/07/14 01:43:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:43:40 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2379 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2458 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestSyncBackupDir --- FAIL: TestSyncBackupDir (0.40s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:2379: Skipping test as remote does not support server-side move 2026/07/14 01:43:40 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:43:40 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2379 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2462 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestSyncBackupDirWithSuffix --- FAIL: TestSyncBackupDirWithSuffix (0.40s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:2379: Skipping test as remote does not support server-side move 2026/07/14 01:43:40 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:43:40 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2379 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2466 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestSyncBackupDirWithSuffixKeepExtension --- FAIL: TestSyncBackupDirWithSuffixKeepExtension (0.40s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:2379: Skipping test as remote does not support server-side move 2026/07/14 01:43:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:43:41 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2379 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2470 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestSyncBackupDirSuffixOnly --- FAIL: TestSyncBackupDirSuffixOnly (0.40s) === RUN TestSyncSuffix run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:2480: Skipping test as remote does not support server-side move 2026/07/14 01:43:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:43:41 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2480 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestSyncSuffix --- FAIL: TestSyncSuffix (0.40s) === RUN TestSyncSuffixKeepExtension run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:2480: Skipping test as remote does not support server-side move 2026/07/14 01:43:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:43:42 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1259 /usr/local/go/src/testing/testing.go:1235 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2480 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2555 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestSyncSuffixKeepExtension --- FAIL: TestSyncSuffixKeepExtension (0.40s) === RUN TestSyncUTFNorm run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2573 Error: Should be true Test: TestSyncUTFNorm Messages: listing wrong, want Testêé (14) got 1 (1), 2 (1), 3 (1), Testêé (14), one (5), two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2573 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2573 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "2" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2573 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "3" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2573 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "one" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2573 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "two" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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/sync/sync_test.go:2576 Error: Should be true Test: TestSyncUTFNorm Messages: listing wrong, want Testêé (18) got CompareDest/one (5), CompareDest/two (3), Testêé (18), dst/one (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2576 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "dst/one" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2576 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "CompareDest/one" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2576 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "CompareDest/two" 2026/07/14 01:44:03 DEBUG : 1: Need to transfer - File not found at Destination 2026/07/14 01:44:03 DEBUG : 2: Need to transfer - File not found at Destination 2026/07/14 01:44:03 DEBUG : 3: Need to transfer - File not found at Destination 2026/07/14 01:44:03 DEBUG : one: Need to transfer - File not found at Destination 2026/07/14 01:44:03 DEBUG : two: Need to transfer - File not found at Destination 2026/07/14 01:44:03 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:44:03 DEBUG : Testêé: size = 18 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:44:03 DEBUG : Testêé: Sizes differ 2026/07/14 01:44:06 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:44:06 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:44:07 DEBUG : 1: size = 1 OK 2026/07/14 01:44:07 INFO : 1: Copied (new) 2026/07/14 01:44:08 DEBUG : 2: size = 1 OK 2026/07/14 01:44:08 INFO : 2: Copied (new) 2026/07/14 01:44:08 DEBUG : Testêé: Update: removing old file 2026/07/14 01:44:08 DEBUG : 3: size = 1 OK 2026/07/14 01:44:08 INFO : 3: Copied (new) 2026/07/14 01:44:08 DEBUG : one: size = 5 OK 2026/07/14 01:44:08 INFO : one: Copied (new) 2026/07/14 01:44:10 DEBUG : two: size = 3 OK 2026/07/14 01:44:10 INFO : two: Copied (new) 2026/07/14 01:44:11 DEBUG : Testêé: size = 14 OK 2026/07/14 01:44:11 INFO : Testêé: Copied (replaced existing) to: Testêé 2026/07/14 01:44:11 DEBUG : Waiting for deletions to finish 2026/07/14 01:44:12 INFO : CompareDest/one: Deleted 2026/07/14 01:44:12 INFO : CompareDest/two: Deleted 2026/07/14 01:44:13 INFO : dst/one: Deleted 2026/07/14 01:44:13 INFO : rclone-sync-test-include/layer2: Removing directory 2026/07/14 01:44:14 INFO : rclone-sync-test-include: Removing directory 2026/07/14 01:44:16 INFO : rclone-sync-test-ignore-file: Removing directory 2026/07/14 01:44:17 INFO : rclone-sync-test: Removing directory 2026/07/14 01:44:19 INFO : dst: Removing directory 2026/07/14 01:44:20 INFO : CompareDest: Removing directory 2026/07/14 01:44:22 DEBUG : Linkbox root 'rclone-test-locebay4nila': deleted 6 directories sync_test.go:2586: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2586 Error: Not equal: expected: 1 actual : 6 Test: TestSyncUTFNorm fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2587 Error: Should be true Test: TestSyncUTFNorm Messages: listing wrong, want Testêé (14) got 1 (1), 2 (1), 3 (1), Testêé (14), one (5), two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2587 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2587 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "2" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2587 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "3" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2587 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "one" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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:352 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2587 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "two" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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/sync/sync_test.go:2589 Error: Should be true Test: TestSyncUTFNorm Messages: listing wrong, want Testêé (14) got 1 (1), 2 (1), 3 (1), Testêé (14), one (5), two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2589 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2589 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "2" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2589 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "3" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2589 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "one" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2589 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "two" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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/run.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestSyncUTFNorm Messages: listing wrong, want got 1 (1), 2 (1), 3 (1), Testêé (14), one (5), two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "2" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "3" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "Testêé" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "one" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:338 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 Error: Should be true Test: TestSyncUTFNorm Messages: Unexpected file "two" --- FAIL: TestSyncUTFNorm (71.95s) === RUN TestSyncImmutable run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" fstest.go:298: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:301: Flushing the directory cache fstest.go:298: Sleeping for 4s for list eventual consistency: 3/3 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/sync/sync_test.go:2603 Error: Should be true Test: TestSyncImmutable Messages: listing wrong, want got 1 (1), 2 (1), 3 (1), Testêé (14), one (5), two (3) fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2603 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncImmutable Messages: Unexpected file "1" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2603 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncImmutable Messages: Unexpected file "2" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2603 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncImmutable Messages: Unexpected file "3" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2603 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncImmutable Messages: Unexpected file "Testêé" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2603 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncImmutable Messages: Unexpected file "one" fstest.go:191: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:191 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:308 /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/sync/sync_test.go:2603 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Should be true Test: TestSyncImmutable Messages: Unexpected file "two" 2026/07/14 01:45:03 DEBUG : existing: Need to transfer - File not found at Destination 2026/07/14 01:45:03 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:45:03 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:45:05 DEBUG : existing: Trying to read object after upload: try again in 100ms (1/10) 2026/07/14 01:45:05 DEBUG : existing: Trying to read object after upload: try again in 200ms (2/10) 2026/07/14 01:45:05 DEBUG : existing: Trying to read object after upload: try again in 400ms (3/10) 2026/07/14 01:45:06 DEBUG : existing: Trying to read object after upload: try again in 800ms (4/10) 2026/07/14 01:45:07 DEBUG : existing: Trying to read object after upload: try again in 1.6s (5/10) 2026/07/14 01:45:09 DEBUG : existing: Trying to read object after upload: try again in 3.2s (6/10) 2026/07/14 01:45:12 DEBUG : existing: Trying to read object after upload: try again in 6.4s (7/10) 2026/07/14 01:45:19 DEBUG : existing: Trying to read object after upload: try again in 12.8s (8/10) 2026/07/14 01:45:32 DEBUG : existing: size = 6 OK 2026/07/14 01:45:32 INFO : existing: Copied (new) 2026/07/14 01:45:32 DEBUG : Waiting for deletions to finish 2026/07/14 01:45:32 ERROR : 1: Couldn't delete: could not Remove: Linkbox error 403: not permit 2026/07/14 01:45:32 ERROR : 2: Couldn't delete: could not Remove: Linkbox error 403: not permit 2026/07/14 01:45:32 ERROR : 3: Couldn't delete: could not Remove: Linkbox error 403: not permit 2026/07/14 01:45:33 ERROR : one: Couldn't delete: could not Remove: Linkbox error 403: not permit 2026/07/14 01:45:33 ERROR : Testêé: Couldn't delete: could not Remove: Linkbox error 403: not permit 2026/07/14 01:45:33 ERROR : two: Couldn't delete: could not Remove: Linkbox error 403: not permit 2026/07/14 01:45:33 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_test.go:2610: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2610 Error: Received unexpected error: failed to delete 6 files Test: TestSyncImmutable --- FAIL: TestSyncImmutable (41.73s) === RUN TestSyncIgnoreCase run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:2637: Skipping test as local or remote are case-insensitive --- SKIP: TestSyncIgnoreCase (0.40s) === RUN TestFixCase run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:45:51 DEBUG : EXISTING: size = 6 OK 2026/07/14 01:45:51 DEBUG : existingbutdifferent: size = 5 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:45:51 DEBUG : existing: Sizes identical 2026/07/14 01:45:51 DEBUG : EXISTINGBUTDIFFERENT: size = 8 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:45:51 DEBUG : existingbutdifferent: Sizes differ 2026/07/14 01:45:51 DEBUG : existing: Unchanged skipping 2026/07/14 01:45:52 DEBUG : existing: Update: removing old file 2026/07/14 01:45:53 DEBUG : existingbutdifferent: Update: removing old file 2026/07/14 01:45:58 DEBUG : existingbutdifferent: size = 8 OK 2026/07/14 01:45:58 INFO : EXISTINGBUTDIFFERENT: Copied (new) to: existingbutdifferent 2026/07/14 01:45:58 ERROR : EXISTINGBUTDIFFERENT: Couldn't delete: could not Remove: Linkbox error 403: not permit 2026/07/14 01:45:58 ERROR : EXISTINGBUTDIFFERENT: Error while attempting to rename to existingbutdifferent: could not Remove: Linkbox error 403: not permit 2026/07/14 01:45:58 DEBUG : EXISTINGBUTDIFFERENT: Update: removing old file 2026/07/14 01:45:58 ERROR : EXISTINGBUTDIFFERENT: Update: failed to remove existing file: could not Remove: Linkbox error 403: not permit 2026/07/14 01:45:58 DEBUG : existing: Trying to read object after upload: try again in 100ms (1/10) 2026/07/14 01:45:59 DEBUG : existing: Trying to read object after upload: try again in 200ms (2/10) 2026/07/14 01:45:59 DEBUG : existing: Trying to read object after upload: try again in 400ms (3/10) 2026/07/14 01:46:00 DEBUG : existing: Trying to read object after upload: try again in 800ms (4/10) 2026/07/14 01:46:01 DEBUG : existing: Trying to read object after upload: try again in 1.6s (5/10) 2026/07/14 01:46:02 DEBUG : existingbutdifferent: size = 5 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:46:02 DEBUG : EXISTINGBUTDIFFERENT: size = 8 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:46:02 ERROR : EXISTINGBUTDIFFERENT: corrupted on transfer: sizes differ src(Local file system at /tmp/rclone1987508796) 5 vs dst(Linkbox root 'rclone-test-locebay4nila') 8 2026/07/14 01:46:02 INFO : EXISTINGBUTDIFFERENT: Removing failed copy 2026/07/14 01:46:03 DEBUG : existing: Trying to read object after upload: try again in 3.2s (6/10) 2026/07/14 01:46:04 DEBUG : subdira-rclone-move-revizuv3/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: size = 8 OK 2026/07/14 01:46:04 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Copied (new) to: subdira-rclone-move-revizuv3/subdirb/SUBDIRC/subdird/filewithoutcasedifferences 2026/07/14 01:46:05 DEBUG : subdira-rclone-move-revizuv3/subdirb/SUBDIRC/HELLO: size = 8 OK 2026/07/14 01:46:05 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Copied (new) to: subdira-rclone-move-revizuv3/subdirb/SUBDIRC/HELLO 2026/07/14 01:46:05 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Deleted 2026/07/14 01:46:06 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Deleted 2026/07/14 01:46:07 DEBUG : existing: Trying to read object after upload: try again in 6.4s (7/10) 2026/07/14 01:46:13 DEBUG : existing: Trying to read object after upload: try again in 12.8s (8/10) 2026/07/14 01:46:22 DEBUG : subdira/subdirb/SUBDIRC/HELLO: size = 8 OK 2026/07/14 01:46:22 INFO : subdira-rclone-move-revizuv3/subdirb/SUBDIRC/HELLO: Copied (new) to: subdira/subdirb/SUBDIRC/HELLO 2026/07/14 01:46:22 DEBUG : subdira/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: size = 8 OK 2026/07/14 01:46:22 INFO : subdira-rclone-move-revizuv3/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Copied (new) to: subdira/subdirb/SUBDIRC/subdird/filewithoutcasedifferences 2026/07/14 01:46:23 INFO : subdira-rclone-move-revizuv3/subdirb/SUBDIRC/HELLO: Deleted 2026/07/14 01:46:24 INFO : subdira-rclone-move-revizuv3/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Deleted 2026/07/14 01:46:26 DEBUG : existing: Trying to read object after upload: try again in 25.6s (9/10) 2026/07/14 01:46:30 INFO : SUBDIRA: Fixed case by renaming to: subdira 2026/07/14 01:46:38 DEBUG : subdira/subdirb-rclone-move-cezanes0/SUBDIRC/HELLO: size = 8 OK 2026/07/14 01:46:38 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Copied (new) to: subdira/subdirb-rclone-move-cezanes0/SUBDIRC/HELLO 2026/07/14 01:46:39 DEBUG : subdira/subdirb-rclone-move-cezanes0/SUBDIRC/subdird/filewithoutcasedifferences: size = 8 OK 2026/07/14 01:46:39 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Copied (new) to: subdira/subdirb-rclone-move-cezanes0/SUBDIRC/subdird/filewithoutcasedifferences 2026/07/14 01:46:40 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Deleted 2026/07/14 01:46:40 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Deleted 2026/07/14 01:46:40 ERROR : SUBDIRA/subdirb: Error while attempting to rename to subdira/subdirb: RenameDir rmdir: purge error: invalid character '<' looking for beginning of value 2026/07/14 01:46:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:46:41 ERROR : SUBDIRA/subdirb: error reading destination directory: getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:46:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:46:52 DEBUG : existing: Trying to read object after upload: try again in 51.2s (10/10) 2026/07/14 01:47:43 ERROR : EXISTING: Failed to copy: object not found 2026/07/14 01:47:43 ERROR : EXISTING: Not deleting source as copy failed: object not found 2026/07/14 01:47:43 ERROR : EXISTING: Error while attempting to rename to existing: object not found 2026/07/14 01:47:43 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:47:43 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:47:43 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_test.go:2686: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2686 Error: Received unexpected error: object not found Test: TestFixCase --- FAIL: TestFixCase (146.42s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Soft run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:2705: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" sync_test.go:2705: This test only runs on local --- PASS: TestMaxTransfer (1.22s) --- SKIP: TestMaxTransfer/Hard (0.41s) --- SKIP: TestMaxTransfer/Soft (0.40s) --- SKIP: TestMaxTransfer/Cautious (0.41s) === RUN TestSyncConcurrentDelete run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:49:33 DEBUG : both10: size = 6 OK 2026/07/14 01:49:33 DEBUG : both10: Sizes identical 2026/07/14 01:49:33 DEBUG : both11: size = 6 OK 2026/07/14 01:49:33 DEBUG : both11: Sizes identical 2026/07/14 01:49:33 DEBUG : both12: size = 6 OK 2026/07/14 01:49:33 DEBUG : both12: Sizes identical 2026/07/14 01:49:33 DEBUG : both10: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both13: size = 6 OK 2026/07/14 01:49:33 DEBUG : both13: Sizes identical 2026/07/14 01:49:33 DEBUG : both0: size = 6 OK 2026/07/14 01:49:33 DEBUG : both0: Sizes identical 2026/07/14 01:49:33 DEBUG : both13: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both14: size = 6 OK 2026/07/14 01:49:33 DEBUG : both14: Sizes identical 2026/07/14 01:49:33 DEBUG : both14: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both15: size = 6 OK 2026/07/14 01:49:33 DEBUG : both15: Sizes identical 2026/07/14 01:49:33 DEBUG : both15: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both16: size = 6 OK 2026/07/14 01:49:33 DEBUG : both16: Sizes identical 2026/07/14 01:49:33 DEBUG : both16: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both17: size = 6 OK 2026/07/14 01:49:33 DEBUG : both17: Sizes identical 2026/07/14 01:49:33 DEBUG : both17: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both18: size = 6 OK 2026/07/14 01:49:33 DEBUG : both18: Sizes identical 2026/07/14 01:49:33 DEBUG : both18: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both19: size = 6 OK 2026/07/14 01:49:33 DEBUG : both19: Sizes identical 2026/07/14 01:49:33 DEBUG : both19: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both1: size = 6 OK 2026/07/14 01:49:33 DEBUG : both1: Sizes identical 2026/07/14 01:49:33 DEBUG : both1: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both2: size = 6 OK 2026/07/14 01:49:33 DEBUG : both2: Sizes identical 2026/07/14 01:49:33 DEBUG : both2: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both3: size = 6 OK 2026/07/14 01:49:33 DEBUG : both3: Sizes identical 2026/07/14 01:49:33 DEBUG : both3: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both4: size = 6 OK 2026/07/14 01:49:33 DEBUG : both4: Sizes identical 2026/07/14 01:49:33 DEBUG : both4: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both5: size = 6 OK 2026/07/14 01:49:33 DEBUG : both5: Sizes identical 2026/07/14 01:49:33 DEBUG : both5: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both6: size = 6 OK 2026/07/14 01:49:33 DEBUG : both6: Sizes identical 2026/07/14 01:49:33 DEBUG : both6: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both7: size = 6 OK 2026/07/14 01:49:33 DEBUG : both7: Sizes identical 2026/07/14 01:49:33 DEBUG : both7: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both8: size = 6 OK 2026/07/14 01:49:33 DEBUG : both8: Sizes identical 2026/07/14 01:49:33 DEBUG : both8: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both9: size = 6 OK 2026/07/14 01:49:33 DEBUG : both9: Sizes identical 2026/07/14 01:49:33 DEBUG : both9: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both12: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both11: Unchanged skipping 2026/07/14 01:49:33 DEBUG : both0: Unchanged skipping 2026/07/14 01:49:33 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:49:33 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:49:33 DEBUG : Waiting for deletions to finish 2026/07/14 01:49:35 INFO : only11: Deleted 2026/07/14 01:49:35 INFO : only18: Deleted 2026/07/14 01:49:35 INFO : only4: Deleted 2026/07/14 01:49:35 INFO : only5: Deleted 2026/07/14 01:49:36 INFO : only8: Deleted 2026/07/14 01:49:36 INFO : only10: Deleted 2026/07/14 01:49:36 INFO : only15: Deleted 2026/07/14 01:49:37 INFO : only2: Deleted 2026/07/14 01:49:37 INFO : only3: Deleted 2026/07/14 01:49:37 INFO : only9: Deleted 2026/07/14 01:49:38 INFO : only0: Deleted 2026/07/14 01:49:38 INFO : only12: Deleted 2026/07/14 01:49:39 INFO : only13: Deleted 2026/07/14 01:49:39 INFO : only19: Deleted 2026/07/14 01:49:39 INFO : only14: Deleted 2026/07/14 01:49:39 INFO : only16: Deleted 2026/07/14 01:49:40 INFO : only17: Deleted 2026/07/14 01:49:40 INFO : only1: Deleted 2026/07/14 01:49:40 INFO : only6: Deleted 2026/07/14 01:49:41 INFO : only7: Deleted --- PASS: TestSyncConcurrentDelete (124.64s) === RUN TestSyncConcurrentTruncate run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:51:12 DEBUG : only14: Trying to read object after upload: try again in 100ms (1/10) 2026/07/14 01:51:36 DEBUG : both0: size = 6 OK 2026/07/14 01:51:36 DEBUG : both11: size = 6 OK 2026/07/14 01:51:36 DEBUG : both11: Sizes identical 2026/07/14 01:51:36 DEBUG : both12: size = 6 OK 2026/07/14 01:51:36 DEBUG : both12: Sizes identical 2026/07/14 01:51:36 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:51:36 DEBUG : both0: Sizes identical 2026/07/14 01:51:36 DEBUG : both10: size = 6 OK 2026/07/14 01:51:36 DEBUG : both10: Sizes identical 2026/07/14 01:51:36 DEBUG : both11: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both13: size = 6 OK 2026/07/14 01:51:36 DEBUG : both13: Sizes identical 2026/07/14 01:51:36 DEBUG : both13: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both14: size = 6 OK 2026/07/14 01:51:36 DEBUG : both14: Sizes identical 2026/07/14 01:51:36 DEBUG : both14: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both15: size = 6 OK 2026/07/14 01:51:36 DEBUG : both15: Sizes identical 2026/07/14 01:51:36 DEBUG : both15: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both16: size = 6 OK 2026/07/14 01:51:36 DEBUG : both16: Sizes identical 2026/07/14 01:51:36 DEBUG : both16: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both17: size = 6 OK 2026/07/14 01:51:36 DEBUG : both17: Sizes identical 2026/07/14 01:51:36 DEBUG : both17: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both18: size = 6 OK 2026/07/14 01:51:36 DEBUG : both18: Sizes identical 2026/07/14 01:51:36 DEBUG : both18: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both19: size = 6 OK 2026/07/14 01:51:36 DEBUG : both19: Sizes identical 2026/07/14 01:51:36 DEBUG : both19: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both1: size = 6 OK 2026/07/14 01:51:36 DEBUG : both1: Sizes identical 2026/07/14 01:51:36 DEBUG : both1: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both2: size = 6 OK 2026/07/14 01:51:36 DEBUG : both2: Sizes identical 2026/07/14 01:51:36 DEBUG : both2: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both3: size = 6 OK 2026/07/14 01:51:36 DEBUG : both3: Sizes identical 2026/07/14 01:51:36 DEBUG : both3: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both4: size = 6 OK 2026/07/14 01:51:36 DEBUG : both4: Sizes identical 2026/07/14 01:51:36 DEBUG : both4: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both5: size = 6 OK 2026/07/14 01:51:36 DEBUG : both5: Sizes identical 2026/07/14 01:51:36 DEBUG : both5: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both6: size = 6 OK 2026/07/14 01:51:36 DEBUG : both6: Sizes identical 2026/07/14 01:51:36 DEBUG : both6: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both7: size = 6 OK 2026/07/14 01:51:36 DEBUG : both7: Sizes identical 2026/07/14 01:51:36 DEBUG : both7: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both8: size = 6 OK 2026/07/14 01:51:36 DEBUG : both8: Sizes identical 2026/07/14 01:51:36 DEBUG : both8: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both9: size = 6 OK 2026/07/14 01:51:36 DEBUG : both9: Sizes identical 2026/07/14 01:51:36 DEBUG : both9: Unchanged skipping 2026/07/14 01:51:36 DEBUG : only0: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only0: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only0: Sizes differ 2026/07/14 01:51:36 DEBUG : only10: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only10: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only10: Sizes differ 2026/07/14 01:51:36 DEBUG : only11: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only11: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only11: Sizes differ 2026/07/14 01:51:36 DEBUG : only12: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only12: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only12: Sizes differ 2026/07/14 01:51:36 DEBUG : only13: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only13: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only13: Sizes differ 2026/07/14 01:51:36 DEBUG : only14: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only14: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only14: Sizes differ 2026/07/14 01:51:36 DEBUG : only15: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only15: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only15: Sizes differ 2026/07/14 01:51:36 DEBUG : only16: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only16: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only16: Sizes differ 2026/07/14 01:51:36 DEBUG : only17: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only17: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only17: Sizes differ 2026/07/14 01:51:36 DEBUG : only18: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only18: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only18: Sizes differ 2026/07/14 01:51:36 DEBUG : only19: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only19: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only19: Sizes differ 2026/07/14 01:51:36 DEBUG : only1: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only1: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only1: Sizes differ 2026/07/14 01:51:36 DEBUG : only2: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only2: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only2: Sizes differ 2026/07/14 01:51:36 DEBUG : only3: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only3: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only3: Sizes differ 2026/07/14 01:51:36 DEBUG : only4: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only4: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only4: Sizes differ 2026/07/14 01:51:36 DEBUG : only5: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only5: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only5: Sizes differ 2026/07/14 01:51:36 DEBUG : only6: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only6: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only6: Sizes differ 2026/07/14 01:51:36 DEBUG : only7: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only7: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only7: Sizes differ 2026/07/14 01:51:36 DEBUG : only8: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only8: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only8: Sizes differ 2026/07/14 01:51:36 DEBUG : only9: size = 0 (Local file system at /tmp/rclone1987508796) 2026/07/14 01:51:36 DEBUG : only9: size = 6 (Linkbox root 'rclone-test-locebay4nila') 2026/07/14 01:51:36 DEBUG : only9: Sizes differ 2026/07/14 01:51:36 ERROR : only0: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only10: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only11: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only12: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only13: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only14: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only15: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only16: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only17: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only18: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only19: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only1: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only2: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only3: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only4: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only5: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only6: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 DEBUG : both12: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both0: Unchanged skipping 2026/07/14 01:51:36 DEBUG : both10: Unchanged skipping 2026/07/14 01:51:36 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:51:36 ERROR : only7: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only9: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : only8: Failed to copy: can't upload empty files to this remote 2026/07/14 01:51:36 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:51:36 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_test.go:2781: Skip test because remote cannot upload empty files --- SKIP: TestSyncConcurrentTruncate (141.81s) === RUN TestSyncReplaceDirModTime run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:52:30 DEBUG : empty_dir: Making directory with metadata 2026/07/14 01:52:30 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/14 01:52:30 DEBUG : empty_on_remote: Making directory with metadata 2026/07/14 01:52:30 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/14 01:52:30 INFO : empty_on_remote: Making directory 2026/07/14 01:52:31 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/14 01:52:40 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/07/14 01:52:40 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/07/14 01:52:40 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/07/14 01:52:40 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTime (23.26s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:52:53 DEBUG : empty_dir: Making directory with metadata 2026/07/14 01:52:53 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/14 01:52:53 DEBUG : empty_on_remote: Making directory with metadata 2026/07/14 01:52:53 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/14 01:52:53 INFO : empty_on_remote: Making directory 2026/07/14 01:52:55 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/14 01:53:04 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2026/07/14 01:53:04 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2026/07/14 01:53:04 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2026/07/14 01:53:04 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2026/07/14 01:53:04 INFO : empty_dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (26.70s) === RUN TestNothingToTransferWithEmptyDirs run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:53:20 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/14 01:53:20 INFO : sub dir: Making directory 2026/07/14 01:53:21 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC 2026/07/14 01:53:45 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:46 ERROR : sub dir2/very/very/very/very/very: error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/asm_amd64.s:1771 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestNothingToTransferWithEmptyDirs --- FAIL: TestNothingToTransferWithEmptyDirs (25.95s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:53:46 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/14 01:53:46 INFO : sub dir: Making directory 2026/07/14 01:53:46 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC sync_test.go:2899: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2899 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bilib/output.go:26 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2897 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestNothingToTransferWithoutEmptyDirs 2026/07/14 01:53:46 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:46 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2899 /home/rclone/go/src/github.com/rclone/rclone/cmd/bisync/bilib/output.go:26 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2897 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2981 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestNothingToTransferWithoutEmptyDirs --- FAIL: TestNothingToTransferWithoutEmptyDirs (0.80s) === RUN TestTransform === RUN TestTransform/NFC run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:53:47 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token run.go:303: Failed to put "dir1/0000-abcdefg.txt" to "Linkbox root 'rclone-test-locebay4nila'": getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:53:47 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:47 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/NFC 2026/07/14 01:53:47 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:48 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/NFC === RUN TestTransform/NFD run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:53:48 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token run.go:303: Failed to put "dir1/0000-abcdefg.txt" to "Linkbox root 'rclone-test-locebay4nila'": getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:53:48 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:48 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/NFD 2026/07/14 01:53:49 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:49 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/NFD === RUN TestTransform/base64 run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:53:49 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token run.go:303: Failed to put "dir1/0000-abcdefg.txt" to "Linkbox root 'rclone-test-locebay4nila'": getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:53:49 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:50 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/base64 2026/07/14 01:53:50 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:50 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/base64 === RUN TestTransform/prefix run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:53:50 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token run.go:303: Failed to put "dir1/0000-abcdefg.txt" to "Linkbox root 'rclone-test-locebay4nila'": getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:53:51 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:51 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/prefix 2026/07/14 01:53:51 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:51 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/prefix === RUN TestTransform/suffix run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:53:51 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token run.go:303: Failed to put "dir1/0000-abcdefg.txt" to "Linkbox root 'rclone-test-locebay4nila'": getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:53:52 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:52 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/suffix 2026/07/14 01:53:52 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:53 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/suffix === RUN TestTransform/truncate run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:53:53 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token run.go:303: Failed to put "dir1/0000-abcdefg.txt" to "Linkbox root 'rclone-test-locebay4nila'": getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:53:53 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:53 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/truncate 2026/07/14 01:53:54 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:54 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/truncate === RUN TestTransform/encoder run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:53:54 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token run.go:303: Failed to put "dir1/0000-abcdefg.txt" to "Linkbox root 'rclone-test-locebay4nila'": getting files failed: login failed: invalid character '<' looking for beginning of value 2026/07/14 01:53:54 DEBUG : Linkbox root 'rclone-test-locebay4nila': Web API returned error "Linkbox error 0: " - refreshing token 2026/07/14 01:53:55 ERROR : error listing: getting files failed: login failed: invalid character '<' looking for beginning of value run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /usr/local/go/src/testing/testing.go:1228 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:303 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:310 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:151 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:103 Error: Received unexpected error: getting files failed: login failed: invalid character '<' looking for beginning of value Test: TestTransform/encoder === RUN TestTransform/ISO-8859-1 run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:54:54 DEBUG : Waiting for deletions to finish 2026/07/14 01:54:54 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : splitbananasplit: Excluded 2026/07/14 01:54:54 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : banana: Excluded 2026/07/14 01:54:54 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:54:54 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : apple: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:54:54 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:54:54 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/07/14 01:54:55 DEBUG : apple: size = 5 OK 2026/07/14 01:54:55 DEBUG : apple: Sizes identical 2026/07/14 01:54:55 DEBUG : apple: Unchanged skipping 2026/07/14 01:54:55 DEBUG : appleappleapplebanana: size = 21 OK 2026/07/14 01:54:55 DEBUG : appleappleapplebanana: Sizes identical 2026/07/14 01:54:55 DEBUG : appleappleapplebanana: Unchanged skipping 2026/07/14 01:54:55 DEBUG : banana: size = 6 OK 2026/07/14 01:54:55 DEBUG : banana: Sizes identical 2026/07/14 01:54:55 DEBUG : banana: Unchanged skipping 2026/07/14 01:54:55 DEBUG : splitbananasplit: size = 16 OK 2026/07/14 01:54:55 DEBUG : splitbananasplit: Sizes identical 2026/07/14 01:54:55 DEBUG : splitbananasplit: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/07/14 01:54:55 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/07/14 01:54:55 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/07/14 01:54:55 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/07/14 01:54:55 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/07/14 01:54:55 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:54:55 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/07/14 01:54:55 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/07/14 01:54:55 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/07/14 01:54:55 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/07/14 01:54:55 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/07/14 01:54:55 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/07/14 01:54:55 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/07/14 01:54:55 DEBUG : dir1/0013-789;=.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/07/14 01:54:55 DEBUG : dir1/0014-89;=.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/07/14 01:54:55 DEBUG : dir1/0015-9;=.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/07/14 01:54:55 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/07/14 01:54:55 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0012-6789;.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/07/14 01:54:55 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/07/14 01:54:55 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:54:55 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:54:55 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:112: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/ISO-8859-1 2026/07/14 01:54:55 DEBUG : Waiting for deletions to finish 2026/07/14 01:54:55 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:54:55 DEBUG : splitbananasplit: Excluded 2026/07/14 01:54:55 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:54:55 DEBUG : banana: Excluded 2026/07/14 01:54:55 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:54:55 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:54:55 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:54:55 DEBUG : apple: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:54:56 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:54:56 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/07/14 01:54:56 DEBUG : apple: size = 5 OK 2026/07/14 01:54:56 DEBUG : banana: size = 6 OK 2026/07/14 01:54:56 DEBUG : banana: Sizes identical 2026/07/14 01:54:56 DEBUG : splitbananasplit: size = 16 OK 2026/07/14 01:54:56 DEBUG : banana: Unchanged skipping 2026/07/14 01:54:56 DEBUG : splitbananasplit: Sizes identical 2026/07/14 01:54:56 DEBUG : apple: Sizes identical 2026/07/14 01:54:56 DEBUG : splitbananasplit: Unchanged skipping 2026/07/14 01:54:56 DEBUG : apple: Unchanged skipping 2026/07/14 01:54:56 DEBUG : appleappleapplebanana: size = 21 OK 2026/07/14 01:54:56 DEBUG : appleappleapplebanana: Sizes identical 2026/07/14 01:54:56 DEBUG : appleappleapplebanana: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/07/14 01:54:56 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/07/14 01:54:56 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:54:56 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/07/14 01:54:56 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/07/14 01:54:56 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/07/14 01:54:56 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/07/14 01:54:56 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/07/14 01:54:56 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/07/14 01:54:56 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/07/14 01:54:56 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/07/14 01:54:56 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/07/14 01:54:56 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/07/14 01:54:56 DEBUG : dir1/0012-6789;.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/07/14 01:54:56 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/07/14 01:54:56 DEBUG : dir1/0015-9;=.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/07/14 01:54:56 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0014-89;=.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/07/14 01:54:56 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0013-789;=.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/07/14 01:54:56 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/07/14 01:54:56 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:54:56 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:54:56 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:118: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:118 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/ISO-8859-1 2026/07/14 01:54:56 DEBUG : Waiting for deletions to finish 2026/07/14 01:54:57 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : splitbananasplit: Excluded 2026/07/14 01:54:57 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : banana: Excluded 2026/07/14 01:54:57 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:54:57 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : apple: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:54:57 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:54:57 DEBUG : dir1/0000-abcdefg.txt: Excluded === RUN TestTransform/charmap run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:56:08 DEBUG : Waiting for deletions to finish 2026/07/14 01:56:08 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:56:08 DEBUG : splitbananasplit: Excluded 2026/07/14 01:56:08 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:56:08 DEBUG : banana: Excluded 2026/07/14 01:56:08 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:56:08 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:56:08 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:56:08 DEBUG : apple: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:56:09 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:56:09 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/07/14 01:56:09 DEBUG : apple: size = 5 OK 2026/07/14 01:56:09 DEBUG : apple: Sizes identical 2026/07/14 01:56:09 DEBUG : apple: Unchanged skipping 2026/07/14 01:56:09 DEBUG : appleappleapplebanana: size = 21 OK 2026/07/14 01:56:09 DEBUG : appleappleapplebanana: Sizes identical 2026/07/14 01:56:09 DEBUG : appleappleapplebanana: Unchanged skipping 2026/07/14 01:56:09 DEBUG : banana: size = 6 OK 2026/07/14 01:56:09 DEBUG : banana: Sizes identical 2026/07/14 01:56:09 DEBUG : banana: Unchanged skipping 2026/07/14 01:56:09 DEBUG : splitbananasplit: size = 16 OK 2026/07/14 01:56:09 DEBUG : splitbananasplit: Sizes identical 2026/07/14 01:56:09 DEBUG : splitbananasplit: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/07/14 01:56:10 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/07/14 01:56:10 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/07/14 01:56:10 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/07/14 01:56:10 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/07/14 01:56:10 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/07/14 01:56:10 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/07/14 01:56:10 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/07/14 01:56:10 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/07/14 01:56:10 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/07/14 01:56:10 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/07/14 01:56:10 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/07/14 01:56:10 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0013-789;=.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0012-6789;.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/07/14 01:56:10 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/07/14 01:56:10 DEBUG : dir1/0014-89;=.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/07/14 01:56:10 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:56:10 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/07/14 01:56:10 DEBUG : dir1/0015-9;=.txt: Sizes identical 2026/07/14 01:56:10 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/07/14 01:56:10 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:56:10 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:56:10 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:112: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/charmap 2026/07/14 01:56:10 DEBUG : Waiting for deletions to finish 2026/07/14 01:56:10 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : splitbananasplit: Excluded 2026/07/14 01:56:10 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : banana: Excluded 2026/07/14 01:56:10 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:56:10 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : apple: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:56:10 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:56:10 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/07/14 01:56:11 DEBUG : appleappleapplebanana: size = 21 OK 2026/07/14 01:56:11 DEBUG : appleappleapplebanana: Sizes identical 2026/07/14 01:56:11 DEBUG : appleappleapplebanana: Unchanged skipping 2026/07/14 01:56:11 DEBUG : apple: size = 5 OK 2026/07/14 01:56:11 DEBUG : apple: Sizes identical 2026/07/14 01:56:11 DEBUG : apple: Unchanged skipping 2026/07/14 01:56:11 DEBUG : splitbananasplit: size = 16 OK 2026/07/14 01:56:11 DEBUG : splitbananasplit: Sizes identical 2026/07/14 01:56:11 DEBUG : splitbananasplit: Unchanged skipping 2026/07/14 01:56:11 DEBUG : banana: size = 6 OK 2026/07/14 01:56:11 DEBUG : banana: Sizes identical 2026/07/14 01:56:11 DEBUG : banana: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/07/14 01:56:11 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/07/14 01:56:11 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/07/14 01:56:11 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/07/14 01:56:11 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/07/14 01:56:11 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/07/14 01:56:11 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/07/14 01:56:11 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/07/14 01:56:11 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/07/14 01:56:11 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/07/14 01:56:11 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/07/14 01:56:11 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/07/14 01:56:11 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/07/14 01:56:11 DEBUG : dir1/0014-89;=.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/07/14 01:56:11 DEBUG : dir1/0013-789;=.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/07/14 01:56:11 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:56:11 DEBUG : dir1/0015-9;=.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/07/14 01:56:11 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : dir1/0012-6789;.txt: Sizes identical 2026/07/14 01:56:11 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/07/14 01:56:11 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:56:11 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:56:11 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:118: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:118 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/charmap 2026/07/14 01:56:11 DEBUG : Waiting for deletions to finish 2026/07/14 01:56:11 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : splitbananasplit: Excluded 2026/07/14 01:56:11 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : banana: Excluded 2026/07/14 01:56:11 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:56:11 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : apple: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:56:11 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:56:11 DEBUG : dir1/0000-abcdefg.txt: Excluded === RUN TestTransform/lowercase run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:57:23 DEBUG : Waiting for deletions to finish 2026/07/14 01:57:23 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : splitbananasplit: Excluded 2026/07/14 01:57:23 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : banana: Excluded 2026/07/14 01:57:23 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:57:23 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : apple: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:57:23 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:57:23 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/07/14 01:57:24 DEBUG : apple: size = 5 OK 2026/07/14 01:57:24 DEBUG : apple: Sizes identical 2026/07/14 01:57:24 DEBUG : apple: Unchanged skipping 2026/07/14 01:57:24 DEBUG : appleappleapplebanana: size = 21 OK 2026/07/14 01:57:24 DEBUG : appleappleapplebanana: Sizes identical 2026/07/14 01:57:24 DEBUG : banana: size = 6 OK 2026/07/14 01:57:24 DEBUG : banana: Sizes identical 2026/07/14 01:57:24 DEBUG : banana: Unchanged skipping 2026/07/14 01:57:24 DEBUG : appleappleapplebanana: Unchanged skipping 2026/07/14 01:57:24 DEBUG : splitbananasplit: size = 16 OK 2026/07/14 01:57:24 DEBUG : splitbananasplit: Sizes identical 2026/07/14 01:57:24 DEBUG : splitbananasplit: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/07/14 01:57:24 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/07/14 01:57:24 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:57:24 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/07/14 01:57:24 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/07/14 01:57:24 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/07/14 01:57:24 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/07/14 01:57:24 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/07/14 01:57:24 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/07/14 01:57:24 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/07/14 01:57:24 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/07/14 01:57:24 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/07/14 01:57:24 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/07/14 01:57:24 DEBUG : dir1/0014-89;=.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/07/14 01:57:24 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/07/14 01:57:24 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0012-6789;.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0015-9;=.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/07/14 01:57:24 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/07/14 01:57:24 DEBUG : dir1/0013-789;=.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/07/14 01:57:24 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/07/14 01:57:24 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:57:24 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:57:24 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:112: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/lowercase 2026/07/14 01:57:24 DEBUG : Waiting for deletions to finish 2026/07/14 01:57:24 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:57:24 DEBUG : splitbananasplit: Excluded 2026/07/14 01:57:24 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:57:24 DEBUG : banana: Excluded 2026/07/14 01:57:24 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:57:24 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:57:24 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:57:24 DEBUG : apple: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:57:25 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:57:25 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/07/14 01:57:25 DEBUG : apple: size = 5 OK 2026/07/14 01:57:25 DEBUG : appleappleapplebanana: size = 21 OK 2026/07/14 01:57:25 DEBUG : appleappleapplebanana: Sizes identical 2026/07/14 01:57:25 DEBUG : appleappleapplebanana: Unchanged skipping 2026/07/14 01:57:25 DEBUG : splitbananasplit: size = 16 OK 2026/07/14 01:57:25 DEBUG : apple: Sizes identical 2026/07/14 01:57:25 DEBUG : splitbananasplit: Sizes identical 2026/07/14 01:57:25 DEBUG : apple: Unchanged skipping 2026/07/14 01:57:25 DEBUG : splitbananasplit: Unchanged skipping 2026/07/14 01:57:25 DEBUG : banana: size = 6 OK 2026/07/14 01:57:25 DEBUG : banana: Sizes identical 2026/07/14 01:57:25 DEBUG : banana: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/07/14 01:57:25 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/07/14 01:57:25 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/07/14 01:57:25 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/07/14 01:57:25 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/07/14 01:57:25 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:57:25 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/07/14 01:57:25 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/07/14 01:57:25 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/07/14 01:57:25 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/07/14 01:57:25 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/07/14 01:57:25 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/07/14 01:57:25 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/07/14 01:57:25 DEBUG : dir1/0013-789;=.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/07/14 01:57:25 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/07/14 01:57:25 DEBUG : dir1/0015-9;=.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/07/14 01:57:25 DEBUG : dir1/0014-89;=.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/07/14 01:57:25 DEBUG : dir1/0012-6789;.txt: Sizes identical 2026/07/14 01:57:25 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/07/14 01:57:25 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:57:25 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:57:25 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:118: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:118 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/lowercase 2026/07/14 01:57:25 DEBUG : Waiting for deletions to finish 2026/07/14 01:57:26 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : splitbananasplit: Excluded 2026/07/14 01:57:26 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : banana: Excluded 2026/07/14 01:57:26 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:57:26 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : apple: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:57:26 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:57:26 DEBUG : dir1/0000-abcdefg.txt: Excluded === RUN TestTransform/ascii run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:58:38 DEBUG : Waiting for deletions to finish 2026/07/14 01:58:38 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : splitbananasplit: Excluded 2026/07/14 01:58:38 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : banana: Excluded 2026/07/14 01:58:38 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:58:38 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : apple: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:58:38 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:58:38 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/07/14 01:58:39 DEBUG : apple: size = 5 OK 2026/07/14 01:58:39 DEBUG : apple: Sizes identical 2026/07/14 01:58:39 DEBUG : appleappleapplebanana: size = 21 OK 2026/07/14 01:58:39 DEBUG : apple: Unchanged skipping 2026/07/14 01:58:39 DEBUG : appleappleapplebanana: Sizes identical 2026/07/14 01:58:39 DEBUG : appleappleapplebanana: Unchanged skipping 2026/07/14 01:58:39 DEBUG : banana: size = 6 OK 2026/07/14 01:58:39 DEBUG : banana: Sizes identical 2026/07/14 01:58:39 DEBUG : splitbananasplit: size = 16 OK 2026/07/14 01:58:39 DEBUG : banana: Unchanged skipping 2026/07/14 01:58:39 DEBUG : splitbananasplit: Sizes identical 2026/07/14 01:58:39 DEBUG : splitbananasplit: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/07/14 01:58:39 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/07/14 01:58:39 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/07/14 01:58:39 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/07/14 01:58:39 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/07/14 01:58:39 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/07/14 01:58:39 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/07/14 01:58:39 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/07/14 01:58:39 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/07/14 01:58:39 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0012-6789;.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:58:39 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/07/14 01:58:39 DEBUG : dir1/0013-789;=.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/07/14 01:58:39 DEBUG : dir1/0014-89;=.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/07/14 01:58:39 DEBUG : dir1/0015-9;=.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/07/14 01:58:39 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/07/14 01:58:39 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/07/14 01:58:39 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/07/14 01:58:39 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/07/14 01:58:39 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/07/14 01:58:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:58:39 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:58:39 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:112: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:112 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/ascii 2026/07/14 01:58:39 DEBUG : Waiting for deletions to finish 2026/07/14 01:58:39 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:58:39 DEBUG : splitbananasplit: Excluded 2026/07/14 01:58:39 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:58:39 DEBUG : banana: Excluded 2026/07/14 01:58:39 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:58:39 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:58:39 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:58:39 DEBUG : apple: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:58:40 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:58:40 DEBUG : dir1/0000-abcdefg.txt: Excluded 2026/07/14 01:58:40 DEBUG : apple: size = 5 OK 2026/07/14 01:58:40 DEBUG : apple: Sizes identical 2026/07/14 01:58:40 DEBUG : apple: Unchanged skipping 2026/07/14 01:58:40 DEBUG : splitbananasplit: size = 16 OK 2026/07/14 01:58:40 DEBUG : splitbananasplit: Sizes identical 2026/07/14 01:58:40 DEBUG : splitbananasplit: Unchanged skipping 2026/07/14 01:58:40 DEBUG : appleappleapplebanana: size = 21 OK 2026/07/14 01:58:40 DEBUG : appleappleapplebanana: Sizes identical 2026/07/14 01:58:40 DEBUG : appleappleapplebanana: Unchanged skipping 2026/07/14 01:58:40 DEBUG : banana: size = 6 OK 2026/07/14 01:58:40 DEBUG : banana: Sizes identical 2026/07/14 01:58:40 DEBUG : banana: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0001-bcdefgh.txt: size = 21 OK 2026/07/14 01:58:40 DEBUG : dir1/0003-defghij.txt: size = 21 OK 2026/07/14 01:58:40 DEBUG : dir1/0003-defghij.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0005-fghijkl.txt: size = 21 OK 2026/07/14 01:58:40 DEBUG : dir1/0004-efghijk.txt: size = 21 OK 2026/07/14 01:58:40 DEBUG : dir1/0005-fghijkl.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0006-ghijklm.txt: size = 21 OK 2026/07/14 01:58:40 DEBUG : dir1/0005-fghijkl.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0000-abcdefg.txt: size = 21 OK 2026/07/14 01:58:40 DEBUG : dir1/0000-abcdefg.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0000-abcdefg.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:58:40 DEBUG : dir1/0001-bcdefgh.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0001-bcdefgh.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0010-456789.txt: size = 20 OK 2026/07/14 01:58:40 DEBUG : dir1/0010-456789.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0010-456789.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0011-56789;.txt: size = 20 OK 2026/07/14 01:58:40 DEBUG : dir1/0011-56789;.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0002-cdefghi.txt: size = 21 OK 2026/07/14 01:58:40 DEBUG : dir1/0002-cdefghi.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0011-56789;.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0003-defghij.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0012-6789;.txt: size = 19 OK 2026/07/14 01:58:40 DEBUG : dir1/0012-6789;.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0013-789;=.txt: size = 19 OK 2026/07/14 01:58:40 DEBUG : dir1/0012-6789;.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0007-1234567.txt: size = 21 OK 2026/07/14 01:58:40 DEBUG : dir1/0007-1234567.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0007-1234567.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0014-89;=.txt: size = 18 OK 2026/07/14 01:58:40 DEBUG : dir1/0014-89;=.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0014-89;=.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0013-789;=.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0002-cdefghi.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0015-9;=.txt: size = 17 OK 2026/07/14 01:58:40 DEBUG : dir1/0015-9;=.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0013-789;=.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0008-2345678.txt: size = 21 OK 2026/07/14 01:58:40 DEBUG : dir1/0008-2345678.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0008-2345678.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0009-3456789.txt: size = 21 OK 2026/07/14 01:58:40 DEBUG : dir1/0009-3456789.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0009-3456789.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0004-efghijk.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0004-efghijk.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0015-9;=.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : dir1/0006-ghijklm.txt: Sizes identical 2026/07/14 01:58:40 DEBUG : dir1/0006-ghijklm.txt: Unchanged skipping 2026/07/14 01:58:40 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:58:40 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:58:40 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:118: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:118 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransform/ascii 2026/07/14 01:58:40 DEBUG : Waiting for deletions to finish 2026/07/14 01:58:41 DEBUG : splitbananasplit: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : splitbananasplit: Excluded 2026/07/14 01:58:41 DEBUG : banana: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : banana: Excluded 2026/07/14 01:58:41 DEBUG : appleappleapplebanana: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : appleappleapplebanana: Excluded 2026/07/14 01:58:41 DEBUG : apple: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : apple: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0015-9;=.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0015-9;=.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0014-89;=.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0014-89;=.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0013-789;=.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0013-789;=.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0012-6789;.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0012-6789;.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0011-56789;.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0011-56789;.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0010-456789.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0010-456789.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0009-3456789.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0009-3456789.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0008-2345678.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0008-2345678.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0007-1234567.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0007-1234567.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0006-ghijklm.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0006-ghijklm.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0005-fghijkl.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0005-fghijkl.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0004-efghijk.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0004-efghijk.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0003-defghij.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0003-defghij.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0002-cdefghi.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0002-cdefghi.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0001-bcdefgh.txt: Excluded 2026/07/14 01:58:41 DEBUG : dir1/0000-abcdefg.txt: Excluded (Path Filter) 2026/07/14 01:58:41 DEBUG : dir1/0000-abcdefg.txt: Excluded --- FAIL: TestTransform (324.02s) --- FAIL: TestTransform/NFC (1.20s) --- FAIL: TestTransform/NFD (1.21s) --- FAIL: TestTransform/base64 (1.20s) --- FAIL: TestTransform/prefix (1.20s) --- FAIL: TestTransform/suffix (1.25s) --- FAIL: TestTransform/truncate (1.20s) --- FAIL: TestTransform/encoder (18.34s) --- FAIL: TestTransform/ISO-8859-1 (74.66s) --- FAIL: TestTransform/charmap (74.16s) --- FAIL: TestTransform/lowercase (74.51s) --- FAIL: TestTransform/ascii (75.07s) === RUN TestTransformCopy run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:59:11 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/07/14 01:59:11 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/07/14 01:59:11 INFO : sub dir_somesuffix: Making directory 2026/07/14 01:59:12 DEBUG : sub dir: transformed to: sub dir_somesuffix 2026/07/14 01:59:12 DEBUG : hello world.txt: transformed to: hello world_somesuffix.txt 2026/07/14 01:59:12 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/07/14 01:59:12 DEBUG : sub dir/hello world.txt: Need to transfer - File not found at Destination 2026/07/14 01:59:12 DEBUG : sub dir/hello world.txt: transformed to: sub dir_somesuffix/hello world_somesuffix.txt 2026/07/14 01:59:12 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:59:12 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:59:14 DEBUG : sub dir_somesuffix/hello world_somesuffix.txt: size = 11 OK 2026/07/14 01:59:14 INFO : sub dir/hello world.txt: Copied (new) to: sub dir_somesuffix/hello world_somesuffix.txt 2026/07/14 01:59:14 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:59:14 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:240: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:240 Error: Received unexpected error: not deleting files as there were IO errors Test: TestTransformCopy --- FAIL: TestTransformCopy (7.18s) === RUN TestDoubleTransform run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:59:18 DEBUG : toe: transformed to: tictactoe 2026/07/14 01:59:18 DEBUG : toe: transformed to: tictactoe 2026/07/14 01:59:18 INFO : tictactoe: Making directory 2026/07/14 01:59:19 DEBUG : toe: transformed to: tictactoe 2026/07/14 01:59:19 DEBUG : toe: transformed to: tictactoe 2026/07/14 01:59:19 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 01:59:19 DEBUG : toe/toe: Need to transfer - File not found at Destination 2026/07/14 01:59:19 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 01:59:19 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:59:19 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:59:22 DEBUG : tictactoe/tictactoe: size = 11 OK 2026/07/14 01:59:22 INFO : toe/toe: Copied (new) to: tictactoe/tictactoe 2026/07/14 01:59:22 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:59:22 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:257: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:257 Error: Received unexpected error: not deleting files as there were IO errors Test: TestDoubleTransform --- FAIL: TestDoubleTransform (7.39s) === RUN TestFileTag run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:59:25 INFO : toe: Making directory 2026/07/14 01:59:27 INFO : toe/toe: Making directory 2026/07/14 01:59:28 DEBUG : toe: transformed to: tictactoe 2026/07/14 01:59:28 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/07/14 01:59:28 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/07/14 01:59:28 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/07/14 01:59:28 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:59:28 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:59:30 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/07/14 01:59:30 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/07/14 01:59:30 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:59:30 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:274: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:274 Error: Received unexpected error: not deleting files as there were IO errors Test: TestFileTag --- FAIL: TestFileTag (10.41s) === RUN TestNoTag run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:59:36 INFO : toe: Making directory 2026/07/14 01:59:37 INFO : toe/toe: Making directory 2026/07/14 01:59:39 DEBUG : toe: transformed to: tictactoe 2026/07/14 01:59:39 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/07/14 01:59:39 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/07/14 01:59:39 DEBUG : toe/toe/toe: transformed to: toe/toe/tictactoe 2026/07/14 01:59:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:59:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:59:41 DEBUG : toe/toe/tictactoe: size = 11 OK 2026/07/14 01:59:41 INFO : toe/toe/toe: Copied (new) to: toe/toe/tictactoe 2026/07/14 01:59:41 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:59:41 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:291: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:291 Error: Received unexpected error: not deleting files as there were IO errors Test: TestNoTag --- FAIL: TestNoTag (10.59s) === RUN TestDirTag run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 01:59:46 DEBUG : empty_dir: Making directory with metadata 2026/07/14 01:59:46 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/07/14 01:59:46 DEBUG : toe: transformed to: tictactoe 2026/07/14 01:59:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 01:59:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 01:59:46 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 01:59:46 INFO : tictacempty_dir: Making directory 2026/07/14 01:59:48 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 01:59:48 DEBUG : toe: transformed to: tictactoe 2026/07/14 01:59:48 DEBUG : toe: transformed to: tictactoe 2026/07/14 01:59:48 INFO : tictactoe: Making directory 2026/07/14 01:59:49 DEBUG : toe: transformed to: tictactoe 2026/07/14 01:59:49 DEBUG : toe: transformed to: tictactoe 2026/07/14 01:59:49 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 01:59:49 INFO : tictactoe/tictactoe: Making directory 2026/07/14 01:59:51 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 01:59:51 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/07/14 01:59:51 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/07/14 01:59:51 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/07/14 01:59:51 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 01:59:51 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 01:59:53 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/07/14 01:59:53 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/07/14 01:59:53 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 01:59:53 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:310: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:310 Error: Received unexpected error: not deleting files as there were IO errors Test: TestDirTag --- FAIL: TestDirTag (13.74s) === RUN TestAllTag run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 02:00:00 DEBUG : empty_dir: Making directory with metadata 2026/07/14 02:00:00 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/07/14 02:00:00 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:00 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:00 INFO : tictacempty_dir: Making directory 2026/07/14 02:00:02 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:02 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:02 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:02 INFO : tictactoe: Making directory 2026/07/14 02:00:03 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:03 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:03 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 02:00:03 INFO : tictactoe/tictactoe: Making directory 2026/07/14 02:00:05 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 02:00:05 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/07/14 02:00:05 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:00:05 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/07/14 02:00:05 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:00:05 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 02:00:05 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 02:00:07 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/07/14 02:00:07 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:00:07 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 02:00:07 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:329: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:329 Error: Received unexpected error: not deleting files as there were IO errors Test: TestAllTag run.go:186: removing dir "tictactoe/tictactoe" failed - try 1/3: sleeping 1s: directory not empty --- FAIL: TestAllTag (15.28s) === RUN TestRunTwice run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 02:00:15 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:15 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:15 INFO : tictactoe: Making directory 2026/07/14 02:00:17 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:17 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:17 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 02:00:17 INFO : tictactoe/tictactoe: Making directory 2026/07/14 02:00:18 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 02:00:18 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/07/14 02:00:18 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/07/14 02:00:18 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/toe.txt 2026/07/14 02:00:18 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 02:00:18 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 02:00:20 DEBUG : tictactoe/tictactoe/toe.txt: size = 11 OK 2026/07/14 02:00:20 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/toe.txt 2026/07/14 02:00:20 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 02:00:20 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:348: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:348 Error: Received unexpected error: not deleting files as there were IO errors Test: TestRunTwice --- FAIL: TestRunTwice (10.45s) === RUN TestSyntax 2026/07/14 02:00:26 DEBUG : received prefix --- PASS: TestSyntax (0.00s) === RUN TestConflicting run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 02:00:26 INFO : toe: Making directory 2026/07/14 02:00:27 INFO : toe/toe: Making directory 2026/07/14 02:00:29 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/07/14 02:00:29 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 02:00:29 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 02:00:31 DEBUG : toe/toe/toe: size = 11 OK 2026/07/14 02:00:31 INFO : toe/toe/toe: Copied (new) 2026/07/14 02:00:31 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 02:00:31 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:389: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:389 Error: Received unexpected error: not deleting files as there were IO errors Test: TestConflicting --- FAIL: TestConflicting (10.39s) === RUN TestMove run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 02:00:36 DEBUG : empty_dir: Making directory with metadata 2026/07/14 02:00:36 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/07/14 02:00:36 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:36 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:36 INFO : tictacempty_dir: Making directory 2026/07/14 02:00:38 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:38 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:38 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:38 INFO : tictactoe: Making directory 2026/07/14 02:00:39 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:39 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:39 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 02:00:39 INFO : tictactoe/tictactoe: Making directory 2026/07/14 02:00:41 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 02:00:41 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/07/14 02:00:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:00:41 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/07/14 02:00:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:00:41 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:00:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 02:00:41 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 02:00:43 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/07/14 02:00:43 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:00:43 INFO : toe/toe/toe.txt: Deleted 2026/07/14 02:00:43 ERROR : Local file system at /tmp/rclone1987508796: not deleting directories as there were IO errors sync_transform_test.go:409: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:409 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestMove --- FAIL: TestMove (13.64s) === RUN TestTransformFile run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 02:00:50 DEBUG : empty_dir: Making directory with metadata 2026/07/14 02:00:50 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/07/14 02:00:50 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:50 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:50 INFO : tictacempty_dir: Making directory 2026/07/14 02:00:51 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:00:51 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:51 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:51 INFO : tictactoe: Making directory 2026/07/14 02:00:53 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:53 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:00:53 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 02:00:53 INFO : tictactoe/tictactoe: Making directory 2026/07/14 02:00:54 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 02:00:54 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/07/14 02:00:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:00:54 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/07/14 02:00:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:00:54 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:00:54 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 02:00:54 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 02:00:56 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/07/14 02:00:56 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:00:56 INFO : toe/toe/toe.txt: Deleted 2026/07/14 02:00:56 ERROR : Local file system at /tmp/rclone1987508796: not deleting directories as there were IO errors sync_transform_test.go:428: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:428 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestTransformFile --- FAIL: TestTransformFile (13.77s) === RUN TestManualTransformFile run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 02:01:03 DEBUG : Reset feature "Copy" 2026/07/14 02:01:03 DEBUG : Reset feature "Move" 2026/07/14 02:01:03 DEBUG : Reset feature "Copy" 2026/07/14 02:01:03 DEBUG : Reset feature "Move" 2026/07/14 02:01:03 DEBUG : empty_dir: Making directory with metadata 2026/07/14 02:01:03 INFO : empty_dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/07/14 02:01:03 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:01:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:01:03 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:01:04 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:01:04 INFO : tictacempty_dir: Making directory 2026/07/14 02:01:05 DEBUG : empty_dir: transformed to: tictacempty_dir 2026/07/14 02:01:05 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:01:05 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:01:05 INFO : tictactoe: Making directory 2026/07/14 02:01:07 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:01:07 DEBUG : toe: transformed to: tictactoe 2026/07/14 02:01:07 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 02:01:07 INFO : tictactoe/tictactoe: Making directory 2026/07/14 02:01:08 DEBUG : toe/toe: transformed to: tictactoe/tictactoe 2026/07/14 02:01:08 DEBUG : toe.txt: transformed to: tictactoe.txt 2026/07/14 02:01:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:01:08 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/07/14 02:01:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:01:08 DEBUG : toe/toe/toe.txt: transformed to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:01:08 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 02:01:08 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 02:01:10 DEBUG : tictactoe/tictactoe/tictactoe.txt: size = 11 OK 2026/07/14 02:01:10 INFO : toe/toe/toe.txt: Copied (new) to: tictactoe/tictactoe/tictactoe.txt 2026/07/14 02:01:10 INFO : toe/toe/toe.txt: Deleted 2026/07/14 02:01:10 ERROR : Local file system at /tmp/rclone1987508796: not deleting directories as there were IO errors sync_transform_test.go:461: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:461 Error: Received unexpected error: not deleting directories as there were IO errors Test: TestManualTransformFile --- FAIL: TestManualTransformFile (13.72s) === RUN TestBase64 run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 02:01:17 DEBUG : toe: transformed to: dG9l 2026/07/14 02:01:17 DEBUG : toe: transformed to: dG9l 2026/07/14 02:01:17 INFO : dG9l: Making directory 2026/07/14 02:01:19 DEBUG : toe: transformed to: dG9l 2026/07/14 02:01:19 DEBUG : toe: transformed to: dG9l 2026/07/14 02:01:19 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/07/14 02:01:19 INFO : dG9l/dG9l: Making directory 2026/07/14 02:01:20 DEBUG : toe/toe: transformed to: dG9l/dG9l 2026/07/14 02:01:20 DEBUG : toe.txt: transformed to: dG9lLnR4dA== 2026/07/14 02:01:20 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/07/14 02:01:20 DEBUG : toe/toe/toe.txt: Need to transfer - File not found at Destination 2026/07/14 02:01:20 DEBUG : toe/toe/toe.txt: transformed to: dG9l/dG9l/dG9lLnR4dA== 2026/07/14 02:01:20 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 02:01:20 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 02:01:23 DEBUG : dG9l/dG9l/dG9lLnR4dA==: size = 11 OK 2026/07/14 02:01:23 INFO : toe/toe/toe.txt: Copied (new) to: dG9l/dG9l/dG9lLnR4dA== 2026/07/14 02:01:23 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 02:01:23 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors sync_transform_test.go:488: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_transform_test.go:488 Error: Received unexpected error: not deleting files as there were IO errors Test: TestBase64 --- FAIL: TestBase64 (10.59s) === RUN TestError run.go:198: Remote "Linkbox root 'rclone-test-locebay4nila'", Local "Local file system at /tmp/rclone1987508796", Modify Window "876000h0m0s" 2026/07/14 02:01:28 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/07/14 02:01:28 DEBUG : toe: transformed to: 2026/07/14 02:01:28 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/07/14 02:01:28 DEBUG : toe: transformed to: 2026/07/14 02:01:28 INFO : Linkbox root 'rclone-test-locebay4nila': Making directory 2026/07/14 02:01:28 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/07/14 02:01:28 DEBUG : toe: transformed to: 2026/07/14 02:01:28 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/07/14 02:01:28 DEBUG : toe: transformed to: 2026/07/14 02:01:28 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/07/14 02:01:28 DEBUG : toe/toe: transformed to: 2026/07/14 02:01:28 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/07/14 02:01:28 INFO : toe/toe: Making directory 2026/07/14 02:01:31 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/07/14 02:01:31 DEBUG : toe/toe: transformed to: 2026/07/14 02:01:31 ERROR : toe/toe: number of path segments must match: toe/toe (1), (0) 2026/07/14 02:01:31 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/07/14 02:01:31 DEBUG : toe: transformed to: 2026/07/14 02:01:31 DEBUG : toe/toe/toe: Need to transfer - File not found at Destination 2026/07/14 02:01:31 ERROR : Failed to transform: transform cannot add path separators: ta/ctoe 2026/07/14 02:01:31 DEBUG : toe/toe/toe: transformed to: 2026/07/14 02:01:31 ERROR : toe/toe/toe: number of path segments must match: toe/toe/toe (2), (0) 2026/07/14 02:01:31 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for checks to finish 2026/07/14 02:01:31 DEBUG : Linkbox root 'rclone-test-locebay4nila': Waiting for transfers to finish 2026/07/14 02:01:33 DEBUG : toe/toe/toe: size = 11 OK 2026/07/14 02:01:33 INFO : toe/toe/toe: Copied (new) 2026/07/14 02:01:33 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting files as there were IO errors 2026/07/14 02:01:33 ERROR : Linkbox root 'rclone-test-locebay4nila': not deleting directories as there were IO errors --- PASS: TestError (11.04s) FAIL 2026/07/14 02:01:39 DEBUG : Linkbox root 'rclone-test-locebay4nila': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestLinkbox: -verbose" - Finished ERROR in 29m5.434155712s (try 1/5): exit status 1: Failed [TestSyncSizeOnly TestSyncIgnoreSize TestSyncWithTrackRenamesStrategyModtime TestSyncWithTrackRenamesStrategyLeaf TestMoveWithDeleteEmptySrcDirs TestServerSideMove TestServerSideMoveWithFilter TestSyncCompareDest TestSyncMultipleCompareDest TestSyncCopyDest TestSyncBackupDir TestSyncBackupDirWithSuffix TestSyncBackupDirWithSuffixKeepExtension TestSyncBackupDirSuffixOnly TestSyncSuffix TestSyncSuffixKeepExtension TestSyncUTFNorm TestSyncImmutable TestNothingToTransferWithEmptyDirs TestNothingToTransferWithoutEmptyDirs TestTransform/NFC TestTransform/NFD TestTransform/base64 TestTransform/prefix TestTransform/suffix TestTransform/truncate TestTransform/encoder TestTransform/ISO-8859-1 TestTransform/charmap TestTransform/lowercase TestTransform/ascii TestTransformCopy TestDoubleTransform TestFileTag TestNoTag TestDirTag TestAllTag TestRunTwice TestConflicting TestMove TestTransformFile TestManualTransformFile TestBase64]