"./sync.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose" - Starting (try 1/5) 2026/07/10 03:23:19 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu" 2026/07/10 03:23:19 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/10 03:23:19 DEBUG : Creating backend with remote "/tmp/rclone3130558631" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:20 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:20 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:20 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2026/07/10 03:23:20 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:20 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set --- PASS: TestCopyWithDryRun (0.67s) === RUN TestCopy run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:20 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:20 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:20 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:20 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:21 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:23:21 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:21 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:23:21 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopy (1.42s) === RUN TestCopyMetadata run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.17s) === RUN TestCopyMetadataNoEmptyDirs run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.19s) === RUN TestCopyMissingDirectory run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:22 DEBUG : Creating backend with remote "/non-existing" 2026/07/10 03:23:22 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2026/07/10 03:23:22 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:22 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.26s) === RUN TestCopyNoTraverse run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:22 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:22 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:22 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:23 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:23:23 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:23 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:23:23 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoTraverse (1.20s) === RUN TestCopyNoTraverseDeadlock run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (0.19s) === RUN TestCopyCheckFirst run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:24 INFO : gofile root 'rclone-test-zuqugov6jobu': Running all checks before starting transfers 2026/07/10 03:23:24 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:24 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:24 INFO : gofile root 'rclone-test-zuqugov6jobu': Checks finished, now starting transfers 2026/07/10 03:23:24 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:24 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:23:24 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:24 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:23:24 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyCheckFirst (1.27s) === RUN TestSyncNoTraverse run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:25 ERROR : Ignoring --no-traverse with sync 2026/07/10 03:23:25 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:25 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:25 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:25 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:23:25 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:25 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:23:25 DEBUG : Waiting for deletions to finish 2026/07/10 03:23:26 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoTraverse (1.22s) === RUN TestCopyWithDepth run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:26 DEBUG : hello world2: Need to transfer - File not found at Destination 2026/07/10 03:23:26 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:26 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:26 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:26 DEBUG : hello world2: size = 12 OK 2026/07/10 03:23:26 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2026/07/10 03:23:26 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (0.71s) === RUN TestCopyWithFilesFrom run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:27 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/10 03:23:27 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:27 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:27 DEBUG : potato2: size = 11 OK 2026/07/10 03:23:27 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:27 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (0.87s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:28 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/10 03:23:28 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:28 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:28 DEBUG : potato2: size = 11 OK 2026/07/10 03:23:28 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:28 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (0.70s) === RUN TestCopyEmptyDirectories run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:28 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/07/10 03:23:28 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/10 03:23:28 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:28 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:28 INFO : sub dir2: Making directory 2026/07/10 03:23:29 INFO : sub dir2: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/10 03:23:29 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/07/10 03:23:29 INFO : sub dir: Making directory 2026/07/10 03:23:29 INFO : sub dir: Made directory with modification time 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/10 03:23:29 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:29 INFO : sub dir2/sub sub dir2: Making directory 2026/07/10 03:23:29 INFO : sub dir2/sub sub dir2: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/10 03:23:29 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/07/10 03:23:29 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:29 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:29 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:23:29 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:29 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:23:29 INFO : sub dir2/sub sub dir2: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:30 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:30 INFO : sub dir2: Set directory modification time (using DirSetModTime) --- PASS: TestCopyEmptyDirectories (2.45s) === RUN TestCopyNoEmptyDirectories run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:31 INFO : sub dir2: Making directory 2026/07/10 03:23:31 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2026/07/10 03:23:31 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/10 03:23:31 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/07/10 03:23:31 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:31 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2026/07/10 03:23:31 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:31 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:31 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:23:31 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:31 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:23:31 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyNoEmptyDirectories (1.11s) === RUN TestMoveEmptyDirectories run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:32 DEBUG : sub dir2: Making directory with metadata 2026/07/10 03:23:32 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/10 03:23:32 INFO : sub dir2: Making directory 2026/07/10 03:23:32 INFO : sub dir2: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/10 03:23:32 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/07/10 03:23:32 INFO : sub dir: Making directory 2026/07/10 03:23:32 INFO : sub dir: Made directory with modification time 2026-07-10 03:23:32.393870512 +0000 UTC 2026/07/10 03:23:32 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:32 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:32 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:33 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:23:33 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:33 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:23:33 INFO : sub dir/hello world: Deleted 2026/07/10 03:23:33 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:33 INFO : sub dir2: Set directory modification time (using DirSetModTime) --- PASS: TestMoveEmptyDirectories (1.73s) === RUN TestSyncNoUpdateDirModtime run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:34 DEBUG : sub dir no update dir modtime: Making directory with metadata 2026/07/10 03:23:34 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2026/07/10 03:23:34 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:34 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoUpdateDirModtime (1.18s) === RUN TestMoveNoEmptyDirectories run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:35 INFO : sub dir2: Making directory 2026/07/10 03:23:35 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/07/10 03:23:35 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:35 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:35 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:35 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:23:35 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:35 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:23:35 INFO : sub dir/hello world: Deleted 2026/07/10 03:23:35 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveNoEmptyDirectories (1.01s) === RUN TestSyncEmptyDirectories run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:36 DEBUG : sub dir2: Making directory with metadata 2026/07/10 03:23:36 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2026/07/10 03:23:36 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:36 INFO : sub dir2: Making directory 2026/07/10 03:23:36 INFO : sub dir2: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/10 03:23:36 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/07/10 03:23:36 INFO : sub dir: Making directory 2026/07/10 03:23:36 INFO : sub dir: Made directory with modification time 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/10 03:23:36 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:36 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:36 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:37 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:23:37 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:37 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:23:37 DEBUG : Waiting for deletions to finish 2026/07/10 03:23:37 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:37 INFO : sub dir2: Set directory modification time (using DirSetModTime) --- PASS: TestSyncEmptyDirectories (2.17s) === RUN TestSyncSetDelayedModTimes run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:38 INFO : a1/b2/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b2/c1/d1/e1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b2/c1/d1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b2/c1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b2: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b1/c1/d2/e1/f2: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b1/c1/d2/e1/f1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b1/c1/d2/e1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b1/c1/d2: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b1/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b1/c1/d1/e1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b1/c1/d1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b1/c1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1/b1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:38 INFO : a1: Making directory 2026/07/10 03:23:38 INFO : a1: Made directory with modification time 2001-02-03 04:19:06.499999999 +0000 UTC 2026/07/10 03:23:38 DEBUG : Added delayed dir = "a1", newDst= 2026/07/10 03:23:38 INFO : a1/b1: Making directory 2026/07/10 03:23:39 INFO : a1/b1: Made directory with modification time 2001-02-03 04:18:06.499999999 +0000 UTC 2026/07/10 03:23:39 DEBUG : Added delayed dir = "a1/b1", newDst= 2026/07/10 03:23:39 INFO : a1/b2: Making directory 2026/07/10 03:23:39 INFO : a1/b2: Made directory with modification time 2001-02-03 04:09:06.499999999 +0000 UTC 2026/07/10 03:23:39 DEBUG : Added delayed dir = "a1/b2", newDst= 2026/07/10 03:23:39 INFO : a1/b2/c1: Making directory 2026/07/10 03:23:39 INFO : a1/b1/c1: Making directory 2026/07/10 03:23:39 INFO : a1/b2/c1: Made directory with modification time 2001-02-03 04:08:06.499999999 +0000 UTC 2026/07/10 03:23:39 DEBUG : Added delayed dir = "a1/b2/c1", newDst= 2026/07/10 03:23:39 INFO : a1/b2/c1/d1: Making directory 2026/07/10 03:23:40 INFO : a1/b1/c1: Made directory with modification time 2001-02-03 04:17:06.499999999 +0000 UTC 2026/07/10 03:23:40 DEBUG : Added delayed dir = "a1/b1/c1", newDst= 2026/07/10 03:23:40 INFO : a1/b1/c1/d1: Making directory 2026/07/10 03:23:40 INFO : a1/b2/c1/d1: Made directory with modification time 2001-02-03 04:07:06.499999999 +0000 UTC 2026/07/10 03:23:40 DEBUG : Added delayed dir = "a1/b2/c1/d1", newDst= 2026/07/10 03:23:40 INFO : a1/b2/c1/d1/e1: Making directory 2026/07/10 03:23:40 INFO : a1/b1/c1/d1: Made directory with modification time 2001-02-03 04:16:06.499999999 +0000 UTC 2026/07/10 03:23:40 DEBUG : Added delayed dir = "a1/b1/c1/d1", newDst= 2026/07/10 03:23:40 INFO : a1/b1/c1/d2: Making directory 2026/07/10 03:23:40 INFO : a1/b1/c1/d2: Made directory with modification time 2001-02-03 04:13:06.499999999 +0000 UTC 2026/07/10 03:23:40 DEBUG : Added delayed dir = "a1/b1/c1/d2", newDst= 2026/07/10 03:23:40 INFO : a1/b1/c1/d2/e1: Making directory 2026/07/10 03:23:40 INFO : a1/b1/c1/d1/e1: Making directory 2026/07/10 03:23:40 INFO : a1/b2/c1/d1/e1: Made directory with modification time 2001-02-03 04:06:06.499999999 +0000 UTC 2026/07/10 03:23:40 DEBUG : Added delayed dir = "a1/b2/c1/d1/e1", newDst= 2026/07/10 03:23:40 INFO : a1/b2/c1/d1/e1/f1: Making directory 2026/07/10 03:23:41 INFO : a1/b1/c1/d2/e1: Made directory with modification time 2001-02-03 04:12:06.499999999 +0000 UTC 2026/07/10 03:23:41 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1", newDst= 2026/07/10 03:23:41 INFO : a1/b1/c1/d2/e1/f1: Making directory 2026/07/10 03:23:41 INFO : a1/b1/c1/d1/e1: Made directory with modification time 2001-02-03 04:15:06.499999999 +0000 UTC 2026/07/10 03:23:41 DEBUG : Added delayed dir = "a1/b1/c1/d1/e1", newDst= 2026/07/10 03:23:41 INFO : a1/b1/c1/d1/e1/f1: Making directory 2026/07/10 03:23:41 INFO : a1/b2/c1/d1/e1/f1: Made directory with modification time 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/10 03:23:41 DEBUG : Added delayed dir = "a1/b2/c1/d1/e1/f1", newDst= 2026/07/10 03:23:41 INFO : a1/b1/c1/d2/e1/f1: Made directory with modification time 2001-02-03 04:11:06.499999999 +0000 UTC 2026/07/10 03:23:41 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1/f1", newDst= 2026/07/10 03:23:41 INFO : a1/b1/c1/d2/e1/f2: Making directory 2026/07/10 03:23:41 INFO : a1/b1/c1/d1/e1/f1: Made directory with modification time 2001-02-03 04:14:06.499999999 +0000 UTC 2026/07/10 03:23:41 DEBUG : Added delayed dir = "a1/b1/c1/d1/e1/f1", newDst= 2026/07/10 03:23:42 INFO : a1/b1/c1/d2/e1/f2: Made directory with modification time 2001-02-03 04:10:06.499999999 +0000 UTC 2026/07/10 03:23:42 DEBUG : Added delayed dir = "a1/b1/c1/d2/e1/f2", newDst= 2026/07/10 03:23:42 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:42 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:42 DEBUG : Waiting for deletions to finish 2026/07/10 03:23:42 INFO : a1/b1/c1/d2/e1/f2: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b1/c1/d2/e1/f1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b2/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b1/c1/d1/e1/f1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b1/c1/d1/e1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b2/c1/d1/e1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b1/c1/d2/e1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b2/c1/d1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b1/c1/d1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b1/c1/d2: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b1/c1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b2/c1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b2: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1/b1: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:42 INFO : a1: Set directory modification time (using DirSetModTime) --- PASS: TestSyncSetDelayedModTimes (9.82s) === RUN TestSyncNoEmptyDirectories run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:48 INFO : sub dir2: Making directory 2026/07/10 03:23:48 DEBUG : Added delayed dir = "sub dir2", newDst= 2026/07/10 03:23:48 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:48 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:48 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:48 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:23:48 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:48 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:23:48 DEBUG : Waiting for deletions to finish 2026/07/10 03:23:48 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestSyncNoEmptyDirectories (1.16s) === RUN TestServerSideCopy run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:49 DEBUG : Creating backend with remote "TestGoFile:rclone-test-fehegix5padu" sync_test.go:620: Server side copy (if possible) gofile root 'rclone-test-zuqugov6jobu' -> gofile root 'rclone-test-fehegix5padu' 2026/07/10 03:23:50 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:23:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:23:50 DEBUG : gofile root 'rclone-test-fehegix5padu': Waiting for checks to finish 2026/07/10 03:23:50 DEBUG : gofile root 'rclone-test-fehegix5padu': Waiting for transfers to finish 2026/07/10 03:23:51 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:23:51 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:23:51 INFO : sub dir/hello world: Copied (server-side copy) 2026/07/10 03:23:51 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/10 03:23:51 DEBUG : gofile root 'rclone-test-fehegix5padu': Purge remote --- PASS: TestServerSideCopy (2.78s) === RUN TestCopyOverSelf run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:53 INFO : sub dir: Set directory modification time (using SetModTime) 2026/07/10 03:23:53 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/07/10 03:23:53 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:23:53 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3130558631) 2026/07/10 03:23:53 DEBUG : sub dir/hello world: size = 11 (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:23:53 DEBUG : sub dir/hello world: Sizes differ 2026/07/10 03:23:53 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:23:53 DEBUG : sub dir/hello world: Removing old object on successful upload 2026/07/10 03:23:53 DEBUG : sub dir/hello world: size = 17 OK 2026/07/10 03:23:53 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2026/07/10 03:23:53 INFO : sub dir/hello world: Copied (replaced existing) 2026/07/10 03:23:53 INFO : sub dir: Set directory modification time (using SetModTime) --- PASS: TestCopyOverSelf (2.35s) === RUN TestServerSideCopyOverSelf run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:23:55 DEBUG : Creating backend with remote "TestGoFile:rclone-test-nadunat5cuko" 2026/07/10 03:23:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:23:55 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
\r\n\r\n\r\n") 2026/07/10 03:23:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 03:23:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:23:55 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
\r\n\r\n\r\n") 2026/07/10 03:23:55 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 03:23:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:23: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
\r\n\r\n\r\n") 2026/07/10 03:23:56 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 03:23:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:23: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
\r\n\r\n\r\n") 2026/07/10 03:23:56 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 03:23:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03: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
\r\n\r\n\r\n") 2026/07/10 03:23:56 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 03:23:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:23: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
\r\n\r\n\r\n") 2026/07/10 03:23:56 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 03:23:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:23: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
\r\n\r\n\r\n") 2026/07/10 03:23:56 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 03:23:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:23:57 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
\r\n\r\n\r\n") 2026/07/10 03:23:57 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 03:23:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:23:58 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
\r\n\r\n\r\n") 2026/07/10 03:23:58 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 03:24:01 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:24:01 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
\r\n\r\n\r\n") 2026/07/10 03:24:01 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 03:24:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:24:06 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
\r\n\r\n\r\n") 2026/07/10 03:24:06 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 03:24:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:24: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
\r\n\r\n\r\n") 2026/07/10 03:24:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:24: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
\r\n\r\n\r\n") 2026/07/10 03:24:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:24: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
\r\n\r\n\r\n") 2026/07/10 03:25:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:25: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
\r\n\r\n\r\n") 2026/07/10 03:25:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:25: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
\r\n\r\n\r\n") 2026/07/10 03:25:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:25: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
\r\n\r\n\r\n") 2026/07/10 03:26:16 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26: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
\r\n\r\n\r\n") 2026/07/10 03:26:36 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26: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
\r\n\r\n\r\n") 2026/07/10 03:26:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26: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
\r\n\r\n\r\n") sync_test.go:654: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:654 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
\r\n\r\n\r\n" Test: TestServerSideCopyOverSelf 2026/07/10 03:26:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26: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
\r\n\r\n\r\n") 2026/07/10 03:26:56 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 03:26:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26: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
\r\n\r\n\r\n") 2026/07/10 03:26:56 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 03:26:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26: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
\r\n\r\n\r\n") 2026/07/10 03:26:56 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 03:26:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26:57 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
\r\n\r\n\r\n") 2026/07/10 03:26:57 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 03:26:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26:57 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
\r\n\r\n\r\n") 2026/07/10 03:26:57 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 03:26:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26:57 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
\r\n\r\n\r\n") 2026/07/10 03:26:57 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 03:26:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26:57 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
\r\n\r\n\r\n") 2026/07/10 03:26:57 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 03:26:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26:58 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
\r\n\r\n\r\n") 2026/07/10 03:26:58 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 03:26:59 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:26:59 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
\r\n\r\n\r\n") 2026/07/10 03:26:59 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 03:27:02 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:27:02 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
\r\n\r\n\r\n") 2026/07/10 03:27:02 DEBUG : pacer: Rate limited, increasing sleep to 10.24s run.go:182: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:182 /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:406 /usr/local/go/src/testing/testing.go:1317 /usr/local/go/src/testing/testing.go:1667 /usr/local/go/src/testing/testing.go:2030 /usr/local/go/src/runtime/panic.go:694 /usr/local/go/src/testing/testing.go:1022 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:654 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
\r\n\r\n\r\n" Test: TestServerSideCopyOverSelf --- FAIL: TestServerSideCopyOverSelf (187.48s) === RUN TestMoveOverSelf run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:27:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:27:07 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
\r\n\r\n\r\n") 2026/07/10 03:27:07 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 03:27:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:27:17 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
\r\n\r\n\r\n") 2026/07/10 03:27:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:27:37 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
\r\n\r\n\r\n") 2026/07/10 03:27:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:27:57 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
\r\n\r\n\r\n") 2026/07/10 03:28:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:28:17 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
\r\n\r\n\r\n") 2026/07/10 03:28:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:28:37 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
\r\n\r\n\r\n") 2026/07/10 03:28:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:28:57 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
\r\n\r\n\r\n") 2026/07/10 03:29:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:29:17 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
\r\n\r\n\r\n") 2026/07/10 03:29:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:29:37 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
\r\n\r\n\r\n") 2026/07/10 03:29:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:29:57 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
\r\n\r\n\r\n") run.go:299: Retry Put of "sub dir/hello world" to gofile root 'rclone-test-zuqugov6jobu': 1/10 (couldn't list files: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx
\r\n\r\n\r\n") 2026/07/10 03:30:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:30:17 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
\r\n\r\n\r\n") 2026/07/10 03:30:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:30:37 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
\r\n\r\n\r\n") 2026/07/10 03:30:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:30:57 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
\r\n\r\n\r\n") 2026/07/10 03:31:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:31:17 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
\r\n\r\n\r\n") 2026/07/10 03:31:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:31:37 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
\r\n\r\n\r\n") 2026/07/10 03:31:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:31:57 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
\r\n\r\n\r\n") 2026/07/10 03:32:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:32:17 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
\r\n\r\n\r\n") 2026/07/10 03:32:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:32:37 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
\r\n\r\n\r\n") 2026/07/10 03:32:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:32:57 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
\r\n\r\n\r\n") 2026/07/10 03:33:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:33:17 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
\r\n\r\n\r\n") run.go:299: Retry Put of "sub dir/hello world" to gofile root 'rclone-test-zuqugov6jobu': 2/10 (couldn't list files: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx
\r\n\r\n\r\n") 2026/07/10 03:33:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:33:37 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
\r\n\r\n\r\n") 2026/07/10 03:33:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:33:57 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
\r\n\r\n\r\n") 2026/07/10 03:34:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:34:17 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
\r\n\r\n\r\n") 2026/07/10 03:34:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:34:37 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
\r\n\r\n\r\n") 2026/07/10 03:34:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:34:57 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
\r\n\r\n\r\n") 2026/07/10 03:35:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:35:17 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
\r\n\r\n\r\n") 2026/07/10 03:35:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:35:37 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
\r\n\r\n\r\n") 2026/07/10 03:35:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:35:57 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
\r\n\r\n\r\n") 2026/07/10 03:36:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:36:17 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
\r\n\r\n\r\n") 2026/07/10 03:36:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:36:37 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
\r\n\r\n\r\n") run.go:299: Retry Put of "sub dir/hello world" to gofile root 'rclone-test-zuqugov6jobu': 3/10 (couldn't list files: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx
\r\n\r\n\r\n") 2026/07/10 03:36:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:36:57 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
\r\n\r\n\r\n") 2026/07/10 03:37:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:37:17 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
\r\n\r\n\r\n") 2026/07/10 03:37:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:37:37 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
\r\n\r\n\r\n") 2026/07/10 03:37:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:37:57 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
\r\n\r\n\r\n") 2026/07/10 03:38:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:38:17 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
\r\n\r\n\r\n") 2026/07/10 03:38:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:38:37 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
\r\n\r\n\r\n") 2026/07/10 03:38:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:38:57 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
\r\n\r\n\r\n") 2026/07/10 03:39:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:39:17 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
\r\n\r\n\r\n") 2026/07/10 03:39:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:39:37 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
\r\n\r\n\r\n") 2026/07/10 03:39:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:39:57 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
\r\n\r\n\r\n") run.go:299: Retry Put of "sub dir/hello world" to gofile root 'rclone-test-zuqugov6jobu': 4/10 (couldn't list files: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx
\r\n\r\n\r\n") 2026/07/10 03:40:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:40:17 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
\r\n\r\n\r\n") 2026/07/10 03:40:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:40:37 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
\r\n\r\n\r\n") 2026/07/10 03:40:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:40:57 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
\r\n\r\n\r\n") 2026/07/10 03:41:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:41:17 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
\r\n\r\n\r\n") 2026/07/10 03:41:37 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:41:37 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
\r\n\r\n\r\n") 2026/07/10 03:41:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:41:57 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
\r\n\r\n\r\n") 2026/07/10 03:42:17 DEBUG : pacer: Reducing sleep to 10s 2026/07/10 03:42:38 DEBUG : pacer: Reducing sleep to 5s 2026/07/10 03:42:38 DEBUG : sub dir/hello world: Removing old object on successful upload 2026/07/10 03:42:47 DEBUG : pacer: Reducing sleep to 2.5s 2026/07/10 03:42:53 DEBUG : pacer: Reducing sleep to 1.25s 2026/07/10 03:42:55 DEBUG : pacer: Reducing sleep to 625ms 2026/07/10 03:42:56 DEBUG : pacer: Reducing sleep to 312.5ms 2026/07/10 03:42:56 INFO : sub dir: Set directory modification time (using SetModTime) 2026/07/10 03:42:56 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/07/10 03:42:57 DEBUG : pacer: Reducing sleep to 156.25ms 2026/07/10 03:42:57 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:42:57 DEBUG : sub dir/hello world: size = 17 (Local file system at /tmp/rclone3130558631) 2026/07/10 03:42:57 DEBUG : sub dir/hello world: size = 11 (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:42:57 DEBUG : sub dir/hello world: Sizes differ 2026/07/10 03:42:57 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:42:57 DEBUG : pacer: Reducing sleep to 78.125ms 2026/07/10 03:42:57 DEBUG : sub dir/hello world: Removing old object on successful upload 2026/07/10 03:42:58 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/07/10 03:42:58 DEBUG : sub dir/hello world: size = 17 OK 2026/07/10 03:42:58 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK 2026/07/10 03:42:58 INFO : sub dir/hello world: Copied (replaced existing) 2026/07/10 03:42:58 INFO : sub dir/hello world: Deleted 2026/07/10 03:42:58 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/07/10 03:42:58 INFO : sub dir: Set directory modification time (using SetModTime) 2026/07/10 03:42:58 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestMoveOverSelf (956.60s) === RUN TestServerSideMoveOverSelf run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:43:00 DEBUG : Creating backend with remote "TestGoFile:rclone-test-ponipef3bubu" 2026/07/10 03:43:00 DEBUG : Config file has changed externally - reloading 2026/07/10 03:43:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:43:00 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
\r\n\r\n\r\n") 2026/07/10 03:43:00 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 03:43:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:43:00 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
\r\n\r\n\r\n") 2026/07/10 03:43:00 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 03:43:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:43:00 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
\r\n\r\n\r\n") 2026/07/10 03:43:00 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 03:43:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:43:00 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
\r\n\r\n\r\n") 2026/07/10 03:43:00 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 03:43:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:43:00 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
\r\n\r\n\r\n") 2026/07/10 03:43:00 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 03:43:01 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:43:01 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
\r\n\r\n\r\n") 2026/07/10 03:43:01 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 03:43:01 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:43:01 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
\r\n\r\n\r\n") 2026/07/10 03:43:01 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 03:43:02 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:43:02 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
\r\n\r\n\r\n") 2026/07/10 03:43:02 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 03:43:03 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:43:03 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
\r\n\r\n\r\n") 2026/07/10 03:43:03 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 03:43:05 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:43:05 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
\r\n\r\n\r\n") 2026/07/10 03:43:05 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 03:43:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:43:10 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
\r\n\r\n\r\n") 2026/07/10 03:43:10 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 03:43:21 DEBUG : pacer: Reducing sleep to 10s sync_test.go:701: Server side copy (if possible) gofile root 'rclone-test-zuqugov6jobu' -> gofile root 'rclone-test-ponipef3bubu' 2026/07/10 03:43:41 DEBUG : pacer: Reducing sleep to 5s 2026/07/10 03:43:41 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:43:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:43:41 DEBUG : gofile root 'rclone-test-ponipef3bubu': Waiting for checks to finish 2026/07/10 03:43:41 DEBUG : gofile root 'rclone-test-ponipef3bubu': Waiting for transfers to finish 2026/07/10 03:43:51 DEBUG : pacer: Reducing sleep to 2.5s 2026/07/10 03:43:56 DEBUG : pacer: Reducing sleep to 1.25s 2026/07/10 03:43:58 DEBUG : pacer: Reducing sleep to 625ms 2026/07/10 03:44:00 DEBUG : pacer: Reducing sleep to 312.5ms 2026/07/10 03:44:00 DEBUG : pacer: Reducing sleep to 156.25ms 2026/07/10 03:44:01 DEBUG : pacer: Reducing sleep to 78.125ms 2026/07/10 03:44:01 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/07/10 03:44:01 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:44:01 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:44:01 INFO : sub dir/hello world: Copied (server-side copy) 2026/07/10 03:44:01 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/07/10 03:44:01 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/10 03:44:01 DEBUG : pacer: Reducing sleep to 10ms 2026/07/10 03:44:01 DEBUG : sub dir/hello world: Removing old object on successful upload 2026/07/10 03:44:02 DEBUG : gofile root 'rclone-test-ponipef3bubu': Using server-side directory move 2026/07/10 03:44:02 INFO : gofile root 'rclone-test-ponipef3bubu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/07/10 03:44:02 INFO : sub dir: Set directory modification time (using SetModTime) 2026/07/10 03:44:02 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/07/10 03:44:02 DEBUG : sub dir/hello world: size = 17 (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:44:02 DEBUG : sub dir/hello world: size = 11 (gofile root 'rclone-test-ponipef3bubu') 2026/07/10 03:44:02 DEBUG : sub dir/hello world: Sizes differ 2026/07/10 03:44:02 DEBUG : gofile root 'rclone-test-ponipef3bubu': Waiting for checks to finish 2026/07/10 03:44:02 DEBUG : gofile root 'rclone-test-ponipef3bubu': Waiting for transfers to finish 2026/07/10 03:44:02 INFO : sub dir/hello world: Deleted 2026/07/10 03:44:02 INFO : sub dir/hello world: Moved (server-side) 2026/07/10 03:44:02 INFO : sub dir: Set directory modification time (using SetModTime) 2026/07/10 03:44:03 DEBUG : testing file moves 2026/07/10 03:44:03 INFO : sub dir: Set directory modification time (using SetModTime) 2026/07/10 03:44:03 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2026/07/10 03:44:03 DEBUG : sub dir/hello world: size = 24 (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:44:03 DEBUG : sub dir/hello world: size = 17 (gofile root 'rclone-test-ponipef3bubu') 2026/07/10 03:44:03 DEBUG : sub dir/hello world: Sizes differ 2026/07/10 03:44:03 DEBUG : gofile root 'rclone-test-ponipef3bubu': Waiting for checks to finish 2026/07/10 03:44:03 DEBUG : gofile root 'rclone-test-ponipef3bubu': Waiting for transfers to finish 2026/07/10 03:44:03 INFO : sub dir/hello world: Deleted 2026/07/10 03:44:03 INFO : sub dir/hello world: Moved (server-side) 2026/07/10 03:44:03 INFO : sub dir: Set directory modification time (using SetModTime) 2026/07/10 03:44:03 DEBUG : gofile root 'rclone-test-ponipef3bubu': Purge remote --- PASS: TestServerSideMoveOverSelf (65.87s) === RUN TestCopyAfterDelete run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:04 ERROR : error listing: directory not found 2026/07/10 03:44:05 INFO : Local file system at /tmp/rclone3130558631: Making directory 2026/07/10 03:44:05 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:05 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (1.16s) === RUN TestCopyRedownload run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:06 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:44:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:44:06 DEBUG : Local file system at /tmp/rclone3130558631: Waiting for checks to finish 2026/07/10 03:44:06 DEBUG : Local file system at /tmp/rclone3130558631: Waiting for transfers to finish 2026/07/10 03:44:06 DEBUG : sub dir/hello world.8a47773c.partial: size = 11 OK 2026/07/10 03:44:06 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:44:06 DEBUG : sub dir/hello world.8a47773c.partial: renamed to: sub dir/hello world 2026/07/10 03:44:06 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:44:06 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (1.68s) === RUN TestSyncBasedOnCheckSum run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:07 DEBUG : check sum: Need to transfer - File not found at Destination 2026/07/10 03:44:07 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:07 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:07 DEBUG : check sum: size = 1 OK 2026/07/10 03:44:07 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/07/10 03:44:07 INFO : check sum: Copied (new) 2026/07/10 03:44:07 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:07 DEBUG : check sum: size = 1 OK 2026/07/10 03:44:07 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:07 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/07/10 03:44:07 DEBUG : check sum: Size and md5 of src and dst objects identical 2026/07/10 03:44:07 DEBUG : check sum: Unchanged skipping 2026/07/10 03:44:07 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:07 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:07 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (0.79s) === RUN TestSyncSizeOnly run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:08 DEBUG : sizeonly: Need to transfer - File not found at Destination 2026/07/10 03:44:08 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:08 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:08 DEBUG : sizeonly: size = 6 OK 2026/07/10 03:44:08 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/07/10 03:44:08 INFO : sizeonly: Copied (new) 2026/07/10 03:44:08 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:08 DEBUG : sizeonly: size = 6 OK 2026/07/10 03:44:08 DEBUG : sizeonly: Sizes identical 2026/07/10 03:44:08 DEBUG : sizeonly: Unchanged skipping 2026/07/10 03:44:08 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:08 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:08 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:08 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (1.05s) === RUN TestSyncIgnoreSize run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:09 DEBUG : ignore-size: Need to transfer - File not found at Destination 2026/07/10 03:44:09 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:09 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:09 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2026/07/10 03:44:09 INFO : ignore-size: Copied (new) 2026/07/10 03:44:09 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:09 DEBUG : ignore-size: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 03:44:09 DEBUG : ignore-size: Unchanged skipping 2026/07/10 03:44:09 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:09 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:09 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:09 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (0.82s) === RUN TestSyncIgnoreTimes run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:10 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:10 DEBUG : existing: size = 6 OK 2026/07/10 03:44:10 DEBUG : existing: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 03:44:10 DEBUG : existing: Unchanged skipping 2026/07/10 03:44:10 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:10 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:10 INFO : There was nothing to transfer 2026/07/10 03:44:10 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:10 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2026/07/10 03:44:10 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:10 DEBUG : existing: Removing old object on successful upload 2026/07/10 03:44:10 DEBUG : existing: size = 6 OK 2026/07/10 03:44:10 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/07/10 03:44:10 INFO : existing: Copied (replaced existing) 2026/07/10 03:44:10 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (1.03s) === RUN TestSyncIgnoreExisting run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:11 DEBUG : existing: Need to transfer - File not found at Destination 2026/07/10 03:44:11 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:11 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:11 DEBUG : existing: size = 6 OK 2026/07/10 03:44:11 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/07/10 03:44:11 INFO : existing: Copied (new) 2026/07/10 03:44:11 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:11 DEBUG : existing: Destination exists, skipping 2026/07/10 03:44:11 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:11 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:11 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:11 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (0.89s) === RUN TestSyncIgnoreErrors run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:12 INFO : d: Making directory 2026/07/10 03:44:13 DEBUG : Added delayed dir = "a", newDst= 2026/07/10 03:44:13 DEBUG : c: Directory modification time the same (differ by -354.680506ms, within tolerance 1s) 2026/07/10 03:44:13 DEBUG : Added delayed dir = "c", newDst=c 2026/07/10 03:44:13 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/07/10 03:44:13 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:13 DEBUG : c/non empty space: size = 5 OK 2026/07/10 03:44:13 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 03:44:13 DEBUG : c/non empty space: Unchanged skipping 2026/07/10 03:44:13 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:13 DEBUG : a/potato2: size = 60 OK 2026/07/10 03:44:13 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/07/10 03:44:13 INFO : a/potato2: Copied (new) 2026/07/10 03:44:13 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:13 INFO : b/potato: Deleted 2026/07/10 03:44:13 INFO : a: Set directory modification time (using DirSetModTime) 2026/07/10 03:44:13 INFO : d: Removing directory 2026/07/10 03:44:13 INFO : b: Removing directory 2026/07/10 03:44:13 DEBUG : gofile root 'rclone-test-zuqugov6jobu': deleted 2 directories --- PASS: TestSyncIgnoreErrors (2.89s) === RUN TestSyncAfterChangingModtimeOnly run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:15 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:15 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:15 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 2026/07/10 03:44:15 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/07/10 03:44:15 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2026/07/10 03:44:15 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:15 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:15 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:15 INFO : There was nothing to transfer 2026/07/10 03:44:15 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:15 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 2026/07/10 03:44:15 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:15 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/07/10 03:44:15 INFO : empty space: Updated modification time in destination 2026/07/10 03:44:15 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:15 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:15 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:15 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (1.20s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:16 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:16 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:16 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 2026/07/10 03:44:16 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2026/07/10 03:44:16 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:16 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:16 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:16 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.78s) === RUN TestSyncDoesntUpdateModtime run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:17 DEBUG : foo: size = 3 OK 2026/07/10 03:44:17 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 2026/07/10 03:44:17 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:17 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone3130558631) 2026/07/10 03:44:17 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:44:17 DEBUG : foo: md5 differ 2026/07/10 03:44:17 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:17 DEBUG : foo: Removing old object on successful upload 2026/07/10 03:44:17 DEBUG : foo: size = 3 OK 2026/07/10 03:44:17 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2026/07/10 03:44:17 INFO : foo: Copied (replaced existing) 2026/07/10 03:44:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (1.40s) === RUN TestSyncAfterAddingAFile run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:18 DEBUG : potato: Need to transfer - File not found at Destination 2026/07/10 03:44:18 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:18 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 03:44:18 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:18 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:18 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:18 DEBUG : potato: size = 60 OK 2026/07/10 03:44:18 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/07/10 03:44:18 INFO : potato: Copied (new) 2026/07/10 03:44:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (1.11s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:19 DEBUG : potato: size = 21 (Local file system at /tmp/rclone3130558631) 2026/07/10 03:44:19 DEBUG : potato: size = 60 (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:44:19 DEBUG : potato: Sizes differ 2026/07/10 03:44:19 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:19 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:20 DEBUG : potato: Removing old object on successful upload 2026/07/10 03:44:20 DEBUG : potato: size = 21 OK 2026/07/10 03:44:20 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2026/07/10 03:44:20 INFO : potato: Copied (replaced existing) 2026/07/10 03:44:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (1.14s) === RUN TestSyncAfterChangingContentsOnly run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:20 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:20 DEBUG : potato: size = 21 OK 2026/07/10 03:44:20 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 2026/07/10 03:44:20 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone3130558631) 2026/07/10 03:44:20 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:44:20 DEBUG : potato: md5 differ 2026/07/10 03:44:20 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:21 DEBUG : potato: Removing old object on successful upload 2026/07/10 03:44:21 DEBUG : potato: size = 21 OK 2026/07/10 03:44:21 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2026/07/10 03:44:21 INFO : potato: Copied (replaced existing) 2026/07/10 03:44:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (0.95s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:22 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/10 03:44:22 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2026/07/10 03:44:22 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:22 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:22 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 03:44:22 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:22 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:22 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:22 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.29s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:23 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/10 03:44:23 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:23 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 03:44:23 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:23 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:23 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:23 DEBUG : potato2: size = 60 OK 2026/07/10 03:44:23 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/07/10 03:44:23 INFO : potato2: Copied (new) 2026/07/10 03:44:23 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:23 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (1.71s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:25 INFO : d: Making directory 2026/07/10 03:44:25 INFO : d/e: Making directory 2026/07/10 03:44:25 DEBUG : Added delayed dir = "a", newDst= 2026/07/10 03:44:25 DEBUG : c: Directory modification time the same (differ by 159.308244ms, within tolerance 1s) 2026/07/10 03:44:25 DEBUG : Added delayed dir = "c", newDst=c 2026/07/10 03:44:25 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/07/10 03:44:25 DEBUG : c/non empty space: size = 5 OK 2026/07/10 03:44:25 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 03:44:25 DEBUG : c/non empty space: Unchanged skipping 2026/07/10 03:44:26 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:26 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:26 DEBUG : a/potato2: size = 60 OK 2026/07/10 03:44:26 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/07/10 03:44:26 INFO : a/potato2: Copied (new) 2026/07/10 03:44:26 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:26 INFO : b/potato: Deleted 2026/07/10 03:44:26 INFO : a: Set directory modification time (using DirSetModTime) 2026/07/10 03:44:26 INFO : d/e: Removing directory 2026/07/10 03:44:27 INFO : d: Removing directory 2026/07/10 03:44:27 INFO : b: Removing directory 2026/07/10 03:44:27 DEBUG : gofile root 'rclone-test-zuqugov6jobu': deleted 3 directories --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (3.81s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:29 INFO : d: Making directory 2026/07/10 03:44:29 DEBUG : Added delayed dir = "a", newDst= 2026/07/10 03:44:29 DEBUG : c: Directory modification time the same (differ by 246.304713ms, within tolerance 1s) 2026/07/10 03:44:29 DEBUG : Added delayed dir = "c", newDst=c 2026/07/10 03:44:29 DEBUG : a/potato2: Need to transfer - File not found at Destination 2026/07/10 03:44:29 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:29 DEBUG : c/non empty space: size = 5 OK 2026/07/10 03:44:29 DEBUG : c/non empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 03:44:29 DEBUG : c/non empty space: Unchanged skipping 2026/07/10 03:44:29 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:29 DEBUG : a/potato2: size = 60 OK 2026/07/10 03:44:29 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/07/10 03:44:29 INFO : a/potato2: Copied (new) 2026/07/10 03:44:29 ERROR : gofile root 'rclone-test-zuqugov6jobu': not deleting files as there were IO errors 2026/07/10 03:44:30 INFO : a: Set directory modification time (using DirSetModTime) 2026/07/10 03:44:30 ERROR : gofile root 'rclone-test-zuqugov6jobu': not deleting directories as there were IO errors --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.21s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:31 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:32 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/10 03:44:32 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:32 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 03:44:32 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:32 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:32 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:32 INFO : potato: Deleted 2026/07/10 03:44:32 DEBUG : potato2: size = 60 OK 2026/07/10 03:44:32 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/07/10 03:44:32 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (1.15s) === RUN TestSyncDeleteBefore run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:33 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:33 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:33 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:33 INFO : potato: Deleted 2026/07/10 03:44:33 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/10 03:44:33 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:33 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 03:44:33 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:33 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:33 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:33 DEBUG : potato2: size = 60 OK 2026/07/10 03:44:33 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2026/07/10 03:44:33 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (1.40s) === RUN TestCopyDeleteBefore run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:34 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/10 03:44:34 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:34 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:34 DEBUG : potato2: size = 19 OK 2026/07/10 03:44:34 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2026/07/10 03:44:34 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (1.05s) === RUN TestSyncWithExclude run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:35 DEBUG : enormous: Excluded (Size Filter) 2026/07/10 03:44:35 DEBUG : enormous: Excluded 2026/07/10 03:44:35 DEBUG : potato2: Excluded (Size Filter) 2026/07/10 03:44:35 DEBUG : potato2: Excluded 2026/07/10 03:44:35 DEBUG : potato2: Excluded (Size Filter) 2026/07/10 03:44:35 DEBUG : potato2: Excluded 2026/07/10 03:44:35 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:35 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:35 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 03:44:35 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:35 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:35 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:35 INFO : There was nothing to transfer 2026/07/10 03:44:35 DEBUG : enormous: Excluded (Size Filter) 2026/07/10 03:44:35 DEBUG : enormous: Excluded 2026/07/10 03:44:35 DEBUG : potato2: Excluded (Size Filter) 2026/07/10 03:44:35 DEBUG : potato2: Excluded 2026/07/10 03:44:35 DEBUG : potato2: Excluded (Size Filter) 2026/07/10 03:44:35 DEBUG : potato2: Excluded 2026/07/10 03:44:35 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:35 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2026/07/10 03:44:35 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:35 DEBUG : Local file system at /tmp/rclone3130558631: Waiting for checks to finish 2026/07/10 03:44:35 DEBUG : Local file system at /tmp/rclone3130558631: Waiting for transfers to finish 2026/07/10 03:44:35 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:35 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (1.05s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:36 DEBUG : enormous: Excluded (Size Filter) 2026/07/10 03:44:36 DEBUG : enormous: Excluded 2026/07/10 03:44:36 DEBUG : potato2: Excluded (Size Filter) 2026/07/10 03:44:36 DEBUG : potato2: Excluded 2026/07/10 03:44:36 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:36 DEBUG : empty space: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 03:44:36 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:36 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:36 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:36 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:36 INFO : potato2: Deleted 2026/07/10 03:44:36 INFO : enormous: Deleted 2026/07/10 03:44:36 INFO : There was nothing to transfer 2026/07/10 03:44:37 DEBUG : empty space: size = 1 OK 2026/07/10 03:44:37 DEBUG : empty space: Size and modification time the same (differ by 123.456789ms, within tolerance 1s) 2026/07/10 03:44:37 DEBUG : Local file system at /tmp/rclone3130558631: Waiting for checks to finish 2026/07/10 03:44:37 DEBUG : empty space: Unchanged skipping 2026/07/10 03:44:37 DEBUG : Local file system at /tmp/rclone3130558631: Waiting for transfers to finish 2026/07/10 03:44:37 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:37 INFO : enormous: Deleted 2026/07/10 03:44:37 INFO : potato2: Deleted 2026/07/10 03:44:37 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (1.26s) === RUN TestSyncWithUpdateOlder run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:38 DEBUG : five: Need to transfer - File not found at Destination 2026/07/10 03:44:38 DEBUG : four: size = 4 (Local file system at /tmp/rclone3130558631) 2026/07/10 03:44:38 DEBUG : four: size = 8 (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:44:38 DEBUG : four: Sizes differ 2026/07/10 03:44:38 DEBUG : one: Destination is newer than source, skipping 2026/07/10 03:44:38 DEBUG : three: size = 5 OK 2026/07/10 03:44:38 DEBUG : three: Sizes identical 2026/07/10 03:44:38 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2026/07/10 03:44:38 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2026/07/10 03:44:38 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:38 DEBUG : two: size = 3 OK 2026/07/10 03:44:38 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone3130558631) 2026/07/10 03:44:38 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:44:38 DEBUG : two: md5 differ 2026/07/10 03:44:38 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:38 DEBUG : four: Removing old object on successful upload 2026/07/10 03:44:38 DEBUG : two: Removing old object on successful upload 2026/07/10 03:44:38 DEBUG : five: size = 4 OK 2026/07/10 03:44:38 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2026/07/10 03:44:38 INFO : five: Copied (new) 2026/07/10 03:44:38 DEBUG : four: size = 4 OK 2026/07/10 03:44:38 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2026/07/10 03:44:38 INFO : four: Copied (replaced existing) 2026/07/10 03:44:38 DEBUG : two: size = 3 OK 2026/07/10 03:44:38 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/07/10 03:44:38 INFO : two: Copied (replaced existing) 2026/07/10 03:44:38 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:39 DEBUG : five: size = 4 OK 2026/07/10 03:44:39 DEBUG : four: size = 4 OK 2026/07/10 03:44:39 DEBUG : one: Destination is newer than source, skipping 2026/07/10 03:44:39 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:39 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2026/07/10 03:44:39 DEBUG : five: Size and md5 of src and dst objects identical 2026/07/10 03:44:39 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2026/07/10 03:44:39 DEBUG : two: size = 3 OK 2026/07/10 03:44:39 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2026/07/10 03:44:39 DEBUG : four: Size and md5 of src and dst objects identical 2026/07/10 03:44:39 DEBUG : three: size = 5 OK 2026/07/10 03:44:39 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2026/07/10 03:44:39 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone3130558631) 2026/07/10 03:44:39 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:44:39 DEBUG : three: md5 differ 2026/07/10 03:44:39 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2026/07/10 03:44:39 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/07/10 03:44:39 DEBUG : two: Size and md5 of src and dst objects identical 2026/07/10 03:44:39 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2026/07/10 03:44:39 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:39 DEBUG : three: Removing old object on successful upload 2026/07/10 03:44:39 DEBUG : three: size = 5 OK 2026/07/10 03:44:39 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2026/07/10 03:44:39 INFO : three: Copied (replaced existing) 2026/07/10 03:44:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (2.75s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1497: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1497: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" sync_test.go:1569: Can track renames: true 2026/07/10 03:44:40 INFO : gofile root 'rclone-test-zuqugov6jobu': Making map for --track-renames 2026/07/10 03:44:40 INFO : gofile root 'rclone-test-zuqugov6jobu': Finished making map for --track-renames 2026/07/10 03:44:40 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:40 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/07/10 03:44:40 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/07/10 03:44:40 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for renames to finish 2026/07/10 03:44:40 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:40 DEBUG : potato: size = 14 OK 2026/07/10 03:44:40 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2026/07/10 03:44:40 INFO : potato: Copied (new) 2026/07/10 03:44:40 DEBUG : yam: size = 11 OK 2026/07/10 03:44:40 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2026/07/10 03:44:40 INFO : yam: Copied (new) 2026/07/10 03:44:40 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:40 DEBUG : potato: size = 14 OK 2026/07/10 03:44:40 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 03:44:40 INFO : gofile root 'rclone-test-zuqugov6jobu': Making map for --track-renames 2026/07/10 03:44:40 INFO : gofile root 'rclone-test-zuqugov6jobu': Finished making map for --track-renames 2026/07/10 03:44:40 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:40 DEBUG : potato: Unchanged skipping 2026/07/10 03:44:40 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for renames to finish 2026/07/10 03:44:40 INFO : yam: Moved (server-side) to: yaml 2026/07/10 03:44:40 INFO : yaml: Renamed from "yam" 2026/07/10 03:44:40 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:40 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:40 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenames (1.20s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" sync_test.go:1641: Can track renames: true 2026/07/10 03:44:41 INFO : gofile root 'rclone-test-zuqugov6jobu': Making map for --track-renames 2026/07/10 03:44:41 INFO : gofile root 'rclone-test-zuqugov6jobu': Finished making map for --track-renames 2026/07/10 03:44:41 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:41 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for renames to finish 2026/07/10 03:44:41 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/07/10 03:44:41 DEBUG : yam: Need to transfer - No matching file found at Destination 2026/07/10 03:44:41 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:41 DEBUG : yam: size = 11 OK 2026/07/10 03:44:41 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2026/07/10 03:44:41 INFO : yam: Copied (new) 2026/07/10 03:44:41 DEBUG : potato: size = 14 OK 2026/07/10 03:44:41 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2026/07/10 03:44:41 INFO : potato: Copied (new) 2026/07/10 03:44:41 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:41 DEBUG : potato: size = 14 OK 2026/07/10 03:44:41 INFO : gofile root 'rclone-test-zuqugov6jobu': Making map for --track-renames 2026/07/10 03:44:41 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 03:44:41 INFO : gofile root 'rclone-test-zuqugov6jobu': Finished making map for --track-renames 2026/07/10 03:44:41 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:41 DEBUG : potato: Unchanged skipping 2026/07/10 03:44:41 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for renames to finish 2026/07/10 03:44:42 INFO : yam: Moved (server-side) to: yaml 2026/07/10 03:44:42 INFO : yaml: Renamed from "yam" 2026/07/10 03:44:42 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:42 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:42 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyModtime (1.04s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" sync_test.go:1680: Can track renames: true 2026/07/10 03:44:42 DEBUG : Added delayed dir = "sub", newDst= 2026/07/10 03:44:42 INFO : gofile root 'rclone-test-zuqugov6jobu': Making map for --track-renames 2026/07/10 03:44:42 INFO : gofile root 'rclone-test-zuqugov6jobu': Finished making map for --track-renames 2026/07/10 03:44:42 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:42 DEBUG : potato: Need to transfer - No matching file found at Destination 2026/07/10 03:44:42 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2026/07/10 03:44:42 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for renames to finish 2026/07/10 03:44:42 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:42 DEBUG : potato: size = 14 OK 2026/07/10 03:44:42 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2026/07/10 03:44:42 INFO : potato: Copied (new) 2026/07/10 03:44:43 DEBUG : sub/yam: size = 11 OK 2026/07/10 03:44:43 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2026/07/10 03:44:43 INFO : sub/yam: Copied (new) 2026/07/10 03:44:43 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:43 INFO : sub: Set directory modification time (using DirSetModTime) 2026/07/10 03:44:43 DEBUG : potato: size = 14 OK 2026/07/10 03:44:43 DEBUG : potato: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 03:44:43 DEBUG : potato: Unchanged skipping 2026/07/10 03:44:43 INFO : sub: Set directory modification time (using SetModTime) 2026/07/10 03:44:43 DEBUG : Added delayed dir = "sub", newDst=sub 2026/07/10 03:44:43 INFO : gofile root 'rclone-test-zuqugov6jobu': Making map for --track-renames 2026/07/10 03:44:43 INFO : gofile root 'rclone-test-zuqugov6jobu': Finished making map for --track-renames 2026/07/10 03:44:43 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:43 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for renames to finish 2026/07/10 03:44:43 INFO : sub/yam: Moved (server-side) to: yam 2026/07/10 03:44:43 INFO : yam: Renamed from "sub/yam" 2026/07/10 03:44:43 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:43 DEBUG : Waiting for deletions to finish 2026/07/10 03:44:43 INFO : There was nothing to transfer --- PASS: TestSyncWithTrackRenamesStrategyLeaf (1.99s) === RUN TestServerSideMoveLocal run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:44 DEBUG : Creating backend with remote "/tmp/rclone3130558631/dir1" 2026/07/10 03:44:44 DEBUG : Creating backend with remote "/tmp/rclone3130558631/dir2" 2026/07/10 03:44:44 DEBUG : Local file system at /tmp/rclone3130558631/dir2: Using server-side directory move 2026/07/10 03:44:44 INFO : Local file system at /tmp/rclone3130558631/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/07/10 03:44:44 DEBUG : file1.txt: Need to transfer - File not found at Destination 2026/07/10 03:44:44 DEBUG : Local file system at /tmp/rclone3130558631/dir2: Waiting for checks to finish 2026/07/10 03:44:44 DEBUG : Local file system at /tmp/rclone3130558631/dir2: Waiting for transfers to finish 2026/07/10 03:44:44 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.24s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:44 DEBUG : Added delayed dir = "nested", newDst= 2026/07/10 03:44:44 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:44:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:44:44 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/07/10 03:44:44 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/07/10 03:44:44 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:44 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:45 DEBUG : nested/sub dir/file: size = 6 OK 2026/07/10 03:44:45 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2026/07/10 03:44:45 INFO : nested/sub dir/file: Copied (new) 2026/07/10 03:44:45 INFO : nested/sub dir/file: Deleted 2026/07/10 03:44:45 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:44:45 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:44:45 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:44:45 INFO : sub dir/hello world: Deleted 2026/07/10 03:44:45 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/07/10 03:44:45 INFO : sub dir: Set directory modification time (using DirSetModTime) 2026/07/10 03:44:45 INFO : nested: Set directory modification time (using DirSetModTime) 2026/07/10 03:44:45 INFO : sub dir: Removing directory 2026/07/10 03:44:45 INFO : nested/sub dir: Removing directory 2026/07/10 03:44:45 INFO : nested: Removing directory 2026/07/10 03:44:45 DEBUG : Local file system at /tmp/rclone3130558631: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (2.11s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:46 DEBUG : Added delayed dir = "nested", newDst= 2026/07/10 03:44:46 DEBUG : Added delayed dir = "sub dir", newDst= 2026/07/10 03:44:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2026/07/10 03:44:46 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2026/07/10 03:44:46 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2026/07/10 03:44:46 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:46 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:47 DEBUG : nested/sub dir/file: size = 6 OK 2026/07/10 03:44:47 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2026/07/10 03:44:47 INFO : nested/sub dir/file: Copied (new) 2026/07/10 03:44:47 INFO : nested/sub dir/file: Deleted 2026/07/10 03:44:47 DEBUG : sub dir/hello world: size = 11 OK 2026/07/10 03:44:47 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/10 03:44:47 INFO : sub dir/hello world: Copied (new) 2026/07/10 03:44:47 INFO : sub dir/hello world: Deleted 2026/07/10 03:44:47 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2026/07/10 03:44:47 INFO : nested: Set directory modification time (using DirSetModTime) 2026/07/10 03:44:47 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.21s) === RUN TestMoveWithIgnoreExisting run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:49 DEBUG : existing-b: Need to transfer - File not found at Destination 2026/07/10 03:44:49 DEBUG : existing: Need to transfer - File not found at Destination 2026/07/10 03:44:49 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:49 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:49 DEBUG : existing: size = 6 OK 2026/07/10 03:44:49 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2026/07/10 03:44:49 INFO : existing: Copied (new) 2026/07/10 03:44:49 INFO : existing: Deleted 2026/07/10 03:44:49 DEBUG : existing-b: size = 6 OK 2026/07/10 03:44:49 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2026/07/10 03:44:49 INFO : existing-b: Copied (new) 2026/07/10 03:44:49 INFO : existing-b: Deleted 2026/07/10 03:44:49 DEBUG : existing: Destination exists, skipping 2026/07/10 03:44:49 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2026/07/10 03:44:49 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for checks to finish 2026/07/10 03:44:49 DEBUG : gofile root 'rclone-test-zuqugov6jobu': Waiting for transfers to finish 2026/07/10 03:44:49 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (1.32s) === RUN TestServerSideMove run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:44:50 DEBUG : Creating backend with remote "TestGoFile:rclone-test-birawim2sexa" 2026/07/10 03:44:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:44:50 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
\r\n\r\n\r\n") 2026/07/10 03:44:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 03:44:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:44:50 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
\r\n\r\n\r\n") 2026/07/10 03:44:50 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 03:44:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:44:50 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
\r\n\r\n\r\n") 2026/07/10 03:44:50 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 03:44:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:44:50 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
\r\n\r\n\r\n") 2026/07/10 03:44:50 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 03:44:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:44:50 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
\r\n\r\n\r\n") 2026/07/10 03:44:50 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 03:44:50 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:44:50 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
\r\n\r\n\r\n") 2026/07/10 03:44:50 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 03:44:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:44:51 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
\r\n\r\n\r\n") 2026/07/10 03:44:51 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 03:44:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:44:51 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
\r\n\r\n\r\n") 2026/07/10 03:44:51 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 03:44:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:44:53 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
\r\n\r\n\r\n") 2026/07/10 03:44:53 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 03:44:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:44:55 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
\r\n\r\n\r\n") 2026/07/10 03:44:55 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 03:45:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:45:00 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
\r\n\r\n\r\n") 2026/07/10 03:45:00 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 03:45:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:45:11 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
\r\n\r\n\r\n") 2026/07/10 03:45:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:45:31 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
\r\n\r\n\r\n") 2026/07/10 03:45:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:45:51 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
\r\n\r\n\r\n") 2026/07/10 03:46:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:46:11 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
\r\n\r\n\r\n") 2026/07/10 03:46:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:46:31 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
\r\n\r\n\r\n") 2026/07/10 03:46:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:46:51 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
\r\n\r\n\r\n") 2026/07/10 03:47:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47:11 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
\r\n\r\n\r\n") 2026/07/10 03:47:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47: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
\r\n\r\n\r\n") 2026/07/10 03:47:51 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47:51 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
\r\n\r\n\r\n") sync_test.go:1722: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1722 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1912 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
\r\n\r\n\r\n" Test: TestServerSideMove 2026/07/10 03:47:51 DEBUG : pacer: low level retry 1/10 (error Get "https://api.gofile.io/contents/a18caa6a-0ca6-47bf-839b-1cb0cf511865?maxdepth=4&page=1&pageSize=1000": read tcp 65.108.87.141:57004->51.75.242.210:443: read: connection reset by peer) 2026/07/10 03:47:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 03:47:51 DEBUG : pacer: Reducing sleep to 10ms --- FAIL: TestServerSideMove (181.16s) === RUN TestServerSideMoveWithFilter run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:47:51 DEBUG : Creating backend with remote "TestGoFile:rclone-test-wuritay6wipu" 2026/07/10 03:47:51 DEBUG : Config file has changed externally - reloading sync_test.go:1736: Server side move (if possible) gofile root 'rclone-test-zuqugov6jobu' -> gofile root 'rclone-test-wuritay6wipu' 2026/07/10 03:47:53 DEBUG : empty space: Excluded (Size Filter) 2026/07/10 03:47:53 DEBUG : empty space: Excluded 2026/07/10 03:47:53 DEBUG : empty space: Excluded (Size Filter) 2026/07/10 03:47:53 DEBUG : empty space: Excluded 2026/07/10 03:47:53 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/10 03:47:53 DEBUG : potato3: size = 68 (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:47:53 DEBUG : potato3: size = 60 (gofile root 'rclone-test-wuritay6wipu') 2026/07/10 03:47:53 DEBUG : potato3: Sizes differ 2026/07/10 03:47:53 DEBUG : gofile root 'rclone-test-wuritay6wipu': Waiting for checks to finish 2026/07/10 03:47:53 DEBUG : gofile root 'rclone-test-wuritay6wipu': Waiting for transfers to finish 2026/07/10 03:47:53 INFO : potato3: Deleted 2026/07/10 03:47:53 INFO : potato3: Moved (server-side) 2026/07/10 03:47:53 INFO : potato2: Moved (server-side) 2026/07/10 03:47:54 DEBUG : Creating backend with remote "TestGoFile:rclone-test-cawelan2tudu" 2026/07/10 03:47:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47:54 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
\r\n\r\n\r\n") 2026/07/10 03:47:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 03:47:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47:54 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
\r\n\r\n\r\n") 2026/07/10 03:47:54 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 03:47:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47:54 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
\r\n\r\n\r\n") 2026/07/10 03:47:54 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 03:47:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47:54 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
\r\n\r\n\r\n") 2026/07/10 03:47:54 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 03:47:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47:54 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
\r\n\r\n\r\n") 2026/07/10 03:47:54 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 03:47:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47:54 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
\r\n\r\n\r\n") 2026/07/10 03:47:54 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 03:47:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47:54 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
\r\n\r\n\r\n") 2026/07/10 03:47:54 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 03:47:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47:55 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
\r\n\r\n\r\n") 2026/07/10 03:47:55 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 03:47:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47: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
\r\n\r\n\r\n") 2026/07/10 03:47:56 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 03:47:59 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:47:59 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
\r\n\r\n\r\n") 2026/07/10 03:47:59 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 03:48:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:48:04 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
\r\n\r\n\r\n") 2026/07/10 03:48:04 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 03:48:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:48:14 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
\r\n\r\n\r\n") 2026/07/10 03:48:34 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:48:34 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
\r\n\r\n\r\n") 2026/07/10 03:48:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:48:54 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
\r\n\r\n\r\n") 2026/07/10 03:49:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:49:14 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
\r\n\r\n\r\n") 2026/07/10 03:49:34 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:49:34 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
\r\n\r\n\r\n") 2026/07/10 03:49:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:49:54 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
\r\n\r\n\r\n") 2026/07/10 03:50:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50:14 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
\r\n\r\n\r\n") 2026/07/10 03:50:34 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50:34 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
\r\n\r\n\r\n") 2026/07/10 03:50:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50:54 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
\r\n\r\n\r\n") sync_test.go:1764: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1764 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:1925 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
\r\n\r\n\r\n" Test: TestServerSideMoveWithFilter 2026/07/10 03:50:54 DEBUG : gofile root 'rclone-test-wuritay6wipu': Purge remote 2026/07/10 03:50:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50:54 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
\r\n\r\n\r\n") 2026/07/10 03:50:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 03:50:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50:55 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
\r\n\r\n\r\n") 2026/07/10 03:50:55 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 03:50:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50:55 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
\r\n\r\n\r\n") 2026/07/10 03:50:55 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 03:50:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50:55 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
\r\n\r\n\r\n") 2026/07/10 03:50:55 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 03:50:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50:55 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
\r\n\r\n\r\n") 2026/07/10 03:50:55 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 03:50:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50:55 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
\r\n\r\n\r\n") 2026/07/10 03:50:55 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 03:50:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50:55 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
\r\n\r\n\r\n") 2026/07/10 03:50:55 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 03:50:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50: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
\r\n\r\n\r\n") 2026/07/10 03:50:56 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 03:50:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:50:57 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
\r\n\r\n\r\n") 2026/07/10 03:50:57 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 03:51:00 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:00 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
\r\n\r\n\r\n") 2026/07/10 03:51:00 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 03:51:00 NOTICE: purge failed: failed to delete item: Error "502 Bad Gateway (502): \r\n502 Bad Gateway\r\n\r\n

502 Bad Gateway

\r\n
nginx
\r\n\r\n\r\n" --- FAIL: TestServerSideMoveWithFilter (189.33s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:51:00 DEBUG : Creating backend with remote "TestGoFile:rclone-test-repajih1huya" 2026/07/10 03:51:00 DEBUG : Config file has changed externally - reloading 2026/07/10 03:51:01 INFO : tomatoDir: Making directory sync_test.go:1736: Server side move (if possible) gofile root 'rclone-test-zuqugov6jobu' -> gofile root 'rclone-test-repajih1huya' 2026/07/10 03:51:03 DEBUG : gofile root 'rclone-test-repajih1huya': Using server-side directory move 2026/07/10 03:51:03 INFO : gofile root 'rclone-test-repajih1huya': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2026/07/10 03:51:03 DEBUG : potato2: Need to transfer - File not found at Destination 2026/07/10 03:51:03 DEBUG : Added delayed dir = "tomatoDir", newDst= 2026/07/10 03:51:03 DEBUG : empty space: size = 1 OK 2026/07/10 03:51:03 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1s) 2026/07/10 03:51:03 DEBUG : empty space: Unchanged skipping 2026/07/10 03:51:03 DEBUG : potato3: size = 68 (gofile root 'rclone-test-zuqugov6jobu') 2026/07/10 03:51:03 DEBUG : potato3: size = 60 (gofile root 'rclone-test-repajih1huya') 2026/07/10 03:51:03 DEBUG : potato3: Sizes differ 2026/07/10 03:51:03 INFO : empty space: Deleted 2026/07/10 03:51:03 DEBUG : gofile root 'rclone-test-repajih1huya': Waiting for checks to finish 2026/07/10 03:51:03 DEBUG : gofile root 'rclone-test-repajih1huya': Waiting for transfers to finish 2026/07/10 03:51:03 INFO : potato3: Deleted 2026/07/10 03:51:03 INFO : potato2: Moved (server-side) 2026/07/10 03:51:03 INFO : potato3: Moved (server-side) 2026/07/10 03:51:03 INFO : tomatoDir: Removing directory 2026/07/10 03:51:03 DEBUG : gofile root 'rclone-test-zuqugov6jobu': deleted 1 directories 2026/07/10 03:51:04 DEBUG : Creating backend with remote "TestGoFile:rclone-test-yupaful0woro" 2026/07/10 03:51:04 INFO : tomatoDir: Making directory 2026/07/10 03:51:04 DEBUG : gofile root 'rclone-test-yupaful0woro': Using server-side directory move 2026/07/10 03:51:04 INFO : gofile root 'rclone-test-yupaful0woro': Server side directory move succeeded 2026/07/10 03:51:05 DEBUG : gofile root 'rclone-test-yupaful0woro': Purge remote 2026/07/10 03:51:05 DEBUG : gofile root 'rclone-test-repajih1huya': Purge remote 2026/07/10 03:51:05 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (5.21s) === RUN TestServerSideMoveOverlap run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" sync_test.go:1941: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.17s) === RUN TestSyncOverlap run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:51:06 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/rclone-sync-test" --- PASS: TestSyncOverlap (0.82s) === RUN TestSyncOverlapWithFilter run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 03:51:06 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/rclone-sync-test" 2026/07/10 03:51:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:07 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
\r\n\r\n\r\n") 2026/07/10 03:51:07 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 03:51:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:07 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
\r\n\r\n\r\n") 2026/07/10 03:51:07 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 03:51:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:07 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
\r\n\r\n\r\n") 2026/07/10 03:51:07 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 03:51:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:07 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
\r\n\r\n\r\n") 2026/07/10 03:51:07 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 03:51:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:07 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
\r\n\r\n\r\n") 2026/07/10 03:51:07 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 03:51:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:07 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
\r\n\r\n\r\n") 2026/07/10 03:51:07 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 03:51:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:07 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
\r\n\r\n\r\n") 2026/07/10 03:51:07 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 03:51:08 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:08 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
\r\n\r\n\r\n") 2026/07/10 03:51:08 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 03:51:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:09 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
\r\n\r\n\r\n") 2026/07/10 03:51:09 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 03:51:12 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:12 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
\r\n\r\n\r\n") 2026/07/10 03:51:12 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 03:51:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:17 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
\r\n\r\n\r\n") 2026/07/10 03:51:17 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 03:51:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:27 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
\r\n\r\n\r\n") 2026/07/10 03:51:47 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:51:47 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
\r\n\r\n\r\n") 2026/07/10 03:52:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:52:07 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
\r\n\r\n\r\n") 2026/07/10 03:52:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:52:27 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
\r\n\r\n\r\n") 2026/07/10 03:52:48 DEBUG : pacer: Reducing sleep to 10s 2026/07/10 03:53:07 DEBUG : pacer: Reducing sleep to 5s 2026/07/10 03:53:17 DEBUG : pacer: Reducing sleep to 2.5s 2026/07/10 03:53:23 DEBUG : pacer: Reducing sleep to 1.25s 2026/07/10 03:53:25 DEBUG : pacer: Reducing sleep to 625ms 2026/07/10 03:53:25 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/rclone-sync-test-include/layer2" 2026/07/10 03:53:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:53:25 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
\r\n\r\n\r\n") 2026/07/10 03:53:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 03:53:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:53:25 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
\r\n\r\n\r\n") 2026/07/10 03:53:25 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 03:53:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:53:25 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
\r\n\r\n\r\n") 2026/07/10 03:53:25 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 03:53:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:53:25 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
\r\n\r\n\r\n") 2026/07/10 03:53:25 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 03:53:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:53:25 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
\r\n\r\n\r\n") 2026/07/10 03:53:25 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 03:53:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:53:25 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
\r\n\r\n\r\n") 2026/07/10 03:53:25 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 03:53:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:53:26 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
\r\n\r\n\r\n") 2026/07/10 03:53:26 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 03:53:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:53:26 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
\r\n\r\n\r\n") 2026/07/10 03:53:26 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 03:53:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:53:28 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
\r\n\r\n\r\n") 2026/07/10 03:53:28 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 03:53:30 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:53:30 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
\r\n\r\n\r\n") 2026/07/10 03:53:30 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 03:53:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:53:35 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
\r\n\r\n\r\n") 2026/07/10 03:53:35 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 03:54:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:54:24 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
\r\n\r\n\r\n") 2026/07/10 03:54:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:54:24 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
\r\n\r\n\r\n") 2026/07/10 03:54:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:54:44 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
\r\n\r\n\r\n") 2026/07/10 03:55:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:55:04 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
\r\n\r\n\r\n") 2026/07/10 03:55:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:55:24 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
\r\n\r\n\r\n") 2026/07/10 03:55:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:55:44 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
\r\n\r\n\r\n") 2026/07/10 03:56:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:56:04 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
\r\n\r\n\r\n") 2026/07/10 03:56:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:56:24 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
\r\n\r\n\r\n") 2026/07/10 03:56:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:56:44 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
\r\n\r\n\r\n") 2026/07/10 03:57:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:57:04 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
\r\n\r\n\r\n") 2026/07/10 03:57:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:57:24 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
\r\n\r\n\r\n") 2026/07/10 03:57:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:57:44 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
\r\n\r\n\r\n") 2026/07/10 03:58:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:58:04 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
\r\n\r\n\r\n") 2026/07/10 03:58:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:58:24 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
\r\n\r\n\r\n") 2026/07/10 03:58:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:58:44 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
\r\n\r\n\r\n") 2026/07/10 03:59:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:59:04 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
\r\n\r\n\r\n") 2026/07/10 03:59:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:59:24 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
\r\n\r\n\r\n") 2026/07/10 03:59:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 03:59:44 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
\r\n\r\n\r\n") 2026/07/10 04:00:04 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:04 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
\r\n\r\n\r\n") sync_test.go:2017: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2017 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
\r\n\r\n\r\n" Test: TestSyncOverlapWithFilter --- FAIL: TestSyncOverlapWithFilter (538.28s) === RUN TestSyncCompareDest run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 04:00:05 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/dst" 2026/07/10 04:00:05 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/CompareDest" 2026/07/10 04:00:06 DEBUG : one: Need to transfer - File not found at Destination 2026/07/10 04:00:06 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:00:06 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:00:06 DEBUG : one: size = 3 OK 2026/07/10 04:00:06 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/07/10 04:00:06 INFO : one: Copied (new) 2026/07/10 04:00:06 DEBUG : Waiting for deletions to finish 2026/07/10 04:00:06 DEBUG : one: size = 5 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:00:06 DEBUG : one: size = 3 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:00:06 DEBUG : one: Sizes differ 2026/07/10 04:00:06 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:00:07 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:00:07 DEBUG : one: Removing old object on successful upload 2026/07/10 04:00:07 DEBUG : one: size = 5 OK 2026/07/10 04:00:07 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2026/07/10 04:00:07 INFO : one: Copied (replaced existing) 2026/07/10 04:00:07 DEBUG : Waiting for deletions to finish 2026/07/10 04:00:07 DEBUG : dst/one: Removing old object on successful upload 2026/07/10 04:00:08 DEBUG : one: size = 5 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:00:08 DEBUG : one: size = 3 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:00:08 DEBUG : one: Sizes differ 2026/07/10 04:00:08 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:00:08 DEBUG : one: size = 5 OK 2026/07/10 04:00:08 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 04:00:08 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/10 04:00:08 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:00:08 DEBUG : Waiting for deletions to finish 2026/07/10 04:00:08 INFO : There was nothing to transfer 2026/07/10 04:00:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:00:09 DEBUG : one: size = 3 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:00:09 DEBUG : one: Sizes differ 2026/07/10 04:00:09 DEBUG : two: size = 3 OK 2026/07/10 04:00:09 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 04:00:09 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/10 04:00:09 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:00:09 DEBUG : one: size = 5 OK 2026/07/10 04:00:09 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 04:00:09 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/10 04:00:09 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:00:09 DEBUG : Waiting for deletions to finish 2026/07/10 04:00:09 INFO : There was nothing to transfer 2026/07/10 04:00:09 DEBUG : one: size = 5 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:00:09 DEBUG : one: size = 3 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:00:09 DEBUG : one: Sizes differ 2026/07/10 04:00:09 DEBUG : two: size = 3 OK 2026/07/10 04:00:09 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 04:00:09 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/10 04:00:09 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:00:09 DEBUG : one: size = 5 OK 2026/07/10 04:00:09 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 04:00:09 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/10 04:00:09 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:00:09 DEBUG : Waiting for deletions to finish 2026/07/10 04:00:09 INFO : There was nothing to transfer 2026/07/10 04:00:10 DEBUG : one: size = 5 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:00:10 DEBUG : one: size = 3 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:00:10 DEBUG : one: Sizes differ 2026/07/10 04:00:10 DEBUG : two: size = 3 OK 2026/07/10 04:00:10 DEBUG : two: Modification times differ by -120h0m0s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59 +0000 UTC 2026/07/10 04:00:10 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2026/07/10 04:00:10 DEBUG : two: Destination found in --compare-dest, skipping 2026/07/10 04:00:10 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:00:10 DEBUG : one: size = 5 OK 2026/07/10 04:00:10 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 04:00:10 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/10 04:00:10 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:00:10 DEBUG : Waiting for deletions to finish 2026/07/10 04:00:10 INFO : There was nothing to transfer 2026/07/10 04:00:10 DEBUG : one: size = 5 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:00:10 DEBUG : one: size = 3 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:00:10 DEBUG : one: Sizes differ 2026/07/10 04:00:10 DEBUG : two: size = 5 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:00:10 DEBUG : two: size = 3 (gofile root 'rclone-test-zuqugov6jobu/CompareDest') 2026/07/10 04:00:10 DEBUG : two: Sizes differ 2026/07/10 04:00:10 DEBUG : two: Need to transfer - File not found at Destination 2026/07/10 04:00:10 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:00:10 DEBUG : one: size = 5 OK 2026/07/10 04:00:10 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/07/10 04:00:10 DEBUG : one: Destination found in --compare-dest, skipping 2026/07/10 04:00:10 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:00:10 DEBUG : two: size = 5 OK 2026/07/10 04:00:10 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2026/07/10 04:00:10 INFO : two: Copied (new) 2026/07/10 04:00:10 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (7.03s) === RUN TestSyncMultipleCompareDest run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 04:00:13 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/dest" 2026/07/10 04:00:14 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/pre-dest1" 2026/07/10 04:00:14 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/pre-dest2" 2026/07/10 04:00:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:14 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
\r\n\r\n\r\n") 2026/07/10 04:00:14 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 04:00:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:14 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
\r\n\r\n\r\n") 2026/07/10 04:00:14 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 04:00:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:14 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
\r\n\r\n\r\n") 2026/07/10 04:00:14 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 04:00:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:14 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
\r\n\r\n\r\n") 2026/07/10 04:00:14 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 04:00:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:14 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
\r\n\r\n\r\n") 2026/07/10 04:00:14 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 04:00:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:14 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
\r\n\r\n\r\n") 2026/07/10 04:00:14 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 04:00:15 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:15 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
\r\n\r\n\r\n") 2026/07/10 04:00:15 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 04:00:15 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:15 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
\r\n\r\n\r\n") 2026/07/10 04:00:15 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 04:00:17 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:17 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
\r\n\r\n\r\n") 2026/07/10 04:00:17 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 04:00:19 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:19 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
\r\n\r\n\r\n") 2026/07/10 04:00:19 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 04:00:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:24 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
\r\n\r\n\r\n") 2026/07/10 04:00:24 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 04:00:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00: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
\r\n\r\n\r\n") 2026/07/10 04:00:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:00:55 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
\r\n\r\n\r\n") 2026/07/10 04:01:15 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:01:15 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
\r\n\r\n\r\n") 2026/07/10 04:01:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:01: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
\r\n\r\n\r\n") 2026/07/10 04:01:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:01:55 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
\r\n\r\n\r\n") 2026/07/10 04:02:15 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:02:15 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
\r\n\r\n\r\n") 2026/07/10 04:02:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:02:35 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
\r\n\r\n\r\n") 2026/07/10 04:02:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:02:55 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
\r\n\r\n\r\n") 2026/07/10 04:03:35 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:03:35 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
\r\n\r\n\r\n") 2026/07/10 04:03:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:03:55 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
\r\n\r\n\r\n") 2026/07/10 04:03:55 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 04:03:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:03:55 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
\r\n\r\n\r\n") 2026/07/10 04:03:55 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 04:03:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:03:55 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
\r\n\r\n\r\n") 2026/07/10 04:03:55 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 04:03:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:03:55 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
\r\n\r\n\r\n") 2026/07/10 04:03:55 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 04:03:56 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:03: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
\r\n\r\n\r\n") 2026/07/10 04:03:56 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 04:03:57 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:03:57 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
\r\n\r\n\r\n") 2026/07/10 04:03:57 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 04:03:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:03:58 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
\r\n\r\n\r\n") 2026/07/10 04:03:58 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 04:03:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:03:58 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
\r\n\r\n\r\n") 2026/07/10 04:03:58 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 04:04:01 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04:01 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
\r\n\r\n\r\n") 2026/07/10 04:04:01 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 04:04:02 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04:02 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
\r\n\r\n\r\n") 2026/07/10 04:04:02 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 04:04:06 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04:06 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
\r\n\r\n\r\n") 2026/07/10 04:04:06 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 04:04:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04:07 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
\r\n\r\n\r\n") 2026/07/10 04:04:07 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 04:04:07 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04:07 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
\r\n\r\n\r\n") 2026/07/10 04:04:07 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 04:04:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04:10 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
\r\n\r\n\r\n") 2026/07/10 04:04:10 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 04:04:10 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04:10 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
\r\n\r\n\r\n") 2026/07/10 04:04:10 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 04:04:11 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04:11 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
\r\n\r\n\r\n") 2026/07/10 04:04:11 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 04:04:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04:14 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
\r\n\r\n\r\n") 2026/07/10 04:04:14 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 04:04:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04:14 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
\r\n\r\n\r\n") 2026/07/10 04:04:14 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 04:04:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04: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
\r\n\r\n\r\n") 2026/07/10 04:04:31 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 04:04:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04:31 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
\r\n\r\n\r\n") 2026/07/10 04:04:31 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 04:04:31 DEBUG : 1: Need to transfer - File not found at Destination 2026/07/10 04:04:31 DEBUG : pacer: Reducing sleep to 5.12s 2026/07/10 04:04:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04: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
\r\n\r\n\r\n") 2026/07/10 04:04:39 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 04:04:41 DEBUG : pacer: Reducing sleep to 2.56s 2026/07/10 04:04:46 DEBUG : pacer: Reducing sleep to 1.28s 2026/07/10 04:04:49 DEBUG : pacer: Reducing sleep to 640ms 2026/07/10 04:04:49 DEBUG : 1: size = 1 OK 2026/07/10 04:04:49 DEBUG : 1: md5 = c4ca4238a0b923820dcc509a6f75849b OK 2026/07/10 04:04:49 INFO : 1: Copied (new) 2026/07/10 04:04:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:04: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
\r\n\r\n\r\n") 2026/07/10 04:05:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:05: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
\r\n\r\n\r\n") 2026/07/10 04:05:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:05:26 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
\r\n\r\n\r\n") 2026/07/10 04:05:46 DEBUG : pacer: Reducing sleep to 10s 2026/07/10 04:05:46 DEBUG : pacer: Reducing sleep to 10s 2026/07/10 04:06:06 DEBUG : pacer: Reducing sleep to 5s 2026/07/10 04:06:16 DEBUG : pacer: Reducing sleep to 2.5s 2026/07/10 04:06:16 DEBUG : 2: size = 1 OK 2026/07/10 04:06:16 DEBUG : 2: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 04:06:16 DEBUG : 2: Destination found in --compare-dest, skipping 2026/07/10 04:06:17 DEBUG : pacer: Reducing sleep to 5s 2026/07/10 04:06:21 DEBUG : pacer: Reducing sleep to 1.25s 2026/07/10 04:06:21 DEBUG : 3: Need to transfer - File not found at Destination 2026/07/10 04:06:21 ERROR : gofile root 'rclone-test-zuqugov6jobu/dest': 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
\r\n\r\n\r\n" 2026/07/10 04:06:21 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dest': Waiting for checks to finish 2026/07/10 04:06:21 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dest': Waiting for transfers to finish 2026/07/10 04:06:21 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:06:21 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
\r\n\r\n\r\n") 2026/07/10 04:06:21 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 04:06:22 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:06:22 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
\r\n\r\n\r\n") 2026/07/10 04:06:22 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 04:06:23 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:06:23 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
\r\n\r\n\r\n") 2026/07/10 04:06:23 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 04:06:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:06:26 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
\r\n\r\n\r\n") 2026/07/10 04:06:26 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 04:06:31 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:06:31 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
\r\n\r\n\r\n") 2026/07/10 04:06:31 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 04:06:41 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:06:41 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
\r\n\r\n\r\n") 2026/07/10 04:07:01 DEBUG : pacer: Reducing sleep to 10s 2026/07/10 04:07:21 DEBUG : pacer: Reducing sleep to 5s 2026/07/10 04:07:21 DEBUG : 3: size = 1 OK 2026/07/10 04:07:21 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2026/07/10 04:07:21 INFO : 3: Copied (new) 2026/07/10 04:07:21 ERROR : gofile root 'rclone-test-zuqugov6jobu/dest': not deleting files as there were IO errors 2026/07/10 04:07:21 ERROR : gofile root 'rclone-test-zuqugov6jobu/dest': not deleting directories as there were IO errors sync_test.go:2249: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2249 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
\r\n\r\n\r\n" Test: TestSyncMultipleCompareDest --- FAIL: TestSyncMultipleCompareDest (430.52s) === RUN TestSyncCopyDest run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 04:07:22 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/dst" 2026/07/10 04:07:22 DEBUG : Config file has changed externally - reloading 2026/07/10 04:07:23 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/CopyDest" 2026/07/10 04:07:23 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:23 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
\r\n\r\n\r\n") 2026/07/10 04:07:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 04:07:23 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:23 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
\r\n\r\n\r\n") 2026/07/10 04:07:23 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 04:07:23 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:23 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
\r\n\r\n\r\n") 2026/07/10 04:07:23 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 04:07:23 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:23 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
\r\n\r\n\r\n") 2026/07/10 04:07:23 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 04:07:23 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:23 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
\r\n\r\n\r\n") 2026/07/10 04:07:23 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 04:07:23 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:23 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
\r\n\r\n\r\n") 2026/07/10 04:07:23 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 04:07:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:24 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
\r\n\r\n\r\n") 2026/07/10 04:07:24 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 04:07:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:24 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
\r\n\r\n\r\n") 2026/07/10 04:07:24 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 04:07:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:26 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
\r\n\r\n\r\n") 2026/07/10 04:07:26 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 04:07:28 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:28 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
\r\n\r\n\r\n") 2026/07/10 04:07:28 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 04:07:33 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:33 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
\r\n\r\n\r\n") 2026/07/10 04:07:33 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 04:07:44 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:07:44 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
\r\n\r\n\r\n") 2026/07/10 04:08:04 DEBUG : pacer: Reducing sleep to 10s 2026/07/10 04:08:24 DEBUG : pacer: Reducing sleep to 5s 2026/07/10 04:08:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08:24 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
\r\n\r\n\r\n") 2026/07/10 04:08:24 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 04:08:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08:24 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
\r\n\r\n\r\n") 2026/07/10 04:08:24 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 04:08:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08:24 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
\r\n\r\n\r\n") 2026/07/10 04:08:24 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 04:08:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08:24 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
\r\n\r\n\r\n") 2026/07/10 04:08:24 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 04:08:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08:24 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
\r\n\r\n\r\n") 2026/07/10 04:08:24 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 04:08:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08:24 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
\r\n\r\n\r\n") 2026/07/10 04:08:24 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 04:08:24 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08:24 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
\r\n\r\n\r\n") 2026/07/10 04:08:24 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 04:08:25 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08:25 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
\r\n\r\n\r\n") 2026/07/10 04:08:25 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 04:08:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08:26 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
\r\n\r\n\r\n") 2026/07/10 04:08:26 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 04:08:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08:29 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
\r\n\r\n\r\n") 2026/07/10 04:08:29 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 04:08:34 DEBUG : pacer: Reducing sleep to 2.5s 2026/07/10 04:08:39 DEBUG : pacer: Reducing sleep to 1.25s 2026/07/10 04:08:39 DEBUG : one: Need to transfer - File not found at Destination 2026/07/10 04:08:39 ERROR : gofile root 'rclone-test-zuqugov6jobu/dst': 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
\r\n\r\n\r\n" 2026/07/10 04:08:39 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:08:39 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:08:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08: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
\r\n\r\n\r\n") 2026/07/10 04:08:39 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 04:08:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:08: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
\r\n\r\n\r\n") 2026/07/10 04:09:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:09: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
\r\n\r\n\r\n") 2026/07/10 04:09:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:09:29 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
\r\n\r\n\r\n") 2026/07/10 04:09:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:09:49 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
\r\n\r\n\r\n") 2026/07/10 04:10:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:10:09 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
\r\n\r\n\r\n") 2026/07/10 04:10:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:10: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
\r\n\r\n\r\n") 2026/07/10 04:10:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:10:49 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
\r\n\r\n\r\n") 2026/07/10 04:11:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:11:09 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
\r\n\r\n\r\n") 2026/07/10 04:11:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:11:29 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
\r\n\r\n\r\n") 2026/07/10 04:11:29 DEBUG : one: 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
\r\n\r\n\r\n" - low level retry 0/10 2026/07/10 04:11:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:11:49 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
\r\n\r\n\r\n") 2026/07/10 04:12:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:12:09 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
\r\n\r\n\r\n") 2026/07/10 04:12:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:12:29 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
\r\n\r\n\r\n") 2026/07/10 04:12:49 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:12:49 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
\r\n\r\n\r\n") 2026/07/10 04:13:09 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:13:09 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
\r\n\r\n\r\n") 2026/07/10 04:13:29 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:13: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
\r\n\r\n\r\n") 2026/07/10 04:13:49 DEBUG : pacer: Reducing sleep to 10s 2026/07/10 04:14:09 DEBUG : pacer: Reducing sleep to 5s 2026/07/10 04:14:19 DEBUG : pacer: Reducing sleep to 2.5s 2026/07/10 04:14:24 DEBUG : pacer: Reducing sleep to 1.25s 2026/07/10 04:14:24 DEBUG : one: size = 3 OK 2026/07/10 04:14:24 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2026/07/10 04:14:24 INFO : one: Copied (new) 2026/07/10 04:14:24 ERROR : gofile root 'rclone-test-zuqugov6jobu/dst': not deleting files as there were IO errors 2026/07/10 04:14:24 ERROR : gofile root 'rclone-test-zuqugov6jobu/dst': not deleting directories as there were IO errors sync_test.go:2282: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2282 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
\r\n\r\n\r\n" Test: TestSyncCopyDest --- FAIL: TestSyncCopyDest (422.21s) === RUN TestSyncBackupDir run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 04:14:26 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/dst" 2026/07/10 04:14:26 DEBUG : Config file has changed externally - reloading 2026/07/10 04:14:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:26 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
\r\n\r\n\r\n") 2026/07/10 04:14:26 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 04:14:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:26 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
\r\n\r\n\r\n") 2026/07/10 04:14:26 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 04:14:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:26 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
\r\n\r\n\r\n") 2026/07/10 04:14:26 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 04:14:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:26 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
\r\n\r\n\r\n") 2026/07/10 04:14:26 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 04:14:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:26 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
\r\n\r\n\r\n") 2026/07/10 04:14:26 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 04:14:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:26 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
\r\n\r\n\r\n") 2026/07/10 04:14:26 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 04:14:26 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:26 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
\r\n\r\n\r\n") 2026/07/10 04:14:26 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 04:14:27 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:27 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
\r\n\r\n\r\n") 2026/07/10 04:14:27 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 04:14:29 DEBUG : pacer: Reducing sleep to 1.28s 2026/07/10 04:14:31 DEBUG : pacer: Reducing sleep to 640ms 2026/07/10 04:14:31 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/backup" 2026/07/10 04:14:32 DEBUG : pacer: Reducing sleep to 320ms 2026/07/10 04:14:32 DEBUG : one: size = 4 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:14:32 DEBUG : two: size = 3 OK 2026/07/10 04:14:32 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 04:14:32 DEBUG : two: Unchanged skipping 2026/07/10 04:14:32 DEBUG : one: size = 3 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:14:32 DEBUG : one: Sizes differ 2026/07/10 04:14:32 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:14:33 INFO : one: Moved (server-side) 2026/07/10 04:14:33 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:14:33 DEBUG : pacer: Reducing sleep to 160ms 2026/07/10 04:14:33 DEBUG : pacer: Reducing sleep to 80ms 2026/07/10 04:14:33 DEBUG : one: size = 4 OK 2026/07/10 04:14:33 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/07/10 04:14:33 INFO : one: Copied (new) 2026/07/10 04:14:33 DEBUG : Waiting for deletions to finish 2026/07/10 04:14:34 INFO : three.txt: Moved (server-side) 2026/07/10 04:14:34 INFO : three.txt: Moved into backup dir 2026/07/10 04:14:34 DEBUG : pacer: Reducing sleep to 40ms 2026/07/10 04:14:34 DEBUG : one: size = 5 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:14:34 DEBUG : one: size = 4 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:14:34 DEBUG : two: size = 3 OK 2026/07/10 04:14:34 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 04:14:34 DEBUG : two: Unchanged skipping 2026/07/10 04:14:34 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:14:34 DEBUG : one: Sizes differ 2026/07/10 04:14:35 INFO : one: Deleted 2026/07/10 04:14:35 INFO : one: Moved (server-side) 2026/07/10 04:14:35 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:14:35 DEBUG : pacer: Reducing sleep to 20ms 2026/07/10 04:14:35 DEBUG : pacer: Reducing sleep to 10ms 2026/07/10 04:14:35 DEBUG : one: size = 5 OK 2026/07/10 04:14:35 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/07/10 04:14:35 INFO : one: Copied (new) 2026/07/10 04:14:35 DEBUG : Waiting for deletions to finish 2026/07/10 04:14:35 INFO : three.txt: Deleted 2026/07/10 04:14:35 INFO : three.txt: Moved (server-side) 2026/07/10 04:14:35 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.85s) === RUN TestSyncBackupDirWithSuffix run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 04:14:37 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/dst" 2026/07/10 04:14:37 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/backup" 2026/07/10 04:14:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:38 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
\r\n\r\n\r\n") 2026/07/10 04:14:38 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 04:14:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:38 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
\r\n\r\n\r\n") 2026/07/10 04:14:38 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 04:14:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:38 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
\r\n\r\n\r\n") 2026/07/10 04:14:38 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 04:14:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:38 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
\r\n\r\n\r\n") 2026/07/10 04:14:38 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 04:14:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:38 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
\r\n\r\n\r\n") 2026/07/10 04:14:38 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 04:14:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:38 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
\r\n\r\n\r\n") 2026/07/10 04:14:38 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 04:14:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:38 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
\r\n\r\n\r\n") 2026/07/10 04:14:38 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 04:14:39 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:39 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
\r\n\r\n\r\n") 2026/07/10 04:14:39 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 04:14:40 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:40 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
\r\n\r\n\r\n") 2026/07/10 04:14:40 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 04:14:43 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:43 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
\r\n\r\n\r\n") 2026/07/10 04:14:43 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 04:14:48 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:48 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
\r\n\r\n\r\n") 2026/07/10 04:14:48 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 04:14:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:14:58 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
\r\n\r\n\r\n") 2026/07/10 04:15:18 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:15:18 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
\r\n\r\n\r\n") 2026/07/10 04:15:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:15:38 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
\r\n\r\n\r\n") 2026/07/10 04:15:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:15:58 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
\r\n\r\n\r\n") 2026/07/10 04:16:18 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:16:18 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
\r\n\r\n\r\n") 2026/07/10 04:16:38 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:16:38 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
\r\n\r\n\r\n") 2026/07/10 04:16:58 DEBUG : pacer: Reducing sleep to 10s 2026/07/10 04:17:18 DEBUG : pacer: Reducing sleep to 5s 2026/07/10 04:17:18 DEBUG : one: size = 4 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:17:18 DEBUG : one: size = 3 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:17:18 DEBUG : one: Sizes differ 2026/07/10 04:17:18 DEBUG : two: size = 3 OK 2026/07/10 04:17:18 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 04:17:18 DEBUG : two: Unchanged skipping 2026/07/10 04:17:18 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:17:28 DEBUG : pacer: Reducing sleep to 2.5s 2026/07/10 04:17:33 DEBUG : pacer: Reducing sleep to 1.25s 2026/07/10 04:17:36 DEBUG : pacer: Reducing sleep to 625ms 2026/07/10 04:17:37 DEBUG : pacer: Reducing sleep to 312.5ms 2026/07/10 04:17:38 DEBUG : pacer: Reducing sleep to 156.25ms 2026/07/10 04:17:38 DEBUG : pacer: Reducing sleep to 78.125ms 2026/07/10 04:17:38 INFO : one: Moved (server-side) to: one.bak 2026/07/10 04:17:38 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:17:38 DEBUG : one: size = 4 OK 2026/07/10 04:17:38 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/07/10 04:17:38 INFO : one: Copied (new) 2026/07/10 04:17:38 DEBUG : Waiting for deletions to finish 2026/07/10 04:17:38 DEBUG : pacer: Reducing sleep to 39.0625ms 2026/07/10 04:17:38 DEBUG : pacer: Reducing sleep to 19.53125ms 2026/07/10 04:17:38 DEBUG : pacer: Reducing sleep to 10ms 2026/07/10 04:17:38 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/07/10 04:17:38 INFO : three.txt: Moved into backup dir 2026/07/10 04:17:39 DEBUG : one: size = 5 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:17:39 DEBUG : one: size = 4 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:17:39 DEBUG : one: Sizes differ 2026/07/10 04:17:39 DEBUG : two: size = 3 OK 2026/07/10 04:17:39 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 04:17:39 DEBUG : two: Unchanged skipping 2026/07/10 04:17:39 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:17:39 INFO : one.bak: Deleted 2026/07/10 04:17:39 INFO : one: Moved (server-side) to: one.bak 2026/07/10 04:17:39 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:17:40 DEBUG : one: size = 5 OK 2026/07/10 04:17:40 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/07/10 04:17:40 INFO : one: Copied (new) 2026/07/10 04:17:40 DEBUG : Waiting for deletions to finish 2026/07/10 04:17:40 INFO : three.txt.bak: Deleted 2026/07/10 04:17:40 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/07/10 04:17:40 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (185.30s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 04:17:43 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/dst" 2026/07/10 04:17:43 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/backup" 2026/07/10 04:17:43 DEBUG : one: size = 4 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:17:43 DEBUG : one: size = 3 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:17:43 DEBUG : one: Sizes differ 2026/07/10 04:17:43 DEBUG : two: size = 3 OK 2026/07/10 04:17:43 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 04:17:43 DEBUG : two: Unchanged skipping 2026/07/10 04:17:43 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:17:44 INFO : one: Moved (server-side) to: one-2019-01-01 2026/07/10 04:17:44 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:17:44 DEBUG : one: size = 4 OK 2026/07/10 04:17:44 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/07/10 04:17:44 INFO : one: Copied (new) 2026/07/10 04:17:44 DEBUG : Waiting for deletions to finish 2026/07/10 04:17:45 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/07/10 04:17:45 INFO : three.txt: Moved into backup dir 2026/07/10 04:17:45 DEBUG : one: size = 5 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:17:45 DEBUG : one: size = 4 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:17:45 DEBUG : one: Sizes differ 2026/07/10 04:17:45 DEBUG : two: size = 3 OK 2026/07/10 04:17:45 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 04:17:45 DEBUG : two: Unchanged skipping 2026/07/10 04:17:45 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:17:45 INFO : one-2019-01-01: Deleted 2026/07/10 04:17:46 INFO : one: Moved (server-side) to: one-2019-01-01 2026/07/10 04:17:46 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:17:46 DEBUG : one: size = 5 OK 2026/07/10 04:17:46 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/07/10 04:17:46 INFO : one: Copied (new) 2026/07/10 04:17:46 DEBUG : Waiting for deletions to finish 2026/07/10 04:17:46 INFO : three-2019-01-01.txt: Deleted 2026/07/10 04:17:46 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2026/07/10 04:17:46 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (5.79s) === RUN TestSyncBackupDirSuffixOnly run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 04:17:48 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/dst" 2026/07/10 04:17:49 DEBUG : one: size = 4 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:17:49 DEBUG : one: size = 3 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:17:49 DEBUG : one: Sizes differ 2026/07/10 04:17:49 DEBUG : two: size = 3 OK 2026/07/10 04:17:49 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 04:17:49 DEBUG : two: Unchanged skipping 2026/07/10 04:17:49 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:17:49 INFO : one: Moved (server-side) to: one.bak 2026/07/10 04:17:49 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:17:49 DEBUG : one: size = 4 OK 2026/07/10 04:17:49 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2026/07/10 04:17:49 INFO : one: Copied (new) 2026/07/10 04:17:49 DEBUG : Waiting for deletions to finish 2026/07/10 04:17:49 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/07/10 04:17:49 INFO : three.txt: Moved into backup dir 2026/07/10 04:17:50 DEBUG : one.bak: Excluded (Path Filter) 2026/07/10 04:17:50 DEBUG : one.bak: Excluded 2026/07/10 04:17:50 DEBUG : three.txt.bak: Excluded (Path Filter) 2026/07/10 04:17:50 DEBUG : three.txt.bak: Excluded 2026/07/10 04:17:50 DEBUG : two: size = 3 OK 2026/07/10 04:17:50 DEBUG : two: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/07/10 04:17:50 DEBUG : two: Unchanged skipping 2026/07/10 04:17:50 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for checks to finish 2026/07/10 04:17:50 DEBUG : one: size = 5 (Local file system at /tmp/rclone3130558631) 2026/07/10 04:17:50 DEBUG : one: size = 4 (gofile root 'rclone-test-zuqugov6jobu/dst') 2026/07/10 04:17:50 DEBUG : one: Sizes differ 2026/07/10 04:17:50 INFO : one.bak: Deleted 2026/07/10 04:17:50 INFO : one: Moved (server-side) to: one.bak 2026/07/10 04:17:50 DEBUG : gofile root 'rclone-test-zuqugov6jobu/dst': Waiting for transfers to finish 2026/07/10 04:17:50 DEBUG : one: size = 5 OK 2026/07/10 04:17:50 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2026/07/10 04:17:50 INFO : one: Copied (new) 2026/07/10 04:17:50 DEBUG : Waiting for deletions to finish 2026/07/10 04:17:51 INFO : three.txt.bak: Deleted 2026/07/10 04:17:51 INFO : three.txt: Moved (server-side) to: three.txt.bak 2026/07/10 04:17:51 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (4.09s) === RUN TestSyncSuffix run.go:198: Remote "gofile root 'rclone-test-zuqugov6jobu'", Local "Local file system at /tmp/rclone3130558631", Modify Window "1s" 2026/07/10 04:17:52 DEBUG : Creating backend with remote "TestGoFile:rclone-test-zuqugov6jobu/dst" 2026/07/10 04:17:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:17:53 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
\r\n\r\n\r\n") 2026/07/10 04:17:53 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2026/07/10 04:17:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:17:53 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
\r\n\r\n\r\n") 2026/07/10 04:17:53 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2026/07/10 04:17:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:17:53 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
\r\n\r\n\r\n") 2026/07/10 04:17:53 DEBUG : pacer: Rate limited, increasing sleep to 80ms 2026/07/10 04:17:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:17:53 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
\r\n\r\n\r\n") 2026/07/10 04:17:53 DEBUG : pacer: Rate limited, increasing sleep to 160ms 2026/07/10 04:17:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:17:53 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
\r\n\r\n\r\n") 2026/07/10 04:17:53 DEBUG : pacer: Rate limited, increasing sleep to 320ms 2026/07/10 04:17:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:17:53 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
\r\n\r\n\r\n") 2026/07/10 04:17:53 DEBUG : pacer: Rate limited, increasing sleep to 640ms 2026/07/10 04:17:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:17:53 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
\r\n\r\n\r\n") 2026/07/10 04:17:53 DEBUG : pacer: Rate limited, increasing sleep to 1.28s 2026/07/10 04:17:54 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:17:54 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
\r\n\r\n\r\n") 2026/07/10 04:17:54 DEBUG : pacer: Rate limited, increasing sleep to 2.56s 2026/07/10 04:17:55 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:17:55 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
\r\n\r\n\r\n") 2026/07/10 04:17:55 DEBUG : pacer: Rate limited, increasing sleep to 5.12s 2026/07/10 04:17:58 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:17:58 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
\r\n\r\n\r\n") 2026/07/10 04:17:58 DEBUG : pacer: Rate limited, increasing sleep to 10.24s 2026/07/10 04:18:03 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:18:03 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
\r\n\r\n\r\n") 2026/07/10 04:18:03 DEBUG : pacer: Rate limited, increasing sleep to 20s 2026/07/10 04:18:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:18:13 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
\r\n\r\n\r\n") 2026/07/10 04:18:33 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:18:33 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
\r\n\r\n\r\n") 2026/07/10 04:18:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:18:53 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
\r\n\r\n\r\n") 2026/07/10 04:19:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:19:13 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
\r\n\r\n\r\n") 2026/07/10 04:19:33 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:19:33 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
\r\n\r\n\r\n") 2026/07/10 04:19:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:19:53 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
\r\n\r\n\r\n") 2026/07/10 04:20:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:20:13 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
\r\n\r\n\r\n") 2026/07/10 04:20:33 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:20:33 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
\r\n\r\n\r\n") 2026/07/10 04:20:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:20:53 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
\r\n\r\n\r\n") 2026/07/10 04:21:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:21:13 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
\r\n\r\n\r\n") 2026/07/10 04:21:33 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:21:33 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
\r\n\r\n\r\n") 2026/07/10 04:21:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:21:53 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
\r\n\r\n\r\n") 2026/07/10 04:22:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:22:13 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
\r\n\r\n\r\n") 2026/07/10 04:22:33 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:22:33 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
\r\n\r\n\r\n") 2026/07/10 04:22:53 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:22:53 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
\r\n\r\n\r\n") 2026/07/10 04:23:13 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value 2026/07/10 04:23:13 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
\r\n\r\n\r\n") panic: test timed out after 1h0m0s running tests: TestSyncSuffix (5m28s) goroutine 8038 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2802 +0x34b created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 5 minutes]: testing.(*T).Run(0x1a61398ccfc8, {0x2a573f0?, 0x1a6139c2fae8?}, 0x2bcb200) /usr/local/go/src/testing/testing.go:2109 +0x4e5 testing.runTests.func1(0x1a61398ccfc8) /usr/local/go/src/testing/testing.go:2585 +0x37 testing.tRunner(0x1a61398ccfc8, 0x1a6139c2fc10) /usr/local/go/src/testing/testing.go:2036 +0xea testing.runTests({0x2a7b10a, 0x18}, {0x2a9c340, 0x20}, 0x1a6139abb758, {0x4678340, 0x6c, 0x6c}, {0xc28c3acdf777e025, 0x34644201918, ...}) /usr/local/go/src/testing/testing.go:2583 +0x505 testing.(*M).Run(0x1a61398620a0) /usr/local/go/src/testing/testing.go:2443 +0x6ac github.com/rclone/rclone/fstest.TestMain(0x1a61398620a0) /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:262 +0xa6 goroutine 36 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x98 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 37 [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 7929 [chan receive]: github.com/rclone/rclone/lib/pacer.(*Pacer).beginCall(0x1a6139219200, 0x0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:168 +0xa7 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0x1a6139219200, 0x1a61396ce440, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:227 +0xb2 github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0x1a6139219200, 0x1a61396ce440) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:247 +0x92 github.com/rclone/rclone/backend/gofile.(*Fs).listAll(0x1a6139754100, {0x2c115b8, 0x1a61393ad530}, {0x1a6139b0e051, 0x24}, 0x1, 0x0, {0x1a6139cde30b, 0x18}, 0x1a61391cb730) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:541 +0x576 github.com/rclone/rclone/backend/gofile.(*Fs).FindLeaf(0x1a6139cde30b?, {0x2c115b8?, 0x1a61393ad530?}, {0x1a6139b0e051?, 0x0?}, {0x1a6139cde30b?, 0x1a61391cb7d8?}) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:468 +0x75 github.com/rclone/rclone/lib/dircache.(*DirCache)._findDir(0x1a6139972000, {0x2c115b8, 0x1a61393ad530}, {0x1a6139cde30b, 0x18}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/lib/dircache/dircache.go:234 +0x112 github.com/rclone/rclone/lib/dircache.(*DirCache)._findDir(0x1a6139972000, {0x2c115b8, 0x1a61393ad530}, {0x1a6139cde30b, 0x1c}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/lib/dircache/dircache.go:227 +0xc5 github.com/rclone/rclone/lib/dircache.(*DirCache)._findRoot(0x1a6139972000, {0x2c115b8?, 0x1a61393ad530?}, 0x30?) /home/rclone/go/src/github.com/rclone/rclone/lib/dircache/dircache.go:305 +0x45 github.com/rclone/rclone/lib/dircache.(*DirCache).FindDir(0x1a6139972000, {0x2c115b8, 0x1a61393ad530}, {0x0, 0x0}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/lib/dircache/dircache.go:201 +0xce github.com/rclone/rclone/lib/dircache.(*DirCache).FindPath(0x1a6139972000, {0x2c115b8, 0x1a61393ad530}, {0x2a37359?, 0x427694?}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/lib/dircache/dircache.go:275 +0xa9 github.com/rclone/rclone/backend/gofile.(*Fs).readMetaDataForPath(0x1a6139754100, {0x2c115b8, 0x1a61393ad530}, {0x2a37359?, 0x4280e5?}) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:223 +0x4c github.com/rclone/rclone/backend/gofile.(*Object).readMetaData(0x1a61399723f0, {0x2c115b8?, 0x1a61393ad530?}) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:1347 +0x4b github.com/rclone/rclone/backend/gofile.(*Fs).newObjectWithInfo(0x1a6139754100, {0x2c115b8, 0x1a61393ad530}, {0x2a37359, 0x3}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:451 +0x9c github.com/rclone/rclone/backend/gofile.(*Fs).NewObject(0x1a61391cbc30?, {0x2c115b8?, 0x1a61393ad530?}, {0x2a37359?, 0x1a6139d060f1?}) /home/rclone/go/src/github.com/rclone/rclone/backend/gofile/gofile.go:462 +0x25 github.com/rclone/rclone/fs/operations.moveOrCopyFile({0x2c115b8, 0x1a61393ad530}, {0x2c2d4f0, 0x1a6139754100}, {0x2c2e2f0, 0x1a6139aea0c0}, {0x2a37359, 0x3}, {0x2a37359, 0x3}, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/operations.go:2050 +0x45e github.com/rclone/rclone/fs/operations.CopyFile(...) /home/rclone/go/src/github.com/rclone/rclone/fs/operations/copy.go:429 github.com/rclone/rclone/fs/sync.testSyncSuffix(0x1a61398cc008, {0x2a38349, 0x4}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2503 +0x976 github.com/rclone/rclone/fs/sync.TestSyncSuffix(0x1a61398cc008?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:2554 +0x25 testing.tRunner(0x1a61398cc008, 0x2bcb200) /usr/local/go/src/testing/testing.go:2036 +0xea created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:2101 +0x4c5 goroutine 7974 [IO wait]: internal/poll.runtime_pollWait(0x719e342a9200, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0x1a6139754600?, 0x1a6139944a00?, 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(0x1a6139754600, {0x1a6139944a00, 0x1500, 0x1500}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x2ae net.(*netFD).Read(0x1a6139754600, {0x1a6139944a00?, 0x1a6139aec5e0?, 0x5?}) /usr/local/go/src/net/fd_posix.go:68 +0x25 net.(*conn).Read(0x1a6139162298, {0x1a6139944a00?, 0x1a613993b950?, 0x48df6c?}) /usr/local/go/src/net/net.go:196 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0x1a6139b76018, {0x1a6139944a00?, 0x719e345351e0?, 0x719e7d1c12f8?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0x1a61393ce180, {0x1a6139944a00?, 0x1a6139910f00?, 0x1a613993ba48?}) /usr/local/go/src/crypto/tls/conn.go:815 +0x3b bytes.(*Buffer).ReadFrom(0x1a613970c9a8, {0x2be8920, 0x1a61393ce180}) /usr/local/go/src/bytes/buffer.go:229 +0x98 crypto/tls.(*Conn).readFromUntil(0x1a613970c708, {0x719e343d3968, 0x1a6139b76018}, 0x1a613993bc08?) /usr/local/go/src/crypto/tls/conn.go:837 +0xde crypto/tls.(*Conn).readRecordOrCCS(0x1a613970c708, 0x0) /usr/local/go/src/crypto/tls/conn.go:626 +0x3db crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:588 crypto/tls.(*Conn).Read(0x1a613970c708, {0x1a613944d000, 0x1000, 0x7ef2a0?}) /usr/local/go/src/crypto/tls/conn.go:1393 +0x145 bufio.(*Reader).Read(0x1a6139e244e0, {0x1a6139c76124, 0x9, 0x80bdae?}) /usr/local/go/src/bufio/bufio.go:245 +0x197 io.ReadAtLeast({0x2be5780, 0x1a6139e244e0}, {0x1a6139c76124, 0x9, 0x9}, 0x9) /usr/local/go/src/io/io.go:335 +0x8e io.ReadFull(...) /usr/local/go/src/io/io.go:354 net/http.http2readFrameHeader({0x1a6139c76124, 0x9, 0x1a6100000035?}, {0x2be5780?, 0x1a6139e244e0?}) /usr/local/go/src/net/http/h2_bundle.go:1805 +0x65 net/http.(*http2Framer).ReadFrameHeader(0x1a6139c760e0) /usr/local/go/src/net/http/h2_bundle.go:2071 +0x6b net/http.(*http2Framer).ReadFrame(0x1a6139c760e0) /usr/local/go/src/net/http/h2_bundle.go:2130 +0x18 net/http.(*http2clientConnReadLoop).run(0x1a613993bfa8) /usr/local/go/src/net/http/h2_bundle.go:9550 +0xca net/http.(*http2ClientConn).readLoop(0x1a6139c72000) /usr/local/go/src/net/http/h2_bundle.go:9419 +0x52 created by net/http.(*http2Transport).newClientConn in goroutine 7973 /usr/local/go/src/net/http/h2_bundle.go:8171 +0xda5 goroutine 8036 [sleep]: time.Sleep(0x4a817c800) /usr/local/go/src/runtime/time.go:363 +0x165 github.com/rclone/rclone/lib/pacer.(*Pacer).beginCall.func1(0x1a6139c72000?) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:178 +0x1c created by github.com/rclone/rclone/lib/pacer.(*Pacer).beginCall in goroutine 7929 /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:177 +0x17f goroutine 2293 [chan receive, 39 minutes]: github.com/rclone/rclone/lib/atexit.Register.func1.1() /home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:45 +0x29 created by github.com/rclone/rclone/lib/atexit.Register.func1 in goroutine 2266 /home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:44 +0x68 "./sync.test -test.v -test.timeout 1h0m0s -remote TestGoFile: -verbose" - Finished ERROR in 1h0m0.343095449s (try 1/5): exit status 2: Failed [TestServerSideCopyOverSelf TestServerSideMove TestServerSideMoveWithFilter TestSyncOverlapWithFilter TestSyncMultipleCompareDest TestSyncCopyDest]