"./sync.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose" - Starting (try 3/5) 2025/11/08 05:09:43 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo" 2025/11/08 05:09:43 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/11/08 05:09:45 DEBUG : Creating backend with remote "/tmp/rclone2678914499" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.05s) === 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:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:09:48 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:09:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:09:48 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/11/08 05:09:48 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:09:48 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:09:48 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (5.40s) === RUN TestCopy run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:09:51 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:09:51 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:09:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:09:51 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:09:51 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:09:57 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:09:57 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:09:57 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:09:57 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (15.08s) === RUN TestCopyMetadata run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadata (2.35s) === RUN TestCopyMetadataNoEmptyDirs run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (1.94s) === RUN TestCopyMissingDirectory run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:10:10 DEBUG : Creating backend with remote "/non-existing" 2025/11/08 05:10:11 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/11/08 05:10:11 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:10:11 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (2.83s) === RUN TestCopyNoTraverse run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:10:13 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:10:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:10:14 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:10:14 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:10:18 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:10:18 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:10:18 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:10:20 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (14.06s) === RUN TestCopyNoTraverseDeadlock run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (1.42s) === RUN TestCopyCheckFirst run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:10:28 INFO : gofile root 'rclone-test-xixicox1jopo': Running all checks before starting transfers 2025/11/08 05:10:29 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:10:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:10:29 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:10:29 INFO : gofile root 'rclone-test-xixicox1jopo': Checks finished, now starting transfers 2025/11/08 05:10:29 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:10:33 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:10:33 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:10:33 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:10:34 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (12.23s) === RUN TestSyncNoTraverse run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:10:41 ERROR : Ignoring --no-traverse with sync 2025/11/08 05:10:41 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:10:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:10:41 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:10:41 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:10:46 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:10:46 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:10:46 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:10:46 DEBUG : Waiting for deletions to finish 2025/11/08 05:10:47 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (12.43s) === RUN TestCopyWithDepth run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:10:54 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/11/08 05:10:54 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:10:54 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:10:54 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:10:56 DEBUG : hello world2: size = 12 OK 2025/11/08 05:10:56 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2025/11/08 05:10:56 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (6.19s) === RUN TestCopyWithFilesFrom run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:11:00 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/08 05:11:00 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:11:00 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:11:03 DEBUG : potato2: size = 11 OK 2025/11/08 05:11:03 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:11:03 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (7.39s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:11:07 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/08 05:11:07 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:11:07 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:11:09 DEBUG : potato2: size = 11 OK 2025/11/08 05:11:09 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:11:09 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (7.06s) === RUN TestCopyEmptyDirectories run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:11:14 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/11/08 05:11:14 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/08 05:11:14 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/11/08 05:11:14 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:11:14 INFO : sub dir2: Making directory 2025/11/08 05:11:17 INFO : sub dir2: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/11/08 05:11:17 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/11/08 05:11:17 INFO : sub dir: Making directory 2025/11/08 05:11:20 INFO : sub dir: Made directory with modification time 2001-02-03 04:05:06.499999999 +0000 UTC 2025/11/08 05:11:20 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:11:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:11:20 INFO : sub dir2/sub sub dir2: Making directory 2025/11/08 05:11:23 INFO : sub dir2/sub sub dir2: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/11/08 05:11:23 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2025/11/08 05:11:23 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:11:23 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:11:24 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:11:24 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:11:24 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:11:25 INFO : sub dir2/sub sub dir2: Set directory modification time (using DirSetModTime) 2025/11/08 05:11:25 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/11/08 05:11:26 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyEmptyDirectories (28.02s) === RUN TestCopyNoEmptyDirectories run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:11:42 INFO : sub dir2: Making directory 2025/11/08 05:11:42 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/11/08 05:11:42 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/08 05:11:43 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/11/08 05:11:43 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:11:43 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2025/11/08 05:11:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:11:43 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:11:43 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:11:46 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:11:46 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:11:46 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:11:47 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (11.77s) === RUN TestMoveEmptyDirectories run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:11:53 DEBUG : sub dir2: Making directory with metadata 2025/11/08 05:11:53 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/08 05:11:54 INFO : sub dir2: Making directory 2025/11/08 05:11:57 INFO : sub dir2: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/11/08 05:11:57 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/11/08 05:11:57 INFO : sub dir: Making directory 2025/11/08 05:12:00 INFO : sub dir: Made directory with modification time 2025-11-08 05:11:53.916662663 +0000 UTC 2025/11/08 05:12:00 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:12:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:12:00 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:12:00 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:12:02 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:12:02 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:12:02 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:12:02 INFO : sub dir/hello world: Deleted 2025/11/08 05:12:03 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:03 INFO : sub dir2: Set directory modification time (using DirSetModTime) --- PASS: TestMoveEmptyDirectories (20.18s) === RUN TestSyncNoUpdateDirModtime run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:12:14 DEBUG : sub dir no update dir modtime: Making directory with metadata 2025/11/08 05:12:14 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/11/08 05:12:18 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:12:18 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:12:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (11.47s) === RUN TestMoveNoEmptyDirectories run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:12:25 INFO : sub dir2: Making directory 2025/11/08 05:12:26 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/11/08 05:12:26 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:12:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:12:26 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:12:26 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:12:31 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:12:31 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:12:31 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:12:31 INFO : sub dir/hello world: Deleted 2025/11/08 05:12:31 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (14.10s) === RUN TestSyncEmptyDirectories run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:12:39 DEBUG : sub dir2: Making directory with metadata 2025/11/08 05:12:39 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/11/08 05:12:39 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:41 INFO : sub dir2: Making directory 2025/11/08 05:12:43 INFO : sub dir2: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2025/11/08 05:12:43 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/11/08 05:12:43 INFO : sub dir: Making directory 2025/11/08 05:12:46 INFO : sub dir: Made directory with modification time 2001-02-03 04:05:06.499999999 +0000 UTC 2025/11/08 05:12:46 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:12:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:12:46 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:12:46 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:12:48 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:12:48 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:12:48 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:12:48 DEBUG : Waiting for deletions to finish 2025/11/08 05:12:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:48 INFO : sub dir2: Set directory modification time (using DirSetModTime) --- PASS: TestSyncEmptyDirectories (20.21s) === RUN TestSyncSetDelayedModTimes run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:12:59 INFO : a1/b2/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b2/c1/d1/e1: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b2/c1/d1: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b2/c1: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b2: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b1/c1/d2/e1/f2: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b1/c1/d2/e1/f1: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b1/c1/d2/e1: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b1/c1/d2: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b1/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b1/c1/d1/e1: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b1/c1/d1: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b1/c1: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1/b1: Set directory modification time (using DirSetModTime) 2025/11/08 05:12:59 INFO : a1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:01 INFO : a1: Making directory 2025/11/08 05:13:03 INFO : a1: Made directory with modification time 2001-02-03 04:19:06.499999999 +0000 UTC 2025/11/08 05:13:03 DEBUG : Added delayed dir = "a1", newDst= 2025/11/08 05:13:03 INFO : a1/b1: Making directory 2025/11/08 05:13:06 INFO : a1/b1: Made directory with modification time 2001-02-03 04:18:06.499999999 +0000 UTC 2025/11/08 05:13:06 DEBUG : Added delayed dir = "a1/b1", newDst= 2025/11/08 05:13:06 INFO : a1/b2: Making directory 2025/11/08 05:13:09 INFO : a1/b2: Made directory with modification time 2001-02-03 04:09:06.499999999 +0000 UTC 2025/11/08 05:13:09 DEBUG : Added delayed dir = "a1/b2", newDst= 2025/11/08 05:13:09 INFO : a1/b1/c1: Making directory 2025/11/08 05:13:09 INFO : a1/b2/c1: Making directory 2025/11/08 05:13:11 INFO : a1/b1/c1: Made directory with modification time 2001-02-03 04:17:06.499999999 +0000 UTC 2025/11/08 05:13:11 DEBUG : Added delayed dir = "a1/b1/c1", newDst= 2025/11/08 05:13:11 INFO : a1/b1/c1/d1: Making directory 2025/11/08 05:13:13 INFO : a1/b2/c1: Made directory with modification time 2001-02-03 04:08:06.499999999 +0000 UTC 2025/11/08 05:13:13 DEBUG : Added delayed dir = "a1/b2/c1", newDst= 2025/11/08 05:13:13 INFO : a1/b2/c1/d1: Making directory 2025/11/08 05:13:15 INFO : a1/b1/c1/d1: Made directory with modification time 2001-02-03 04:16:06.499999999 +0000 UTC 2025/11/08 05:13:15 DEBUG : Added delayed dir = "a1/b1/c1/d1", newDst= 2025/11/08 05:13:15 INFO : a1/b1/c1/d2: Making directory 2025/11/08 05:13:18 INFO : a1/b2/c1/d1: Made directory with modification time 2001-02-03 04:07:06.499999999 +0000 UTC 2025/11/08 05:13:18 DEBUG : Added delayed dir = "a1/b2/c1/d1", newDst= 2025/11/08 05:13:18 INFO : a1/b2/c1/d1/e1: Making directory 2025/11/08 05:13:20 INFO : a1/b1/c1/d2: Made directory with modification time 2001-02-03 04:13:06.499999999 +0000 UTC 2025/11/08 05:13:20 DEBUG : Added delayed dir = "a1/b1/c1/d2", newDst= 2025/11/08 05:13:20 INFO : a1/b1/c1/d2/e1: Making directory 2025/11/08 05:13:20 INFO : a1/b1/c1/d1/e1: Making directory 2025/11/08 05:13:22 INFO : a1/b2/c1/d1/e1: Made directory with modification time 2001-02-03 04:06:06.499999999 +0000 UTC 2025/11/08 05:13:22 DEBUG : Added delayed dir = "a1/b2/c1/d1/e1", newDst= 2025/11/08 05:13:22 INFO : a1/b2/c1/d1/e1/f1: Making directory 2025/11/08 05:13:23 INFO : a1/b1/c1/d2/e1: Made directory with modification time 2001-02-03 04:12:06.499999999 +0000 UTC 2025/11/08 05:13:23 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1", newDst= 2025/11/08 05:13:23 INFO : a1/b1/c1/d2/e1/f1: Making directory 2025/11/08 05:13:25 INFO : a1/b1/c1/d1/e1: Made directory with modification time 2001-02-03 04:15:06.499999999 +0000 UTC 2025/11/08 05:13:25 DEBUG : Added delayed dir = "a1/b1/c1/d1/e1", newDst= 2025/11/08 05:13:25 INFO : a1/b1/c1/d1/e1/f1: Making directory 2025/11/08 05:13:27 INFO : a1/b2/c1/d1/e1/f1: Made directory with modification time 2001-02-03 04:05:06.499999999 +0000 UTC 2025/11/08 05:13:27 DEBUG : Added delayed dir = "a1/b2/c1/d1/e1/f1", newDst= 2025/11/08 05:13:29 INFO : a1/b1/c1/d2/e1/f1: Made directory with modification time 2001-02-03 04:11:06.499999999 +0000 UTC 2025/11/08 05:13:29 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1/f1", newDst= 2025/11/08 05:13:29 INFO : a1/b1/c1/d2/e1/f2: Making directory 2025/11/08 05:13:32 INFO : a1/b1/c1/d1/e1/f1: Made directory with modification time 2001-02-03 04:14:06.499999999 +0000 UTC 2025/11/08 05:13:32 DEBUG : Added delayed dir = "a1/b1/c1/d1/e1/f1", newDst= 2025/11/08 05:13:33 INFO : a1/b1/c1/d2/e1/f2: Made directory with modification time 2001-02-03 04:10:06.499999999 +0000 UTC 2025/11/08 05:13:33 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1/f2", newDst= 2025/11/08 05:13:33 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:13:33 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:13:33 DEBUG : Waiting for deletions to finish 2025/11/08 05:13:34 INFO : a1/b1/c1/d2/e1/f1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:34 INFO : a1/b1/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:34 INFO : a1/b2/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:34 INFO : a1/b1/c1/d2/e1/f2: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:35 INFO : a1/b1/c1/d1/e1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:35 INFO : a1/b2/c1/d1/e1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:35 INFO : a1/b1/c1/d2/e1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:36 INFO : a1/b1/c1/d1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:36 INFO : a1/b1/c1/d2: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:36 INFO : a1/b2/c1/d1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:37 INFO : a1/b1/c1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:37 INFO : a1/b2/c1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:38 INFO : a1/b2: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:38 INFO : a1/b1: Set directory modification time (using DirSetModTime) 2025/11/08 05:13:39 INFO : a1: Set directory modification time (using DirSetModTime) --- PASS: TestSyncSetDelayedModTimes (101.91s) === RUN TestSyncNoEmptyDirectories run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:14:41 INFO : sub dir2: Making directory 2025/11/08 05:14:42 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/11/08 05:14:42 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:14:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:14:42 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:14:42 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:14:46 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:14:46 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:14:46 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:14:46 DEBUG : Waiting for deletions to finish 2025/11/08 05:14:47 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (12.11s) === RUN TestServerSideCopy run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:14:58 DEBUG : Creating backend with remote "TestGoFile:rclone-test-vebuxoc7sunu" 2025/11/08 05:14:58 DEBUG : Config file has changed externally - reloading sync_test.go:620: Server side copy (if possible) gofile root 'rclone-test-xixicox1jopo' -> gofile root 'rclone-test-vebuxoc7sunu' 2025/11/08 05:15:02 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:15:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:15:02 DEBUG : gofile root 'rclone-test-vebuxoc7sunu': Waiting for checks to finish 2025/11/08 05:15:02 DEBUG : gofile root 'rclone-test-vebuxoc7sunu': Waiting for transfers to finish 2025/11/08 05:15:10 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:15:10 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:15:10 INFO : sub dir/hello world: Copied (server-side copy) 2025/11/08 05:15:11 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:15:12 DEBUG : gofile root 'rclone-test-vebuxoc7sunu': Purge remote --- PASS: TestServerSideCopy (26.38s) === RUN TestCopyOverSelf run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:15:32 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/08 05:15:32 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/11/08 05:15:33 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:15:33 DEBUG : sub dir/hello world: size = 11 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:15:33 DEBUG : sub dir/hello world: Sizes differ 2025/11/08 05:15:33 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:15:33 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:15:39 DEBUG : sub dir/hello world: Removing old object on successful upload 2025/11/08 05:15:40 DEBUG : sub dir/hello world: size = 17 OK 2025/11/08 05:15:40 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2025/11/08 05:15:40 INFO : sub dir/hello world: Copied (replaced existing) 2025/11/08 05:15:41 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (28.05s) === RUN TestServerSideCopyOverSelf run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:15:57 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fuhusof9luju" sync_test.go:656: Server side copy (if possible) gofile root 'rclone-test-xixicox1jopo' -> gofile root 'rclone-test-fuhusof9luju' 2025/11/08 05:16:01 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:16:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:16:02 DEBUG : gofile root 'rclone-test-fuhusof9luju': Waiting for checks to finish 2025/11/08 05:16:02 DEBUG : gofile root 'rclone-test-fuhusof9luju': Waiting for transfers to finish 2025/11/08 05:16:08 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:16:08 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:16:08 INFO : sub dir/hello world: Copied (server-side copy) 2025/11/08 05:16:09 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:16:16 DEBUG : sub dir/hello world: Removing old object on successful upload 2025/11/08 05:16:21 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/08 05:16:21 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/11/08 05:16:22 DEBUG : gofile root 'rclone-test-fuhusof9luju': Waiting for checks to finish 2025/11/08 05:16:22 DEBUG : sub dir/hello world: size = 17 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:16:22 DEBUG : sub dir/hello world: size = 11 (gofile root 'rclone-test-fuhusof9luju') 2025/11/08 05:16:22 DEBUG : sub dir/hello world: Sizes differ 2025/11/08 05:16:22 DEBUG : gofile root 'rclone-test-fuhusof9luju': Waiting for transfers to finish 2025/11/08 05:16:26 DEBUG : sub dir/hello world: Server side copy: removing existing object after successful copy 2025/11/08 05:16:27 DEBUG : sub dir/hello world: size = 17 OK 2025/11/08 05:16:27 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2025/11/08 05:16:27 INFO : sub dir/hello world: Copied (server-side copy) 2025/11/08 05:16:27 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/08 05:16:31 DEBUG : gofile root 'rclone-test-fuhusof9luju': Purge remote --- PASS: TestServerSideCopyOverSelf (50.77s) === RUN TestMoveOverSelf run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:16:45 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/08 05:16:45 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/11/08 05:16:47 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:16:47 DEBUG : sub dir/hello world: size = 11 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:16:47 DEBUG : sub dir/hello world: Sizes differ 2025/11/08 05:16:47 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:16:47 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:16:48 DEBUG : sub dir/hello world: Removing old object on successful upload 2025/11/08 05:16:48 DEBUG : sub dir/hello world: size = 17 OK 2025/11/08 05:16:48 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2025/11/08 05:16:48 INFO : sub dir/hello world: Copied (replaced existing) 2025/11/08 05:16:48 INFO : sub dir/hello world: Deleted 2025/11/08 05:16:49 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestMoveOverSelf (18.93s) === RUN TestServerSideMoveOverSelf run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:17:02 DEBUG : Creating backend with remote "TestGoFile:rclone-test-dumopow6seno" sync_test.go:701: Server side copy (if possible) gofile root 'rclone-test-xixicox1jopo' -> gofile root 'rclone-test-dumopow6seno' 2025/11/08 05:17:06 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:17:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:17:06 DEBUG : gofile root 'rclone-test-dumopow6seno': Waiting for checks to finish 2025/11/08 05:17:06 DEBUG : gofile root 'rclone-test-dumopow6seno': Waiting for transfers to finish 2025/11/08 05:17:13 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:17:13 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:17:13 INFO : sub dir/hello world: Copied (server-side copy) 2025/11/08 05:17:14 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:17:19 DEBUG : sub dir/hello world: Removing old object on successful upload 2025/11/08 05:17:21 DEBUG : gofile root 'rclone-test-dumopow6seno': Using server-side directory move 2025/11/08 05:17:21 INFO : gofile root 'rclone-test-dumopow6seno': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/11/08 05:18:20 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:18:20 DEBUG : pacer: low level retry 1/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:18:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/11/08 05:18:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:18:50 DEBUG : pacer: low level retry 2/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:18:50 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/11/08 05:19:12 DEBUG : pacer: Reducing sleep to 20ms 2025/11/08 05:19:12 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/08 05:19:12 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/11/08 05:19:42 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:19:42 DEBUG : pacer: low level retry 1/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:19:42 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/11/08 05:19:43 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:19:43 DEBUG : pacer: low level retry 1/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:19:43 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/11/08 05:20:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:20:13 DEBUG : pacer: low level retry 2/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:20:13 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/11/08 05:20:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:20:13 DEBUG : pacer: low level retry 2/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:20:13 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/11/08 05:20:43 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:20:43 DEBUG : pacer: low level retry 3/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:20:43 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/11/08 05:20:43 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:20:43 DEBUG : pacer: low level retry 3/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:20:43 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/11/08 05:21:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:21:13 DEBUG : pacer: low level retry 4/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:21:13 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/11/08 05:21:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:21:14 DEBUG : pacer: low level retry 4/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:21:14 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/11/08 05:21:43 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:21:43 DEBUG : pacer: low level retry 5/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:21:43 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2025/11/08 05:21:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:21:44 DEBUG : pacer: low level retry 5/10 (error Error "504 Gateway Timeout (504): \r\n504 Gateway Time-out\r\n\r\n

504 Gateway Time-out

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:21:44 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/11/08 05:21:47 DEBUG : pacer: Reducing sleep to 320ms 2025/11/08 05:21:47 DEBUG : pacer: Reducing sleep to 160ms 2025/11/08 05:21:47 DEBUG : sub dir/hello world: size = 17 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:21:47 DEBUG : sub dir/hello world: size = 11 (gofile root 'rclone-test-dumopow6seno') 2025/11/08 05:21:47 DEBUG : sub dir/hello world: Sizes differ 2025/11/08 05:21:47 DEBUG : gofile root 'rclone-test-dumopow6seno': Waiting for checks to finish 2025/11/08 05:21:47 DEBUG : gofile root 'rclone-test-dumopow6seno': Waiting for transfers to finish 2025/11/08 05:21:48 DEBUG : pacer: Reducing sleep to 160ms 2025/11/08 05:21:48 INFO : sub dir/hello world: Deleted 2025/11/08 05:21:50 DEBUG : pacer: Reducing sleep to 80ms 2025/11/08 05:21:50 INFO : sub dir/hello world: Moved (server-side) 2025/11/08 05:21:51 DEBUG : pacer: Reducing sleep to 40ms 2025/11/08 05:21:51 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/08 05:21:52 DEBUG : pacer: Reducing sleep to 80ms 2025/11/08 05:21:53 DEBUG : pacer: Reducing sleep to 20ms 2025/11/08 05:21:54 DEBUG : pacer: Reducing sleep to 40ms 2025/11/08 05:21:55 DEBUG : pacer: Reducing sleep to 20ms 2025/11/08 05:21:56 DEBUG : pacer: Reducing sleep to 10ms 2025/11/08 05:21:56 DEBUG : testing file moves 2025/11/08 05:21:57 DEBUG : pacer: Reducing sleep to 10ms 2025/11/08 05:21:58 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/08 05:21:58 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/11/08 05:21:59 DEBUG : sub dir/hello world: size = 24 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:21:59 DEBUG : sub dir/hello world: size = 17 (gofile root 'rclone-test-dumopow6seno') 2025/11/08 05:21:59 DEBUG : sub dir/hello world: Sizes differ 2025/11/08 05:21:59 DEBUG : gofile root 'rclone-test-dumopow6seno': Waiting for checks to finish 2025/11/08 05:21:59 DEBUG : gofile root 'rclone-test-dumopow6seno': Waiting for transfers to finish 2025/11/08 05:22:00 INFO : sub dir/hello world: Deleted 2025/11/08 05:22:01 INFO : sub dir/hello world: Moved (server-side) 2025/11/08 05:22:02 INFO : sub dir: Set directory modification time (using SetModTime) 2025/11/08 05:22:05 DEBUG : gofile root 'rclone-test-dumopow6seno': Purge remote --- PASS: TestServerSideMoveOverSelf (312.94s) === RUN TestCopyAfterDelete run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:22:15 ERROR : error listing: directory not found 2025/11/08 05:22:16 INFO : Local file system at /tmp/rclone2678914499: Making directory 2025/11/08 05:22:18 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:22:18 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (13.53s) === RUN TestCopyRedownload run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:22:34 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:34 DEBUG : pacer: low level retry 1/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:22:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/11/08 05:22:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:35 DEBUG : pacer: low level retry 2/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:22:35 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/11/08 05:22:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:35 DEBUG : pacer: low level retry 3/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:22:35 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/11/08 05:22:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:35 DEBUG : pacer: low level retry 4/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:22:35 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/11/08 05:22:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:35 DEBUG : pacer: low level retry 5/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:22:35 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/11/08 05:22:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:35 DEBUG : pacer: low level retry 6/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:22:35 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2025/11/08 05:22:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:36 DEBUG : pacer: low level retry 7/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:22:36 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2025/11/08 05:22:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:36 DEBUG : pacer: low level retry 8/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:22:36 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2025/11/08 05:22:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:38 DEBUG : pacer: low level retry 9/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:22:38 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2025/11/08 05:22:40 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:40 DEBUG : pacer: low level retry 10/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:22:40 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2025/11/08 05:22:40 ERROR : gofile root 'rclone-test-xixicox1jopo': error reading source root directory: couldn't list files: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n" 2025/11/08 05:22:40 DEBUG : Local file system at /tmp/rclone2678914499: Waiting for checks to finish 2025/11/08 05:22:40 DEBUG : Local file system at /tmp/rclone2678914499: Waiting for transfers to finish sync_test.go:762: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:762 Error: Received unexpected error: couldn't list files: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n" Test: TestCopyRedownload 2025/11/08 05:22:45 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:45 DEBUG : pacer: low level retry 1/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:22:45 DEBUG : pacer: Rate limited, increasing sleep to 20s 2025/11/08 05:22:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:22:56 DEBUG : pacer: low level retry 2/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:23:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:23:16 DEBUG : pacer: low level retry 3/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:23:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:23:36 DEBUG : pacer: low level retry 4/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:23:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:23:56 DEBUG : pacer: low level retry 5/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:24:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:24:16 DEBUG : pacer: low level retry 6/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:24:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:24:36 DEBUG : pacer: low level retry 7/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:24:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:24:56 DEBUG : pacer: low level retry 8/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:25:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:25:16 DEBUG : pacer: low level retry 9/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:25:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:25:36 DEBUG : pacer: low level retry 10/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") run.go:169: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:169 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:393 /usr/local/go/src/testing/testing.go:1211 /usr/local/go/src/testing/testing.go:1445 /usr/local/go/src/testing/testing.go:1786 /usr/local/go/src/runtime/panic.go:636 /usr/local/go/src/testing/testing.go:1041 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:762 Error: Received unexpected error: couldn't recursively list files: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n" Test: TestCopyRedownload --- FAIL: TestCopyRedownload (191.79s) === RUN TestSyncBasedOnCheckSum run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:25:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:25:56 DEBUG : pacer: low level retry 1/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:26:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:26:16 DEBUG : pacer: low level retry 2/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:26:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:26:36 DEBUG : pacer: low level retry 3/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:26:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:26:56 DEBUG : pacer: low level retry 4/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:27:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:27:16 DEBUG : pacer: low level retry 5/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:27:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:27:36 DEBUG : pacer: low level retry 6/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:27:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:27:56 DEBUG : pacer: low level retry 7/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:28:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:28:16 DEBUG : pacer: low level retry 8/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:28:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:28:36 DEBUG : pacer: low level retry 9/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:28:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:28:56 DEBUG : pacer: low level retry 10/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:28:56 DEBUG : check sum: Need to transfer - File not found at Destination 2025/11/08 05:28:56 ERROR : gofile root 'rclone-test-xixicox1jopo': error reading destination root directory: couldn't list files: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n" 2025/11/08 05:28:56 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:28:56 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:29:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:29:16 DEBUG : pacer: low level retry 1/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:29:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:29:36 DEBUG : pacer: low level retry 2/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:29:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:29:56 DEBUG : pacer: low level retry 3/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:30:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:30:16 DEBUG : pacer: low level retry 4/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:30:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:30:36 DEBUG : pacer: low level retry 5/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:30:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:30:56 DEBUG : pacer: low level retry 6/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:31:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:31:16 DEBUG : pacer: low level retry 7/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:31:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:31:36 DEBUG : pacer: low level retry 8/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:31:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:31:56 DEBUG : pacer: low level retry 9/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:32:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:32:16 DEBUG : pacer: low level retry 10/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:32:16 DEBUG : check sum: Received error: couldn't list files: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n" - low level retry 0/10 2025/11/08 05:32:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:32:36 DEBUG : pacer: low level retry 1/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:32:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:32:56 DEBUG : pacer: low level retry 2/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:33:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:33:16 DEBUG : pacer: low level retry 3/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:33:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:33:36 DEBUG : pacer: low level retry 4/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:33:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:33:56 DEBUG : pacer: low level retry 5/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:34:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:34:16 DEBUG : pacer: low level retry 6/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:34:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:34:36 DEBUG : pacer: low level retry 7/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:34:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:34:56 DEBUG : pacer: low level retry 8/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:35:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:35:16 DEBUG : pacer: low level retry 9/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:35:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:35:36 DEBUG : pacer: low level retry 10/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:35:36 DEBUG : check sum: Received error: couldn't list files: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n" - low level retry 1/10 2025/11/08 05:35:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:35:56 DEBUG : pacer: low level retry 1/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:36:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:36:16 DEBUG : pacer: low level retry 2/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:36:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:36:36 DEBUG : pacer: low level retry 3/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:36:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:36:56 DEBUG : pacer: low level retry 4/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:37:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:37:16 DEBUG : pacer: low level retry 5/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:37:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:37:36 DEBUG : pacer: low level retry 6/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:37:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:37:56 DEBUG : pacer: low level retry 7/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:38:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:38:16 DEBUG : pacer: low level retry 8/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:38:42 DEBUG : pacer: Reducing sleep to 10s 2025/11/08 05:38:57 DEBUG : pacer: Reducing sleep to 5s 2025/11/08 05:38:57 DEBUG : check sum: size = 1 OK 2025/11/08 05:38:57 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/11/08 05:38:57 INFO : check sum: Copied (new) 2025/11/08 05:38:57 ERROR : gofile root 'rclone-test-xixicox1jopo': not deleting files as there were IO errors 2025/11/08 05:38:57 ERROR : gofile root 'rclone-test-xixicox1jopo': not deleting directories as there were IO errors sync_test.go:784: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:784 Error: Received unexpected error: couldn't list files: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n" Test: TestSyncBasedOnCheckSum 2025/11/08 05:39:08 DEBUG : pacer: Reducing sleep to 2.5s 2025/11/08 05:39:12 DEBUG : pacer: Reducing sleep to 1.25s 2025/11/08 05:39:14 DEBUG : pacer: Reducing sleep to 625ms 2025/11/08 05:39:15 DEBUG : pacer: Reducing sleep to 312.5ms 2025/11/08 05:39:17 DEBUG : pacer: Reducing sleep to 156.25ms 2025/11/08 05:39:17 DEBUG : pacer: Reducing sleep to 78.125ms --- FAIL: TestSyncBasedOnCheckSum (821.61s) === RUN TestSyncSizeOnly run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:39:19 DEBUG : pacer: Reducing sleep to 39.0625ms 2025/11/08 05:39:19 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/11/08 05:39:19 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:39:19 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:39:20 DEBUG : pacer: Reducing sleep to 19.53125ms 2025/11/08 05:39:23 DEBUG : pacer: Reducing sleep to 10ms 2025/11/08 05:39:23 DEBUG : sizeonly: size = 6 OK 2025/11/08 05:39:23 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/11/08 05:39:23 INFO : sizeonly: Copied (new) 2025/11/08 05:39:23 DEBUG : Waiting for deletions to finish 2025/11/08 05:39:26 DEBUG : sizeonly: size = 6 OK 2025/11/08 05:39:26 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:39:26 DEBUG : sizeonly: Sizes identical 2025/11/08 05:39:26 DEBUG : sizeonly: Unchanged skipping 2025/11/08 05:39:26 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:39:26 DEBUG : Waiting for deletions to finish 2025/11/08 05:39:26 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (13.52s) === RUN TestSyncIgnoreSize run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:39:32 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/11/08 05:39:32 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:39:32 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:39:34 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2025/11/08 05:39:34 INFO : ignore-size: Copied (new) 2025/11/08 05:39:34 DEBUG : Waiting for deletions to finish 2025/11/08 05:39:37 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 05:39:37 DEBUG : ignore-size: Unchanged skipping 2025/11/08 05:39:37 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:39:37 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:39:37 DEBUG : Waiting for deletions to finish 2025/11/08 05:39:37 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (10.21s) === RUN TestSyncIgnoreTimes run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:39:48 DEBUG : existing: size = 6 OK 2025/11/08 05:39:48 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 05:39:48 DEBUG : existing: Unchanged skipping 2025/11/08 05:39:48 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:39:48 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:39:48 DEBUG : Waiting for deletions to finish 2025/11/08 05:39:48 INFO : There was nothing to transfer 2025/11/08 05:39:49 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:39:49 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/11/08 05:39:49 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:39:51 DEBUG : existing: Removing old object on successful upload 2025/11/08 05:39:52 DEBUG : existing: size = 6 OK 2025/11/08 05:39:52 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/11/08 05:39:52 INFO : existing: Copied (replaced existing) 2025/11/08 05:39:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (16.09s) === RUN TestSyncIgnoreExisting run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:39:59 DEBUG : existing: Need to transfer - File not found at Destination 2025/11/08 05:39:59 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:39:59 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:40:01 DEBUG : existing: size = 6 OK 2025/11/08 05:40:01 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/11/08 05:40:01 INFO : existing: Copied (new) 2025/11/08 05:40:01 DEBUG : Waiting for deletions to finish 2025/11/08 05:40:03 DEBUG : existing: Destination exists, skipping 2025/11/08 05:40:03 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:40:03 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:40:03 DEBUG : Waiting for deletions to finish 2025/11/08 05:40:03 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (10.01s) === RUN TestSyncIgnoreErrors run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:40:16 INFO : d: Making directory 2025/11/08 05:40:21 DEBUG : Added delayed dir = "a", newDst= 2025/11/08 05:40:21 INFO : c: Set directory modification time (using SetModTime) 2025/11/08 05:40:21 DEBUG : Added delayed dir = "c", newDst=c 2025/11/08 05:40:21 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/11/08 05:40:23 DEBUG : c/non empty space: size = 5 OK 2025/11/08 05:40:23 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:40:23 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:40:23 DEBUG : c/non empty space: Unchanged skipping 2025/11/08 05:40:23 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:40:26 DEBUG : a/potato2: size = 60 OK 2025/11/08 05:40:26 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/08 05:40:26 INFO : a/potato2: Copied (new) 2025/11/08 05:40:26 DEBUG : Waiting for deletions to finish 2025/11/08 05:40:27 INFO : b/potato: Deleted 2025/11/08 05:40:28 INFO : a: Set directory modification time (using DirSetModTime) 2025/11/08 05:40:28 INFO : d: Removing directory 2025/11/08 05:40:30 INFO : b: Removing directory 2025/11/08 05:40:32 DEBUG : gofile root 'rclone-test-xixicox1jopo': deleted 2 directories --- PASS: TestSyncIgnoreErrors (36.38s) === RUN TestSyncAfterChangingModtimeOnly run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:40:49 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:40:49 DEBUG : empty space: size = 1 OK 2025/11/08 05:40:49 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2025/11/08 05:40:49 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/11/08 05:40:49 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/11/08 05:40:49 DEBUG : empty space: Unchanged skipping 2025/11/08 05:40:49 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:40:49 DEBUG : Waiting for deletions to finish 2025/11/08 05:40:49 INFO : There was nothing to transfer 2025/11/08 05:40:51 DEBUG : empty space: size = 1 OK 2025/11/08 05:40:51 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:40:51 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2025/11/08 05:40:51 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/11/08 05:40:52 INFO : empty space: Updated modification time in destination 2025/11/08 05:40:52 DEBUG : empty space: Unchanged skipping 2025/11/08 05:40:52 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:40:52 DEBUG : Waiting for deletions to finish 2025/11/08 05:40:52 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (12.30s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:41:00 DEBUG : empty space: size = 1 OK 2025/11/08 05:41:00 DEBUG : empty space: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2025/11/08 05:41:00 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:41:00 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2025/11/08 05:41:00 DEBUG : empty space: Unchanged skipping 2025/11/08 05:41:00 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:41:00 DEBUG : Waiting for deletions to finish 2025/11/08 05:41:00 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (8.98s) === RUN TestSyncDoesntUpdateModtime run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:41:15 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:41:15 DEBUG : foo: size = 3 OK 2025/11/08 05:41:15 DEBUG : foo: Modification times differ by -95456h54m53.123456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06 +0000 UTC 2025/11/08 05:41:15 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:41:15 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:41:15 DEBUG : foo: md5 differ 2025/11/08 05:41:15 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:41:16 DEBUG : foo: Removing old object on successful upload 2025/11/08 05:41:17 DEBUG : foo: size = 3 OK 2025/11/08 05:41:17 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2025/11/08 05:41:17 INFO : foo: Copied (replaced existing) 2025/11/08 05:41:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (16.16s) === RUN TestSyncAfterAddingAFile run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:41:25 DEBUG : empty space: size = 1 OK 2025/11/08 05:41:25 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:41:25 DEBUG : potato: Need to transfer - File not found at Destination 2025/11/08 05:41:25 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:41:25 DEBUG : empty space: Unchanged skipping 2025/11/08 05:41:25 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:41:27 DEBUG : potato: size = 60 OK 2025/11/08 05:41:27 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/08 05:41:27 INFO : potato: Copied (new) 2025/11/08 05:41:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (11.71s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:41:44 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:41:44 DEBUG : potato: size = 21 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:41:44 DEBUG : potato: size = 60 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:41:44 DEBUG : potato: Sizes differ 2025/11/08 05:41:44 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:41:45 DEBUG : potato: Removing old object on successful upload 2025/11/08 05:41:46 DEBUG : potato: size = 21 OK 2025/11/08 05:41:46 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2025/11/08 05:41:46 INFO : potato: Copied (replaced existing) 2025/11/08 05:41:46 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (18.36s) === RUN TestSyncAfterChangingContentsOnly run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:41:56 DEBUG : potato: size = 21 OK 2025/11/08 05:41:56 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2025/11/08 05:41:56 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:41:56 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:41:56 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:41:56 DEBUG : potato: md5 differ 2025/11/08 05:41:56 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:41:57 DEBUG : potato: Removing old object on successful upload 2025/11/08 05:41:58 DEBUG : potato: size = 21 OK 2025/11/08 05:41:58 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2025/11/08 05:41:58 INFO : potato: Copied (replaced existing) 2025/11/08 05:41:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (11.58s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:42:30 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2025/11/08 05:42:30 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2025/11/08 05:42:30 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:286: Retry Put of "potato" to gofile root 'rclone-test-xixicox1jopo': 1/10 (failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2025/11/08 05:42:33 DEBUG : pacer: Reducing sleep to 10ms 2025/11/08 05:42:48 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/08 05:42:48 DEBUG : empty space: size = 1 OK 2025/11/08 05:42:48 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:42:48 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/11/08 05:42:48 DEBUG : empty space: Unchanged skipping 2025/11/08 05:42:48 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:42:48 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:42:48 DEBUG : Waiting for deletions to finish 2025/11/08 05:42:48 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (50.82s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:43:03 DEBUG : empty space: size = 1 OK 2025/11/08 05:43:03 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:43:03 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/08 05:43:03 DEBUG : empty space: Unchanged skipping 2025/11/08 05:43:03 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:43:03 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:43:09 DEBUG : potato2: size = 60 OK 2025/11/08 05:43:09 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/08 05:43:09 INFO : potato2: Copied (new) 2025/11/08 05:43:09 DEBUG : Waiting for deletions to finish 2025/11/08 05:43:10 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (22.34s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:43:25 INFO : d: Making directory 2025/11/08 05:43:27 INFO : d/e: Making directory 2025/11/08 05:43:32 DEBUG : Added delayed dir = "a", newDst= 2025/11/08 05:43:32 INFO : c: Set directory modification time (using SetModTime) 2025/11/08 05:43:32 DEBUG : Added delayed dir = "c", newDst=c 2025/11/08 05:43:32 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/11/08 05:43:34 DEBUG : c/non empty space: size = 5 OK 2025/11/08 05:43:34 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:43:34 DEBUG : c/non empty space: Unchanged skipping 2025/11/08 05:43:36 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:43:36 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:43:37 DEBUG : a/potato2: size = 60 OK 2025/11/08 05:43:37 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/08 05:43:37 INFO : a/potato2: Copied (new) 2025/11/08 05:43:37 DEBUG : Waiting for deletions to finish 2025/11/08 05:43:38 INFO : b/potato: Deleted 2025/11/08 05:43:39 INFO : a: Set directory modification time (using DirSetModTime) 2025/11/08 05:43:39 INFO : d/e: Removing directory 2025/11/08 05:43:41 INFO : d: Removing directory 2025/11/08 05:43:43 INFO : b: Removing directory 2025/11/08 05:43:45 DEBUG : gofile root 'rclone-test-xixicox1jopo': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (40.93s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:44:08 INFO : d: Making directory 2025/11/08 05:44:17 DEBUG : Added delayed dir = "a", newDst= 2025/11/08 05:44:18 INFO : c: Set directory modification time (using SetModTime) 2025/11/08 05:44:18 DEBUG : Added delayed dir = "c", newDst=c 2025/11/08 05:44:18 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/11/08 05:44:19 DEBUG : c/non empty space: size = 5 OK 2025/11/08 05:44:19 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:44:19 DEBUG : c/non empty space: Unchanged skipping 2025/11/08 05:44:19 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:44:19 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:44:21 DEBUG : a/potato2: size = 60 OK 2025/11/08 05:44:21 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/08 05:44:21 INFO : a/potato2: Copied (new) 2025/11/08 05:44:21 ERROR : gofile root 'rclone-test-xixicox1jopo': not deleting files as there were IO errors 2025/11/08 05:44:22 INFO : a: Set directory modification time (using DirSetModTime) 2025/11/08 05:44:22 ERROR : gofile root 'rclone-test-xixicox1jopo': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (42.38s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:44:45 DEBUG : Waiting for deletions to finish 2025/11/08 05:44:46 DEBUG : empty space: size = 1 OK 2025/11/08 05:44:46 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:44:46 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/08 05:44:46 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:44:46 DEBUG : empty space: Unchanged skipping 2025/11/08 05:44:46 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:44:47 INFO : potato: Deleted 2025/11/08 05:44:48 DEBUG : potato2: size = 60 OK 2025/11/08 05:44:48 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/08 05:44:48 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (14.36s) === RUN TestSyncDeleteBefore run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:45:00 DEBUG : Waiting for deletions to finish 2025/11/08 05:45:01 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:45:01 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:45:02 INFO : potato: Deleted 2025/11/08 05:45:03 DEBUG : empty space: size = 1 OK 2025/11/08 05:45:03 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:45:03 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/08 05:45:03 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:45:03 DEBUG : empty space: Unchanged skipping 2025/11/08 05:45:03 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:45:05 DEBUG : potato2: size = 60 OK 2025/11/08 05:45:05 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/11/08 05:45:05 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (17.00s) === RUN TestCopyDeleteBefore run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:45:15 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/08 05:45:15 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:45:15 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:45:17 DEBUG : potato2: size = 19 OK 2025/11/08 05:45:17 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2025/11/08 05:45:17 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (12.14s) === RUN TestSyncWithExclude run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:45:27 DEBUG : enormous: Excluded (Size Filter) 2025/11/08 05:45:27 DEBUG : enormous: Excluded 2025/11/08 05:45:27 DEBUG : potato2: Excluded (Size Filter) 2025/11/08 05:45:27 DEBUG : potato2: Excluded 2025/11/08 05:45:28 DEBUG : potato2: Excluded (Size Filter) 2025/11/08 05:45:28 DEBUG : potato2: Excluded 2025/11/08 05:45:28 DEBUG : empty space: size = 1 OK 2025/11/08 05:45:28 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:45:28 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:45:28 DEBUG : empty space: Unchanged skipping 2025/11/08 05:45:28 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:45:28 DEBUG : Waiting for deletions to finish 2025/11/08 05:45:28 INFO : There was nothing to transfer 2025/11/08 05:45:30 DEBUG : enormous: Excluded (Size Filter) 2025/11/08 05:45:30 DEBUG : enormous: Excluded 2025/11/08 05:45:30 DEBUG : potato2: Excluded (Size Filter) 2025/11/08 05:45:30 DEBUG : potato2: Excluded 2025/11/08 05:45:31 DEBUG : potato2: Excluded (Size Filter) 2025/11/08 05:45:31 DEBUG : potato2: Excluded 2025/11/08 05:45:31 DEBUG : Local file system at /tmp/rclone2678914499: Waiting for checks to finish 2025/11/08 05:45:31 DEBUG : empty space: size = 1 OK 2025/11/08 05:45:31 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2025/11/08 05:45:31 DEBUG : empty space: Unchanged skipping 2025/11/08 05:45:31 DEBUG : Local file system at /tmp/rclone2678914499: Waiting for transfers to finish 2025/11/08 05:45:31 DEBUG : Waiting for deletions to finish 2025/11/08 05:45:31 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (12.23s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:45:42 DEBUG : enormous: Excluded (Size Filter) 2025/11/08 05:45:42 DEBUG : enormous: Excluded 2025/11/08 05:45:42 DEBUG : potato2: Excluded (Size Filter) 2025/11/08 05:45:42 DEBUG : potato2: Excluded 2025/11/08 05:45:43 DEBUG : empty space: size = 1 OK 2025/11/08 05:45:43 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:45:43 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:45:43 DEBUG : empty space: Unchanged skipping 2025/11/08 05:45:43 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:45:43 DEBUG : Waiting for deletions to finish 2025/11/08 05:45:44 INFO : enormous: Deleted 2025/11/08 05:45:44 INFO : potato2: Deleted 2025/11/08 05:45:44 INFO : There was nothing to transfer 2025/11/08 05:45:47 DEBUG : empty space: size = 1 OK 2025/11/08 05:45:47 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2025/11/08 05:45:47 DEBUG : empty space: Unchanged skipping 2025/11/08 05:45:47 DEBUG : Local file system at /tmp/rclone2678914499: Waiting for checks to finish 2025/11/08 05:45:47 DEBUG : Local file system at /tmp/rclone2678914499: Waiting for transfers to finish 2025/11/08 05:45:47 DEBUG : Waiting for deletions to finish 2025/11/08 05:45:47 INFO : enormous: Deleted 2025/11/08 05:45:47 INFO : potato2: Deleted 2025/11/08 05:45:47 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (15.28s) === RUN TestSyncWithUpdateOlder run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:46:01 DEBUG : five: Need to transfer - File not found at Destination 2025/11/08 05:46:01 DEBUG : one: Destination is newer than source, skipping 2025/11/08 05:46:01 DEBUG : three: size = 5 OK 2025/11/08 05:46:01 DEBUG : three: Sizes identical 2025/11/08 05:46:01 DEBUG : four: size = 4 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:46:01 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/11/08 05:46:01 DEBUG : four: size = 8 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:46:01 DEBUG : four: Sizes differ 2025/11/08 05:46:01 DEBUG : two: size = 3 OK 2025/11/08 05:46:01 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:46:01 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:46:01 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:46:01 DEBUG : two: md5 differ 2025/11/08 05:46:01 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/11/08 05:46:01 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:46:02 DEBUG : two: Removing old object on successful upload 2025/11/08 05:46:03 DEBUG : two: size = 3 OK 2025/11/08 05:46:03 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/11/08 05:46:03 INFO : two: Copied (replaced existing) 2025/11/08 05:46:03 DEBUG : five: size = 4 OK 2025/11/08 05:46:03 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/11/08 05:46:03 INFO : five: Copied (new) 2025/11/08 05:46:04 DEBUG : four: Removing old object on successful upload 2025/11/08 05:46:05 DEBUG : four: size = 4 OK 2025/11/08 05:46:05 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/11/08 05:46:05 INFO : four: Copied (replaced existing) 2025/11/08 05:46:05 DEBUG : Waiting for deletions to finish 2025/11/08 05:46:07 DEBUG : one: Destination is newer than source, skipping 2025/11/08 05:46:07 DEBUG : four: size = 4 OK 2025/11/08 05:46:07 DEBUG : five: size = 4 OK 2025/11/08 05:46:07 DEBUG : two: size = 3 OK 2025/11/08 05:46:07 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:46:07 DEBUG : three: size = 5 OK 2025/11/08 05:46:07 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/11/08 05:46:07 DEBUG : two: Size and md5 of src and dst objects identical 2025/11/08 05:46:07 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2025/11/08 05:46:07 DEBUG : four: Size and md5 of src and dst objects identical 2025/11/08 05:46:07 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/11/08 05:46:07 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:46:07 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/11/08 05:46:07 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:46:07 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2025/11/08 05:46:07 DEBUG : three: md5 differ 2025/11/08 05:46:07 DEBUG : five: Size and md5 of src and dst objects identical 2025/11/08 05:46:07 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/11/08 05:46:07 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/11/08 05:46:07 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:46:10 DEBUG : three: Removing old object on successful upload 2025/11/08 05:46:11 DEBUG : three: size = 5 OK 2025/11/08 05:46:11 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2025/11/08 05:46:11 INFO : three: Copied (replaced existing) 2025/11/08 05:46:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (30.59s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1496: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1496: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" sync_test.go:1568: Can track renames: true 2025/11/08 05:46:22 INFO : gofile root 'rclone-test-xixicox1jopo': Making map for --track-renames 2025/11/08 05:46:22 INFO : gofile root 'rclone-test-xixicox1jopo': Finished making map for --track-renames 2025/11/08 05:46:22 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:46:22 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/11/08 05:46:22 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for renames to finish 2025/11/08 05:46:22 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/11/08 05:46:22 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:46:25 DEBUG : potato: size = 14 OK 2025/11/08 05:46:25 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/11/08 05:46:25 INFO : potato: Copied (new) 2025/11/08 05:46:25 DEBUG : yam: size = 11 OK 2025/11/08 05:46:25 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/11/08 05:46:25 INFO : yam: Copied (new) 2025/11/08 05:46:25 DEBUG : Waiting for deletions to finish 2025/11/08 05:46:28 DEBUG : potato: size = 14 OK 2025/11/08 05:46:28 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 05:46:28 INFO : gofile root 'rclone-test-xixicox1jopo': Making map for --track-renames 2025/11/08 05:46:28 INFO : gofile root 'rclone-test-xixicox1jopo': Finished making map for --track-renames 2025/11/08 05:46:28 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:46:28 DEBUG : potato: Unchanged skipping 2025/11/08 05:46:28 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for renames to finish 2025/11/08 05:46:30 INFO : yam: Moved (server-side) to: yaml 2025/11/08 05:46:30 INFO : yaml: Renamed from "yam" 2025/11/08 05:46:30 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:46:30 DEBUG : Waiting for deletions to finish 2025/11/08 05:46:30 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (15.74s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" sync_test.go:1640: Can track renames: true 2025/11/08 05:46:37 INFO : gofile root 'rclone-test-xixicox1jopo': Making map for --track-renames 2025/11/08 05:46:37 INFO : gofile root 'rclone-test-xixicox1jopo': Finished making map for --track-renames 2025/11/08 05:46:37 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:46:37 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/11/08 05:46:37 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/11/08 05:46:37 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for renames to finish 2025/11/08 05:46:37 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:46:39 DEBUG : yam: size = 11 OK 2025/11/08 05:46:39 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/11/08 05:46:39 INFO : yam: Copied (new) 2025/11/08 05:46:40 DEBUG : potato: size = 14 OK 2025/11/08 05:46:40 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/11/08 05:46:40 INFO : potato: Copied (new) 2025/11/08 05:46:40 DEBUG : Waiting for deletions to finish 2025/11/08 05:46:43 DEBUG : potato: size = 14 OK 2025/11/08 05:46:43 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 05:46:43 INFO : gofile root 'rclone-test-xixicox1jopo': Making map for --track-renames 2025/11/08 05:46:43 INFO : gofile root 'rclone-test-xixicox1jopo': Finished making map for --track-renames 2025/11/08 05:46:43 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:46:43 DEBUG : potato: Unchanged skipping 2025/11/08 05:46:43 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for renames to finish 2025/11/08 05:46:45 INFO : yam: Moved (server-side) to: yaml 2025/11/08 05:46:45 INFO : yaml: Renamed from "yam" 2025/11/08 05:46:45 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:46:45 DEBUG : Waiting for deletions to finish 2025/11/08 05:46:45 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (14.46s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" sync_test.go:1679: Can track renames: true 2025/11/08 05:46:52 DEBUG : Added delayed dir = "sub", newDst= 2025/11/08 05:46:52 INFO : gofile root 'rclone-test-xixicox1jopo': Making map for --track-renames 2025/11/08 05:46:52 INFO : gofile root 'rclone-test-xixicox1jopo': Finished making map for --track-renames 2025/11/08 05:46:52 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:46:52 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/11/08 05:46:52 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/11/08 05:46:52 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for renames to finish 2025/11/08 05:46:52 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:46:56 DEBUG : potato: size = 14 OK 2025/11/08 05:46:56 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2025/11/08 05:46:56 INFO : potato: Copied (new) 2025/11/08 05:46:58 DEBUG : sub/yam: size = 11 OK 2025/11/08 05:46:58 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2025/11/08 05:46:58 INFO : sub/yam: Copied (new) 2025/11/08 05:46:58 DEBUG : Waiting for deletions to finish 2025/11/08 05:46:59 INFO : sub: Set directory modification time (using DirSetModTime) 2025/11/08 05:47:01 DEBUG : potato: size = 14 OK 2025/11/08 05:47:01 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 05:47:01 DEBUG : potato: Unchanged skipping 2025/11/08 05:47:02 INFO : sub: Set directory modification time (using SetModTime) 2025/11/08 05:47:02 DEBUG : Added delayed dir = "sub", newDst=sub 2025/11/08 05:47:03 INFO : gofile root 'rclone-test-xixicox1jopo': Making map for --track-renames 2025/11/08 05:47:03 INFO : gofile root 'rclone-test-xixicox1jopo': Finished making map for --track-renames 2025/11/08 05:47:03 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:47:03 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for renames to finish 2025/11/08 05:47:05 INFO : sub/yam: Moved (server-side) to: yam 2025/11/08 05:47:05 INFO : yam: Renamed from "sub/yam" 2025/11/08 05:47:05 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:47:05 DEBUG : Waiting for deletions to finish 2025/11/08 05:47:05 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (20.81s) === RUN TestServerSideMoveLocal run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:47:12 DEBUG : Creating backend with remote "/tmp/rclone2678914499/dir1" 2025/11/08 05:47:12 DEBUG : Config file has changed externally - reloading 2025/11/08 05:47:12 DEBUG : Creating backend with remote "/tmp/rclone2678914499/dir2" 2025/11/08 05:47:12 DEBUG : Local file system at /tmp/rclone2678914499/dir2: Using server-side directory move 2025/11/08 05:47:12 INFO : Local file system at /tmp/rclone2678914499/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/11/08 05:47:12 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/11/08 05:47:12 DEBUG : Local file system at /tmp/rclone2678914499/dir2: Waiting for checks to finish 2025/11/08 05:47:12 DEBUG : Local file system at /tmp/rclone2678914499/dir2: Waiting for transfers to finish 2025/11/08 05:47:12 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (2.00s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:47:15 DEBUG : Added delayed dir = "nested", newDst= 2025/11/08 05:47:15 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:47:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:47:15 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/11/08 05:47:15 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/11/08 05:47:15 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:47:15 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:47:42 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:47:42 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:47:42 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:47:42 INFO : sub dir/hello world: Deleted 2025/11/08 05:48:33 DEBUG : nested/sub dir/file: size = 6 OK 2025/11/08 05:48:33 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2025/11/08 05:48:33 INFO : nested/sub dir/file: Copied (new) 2025/11/08 05:48:33 INFO : nested/sub dir/file: Deleted 2025/11/08 05:48:34 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:48:35 INFO : nested: Set directory modification time (using DirSetModTime) 2025/11/08 05:48:35 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:48:35 INFO : sub dir: Removing directory 2025/11/08 05:48:35 INFO : nested/sub dir: Removing directory 2025/11/08 05:48:35 INFO : nested: Removing directory 2025/11/08 05:48:35 DEBUG : Local file system at /tmp/rclone2678914499: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (93.33s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:48:48 DEBUG : Added delayed dir = "nested", newDst= 2025/11/08 05:48:48 DEBUG : Added delayed dir = "sub dir", newDst= 2025/11/08 05:48:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/11/08 05:48:48 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/11/08 05:48:48 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/11/08 05:48:48 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:48:48 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:48:56 DEBUG : sub dir/hello world: size = 11 OK 2025/11/08 05:48:56 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2025/11/08 05:48:56 INFO : sub dir/hello world: Copied (new) 2025/11/08 05:48:56 INFO : sub dir/hello world: Deleted 2025/11/08 05:48:57 DEBUG : nested/sub dir/file: size = 6 OK 2025/11/08 05:48:57 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2025/11/08 05:48:57 INFO : nested/sub dir/file: Copied (new) 2025/11/08 05:48:57 INFO : nested/sub dir/file: Deleted 2025/11/08 05:48:58 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:48:59 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/11/08 05:48:59 INFO : nested: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (27.70s) === RUN TestMoveWithIgnoreExisting run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:49:16 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/11/08 05:49:16 DEBUG : existing: Need to transfer - File not found at Destination 2025/11/08 05:49:16 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:49:16 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:49:18 DEBUG : existing: size = 6 OK 2025/11/08 05:49:18 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/11/08 05:49:18 INFO : existing: Copied (new) 2025/11/08 05:49:18 INFO : existing: Deleted 2025/11/08 05:49:18 DEBUG : existing-b: size = 6 OK 2025/11/08 05:49:18 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2025/11/08 05:49:18 INFO : existing-b: Copied (new) 2025/11/08 05:49:18 INFO : existing-b: Deleted 2025/11/08 05:49:21 DEBUG : existing: Destination exists, skipping 2025/11/08 05:49:21 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/11/08 05:49:21 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:49:21 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:49:21 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (11.97s) === RUN TestServerSideMove run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:49:27 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zodawil5cuni" 2025/11/08 05:49:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:28 DEBUG : pacer: low level retry 1/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:49:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/11/08 05:49:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:28 DEBUG : pacer: low level retry 2/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:49:28 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/11/08 05:49:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:28 DEBUG : pacer: low level retry 3/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:49:28 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2025/11/08 05:49:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:28 DEBUG : pacer: low level retry 4/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:49:28 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2025/11/08 05:49:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:29 DEBUG : pacer: low level retry 5/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:49:29 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2025/11/08 05:49:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:29 DEBUG : pacer: low level retry 6/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:49:29 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2025/11/08 05:49:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:29 DEBUG : pacer: low level retry 7/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:49:29 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2025/11/08 05:49:30 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:30 DEBUG : pacer: low level retry 8/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:49:30 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2025/11/08 05:49:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:31 DEBUG : pacer: low level retry 9/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:49:31 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2025/11/08 05:49:34 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:34 DEBUG : pacer: low level retry 10/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:49:34 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2025/11/08 05:49:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:39 DEBUG : pacer: low level retry 1/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:49:39 DEBUG : pacer: Rate limited, increasing sleep to 20s 2025/11/08 05:49:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:49:49 DEBUG : pacer: low level retry 2/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:50:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2025/11/08 05:50:09 DEBUG : pacer: low level retry 3/10 (error Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx/1.27.5
\r\n\r\n\r\n") 2025/11/08 05:50:31 DEBUG : pacer: Reducing sleep to 10s sync_test.go:1735: Server side move (if possible) gofile root 'rclone-test-xixicox1jopo' -> gofile root 'rclone-test-zodawil5cuni' 2025/11/08 05:50:50 DEBUG : pacer: Reducing sleep to 5s 2025/11/08 05:51:00 DEBUG : pacer: Reducing sleep to 2.5s 2025/11/08 05:51:04 DEBUG : pacer: Reducing sleep to 1.25s 2025/11/08 05:51:08 DEBUG : pacer: Reducing sleep to 625ms 2025/11/08 05:51:08 DEBUG : pacer: Reducing sleep to 312.5ms 2025/11/08 05:51:09 DEBUG : pacer: Reducing sleep to 156.25ms 2025/11/08 05:51:11 DEBUG : pacer: Reducing sleep to 78.125ms 2025/11/08 05:51:11 DEBUG : gofile root 'rclone-test-zodawil5cuni': Using server-side directory move 2025/11/08 05:51:11 INFO : gofile root 'rclone-test-zodawil5cuni': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/11/08 05:51:13 DEBUG : pacer: Reducing sleep to 39.0625ms 2025/11/08 05:51:13 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/08 05:51:13 DEBUG : empty space: size = 1 OK 2025/11/08 05:51:13 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2025/11/08 05:51:13 DEBUG : empty space: Unchanged skipping 2025/11/08 05:51:13 DEBUG : gofile root 'rclone-test-zodawil5cuni': Waiting for checks to finish 2025/11/08 05:51:13 DEBUG : potato3: size = 68 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:51:13 DEBUG : potato3: size = 60 (gofile root 'rclone-test-zodawil5cuni') 2025/11/08 05:51:13 DEBUG : potato3: Sizes differ 2025/11/08 05:51:14 INFO : empty space: Deleted 2025/11/08 05:51:14 DEBUG : gofile root 'rclone-test-zodawil5cuni': Waiting for transfers to finish 2025/11/08 05:51:14 DEBUG : pacer: Reducing sleep to 19.53125ms 2025/11/08 05:51:14 INFO : potato3: Deleted 2025/11/08 05:51:15 DEBUG : pacer: Reducing sleep to 10ms 2025/11/08 05:51:15 INFO : potato2: Moved (server-side) 2025/11/08 05:51:16 INFO : potato3: Moved (server-side) 2025/11/08 05:51:18 DEBUG : Creating backend with remote "TestGoFile:rclone-test-ruvuqin0yawa" 2025/11/08 05:51:21 DEBUG : gofile root 'rclone-test-ruvuqin0yawa': Using server-side directory move 2025/11/08 05:51:22 INFO : gofile root 'rclone-test-ruvuqin0yawa': Server side directory move succeeded 2025/11/08 05:51:26 DEBUG : gofile root 'rclone-test-ruvuqin0yawa': Purge remote 2025/11/08 05:51:29 DEBUG : gofile root 'rclone-test-zodawil5cuni': Purge remote 2025/11/08 05:51:30 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (124.40s) === RUN TestServerSideMoveWithFilter run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:51:31 DEBUG : Creating backend with remote "TestGoFile:rclone-test-megixon4voto" sync_test.go:1735: Server side move (if possible) gofile root 'rclone-test-xixicox1jopo' -> gofile root 'rclone-test-megixon4voto' 2025/11/08 05:52:03 DEBUG : empty space: Excluded (Size Filter) 2025/11/08 05:52:03 DEBUG : empty space: Excluded 2025/11/08 05:52:04 DEBUG : empty space: Excluded (Size Filter) 2025/11/08 05:52:04 DEBUG : empty space: Excluded 2025/11/08 05:52:04 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/08 05:52:04 DEBUG : potato3: size = 68 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:52:04 DEBUG : gofile root 'rclone-test-megixon4voto': Waiting for checks to finish 2025/11/08 05:52:04 DEBUG : potato3: size = 60 (gofile root 'rclone-test-megixon4voto') 2025/11/08 05:52:04 DEBUG : potato3: Sizes differ 2025/11/08 05:52:04 DEBUG : gofile root 'rclone-test-megixon4voto': Waiting for transfers to finish 2025/11/08 05:52:05 INFO : potato3: Deleted 2025/11/08 05:52:05 INFO : potato2: Moved (server-side) 2025/11/08 05:52:06 INFO : potato3: Moved (server-side) 2025/11/08 05:52:09 DEBUG : Creating backend with remote "TestGoFile:rclone-test-lafulek0vuju" 2025/11/08 05:52:13 DEBUG : empty space: Excluded (Size Filter) 2025/11/08 05:52:13 DEBUG : empty space: Excluded 2025/11/08 05:52:13 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/08 05:52:13 DEBUG : potato3: Need to transfer - File not found at Destination 2025/11/08 05:52:13 DEBUG : gofile root 'rclone-test-lafulek0vuju': Waiting for checks to finish 2025/11/08 05:52:13 DEBUG : gofile root 'rclone-test-lafulek0vuju': Waiting for transfers to finish 2025/11/08 05:52:17 INFO : potato3: Moved (server-side) 2025/11/08 05:52:18 INFO : potato2: Moved (server-side) 2025/11/08 05:52:20 DEBUG : gofile root 'rclone-test-lafulek0vuju': Purge remote 2025/11/08 05:52:22 DEBUG : gofile root 'rclone-test-megixon4voto': Purge remote --- PASS: TestServerSideMoveWithFilter (55.81s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:52:27 DEBUG : Creating backend with remote "TestGoFile:rclone-test-yaheduj9nuxa" 2025/11/08 05:52:36 INFO : tomatoDir: Making directory sync_test.go:1735: Server side move (if possible) gofile root 'rclone-test-xixicox1jopo' -> gofile root 'rclone-test-yaheduj9nuxa' 2025/11/08 05:52:47 DEBUG : gofile root 'rclone-test-yaheduj9nuxa': Using server-side directory move 2025/11/08 05:52:47 INFO : gofile root 'rclone-test-yaheduj9nuxa': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/11/08 05:52:49 DEBUG : potato2: Need to transfer - File not found at Destination 2025/11/08 05:52:49 DEBUG : Added delayed dir = "tomatoDir", newDst= 2025/11/08 05:52:49 DEBUG : empty space: size = 1 OK 2025/11/08 05:52:49 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2025/11/08 05:52:49 DEBUG : potato3: size = 68 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 05:52:49 DEBUG : potato3: size = 60 (gofile root 'rclone-test-yaheduj9nuxa') 2025/11/08 05:52:49 DEBUG : potato3: Sizes differ 2025/11/08 05:52:49 DEBUG : empty space: Unchanged skipping 2025/11/08 05:52:50 INFO : potato3: Deleted 2025/11/08 05:52:50 DEBUG : gofile root 'rclone-test-yaheduj9nuxa': Waiting for checks to finish 2025/11/08 05:52:50 INFO : empty space: Deleted 2025/11/08 05:52:50 DEBUG : gofile root 'rclone-test-yaheduj9nuxa': Waiting for transfers to finish 2025/11/08 05:52:50 INFO : potato2: Moved (server-side) 2025/11/08 05:52:51 INFO : potato3: Moved (server-side) 2025/11/08 05:52:51 INFO : tomatoDir: Removing directory 2025/11/08 05:52:53 DEBUG : gofile root 'rclone-test-xixicox1jopo': deleted 1 directories 2025/11/08 05:52:56 DEBUG : Creating backend with remote "TestGoFile:rclone-test-rivirit7wehu" 2025/11/08 05:52:58 INFO : tomatoDir: Making directory 2025/11/08 05:53:00 DEBUG : gofile root 'rclone-test-rivirit7wehu': Using server-side directory move 2025/11/08 05:53:02 INFO : gofile root 'rclone-test-rivirit7wehu': Server side directory move succeeded 2025/11/08 05:53:07 DEBUG : gofile root 'rclone-test-rivirit7wehu': Purge remote 2025/11/08 05:53:10 DEBUG : gofile root 'rclone-test-yaheduj9nuxa': Purge remote 2025/11/08 05:53:11 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (46.39s) === RUN TestServerSideMoveOverlap run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" sync_test.go:1940: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (1.61s) === RUN TestSyncOverlap run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:53:15 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/rclone-sync-test" --- PASS: TestSyncOverlap (7.83s) === RUN TestSyncOverlapWithFilter run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:53:23 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/rclone-sync-test" 2025/11/08 05:53:30 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/rclone-sync-test-include/layer2" 2025/11/08 05:53:40 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/rclone-sync-test-ignore-file" 2025/11/08 05:53:54 DEBUG : rclone-sync-test: Excluded 2025/11/08 05:53:55 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/11/08 05:53:56 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/11/08 05:53:58 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/11/08 05:53:58 DEBUG : gofile root 'rclone-test-xixicox1jopo/rclone-sync-test': Waiting for checks to finish 2025/11/08 05:53:58 DEBUG : gofile root 'rclone-test-xixicox1jopo/rclone-sync-test': Waiting for transfers to finish 2025/11/08 05:53:58 DEBUG : Waiting for deletions to finish 2025/11/08 05:53:58 INFO : There was nothing to transfer 2025/11/08 05:54:02 DEBUG : rclone-sync-test: Excluded 2025/11/08 05:54:03 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/11/08 05:54:05 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/11/08 05:54:05 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:54:05 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:54:05 DEBUG : Waiting for deletions to finish 2025/11/08 05:54:05 INFO : rclone-sync-test-include: Removing directory 2025/11/08 05:54:06 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/11/08 05:54:06 DEBUG : gofile root 'rclone-test-xixicox1jopo': failed to delete 1 directories 2025/11/08 05:54:06 INFO : There was nothing to transfer 2025/11/08 05:54:08 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/11/08 05:54:10 DEBUG : rclone-sync-test: Excluded 2025/11/08 05:54:10 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/11/08 05:54:12 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/11/08 05:54:12 DEBUG : gofile root 'rclone-test-xixicox1jopo/rclone-sync-test-include/layer2': Waiting for checks to finish 2025/11/08 05:54:12 DEBUG : gofile root 'rclone-test-xixicox1jopo/rclone-sync-test-include/layer2': Waiting for transfers to finish 2025/11/08 05:54:12 DEBUG : Waiting for deletions to finish 2025/11/08 05:54:12 INFO : There was nothing to transfer 2025/11/08 05:54:15 DEBUG : rclone-sync-test: Excluded 2025/11/08 05:54:16 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/11/08 05:54:19 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/11/08 05:54:19 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 05:54:19 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 05:54:19 DEBUG : Waiting for deletions to finish 2025/11/08 05:54:19 INFO : rclone-sync-test-include: Removing directory 2025/11/08 05:54:21 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/11/08 05:54:21 DEBUG : gofile root 'rclone-test-xixicox1jopo': failed to delete 1 directories 2025/11/08 05:54:21 INFO : There was nothing to transfer 2025/11/08 05:54:23 DEBUG : Excluded 2025/11/08 05:54:24 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/11/08 05:54:26 DEBUG : rclone-sync-test: Excluded 2025/11/08 05:54:26 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/11/08 05:54:29 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/11/08 05:54:29 DEBUG : gofile root 'rclone-test-xixicox1jopo/rclone-sync-test-ignore-file': Waiting for checks to finish 2025/11/08 05:54:29 DEBUG : gofile root 'rclone-test-xixicox1jopo/rclone-sync-test-ignore-file': Waiting for transfers to finish 2025/11/08 05:54:29 DEBUG : Waiting for deletions to finish 2025/11/08 05:54:29 INFO : There was nothing to transfer --- PASS: TestSyncOverlapWithFilter (79.16s) === RUN TestSyncCompareDest run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:54:42 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/dst" 2025/11/08 05:54:47 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/CompareDest" 2025/11/08 05:54:53 DEBUG : one: Need to transfer - File not found at Destination 2025/11/08 05:54:53 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:54:53 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:55:03 DEBUG : one: size = 3 OK 2025/11/08 05:55:03 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/11/08 05:55:03 INFO : one: Copied (new) 2025/11/08 05:55:03 DEBUG : Waiting for deletions to finish 2025/11/08 05:55:07 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:55:07 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:55:07 DEBUG : one: Sizes differ 2025/11/08 05:55:07 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:55:08 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:55:09 DEBUG : one: Removing old object on successful upload 2025/11/08 05:55:10 DEBUG : one: size = 5 OK 2025/11/08 05:55:10 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/11/08 05:55:10 INFO : one: Copied (replaced existing) 2025/11/08 05:55:10 DEBUG : Waiting for deletions to finish 2025/11/08 05:55:15 DEBUG : dst/one: Removing old object on successful upload 2025/11/08 05:55:24 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:55:24 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:55:24 DEBUG : one: Sizes differ 2025/11/08 05:55:24 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:55:26 DEBUG : one: size = 5 OK 2025/11/08 05:55:26 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:55:26 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/08 05:55:26 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:55:26 DEBUG : Waiting for deletions to finish 2025/11/08 05:55:26 INFO : There was nothing to transfer 2025/11/08 05:55:33 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:55:33 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:55:33 DEBUG : one: Sizes differ 2025/11/08 05:55:34 DEBUG : two: size = 3 OK 2025/11/08 05:55:34 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:55:34 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/08 05:55:34 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:55:35 DEBUG : one: size = 5 OK 2025/11/08 05:55:35 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:55:35 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/08 05:55:35 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:55:35 DEBUG : Waiting for deletions to finish 2025/11/08 05:55:35 INFO : There was nothing to transfer 2025/11/08 05:55:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:55:37 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:55:37 DEBUG : one: Sizes differ 2025/11/08 05:55:38 DEBUG : two: size = 3 OK 2025/11/08 05:55:38 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:55:38 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/08 05:55:38 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:55:38 DEBUG : one: size = 5 OK 2025/11/08 05:55:38 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:55:38 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/08 05:55:38 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:55:38 DEBUG : Waiting for deletions to finish 2025/11/08 05:55:38 INFO : There was nothing to transfer 2025/11/08 05:55:41 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:55:41 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:55:41 DEBUG : one: Sizes differ 2025/11/08 05:55:42 DEBUG : one: size = 5 OK 2025/11/08 05:55:42 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:55:42 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/08 05:55:42 DEBUG : two: size = 3 OK 2025/11/08 05:55:42 DEBUG : two: Modification times differ by -120h0m0s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59 +0000 UTC 2025/11/08 05:55:42 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/11/08 05:55:42 DEBUG : two: Destination found in --compare-dest, skipping 2025/11/08 05:55:42 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:55:42 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:55:42 DEBUG : Waiting for deletions to finish 2025/11/08 05:55:42 INFO : There was nothing to transfer 2025/11/08 05:55:47 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:55:47 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:55:47 DEBUG : one: Sizes differ 2025/11/08 05:55:48 DEBUG : two: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:55:48 DEBUG : two: size = 3 (gofile root 'rclone-test-xixicox1jopo/CompareDest') 2025/11/08 05:55:48 DEBUG : two: Sizes differ 2025/11/08 05:55:48 DEBUG : two: Need to transfer - File not found at Destination 2025/11/08 05:55:48 DEBUG : one: size = 5 OK 2025/11/08 05:55:48 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:55:48 DEBUG : one: Destination found in --compare-dest, skipping 2025/11/08 05:55:48 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:55:48 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:55:50 DEBUG : two: size = 5 OK 2025/11/08 05:55:50 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/11/08 05:55:50 INFO : two: Copied (new) 2025/11/08 05:55:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (80.11s) === RUN TestSyncMultipleCompareDest run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:56:13 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/dest" 2025/11/08 05:56:17 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/pre-dest1" 2025/11/08 05:56:19 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/pre-dest2" 2025/11/08 05:56:25 DEBUG : 1: size = 1 OK 2025/11/08 05:56:25 DEBUG : 1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 05:56:25 DEBUG : 1: Destination found in --compare-dest, skipping 2025/11/08 05:56:27 DEBUG : 2: size = 1 OK 2025/11/08 05:56:27 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 05:56:27 DEBUG : 2: Destination found in --compare-dest, skipping 2025/11/08 05:56:29 DEBUG : 3: Need to transfer - File not found at Destination 2025/11/08 05:56:29 DEBUG : gofile root 'rclone-test-xixicox1jopo/dest': Waiting for checks to finish 2025/11/08 05:56:29 DEBUG : gofile root 'rclone-test-xixicox1jopo/dest': Waiting for transfers to finish 2025/11/08 05:56:33 DEBUG : 3: size = 1 OK 2025/11/08 05:56:33 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2025/11/08 05:56:33 INFO : 3: Copied (new) 2025/11/08 05:56:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (45.78s) === RUN TestSyncCopyDest run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:56:48 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/dst" 2025/11/08 05:56:52 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/CopyDest" 2025/11/08 05:56:58 DEBUG : one: Need to transfer - File not found at Destination 2025/11/08 05:56:58 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:56:58 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:57:06 DEBUG : one: size = 3 OK 2025/11/08 05:57:06 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/11/08 05:57:06 INFO : one: Copied (new) 2025/11/08 05:57:06 DEBUG : Waiting for deletions to finish 2025/11/08 05:57:11 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:57:11 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:57:11 DEBUG : one: Sizes differ 2025/11/08 05:57:11 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:57:12 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:57:13 DEBUG : one: Removing old object on successful upload 2025/11/08 05:57:14 DEBUG : one: size = 5 OK 2025/11/08 05:57:14 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/11/08 05:57:14 INFO : one: Copied (replaced existing) 2025/11/08 05:57:14 DEBUG : Waiting for deletions to finish 2025/11/08 05:57:19 DEBUG : dst/one: Removing old object on successful upload 2025/11/08 05:57:31 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/BackupDir" 2025/11/08 05:57:37 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:57:37 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:57:37 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:57:37 DEBUG : one: Sizes differ 2025/11/08 05:57:39 DEBUG : one: size = 5 OK 2025/11/08 05:57:39 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:57:39 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:57:39 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:57:39 DEBUG : one: Sizes differ 2025/11/08 05:57:44 INFO : one: Moved (server-side) 2025/11/08 05:57:47 DEBUG : one: size = 5 OK 2025/11/08 05:57:47 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/11/08 05:57:47 INFO : one: Copied (server-side copy) 2025/11/08 05:57:47 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/11/08 05:57:47 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:57:47 DEBUG : Waiting for deletions to finish 2025/11/08 05:57:54 DEBUG : one: size = 5 OK 2025/11/08 05:57:54 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:57:54 DEBUG : one: Unchanged skipping 2025/11/08 05:57:55 DEBUG : two: size = 3 OK 2025/11/08 05:57:55 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:57:59 DEBUG : two: size = 3 OK 2025/11/08 05:57:59 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2025/11/08 05:57:59 INFO : two: Copied (server-side copy) 2025/11/08 05:57:59 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/11/08 05:57:59 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:57:59 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:57:59 DEBUG : Waiting for deletions to finish 2025/11/08 05:58:02 DEBUG : one: size = 5 OK 2025/11/08 05:58:02 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:58:02 DEBUG : one: Unchanged skipping 2025/11/08 05:58:02 DEBUG : two: size = 3 OK 2025/11/08 05:58:02 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:58:02 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:58:02 DEBUG : two: Unchanged skipping 2025/11/08 05:58:02 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:58:02 DEBUG : Waiting for deletions to finish 2025/11/08 05:58:02 INFO : There was nothing to transfer 2025/11/08 05:58:08 DEBUG : one: size = 5 OK 2025/11/08 05:58:08 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:58:08 DEBUG : one: Unchanged skipping 2025/11/08 05:58:10 DEBUG : three: size = 7 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:58:10 DEBUG : three: size = 5 (gofile root 'rclone-test-xixicox1jopo/CopyDest') 2025/11/08 05:58:10 DEBUG : three: Sizes differ 2025/11/08 05:58:10 DEBUG : three: Destination not found in --copy-dest 2025/11/08 05:58:10 DEBUG : three: Need to transfer - File not found at Destination 2025/11/08 05:58:10 DEBUG : two: size = 3 OK 2025/11/08 05:58:10 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/11/08 05:58:10 DEBUG : two: Unchanged skipping 2025/11/08 05:58:10 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:58:10 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:58:12 DEBUG : three: size = 7 OK 2025/11/08 05:58:12 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2025/11/08 05:58:12 INFO : three: Copied (new) 2025/11/08 05:58:12 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (102.25s) === RUN TestSyncBackupDir run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:58:42 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/dst" 2025/11/08 05:58:45 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/backup" 2025/11/08 05:58:51 DEBUG : two: size = 3 OK 2025/11/08 05:58:51 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 05:58:51 DEBUG : two: Unchanged skipping 2025/11/08 05:58:51 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:58:51 DEBUG : one: size = 4 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:58:51 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:58:51 DEBUG : one: Sizes differ 2025/11/08 05:58:56 INFO : one: Moved (server-side) 2025/11/08 05:58:56 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:59:00 DEBUG : one: size = 4 OK 2025/11/08 05:59:00 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/08 05:59:00 INFO : one: Copied (new) 2025/11/08 05:59:00 DEBUG : Waiting for deletions to finish 2025/11/08 05:59:03 INFO : three.txt: Moved (server-side) 2025/11/08 05:59:03 INFO : three.txt: Moved into backup dir 2025/11/08 05:59:15 DEBUG : two: size = 3 OK 2025/11/08 05:59:15 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 05:59:15 DEBUG : two: Unchanged skipping 2025/11/08 05:59:15 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:59:15 DEBUG : one: size = 4 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:59:15 DEBUG : one: Sizes differ 2025/11/08 05:59:15 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 05:59:17 INFO : one: Deleted 2025/11/08 05:59:19 INFO : one: Moved (server-side) 2025/11/08 05:59:19 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 05:59:21 DEBUG : one: size = 5 OK 2025/11/08 05:59:21 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/08 05:59:21 INFO : one: Copied (new) 2025/11/08 05:59:21 DEBUG : Waiting for deletions to finish 2025/11/08 05:59:23 INFO : three.txt: Deleted 2025/11/08 05:59:24 INFO : three.txt: Moved (server-side) 2025/11/08 05:59:24 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (67.96s) === RUN TestSyncBackupDirWithSuffix run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 05:59:48 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/dst" 2025/11/08 05:59:52 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/backup" 2025/11/08 05:59:57 DEBUG : one: size = 4 (Local file system at /tmp/rclone2678914499) 2025/11/08 05:59:57 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 05:59:57 DEBUG : one: Sizes differ 2025/11/08 05:59:57 DEBUG : two: size = 3 OK 2025/11/08 05:59:57 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 05:59:57 DEBUG : two: Unchanged skipping 2025/11/08 05:59:57 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 06:00:02 INFO : one: Moved (server-side) to: one.bak 2025/11/08 06:00:02 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 06:00:04 DEBUG : one: size = 4 OK 2025/11/08 06:00:04 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/08 06:00:04 INFO : one: Copied (new) 2025/11/08 06:00:04 DEBUG : Waiting for deletions to finish 2025/11/08 06:00:08 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/08 06:00:08 INFO : three.txt: Moved into backup dir 2025/11/08 06:00:14 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:00:14 DEBUG : one: size = 4 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:00:14 DEBUG : one: Sizes differ 2025/11/08 06:00:14 DEBUG : two: size = 3 OK 2025/11/08 06:00:14 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:00:14 DEBUG : two: Unchanged skipping 2025/11/08 06:00:14 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 06:00:16 INFO : one.bak: Deleted 2025/11/08 06:00:18 INFO : one: Moved (server-side) to: one.bak 2025/11/08 06:00:18 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 06:00:20 DEBUG : one: size = 5 OK 2025/11/08 06:00:20 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/08 06:00:20 INFO : one: Copied (new) 2025/11/08 06:00:20 DEBUG : Waiting for deletions to finish 2025/11/08 06:00:22 INFO : three.txt.bak: Deleted 2025/11/08 06:00:24 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/08 06:00:24 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (58.12s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 06:00:45 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/dst" 2025/11/08 06:00:47 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/backup" 2025/11/08 06:00:53 DEBUG : one: size = 4 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:00:53 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:00:53 DEBUG : two: size = 3 OK 2025/11/08 06:00:53 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:00:53 DEBUG : two: Unchanged skipping 2025/11/08 06:00:53 DEBUG : one: Sizes differ 2025/11/08 06:00:53 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 06:00:59 INFO : one: Moved (server-side) to: one-2019-01-01 2025/11/08 06:00:59 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 06:01:17 DEBUG : one: size = 4 OK 2025/11/08 06:01:17 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/08 06:01:17 INFO : one: Copied (new) 2025/11/08 06:01:17 DEBUG : Waiting for deletions to finish 2025/11/08 06:01:21 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/11/08 06:01:21 INFO : three.txt: Moved into backup dir 2025/11/08 06:01:32 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:01:32 DEBUG : one: size = 4 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:01:32 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 06:01:32 DEBUG : one: Sizes differ 2025/11/08 06:01:32 DEBUG : two: size = 3 OK 2025/11/08 06:01:32 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:01:32 DEBUG : two: Unchanged skipping 2025/11/08 06:01:34 INFO : one-2019-01-01: Deleted 2025/11/08 06:01:36 INFO : one: Moved (server-side) to: one-2019-01-01 2025/11/08 06:01:36 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 06:01:42 DEBUG : one: size = 5 OK 2025/11/08 06:01:42 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/08 06:01:42 INFO : one: Copied (new) 2025/11/08 06:01:42 DEBUG : Waiting for deletions to finish 2025/11/08 06:01:44 INFO : three-2019-01-01.txt: Deleted 2025/11/08 06:01:47 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/11/08 06:01:47 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (81.84s) === RUN TestSyncBackupDirSuffixOnly run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 06:02:35 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/dst" 2025/11/08 06:02:39 DEBUG : two: size = 3 OK 2025/11/08 06:02:39 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:02:39 DEBUG : two: Unchanged skipping 2025/11/08 06:02:39 DEBUG : one: size = 4 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:02:39 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:02:39 DEBUG : one: Sizes differ 2025/11/08 06:02:39 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 06:02:40 INFO : one: Moved (server-side) to: one.bak 2025/11/08 06:02:40 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 06:02:43 DEBUG : one: size = 4 OK 2025/11/08 06:02:43 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/08 06:02:43 INFO : one: Copied (new) 2025/11/08 06:02:43 DEBUG : Waiting for deletions to finish 2025/11/08 06:02:45 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/08 06:02:45 INFO : three.txt: Moved into backup dir 2025/11/08 06:02:59 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/11/08 06:02:59 DEBUG : three.txt.bak: Excluded 2025/11/08 06:02:59 DEBUG : one.bak: Excluded (Path Filter) 2025/11/08 06:02:59 DEBUG : one.bak: Excluded 2025/11/08 06:02:59 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:02:59 DEBUG : one: size = 4 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:02:59 DEBUG : one: Sizes differ 2025/11/08 06:02:59 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for checks to finish 2025/11/08 06:02:59 DEBUG : two: size = 3 OK 2025/11/08 06:02:59 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:02:59 DEBUG : two: Unchanged skipping 2025/11/08 06:03:01 INFO : one.bak: Deleted 2025/11/08 06:03:02 INFO : one: Moved (server-side) to: one.bak 2025/11/08 06:03:02 DEBUG : gofile root 'rclone-test-xixicox1jopo/dst': Waiting for transfers to finish 2025/11/08 06:03:04 DEBUG : one: size = 5 OK 2025/11/08 06:03:04 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/08 06:03:04 INFO : one: Copied (new) 2025/11/08 06:03:04 DEBUG : Waiting for deletions to finish 2025/11/08 06:03:06 INFO : three.txt.bak: Deleted 2025/11/08 06:03:07 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/08 06:03:07 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (80.07s) === RUN TestSyncSuffix run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 06:03:27 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/dst" 2025/11/08 06:03:32 DEBUG : one: size = 4 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:03:32 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:03:32 DEBUG : one: Sizes differ 2025/11/08 06:03:33 INFO : one: Moved (server-side) to: one.bak 2025/11/08 06:03:35 DEBUG : one: size = 4 OK 2025/11/08 06:03:35 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/08 06:03:35 INFO : one: Copied (new) 2025/11/08 06:03:37 DEBUG : two: size = 3 OK 2025/11/08 06:03:37 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:03:37 DEBUG : two: Unchanged skipping 2025/11/08 06:03:38 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:03:38 DEBUG : three.txt: size = 5 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:03:38 DEBUG : three.txt: Sizes differ 2025/11/08 06:03:39 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/08 06:03:51 DEBUG : Couldn't decode error response: invalid character 'E' looking for beginning of value 2025/11/08 06:03:51 DEBUG : pacer: low level retry 1/1 (error Error "502 Bad Gateway (502): Error forwarding request to upload server\n") 2025/11/08 06:03:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/11/08 06:03:51 DEBUG : three.txt: Received error: failed to upload file: Error "502 Bad Gateway (502): Error forwarding request to upload server\n" - low level retry 0/10 2025/11/08 06:03:52 DEBUG : pacer: Reducing sleep to 10ms 2025/11/08 06:03:53 DEBUG : three.txt: size = 6 OK 2025/11/08 06:03:53 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/11/08 06:03:53 INFO : three.txt: Copied (new) 2025/11/08 06:03:57 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:03:57 DEBUG : one: size = 4 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:03:57 DEBUG : one: Sizes differ 2025/11/08 06:04:00 INFO : one.bak: Deleted 2025/11/08 06:04:00 INFO : one: Moved (server-side) to: one.bak 2025/11/08 06:04:02 DEBUG : one: size = 5 OK 2025/11/08 06:04:02 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/08 06:04:02 INFO : one: Copied (new) 2025/11/08 06:04:03 DEBUG : two: size = 3 OK 2025/11/08 06:04:03 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:04:03 DEBUG : two: Unchanged skipping 2025/11/08 06:04:03 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:04:03 DEBUG : three.txt: size = 6 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:04:03 DEBUG : three.txt: Sizes differ 2025/11/08 06:04:06 INFO : three.txt.bak: Deleted 2025/11/08 06:04:06 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/11/08 06:04:08 DEBUG : three.txt: size = 19 OK 2025/11/08 06:04:08 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2025/11/08 06:04:08 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (60.82s) === RUN TestSyncSuffixKeepExtension run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 06:04:32 DEBUG : Creating backend with remote "TestGoFile:rclone-test-xixicox1jopo/dst" 2025/11/08 06:04:35 DEBUG : one: size = 4 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:04:35 DEBUG : one: size = 3 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:04:35 DEBUG : one: Sizes differ 2025/11/08 06:04:37 INFO : one: Moved (server-side) to: one-2019-01-01 2025/11/08 06:04:40 DEBUG : one: size = 4 OK 2025/11/08 06:04:40 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2025/11/08 06:04:40 INFO : one: Copied (new) 2025/11/08 06:04:40 DEBUG : two: size = 3 OK 2025/11/08 06:04:40 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:04:40 DEBUG : two: Unchanged skipping 2025/11/08 06:04:41 DEBUG : three.txt: size = 6 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:04:41 DEBUG : three.txt: size = 5 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:04:41 DEBUG : three.txt: Sizes differ 2025/11/08 06:04:43 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/11/08 06:04:50 DEBUG : three.txt: size = 6 OK 2025/11/08 06:04:50 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2025/11/08 06:04:50 INFO : three.txt: Copied (new) 2025/11/08 06:04:54 DEBUG : one: size = 5 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:04:54 DEBUG : one: size = 4 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:04:54 DEBUG : one: Sizes differ 2025/11/08 06:04:55 INFO : one-2019-01-01: Deleted 2025/11/08 06:04:56 INFO : one: Moved (server-side) to: one-2019-01-01 2025/11/08 06:04:58 DEBUG : one: size = 5 OK 2025/11/08 06:04:58 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2025/11/08 06:04:58 INFO : one: Copied (new) 2025/11/08 06:04:58 DEBUG : two: size = 3 OK 2025/11/08 06:04:58 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:04:58 DEBUG : two: Unchanged skipping 2025/11/08 06:04:59 DEBUG : three.txt: size = 19 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:04:59 DEBUG : three.txt: size = 6 (gofile root 'rclone-test-xixicox1jopo/dst') 2025/11/08 06:04:59 DEBUG : three.txt: Sizes differ 2025/11/08 06:05:01 INFO : three-2019-01-01.txt: Deleted 2025/11/08 06:05:02 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/11/08 06:05:04 DEBUG : three.txt: size = 19 OK 2025/11/08 06:05:04 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2025/11/08 06:05:04 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (55.24s) === RUN TestSyncUTFNorm run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 06:05:25 DEBUG : Testêé: size = 14 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:05:25 DEBUG : Testêé: size = 18 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 06:05:25 DEBUG : Testêé: Sizes differ 2025/11/08 06:05:25 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 06:05:25 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 06:05:25 DEBUG : Testêé: Removing old object on successful upload 2025/11/08 06:05:26 DEBUG : Testêé: size = 14 OK 2025/11/08 06:05:26 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2025/11/08 06:05:26 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/11/08 06:05:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (16.26s) === RUN TestSyncImmutable run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 06:05:33 DEBUG : existing: Need to transfer - File not found at Destination 2025/11/08 06:05:33 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 06:05:33 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 06:05:34 DEBUG : existing: size = 6 OK 2025/11/08 06:05:34 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2025/11/08 06:05:34 INFO : existing: Copied (new) 2025/11/08 06:05:34 DEBUG : Waiting for deletions to finish 2025/11/08 06:05:38 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 06:05:38 DEBUG : existing: size = 8 (Local file system at /tmp/rclone2678914499) 2025/11/08 06:05:38 DEBUG : existing: size = 6 (gofile root 'rclone-test-xixicox1jopo') 2025/11/08 06:05:38 DEBUG : existing: Sizes differ 2025/11/08 06:05:38 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/11/08 06:05:38 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 06:05:38 ERROR : gofile root 'rclone-test-xixicox1jopo': not deleting files as there were IO errors 2025/11/08 06:05:38 ERROR : gofile root 'rclone-test-xixicox1jopo': not deleting directories as there were IO errors --- PASS: TestSyncImmutable (11.48s) === RUN TestSyncIgnoreCase run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 06:05:59 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 06:05:59 DEBUG : EXISTING: size = 6 OK 2025/11/08 06:05:59 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:05:59 DEBUG : existing: Unchanged skipping 2025/11/08 06:05:59 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 06:05:59 DEBUG : Waiting for deletions to finish 2025/11/08 06:05:59 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (21.25s) === RUN TestFixCase run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" sync_test.go:2665: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (2.35s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" sync_test.go:2704: This test only runs on local === RUN TestMaxTransfer/Soft run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" sync_test.go:2704: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" sync_test.go:2704: This test only runs on local --- PASS: TestMaxTransfer (5.61s) --- SKIP: TestMaxTransfer/Hard (2.11s) --- SKIP: TestMaxTransfer/Soft (1.45s) --- SKIP: TestMaxTransfer/Cautious (2.05s) === RUN TestSyncConcurrentDelete run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" 2025/11/08 06:08:21 DEBUG : both0: size = 6 OK 2025/11/08 06:08:21 DEBUG : both0: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both10: size = 6 OK 2025/11/08 06:08:21 DEBUG : both10: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both11: size = 6 OK 2025/11/08 06:08:21 DEBUG : both11: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both0: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both12: size = 6 OK 2025/11/08 06:08:21 DEBUG : both12: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for checks to finish 2025/11/08 06:08:21 DEBUG : both10: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both13: size = 6 OK 2025/11/08 06:08:21 DEBUG : both14: size = 6 OK 2025/11/08 06:08:21 DEBUG : both13: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both14: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both13: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both15: size = 6 OK 2025/11/08 06:08:21 DEBUG : both15: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both15: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both16: size = 6 OK 2025/11/08 06:08:21 DEBUG : both16: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both16: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both17: size = 6 OK 2025/11/08 06:08:21 DEBUG : both17: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both17: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both18: size = 6 OK 2025/11/08 06:08:21 DEBUG : both18: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both14: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both19: size = 6 OK 2025/11/08 06:08:21 DEBUG : both19: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both19: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both1: size = 6 OK 2025/11/08 06:08:21 DEBUG : both1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both12: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both2: size = 6 OK 2025/11/08 06:08:21 DEBUG : both11: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both3: size = 6 OK 2025/11/08 06:08:21 DEBUG : both3: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both18: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both4: size = 6 OK 2025/11/08 06:08:21 DEBUG : both4: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both1: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both5: size = 6 OK 2025/11/08 06:08:21 DEBUG : both5: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both5: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both6: size = 6 OK 2025/11/08 06:08:21 DEBUG : both6: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both6: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both7: size = 6 OK 2025/11/08 06:08:21 DEBUG : both7: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both7: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both8: size = 6 OK 2025/11/08 06:08:21 DEBUG : both8: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both8: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both9: size = 6 OK 2025/11/08 06:08:21 DEBUG : both9: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/11/08 06:08:21 DEBUG : both2: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both3: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both4: Unchanged skipping 2025/11/08 06:08:21 DEBUG : both9: Unchanged skipping 2025/11/08 06:08:21 DEBUG : gofile root 'rclone-test-xixicox1jopo': Waiting for transfers to finish 2025/11/08 06:08:21 DEBUG : Waiting for deletions to finish 2025/11/08 06:08:22 INFO : only14: Deleted 2025/11/08 06:08:22 INFO : only6: Deleted 2025/11/08 06:08:22 INFO : only0: Deleted 2025/11/08 06:08:23 INFO : only17: Deleted 2025/11/08 06:08:23 INFO : only12: Deleted 2025/11/08 06:08:23 INFO : only15: Deleted 2025/11/08 06:08:23 INFO : only19: Deleted 2025/11/08 06:08:23 INFO : only9: Deleted 2025/11/08 06:08:24 INFO : only1: Deleted 2025/11/08 06:08:24 INFO : only11: Deleted 2025/11/08 06:08:24 INFO : only10: Deleted 2025/11/08 06:08:25 INFO : only7: Deleted 2025/11/08 06:08:25 INFO : only13: Deleted 2025/11/08 06:08:25 INFO : only18: Deleted 2025/11/08 06:08:26 INFO : only2: Deleted 2025/11/08 06:08:26 INFO : only4: Deleted 2025/11/08 06:08:26 INFO : only3: Deleted 2025/11/08 06:08:26 INFO : only16: Deleted 2025/11/08 06:08:27 INFO : only5: Deleted 2025/11/08 06:08:27 INFO : only8: Deleted 2025/11/08 06:08:27 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (158.67s) === RUN TestSyncConcurrentTruncate run.go:185: Remote "gofile root 'rclone-test-xixicox1jopo'", Local "Local file system at /tmp/rclone2678914499", Modify Window "1s" panic: test timed out after 1h0m0s running tests: TestSyncConcurrentTruncate (55s) goroutine 11178 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2484 +0x394 created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive]: testing.(*T).Run(0xc000a72380, {0x287ab94?, 0xc000069ad8?}, 0x298cf88) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000a72380) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000a72380, 0xc000069c18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000a71728, {0x415bb40, 0x6c, 0x6c}, {0xee0a0c799?, 0x4173420?, 0x4173420?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc0003d46e0) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0003d46e0) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:74 +0xa6 github.com/rclone/rclone/fs/sync.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:45 main.main() _testmain.go:261 +0xa9 goroutine 35 [chan receive, 60 minutes]: github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:24 +0x27 created by github.com/rclone/rclone/fs/accounting.(*tokenBucket).startSignalHandler in goroutine 1 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/accounting_unix.go:21 +0xa7 goroutine 34 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:152 +0x1f goroutine 11103 [select]: net/http.(*http2ClientConn).roundTrip(0xc0003defc0, 0xc000875cc0, 0x0) /usr/local/go/src/net/http/h2_bundle.go:8870 +0x4d3 net/http.(*http2ClientConn).RoundTrip(...) /usr/local/go/src/net/http/h2_bundle.go:8767 net/http.(*http2Transport).RoundTripOpt(0xc000484000, 0xc000875cc0, {0x0?, 0xb5?}) /usr/local/go/src/net/http/h2_bundle.go:8063 +0x1ec net/http.(*http2Transport).RoundTrip(...) /usr/local/go/src/net/http/h2_bundle.go:8014 net/http.http2noDialH2RoundTripper.RoundTrip({0xc0005ae820?}, 0xc000875cc0?) /usr/local/go/src/net/http/h2_bundle.go:10872 +0x1c net/http.(*Transport).roundTrip(0xc0005ae820, 0xc000875cc0) /usr/local/go/src/net/http/transport.go:615 +0x497 net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc0005fc480, 0xc000875cc0) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x345 net/http.send(0xc000875cc0, {0x2cc7020, 0xc0005fc480}, {0x6fe001?, 0xc00090b508?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc00042b770, 0xc000875cc0, {0x2e?, 0x1?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc00042b770, 0xc000875cc0) /usr/local/go/src/net/http/client.go:728 +0x989 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:587 github.com/rclone/rclone/lib/rest.(*Client).Call(0xc000420000, {0x2ceeed0, 0xc0004b5cb0}, 0xc000875b80) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:353 +0xd67 github.com/rclone/rclone/lib/rest.(*Client).callCodec(0xc000420000, {0x2ceeed0, 0xc0004b5cb0}, 0x419691?, {0x0?, 0x0?}, {0x23b5e40, 0xc000482a50}, 0x41373d?, 0x298e608, ...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:550 +0x3f2 github.com/rclone/rclone/lib/rest.(*Client).CallJSON(...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:493 github.com/rclone/rclone/backend/gofile.(*Fs).listAll.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:542 +0x85 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0x40?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc0005fc4e0, 0xc0003d7140, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:232 +0xc5 github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc0005fc4e0, 0xc0003d7140) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:251 +0x93 github.com/rclone/rclone/backend/gofile.(*Fs).listAll(0xc000150e00, {0x2ceeed0, 0xc0004b5cb0}, {0xc00038a300, 0x24}, 0x0, 0x1, {0xc0009827a0, 0x5}, 0xc00079b7e8) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:541 +0x557 github.com/rclone/rclone/backend/gofile.(*Fs).readMetaDataForPath(0xc000150e00, {0x2ceeed0, 0xc0004b5cb0}, {0xc0009827a0?, 0x41bb05?}) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:231 +0x11b github.com/rclone/rclone/backend/gofile.(*Object).readMetaData(0xc0008179e0, {0x2ceeed0?, 0xc0004b5cb0?}) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:1347 +0x4b github.com/rclone/rclone/backend/gofile.(*Fs).newObjectWithInfo(0xc000150e00, {0x2ceeed0, 0xc0004b5cb0}, {0xc0009827a0, 0x5}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:451 +0x9c github.com/rclone/rclone/backend/gofile.(*Fs).NewObject(...) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:462 github.com/rclone/rclone/backend/gofile.(*Fs).Put(0xc000150e00, {0x2ceeed0, 0xc0004b5cb0}, {0x2cc5480, 0xc000164600}, {0x2cfab70, 0xc00045b810}, {0x0, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:757 +0x79 github.com/rclone/rclone/fstest.(*Run).WriteObjectTo(0xc00045a310, {0x2ceeed0, 0xc0004b5cb0}, {0x2d05d50, 0xc000150e00}, {0xc0009827a0, 0x5}, {0x283c283, 0x6}, {0x1dcd64ff, ...}, ...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:280 +0x3f2 github.com/rclone/rclone/fstest.(*Run).WriteObject(...) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:297 github.com/rclone/rclone/fs/sync.testSyncConcurrent(0xc000ba4e00, {0x2842d7a, 0x8}) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2767 +0x805 github.com/rclone/rclone/fs/sync.TestSyncConcurrentTruncate(0xc000ba4e00?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2792 +0x1f testing.tRunner(0xc000ba4e00, 0x298cf88) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 6756 [IO wait]: internal/poll.runtime_pollWait(0x7f3cdb3c6b60, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00032cb80?, 0xc000735800?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc00032cb80, {0xc000735800, 0xc00, 0xc00}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc00032cb80, {0xc000735800?, 0xbfb?, 0xc00078b2c0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000146690, {0xc000735800?, 0xc000735800?, 0x5?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000a70fc0, {0xc000735800?, 0x7f3cd80c35c0?, 0x7f3d22871f30?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc00093d488, {0xc000735800?, 0xbfb?, 0xc00083cc08?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0003470b8, {0x2cc8840, 0xc00093d488}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000346e08, {0x7f3cd80c4ec0, 0xc000a70fc0}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000346e08, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000346e08, {0xc0009a3000, 0x1000, 0xc000c65500?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 bufio.(*Reader).Read(0xc000916ba0, {0xc0000004a0, 0x9, 0x40dee30?}) /usr/local/go/src/bufio/bufio.go:245 +0x197 io.ReadAtLeast({0x2cc5980, 0xc000916ba0}, {0xc0000004a0, 0x9, 0x9}, 0x9) /usr/local/go/src/io/io.go:335 +0x91 io.ReadFull(...) /usr/local/go/src/io/io.go:354 net/http.http2readFrameHeader({0xc0000004a0, 0x9, 0x449ec0?}, {0x2cc5980?, 0xc000916ba0?}) /usr/local/go/src/net/http/h2_bundle.go:1805 +0x65 net/http.(*http2Framer).ReadFrame(0xc000000460) /usr/local/go/src/net/http/h2_bundle.go:2072 +0x7d net/http.(*http2clientConnReadLoop).run(0xc000095fa8) /usr/local/go/src/net/http/h2_bundle.go:9933 +0xda net/http.(*http2ClientConn).readLoop(0xc0003defc0) /usr/local/go/src/net/http/h2_bundle.go:9812 +0x79 created by net/http.(*http2Transport).newClientConn in goroutine 6755 /usr/local/go/src/net/http/h2_bundle.go:8334 +0xde5 goroutine 8614 [select]: net/http.(*persistConn).writeLoop(0xc00046e240) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 8646 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 10696 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc0002b85a0, {0x2ceef08, 0xc000420eb0}) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:352 +0x145 created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 10671 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:389 +0x11a goroutine 8613 [IO wait]: internal/poll.runtime_pollWait(0x7f3cdb3c6a48, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000151c00?, 0xc00099c000?, 0x0) /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 +0x27 internal/poll.(*pollDesc).waitRead(...) /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read(0xc000151c00, {0xc00099c000, 0xc00, 0xc00}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000151c00, {0xc00099c000?, 0xbfb?, 0xc000c5e1c0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000808000, {0xc00099c000?, 0xc00099c000?, 0x5?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000a70000, {0xc00099c000?, 0x7f3cd80c35c0?, 0x7f3d22871f30?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc00093d5c0, {0xc00099c000?, 0xbfb?, 0xc000c559c8?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0005569b8, {0x2cc8840, 0xc00093d5c0}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000556708, {0x7f3cd80c4ec0, 0xc000a70000}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000556708, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000556708, {0xc00073d000, 0x1000, 0xc00042bc80?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc00046e240, {0xc00073d000?, 0x80f4c5?, 0x2cc5380?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc000a8a960) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc000a8a960, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc00046e240) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 8646 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 11198 [select]: net/http.(*http2clientStream).writeRequest(0xc000675c80, 0xc000875cc0, 0x0) /usr/local/go/src/net/http/h2_bundle.go:9044 +0xc05 net/http.(*http2clientStream).doRequest(0xc000675c80, 0xc00090b110?, 0x0?) /usr/local/go/src/net/http/h2_bundle.go:8901 +0x56 created by net/http.(*http2ClientConn).roundTrip in goroutine 11103 /usr/local/go/src/net/http/h2_bundle.go:8806 +0x419 "./sync.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose" - Finished ERROR in 1h0m2.278003367s (try 3/5): exit status 2: Failed [TestCopyRedownload TestSyncBasedOnCheckSum]