"./sync.test -test.v -test.timeout 1h0m0s -remote TestSugarSync:Test -verbose" - Starting (try 5/5) 2025/09/13 07:49:27 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-tigerup8tike" 2025/09/13 07:49:27 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/13 07:49:30 DEBUG : Creating backend with remote "/tmp/rclone352681700" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 07:49:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 07:49:33 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 07:49:33 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 07:49:33 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) --- PASS: TestCopyWithDryRun (35.62s) === RUN TestCopy run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 07:50:06 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/13 07:50:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 07:50:07 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 07:50:07 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 07:50:10 INFO : sub dir/hello world: Copied (new) 2025/09/13 07:50:12 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (10.26s) === RUN TestCopyMetadata run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadata (1.47s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (1.49s) === RUN TestCopyMissingDirectory run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 07:50:19 DEBUG : Creating backend with remote "/non-existing" 2025/09/13 07:50:20 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/09/13 07:50:20 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 07:50:20 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (2.22s) === RUN TestCopyNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 07:50:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 07:50:23 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 07:50:23 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 07:55:24 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6563775931/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/13 07:55:24 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/13 07:55:24 DEBUG : pacer: Reducing sleep to 15ms 2025/09/13 07:55:25 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/13 07:55:26 DEBUG : pacer: Reducing sleep to 10ms 2025/09/13 07:55:27 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (310.92s) === RUN TestCopyNoTraverseDeadlock run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (1.47s) === RUN TestCopyCheckFirst run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 07:55:34 INFO : sugarsync root 'Test/rclone-test-tigerup8tike': Running all checks before starting transfers 2025/09/13 07:55:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 07:55:35 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 07:55:35 INFO : sugarsync root 'Test/rclone-test-tigerup8tike': Checks finished, now starting transfers 2025/09/13 07:55:35 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 07:55:38 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (9.76s) === RUN TestSyncNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 07:55:44 ERROR : Ignoring --no-traverse with sync 2025/09/13 07:55:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 07:55:44 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 07:55:44 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:00:45 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6563775931/contents?max=500&start=0": read tcp 65.108.87.141:49170->208.94.4.81:443: i/o timeout) 2025/09/13 08:00:45 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/13 08:05:46 DEBUG : pacer: low level retry 2/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6563775931/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/13 08:05:46 DEBUG : pacer: Rate limited, increasing sleep to 40ms 2025/09/13 08:05:46 DEBUG : pacer: Reducing sleep to 30ms 2025/09/13 08:05:47 DEBUG : pacer: Reducing sleep to 22.5ms 2025/09/13 08:05:48 DEBUG : pacer: Reducing sleep to 16.875ms 2025/09/13 08:05:48 DEBUG : pacer: Reducing sleep to 12.65625ms 2025/09/13 08:05:49 DEBUG : pacer: Reducing sleep to 10ms 2025/09/13 08:05:49 INFO : sub dir/hello world: Copied (new) 2025/09/13 08:05:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (610.97s) === RUN TestCopyWithDepth run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:05:55 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/09/13 08:05:55 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:05:55 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:05:58 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (6.29s) === RUN TestCopyWithFilesFrom run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:06:02 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/13 08:06:02 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:06:02 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:06:04 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (6.32s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:06:08 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/13 08:06:08 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:06:08 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:06:11 INFO : potato2: Copied (new) 2025/09/13 08:11:13 DEBUG : pacer: low level retry 1/10 (error Put "https://api.sugarsync.com/file/:sc:9068489:215_6563785512": net/http: timeout awaiting response headers) 2025/09/13 08:11:13 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/13 08:11:13 DEBUG : pacer: Reducing sleep to 15ms 2025/09/13 08:11:14 DEBUG : pacer: Reducing sleep to 11.25ms --- PASS: TestCopyWithFilesFromAndNoTraverse (306.91s) === RUN TestCopyEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:11:14 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/09/13 08:11:14 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/13 08:11:14 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/09/13 08:11:14 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/13 08:11:15 DEBUG : pacer: Reducing sleep to 10ms 2025/09/13 08:11:15 INFO : sub dir2: Making directory 2025/09/13 08:11:16 INFO : sub dir: Making directory 2025/09/13 08:11:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 08:11:17 INFO : sub dir2/sub sub dir2: Making directory 2025/09/13 08:11:19 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:11:19 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:11:20 INFO : sub dir/hello world: Copied (new) 2025/09/13 08:11:22 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (14.33s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:11:29 INFO : sub dir2: Making directory 2025/09/13 08:11:29 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/09/13 08:11:29 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/13 08:11:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 08:11:29 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:11:29 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:11:33 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (9.82s) === RUN TestMoveEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:11:38 DEBUG : sub dir2: Making directory with metadata 2025/09/13 08:11:38 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/13 08:11:39 INFO : sub dir2: Making directory 2025/09/13 08:11:41 INFO : sub dir: Making directory 2025/09/13 08:11:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 08:11:42 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:11:42 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:11:44 INFO : sub dir/hello world: Copied (new) 2025/09/13 08:11:44 INFO : sub dir/hello world: Deleted 2025/09/13 08:11:45 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/09/13 08:11:46 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (12.65s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" sync_test.go:438: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (1.47s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:11:52 INFO : sub dir2: Making directory 2025/09/13 08:11:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 08:11:53 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:11:53 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:11:57 INFO : sub dir/hello world: Copied (new) 2025/09/13 08:11:57 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (9.57s) === RUN TestSyncEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:12:02 DEBUG : sub dir2: Making directory with metadata 2025/09/13 08:12:02 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/13 08:12:02 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/13 08:12:03 INFO : sub dir2: Making directory 2025/09/13 08:12:04 INFO : sub dir: Making directory 2025/09/13 08:12:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 08:12:05 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:12:05 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:12:07 INFO : sub dir/hello world: Copied (new) 2025/09/13 08:12:07 DEBUG : Waiting for deletions to finish 2025/09/13 08:12:09 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (11.68s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (1.47s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:12:15 INFO : sub dir2: Making directory 2025/09/13 08:12:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 08:12:16 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:12:16 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:12:19 INFO : sub dir/hello world: Copied (new) 2025/09/13 08:12:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (9.78s) === RUN TestServerSideCopy run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:12:30 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-yebaqol1yula" sync_test.go:620: Server side copy (if possible) sugarsync root 'Test/rclone-test-tigerup8tike' -> sugarsync root 'Test/rclone-test-yebaqol1yula' 2025/09/13 08:12:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 08:12:35 DEBUG : sugarsync root 'Test/rclone-test-yebaqol1yula': Waiting for checks to finish 2025/09/13 08:12:35 DEBUG : sugarsync root 'Test/rclone-test-yebaqol1yula': Waiting for transfers to finish 2025/09/13 08:12:39 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/13 08:12:40 DEBUG : sugarsync root 'Test/rclone-test-yebaqol1yula': Purge remote --- PASS: TestServerSideCopy (20.24s) === RUN TestCopyOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:12:52 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/13 08:12:52 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:12:52 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:12:53 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (13.54s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:13:03 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-qasudef8heto" sync_test.go:656: Server side copy (if possible) sugarsync root 'Test/rclone-test-tigerup8tike' -> sugarsync root 'Test/rclone-test-qasudef8heto' 2025/09/13 08:13:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 08:13:09 DEBUG : sugarsync root 'Test/rclone-test-qasudef8heto': Waiting for checks to finish 2025/09/13 08:13:09 DEBUG : sugarsync root 'Test/rclone-test-qasudef8heto': Waiting for transfers to finish 2025/09/13 08:13:13 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/13 08:18:17 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6563775931/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/13 08:18:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/13 08:18:17 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Renewing token 2025/09/13 08:18:18 DEBUG : pacer: Reducing sleep to 15ms 2025/09/13 08:18:18 DEBUG : Saving config "authorization" in section "TestSugarSync" of the config file 2025/09/13 08:18:18 DEBUG : Config file has changed externally - reloading 2025/09/13 08:18:18 DEBUG : Saving config "authorization_expiry" in section "TestSugarSync" of the config file 2025/09/13 08:18:18 DEBUG : Saving config "user" in section "TestSugarSync" of the config file 2025/09/13 08:18:19 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/13 08:23:20 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6563789336/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/13 08:23:20 DEBUG : pacer: Rate limited, increasing sleep to 22.5ms 2025/09/13 08:23:20 DEBUG : pacer: Reducing sleep to 16.875ms 2025/09/13 08:23:20 DEBUG : sugarsync root 'Test/rclone-test-qasudef8heto': Renewing token 2025/09/13 08:23:21 DEBUG : pacer: Reducing sleep to 12.65625ms 2025/09/13 08:23:21 DEBUG : Saving config "authorization" in section "TestSugarSync" of the config file 2025/09/13 08:23:21 DEBUG : Config file has changed externally - reloading 2025/09/13 08:23:21 DEBUG : Saving config "authorization_expiry" in section "TestSugarSync" of the config file 2025/09/13 08:23:21 DEBUG : Saving config "user" in section "TestSugarSync" of the config file 2025/09/13 08:23:23 DEBUG : pacer: Reducing sleep to 10ms 2025/09/13 08:23:23 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/13 08:23:23 DEBUG : sugarsync root 'Test/rclone-test-qasudef8heto': Waiting for checks to finish 2025/09/13 08:23:23 DEBUG : sugarsync root 'Test/rclone-test-qasudef8heto': Waiting for transfers to finish 2025/09/13 08:23:23 DEBUG : sub dir/hello world: server side copy: renaming existing object to "sub dir/hello world.naridem3" before starting 2025/09/13 08:28:24 DEBUG : pacer: low level retry 1/10 (error Put "https://api.sugarsync.com/file/:sc:9068489:215_6563789449": net/http: timeout awaiting response headers) 2025/09/13 08:28:24 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/13 08:28:25 DEBUG : pacer: Reducing sleep to 15ms 2025/09/13 08:28:26 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/13 08:28:26 DEBUG : pacer: Reducing sleep to 10ms 2025/09/13 08:28:26 DEBUG : sub dir/hello world.naridem3: server side copy: removing renamed existing file after operation 2025/09/13 08:28:27 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/13 08:28:28 DEBUG : sugarsync root 'Test/rclone-test-qasudef8heto': Purge remote --- PASS: TestServerSideCopyOverSelf (934.19s) === RUN TestMoveOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:33:37 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6563775931/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/13 08:33:37 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/13 08:33:38 DEBUG : pacer: Reducing sleep to 15ms 2025/09/13 08:33:38 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/13 08:33:39 DEBUG : pacer: Reducing sleep to 10ms 2025/09/13 08:38:40 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6563805895/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/13 08:38:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/13 08:38:40 DEBUG : pacer: Reducing sleep to 15ms 2025/09/13 08:38:40 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/13 08:38:40 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:38:40 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish 2025/09/13 08:38:42 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/13 08:38:42 DEBUG : pacer: Reducing sleep to 10ms 2025/09/13 08:38:42 INFO : sub dir/hello world: Copied (replaced existing) 2025/09/13 08:38:42 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (614.40s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:38:52 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-jixabar3jemu" sync_test.go:701: Server side copy (if possible) sugarsync root 'Test/rclone-test-tigerup8tike' -> sugarsync root 'Test/rclone-test-jixabar3jemu' 2025/09/13 08:38:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/13 08:38:58 DEBUG : sugarsync root 'Test/rclone-test-jixabar3jemu': Waiting for checks to finish 2025/09/13 08:38:58 DEBUG : sugarsync root 'Test/rclone-test-jixabar3jemu': Waiting for transfers to finish 2025/09/13 08:39:02 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/13 08:39:07 DEBUG : sugarsync root 'Test/rclone-test-jixabar3jemu': Using server-side directory move 2025/09/13 08:39:07 INFO : sugarsync root 'Test/rclone-test-jixabar3jemu': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/09/13 08:39:08 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/13 08:39:08 DEBUG : sugarsync root 'Test/rclone-test-jixabar3jemu': Waiting for checks to finish 2025/09/13 08:39:08 DEBUG : sugarsync root 'Test/rclone-test-jixabar3jemu': Waiting for transfers to finish 2025/09/13 08:39:09 INFO : sub dir/hello world: Deleted 2025/09/13 08:39:10 INFO : sub dir/hello world: Moved (server-side) 2025/09/13 08:39:17 DEBUG : testing file moves 2025/09/13 08:39:18 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/09/13 08:39:18 DEBUG : sugarsync root 'Test/rclone-test-jixabar3jemu': Waiting for checks to finish 2025/09/13 08:39:18 DEBUG : sugarsync root 'Test/rclone-test-jixabar3jemu': Waiting for transfers to finish 2025/09/13 08:39:19 INFO : sub dir/hello world: Deleted 2025/09/13 08:39:20 INFO : sub dir/hello world: Moved (server-side) 2025/09/13 08:39:23 DEBUG : sugarsync root 'Test/rclone-test-jixabar3jemu': Purge remote --- PASS: TestServerSideMoveOverSelf (39.61s) === RUN TestCopyAfterDelete run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:39:30 ERROR : error listing: directory not found 2025/09/13 08:39:32 INFO : Local file system at /tmp/rclone352681700: Making directory 2025/09/13 08:39:33 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for checks to finish 2025/09/13 08:39:33 DEBUG : sugarsync root 'Test/rclone-test-tigerup8tike': Waiting for transfers to finish --- PASS: TestCopyAfterDelete (12.04s) === RUN TestCopyRedownload run.go:180: Remote "sugarsync root 'Test/rclone-test-tigerup8tike'", Local "Local file system at /tmp/rclone352681700", Modify Window "876000h0m0s" 2025/09/13 08:44:42 DEBUG : pacer: low level retry 1/1 (error Put "https://api.sugarsync.com/file/:sc:9068489:215_6563811855/data": read tcp 65.108.87.141:60012->208.94.4.81:443: i/o timeout) 2025/09/13 08:44:42 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/13 08:44:42 DEBUG : pacer: Reducing sleep to 15ms run.go:281: Retry Put of "sub dir/hello world" to sugarsync root 'Test/rclone-test-tigerup8tike': 1/10 (failed to upload file: Put "https://api.sugarsync.com/file/:sc:9068489:215_6563811855/data": read tcp 65.108.87.141:60012->208.94.4.81:443: i/o timeout) 2025/09/13 08:44:45 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/13 08:44:46 DEBUG : pacer: Reducing sleep to 10ms panic: test timed out after 1h0m0s running tests: TestCopyRedownload (9m51s) goroutine 5445 [running]: testing.(*M).startAlarm.func1() /usr/local/go/src/testing/testing.go:2484 +0x394 created by time.goFunc /usr/local/go/src/time/sleep.go:215 +0x2d goroutine 1 [chan receive, 9 minutes]: testing.(*T).Run(0xc000486540, {0x276bbfa?, 0xc000551ad8?}, 0x288ae80) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000486540) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000486540, 0xc000551c18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000908f48, {0x3fb0e00, 0x6c, 0x6c}, {0x845ca0?, 0x3feaac0?, 0x3fc6f80?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc000568fa0) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc000568fa0) /home/rclone/go/src/github.com/rclone/rclone/fstest/run.go:69 +0xa5 github.com/rclone/rclone/fs/sync.TestMain(...) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:45 main.main() _testmain.go:261 +0xa9 goroutine 5466 [select, 5 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:206 +0x149 created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 35 [syscall, 60 minutes]: os/signal.signal_recv() /usr/local/go/src/runtime/sigqueue.go:152 +0x29 os/signal.loop() /usr/local/go/src/os/signal/signal_unix.go:23 +0x13 created by os/signal.Notify.func1.1 in goroutine 1 /usr/local/go/src/os/signal/signal.go:152 +0x1f goroutine 36 [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 5464 [chan receive, 5 minutes]: github.com/rclone/rclone/fs/march.(*March).matchListings(0xc000a29710, 0xc000509110, 0xc000509180, 0xc000a54de8, 0xc000a54d98, 0xc000a54d48) /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:314 +0x1af github.com/rclone/rclone/fs/march.(*March).processJob(0xc000a29710, {{0x0, 0x0}, {0x0, 0x0}, 0x7ffffffe, 0x7ffffffe, 0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:491 +0x61b github.com/rclone/rclone/fs/march.(*March).Run.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:213 +0x1e5 created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 5419 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8e60, {0x2bd6388, 0xc0001b9090}, 0xc) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000295908, 0xc0001b8e60, 0xc0001b8f00, 0xc, 0xc00089ff60?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:374 +0xbe created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startCheckers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 5346 [sync.WaitGroup.Wait, 5 minutes]: sync.runtime_SemacquireWaitGroup(0xc0008c6a80?) /usr/local/go/src/runtime/sema.go:110 +0x25 sync.(*WaitGroup).Wait(0xc000a29710?) /usr/local/go/src/sync/waitgroup.go:118 +0x48 github.com/rclone/rclone/fs/march.(*March).Run(0xc000a29710, {0x2bd6388, 0xc0001b8ff0}) /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:260 +0x385 github.com/rclone/rclone/fs/sync.(*syncCopyMove).run(0xc000295908) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:956 +0x23c github.com/rclone/rclone/fs/sync.runSyncCopyMove({0x2bd6350, 0xc0003f6f00}, {0x2bec9e0, 0xc000aba540}, {0x2bede70, 0xc00047e240}, 0x0, 0x0, 0x0, 0x0, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:1369 +0x225 github.com/rclone/rclone/fs/sync.CopyDir(...) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:1380 github.com/rclone/rclone/fs/sync.TestCopyRedownload(0xc00098c000) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:761 +0x214 testing.tRunner(0xc00098c000, 0x288ae80) /usr/local/go/src/testing/testing.go:1792 +0xf4 created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1851 +0x413 goroutine 5461 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8f00, {0x2bd6388, 0xc0001b9090}, 0x4b) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000295908, {0x2bd6388, 0xc0001b8ff0}, 0xc0001b8f00, {0x2bec9e0, 0xc000aba540}, 0x4b, 0xc00089f760?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:491 +0xba created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startTransfers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d goroutine 5418 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8e60, {0x2bd6388, 0xc0001b9090}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000295908, 0xc0001b8e60, 0xc0001b8f00, 0x0, 0xc00048df60?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:374 +0xbe created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startCheckers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 5474 [select, 5 minutes]: net/http.(*persistConn).writeLoop(0xc00047e360) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 5386 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 5460 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8f00, {0x2bd6388, 0xc0001b9090}, 0x32) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000295908, {0x2bd6388, 0xc0001b8ff0}, 0xc0001b8f00, {0x2bec9e0, 0xc000aba540}, 0x32, 0x0?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:491 +0xba created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startTransfers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d goroutine 5462 [select, 5 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:206 +0x149 created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 5459 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8f00, {0x2bd6388, 0xc0001b9090}, 0x19) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000295908, {0x2bd6388, 0xc0001b8ff0}, 0xc0001b8f00, {0x2bec9e0, 0xc000aba540}, 0x19, 0xc000836900?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:491 +0xba created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startTransfers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d goroutine 5422 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8e60, {0x2bd6388, 0xc0001b9090}, 0x32) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000295908, 0xc0001b8e60, 0xc0001b8f00, 0x32, 0xc00089cf60?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:374 +0xbe created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startCheckers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 5469 [select, 5 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:206 +0x149 created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 5467 [select, 5 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:206 +0x149 created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 5424 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8e60, {0x2bd6388, 0xc0001b9090}, 0x4b) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000295908, 0xc0001b8e60, 0xc0001b8f00, 0x4b, 0xc00047e120?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:374 +0xbe created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startCheckers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 5421 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8e60, {0x2bd6388, 0xc0001b9090}, 0x25) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000295908, 0xc0001b8e60, 0xc0001b8f00, 0x25, 0xc00089c760?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:374 +0xbe created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startCheckers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 5470 [chan receive, 5 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:255 +0x3c created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 5458 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8f00, {0x2bd6388, 0xc0001b9090}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000295908, {0x2bd6388, 0xc0001b8ff0}, 0xc0001b8f00, {0x2bec9e0, 0xc000aba540}, 0x0, 0xc000836120?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:491 +0xba created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startTransfers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d goroutine 5471 [select, 5 minutes]: net/http.(*persistConn).roundTrip(0xc00047e360, 0xc0006908c0) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc000502340, 0xc000462a00) /usr/local/go/src/net/http/transport.go:696 +0xb9a net/http.(*Transport).RoundTrip(...) /usr/local/go/src/net/http/roundtrip.go:30 github.com/rclone/rclone/fs/fshttp.(*Transport).RoundTrip(0xc000480a20, 0xc000462a00) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x345 net/http.send(0xc000462a00, {0x2baeea0, 0xc000480a20}, {0x15000000006fbe01?, 0x737a8c71b280?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0004b51a0, 0xc000462a00, {0x148?, 0x23a4fa0?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0004b51a0, 0xc000462a00) /usr/local/go/src/net/http/client.go:728 +0x989 net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:587 github.com/rclone/rclone/lib/rest.(*Client).Call(0xc0000cc6e0, {0x2bd6388, 0xc0001b9090}, 0xc0004628c0) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:353 +0xd67 github.com/rclone/rclone/lib/rest.(*Client).callCodec(0xc0000cc6e0, {0x2bd6388, 0xc0001b9090}, 0x419691?, {0x0?, 0x0?}, {0x2113da0, 0xc000690820}, 0x41373d?, 0x288c930, ...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:550 +0x3f2 github.com/rclone/rclone/lib/rest.(*Client).CallXML(...) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:510 github.com/rclone/rclone/backend/sugarsync.(*Fs).listAll.func1() /home/rclone/go/src/github.com/rclone/rclone/backend/sugarsync/sugarsync.go:644 +0x87 github.com/rclone/rclone/fs.pacerInvoker(0x1, 0xa, 0xc00047a808?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000480a80, 0xc000ba6b40, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000480a80, 0xc000ba6b40) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:218 +0x93 github.com/rclone/rclone/backend/sugarsync.(*Fs).listAll(0xc00047e240, {0x2bd6388, 0xc0001b9090}, {0xc0007cf500, 0x3b}, 0xc0004fbdd0, 0xc0004fbda8) /home/rclone/go/src/github.com/rclone/rclone/backend/sugarsync/sugarsync.go:643 +0x410 github.com/rclone/rclone/backend/sugarsync.(*Fs).List(0xc00047e240, {0x2bd6388, 0xc0001b9090}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/sugarsync/sugarsync.go:693 +0x165 github.com/rclone/rclone/fs/list.listP({0x2bd6388, 0xc0001b9090}, {0x2bede70, 0xc00047e240}, {0x0, 0x0}, 0xc000394d80) /home/rclone/go/src/github.com/rclone/rclone/fs/list/list.go:48 +0x6e github.com/rclone/rclone/fs/list.DirSortedFn({0x2bd6388, 0xc0001b9090}, {0x2bede70, 0xc00047e240}, 0x0, {0x0, 0x0}, 0xc0005f8520, 0xc000680930) /home/rclone/go/src/github.com/rclone/rclone/fs/list/list.go:75 +0x257 github.com/rclone/rclone/fs/march.(*March).makeListDir.func1({0x0, 0x0}, 0xc0005f8520) /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:126 +0xb6 github.com/rclone/rclone/fs/march.(*March).processJob.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:393 +0xbb created by github.com/rclone/rclone/fs/march.(*March).processJob in goroutine 5464 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:391 +0x20f goroutine 5393 [IO wait, 5 minutes]: internal/poll.runtime_pollWait(0x737a8ea8c6f0, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc00039c780?, 0xc000996000?, 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(0xc00039c780, {0xc000996000, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc00039c780, {0xc000996000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc000148370, {0xc000996000?, 0x0?, 0x0?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc000514348, {0xc000996000?, 0x737a8d09ba08?, 0x737ad67795c0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc000514720, {0xc000996000?, 0x2bd6388?, 0xc0006909b0?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc000b562b8, {0x2bb0500, 0xc000514720}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc000b56008, {0x737a8d0717a0, 0xc000514348}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc000b56008, 0x0) /usr/local/go/src/crypto/tls/conn.go:629 +0x3cf crypto/tls.(*Conn).readRecord(...) /usr/local/go/src/crypto/tls/conn.go:591 crypto/tls.(*Conn).Read(0xc000b56008, {0xc0009ea000, 0x1000, 0x737ad67795c0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc00047e360, {0xc0009ea000?, 0x412565?, 0x68?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc0008f97a0) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc0008f97a0, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc00047e360) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 5386 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 5425 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8e60, {0x2bd6388, 0xc0001b9090}, 0x57) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000295908, 0xc0001b8e60, 0xc0001b8f00, 0x57, 0xc00089bf60?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:374 +0xbe created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startCheckers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 5463 [select, 5 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:206 +0x149 created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 5423 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8e60, {0x2bd6388, 0xc0001b9090}, 0x3e) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000295908, 0xc0001b8e60, 0xc0001b8f00, 0x3e, 0xc00047e120?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:374 +0xbe created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startCheckers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 5468 [select, 5 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:206 +0x149 created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 5465 [select, 5 minutes]: github.com/rclone/rclone/fs/march.(*March).Run.func1() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:206 +0x149 created by github.com/rclone/rclone/fs/march.(*March).Run in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 5420 [select, 5 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0001b8e60, {0x2bd6388, 0xc0001b9090}, 0x19) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000295908, 0xc0001b8e60, 0xc0001b8f00, 0x19, 0xc00089b760?) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:374 +0xbe created by github.com/rclone/rclone/fs/sync.(*syncCopyMove).startCheckers in goroutine 5346 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 "./sync.test -test.v -test.timeout 1h0m0s -remote TestSugarSync:Test -verbose" - Finished ERROR in 1h0m3.533070055s (try 5/5): exit status 2: Failed []