"./sync.test -test.v -test.timeout 1h0m0s -remote TestSugarSync:Test -verbose" - Starting (try 5/5) 2025/09/14 06:35:40 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-paqocat5nato" 2025/09/14 06:35:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/09/14 06:35:44 DEBUG : Creating backend with remote "/tmp/rclone342341509" === 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-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:35:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:35:46 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:35:46 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/09/14 06:35:46 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish --- PASS: TestCopyWithDryRun (4.27s) === RUN TestCopy run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:35:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/14 06:35:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:35:49 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:35:49 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:35:52 INFO : sub dir/hello world: Copied (new) 2025/09/14 06:35:54 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (9.84s) === RUN TestCopyMetadata run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadata (1.50s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" sync_test.go:98: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (1.50s) === RUN TestCopyMissingDirectory run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:36:01 DEBUG : Creating backend with remote "/non-existing" 2025/09/14 06:36:02 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/09/14 06:36:02 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:36:02 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (2.22s) === RUN TestCopyNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:36:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:36:05 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:36:05 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:36:08 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (10.57s) === RUN TestCopyNoTraverseDeadlock run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" sync_test.go:222: Only runs on local --- SKIP: TestCopyNoTraverseDeadlock (1.48s) === RUN TestCopyCheckFirst run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:36:15 INFO : sugarsync root 'Test/rclone-test-paqocat5nato': Running all checks before starting transfers 2025/09/14 06:36:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:36:16 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:36:16 INFO : sugarsync root 'Test/rclone-test-paqocat5nato': Checks finished, now starting transfers 2025/09/14 06:36:16 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:36:20 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (9.94s) === RUN TestSyncNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:36:25 ERROR : Ignoring --no-traverse with sync 2025/09/14 06:36:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:36:26 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:36:26 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:36:29 INFO : sub dir/hello world: Copied (new) 2025/09/14 06:36:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (9.88s) === RUN TestCopyWithDepth run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:36:36 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/09/14 06:36:36 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:36:36 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:36:38 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (6.37s) === RUN TestCopyWithFilesFrom run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:36:42 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/14 06:36:42 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:36:42 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:36:45 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (6.33s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:36:48 DEBUG : potato2: Need to transfer - File not found at Destination 2025/09/14 06:36:48 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:36:48 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:36:51 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (6.35s) === RUN TestCopyEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:36:54 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/09/14 06:36:54 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/14 06:36:54 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/09/14 06:36:54 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/14 06:36:55 INFO : sub dir2: Making directory 2025/09/14 06:36:56 INFO : sub dir: Making directory 2025/09/14 06:36:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:36:57 INFO : sub dir2/sub sub dir2: Making directory 2025/09/14 06:36:59 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:36:59 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:37:00 INFO : sub dir/hello world: Copied (new) 2025/09/14 06:37:02 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (14.49s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:37:09 INFO : sub dir2: Making directory 2025/09/14 06:37:09 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/09/14 06:37:09 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/14 06:42:09 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6565332866/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/14 06:42:09 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/14 06:42:10 DEBUG : pacer: Reducing sleep to 15ms 2025/09/14 06:42:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:42:10 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:42:10 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:42:10 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/14 06:42:11 DEBUG : pacer: Reducing sleep to 10ms 2025/09/14 06:42:13 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (310.19s) === RUN TestMoveEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:42:19 DEBUG : sub dir2: Making directory with metadata 2025/09/14 06:42:19 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/14 06:42:19 INFO : sub dir2: Making directory 2025/09/14 06:42:21 INFO : sub dir: Making directory 2025/09/14 06:42:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:42:22 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:42:22 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:42:24 INFO : sub dir/hello world: Copied (new) 2025/09/14 06:42:24 INFO : sub dir/hello world: Deleted 2025/09/14 06:47:25 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6565340571/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/14 06:47:25 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/14 06:47:26 DEBUG : pacer: Reducing sleep to 15ms 2025/09/14 06:47:26 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/09/14 06:47:27 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/14 06:47:27 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/09/14 06:47:28 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestMoveEmptyDirectories (313.16s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" sync_test.go:438: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (1.48s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:47:33 INFO : sub dir2: Making directory 2025/09/14 06:47:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:47:34 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:47:34 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:47:38 INFO : sub dir/hello world: Copied (new) 2025/09/14 06:47:38 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (9.74s) === RUN TestSyncEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:47:43 DEBUG : sub dir2: Making directory with metadata 2025/09/14 06:47:43 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/09/14 06:47:43 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/09/14 06:47:44 INFO : sub dir2: Making directory 2025/09/14 06:47:45 INFO : sub dir: Making directory 2025/09/14 06:47:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:47:46 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:47:46 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:47:48 INFO : sub dir/hello world: Copied (new) 2025/09/14 06:47:48 DEBUG : Waiting for deletions to finish 2025/09/14 06:47:50 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (312.25s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" sync_test.go:537: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (1.48s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:52:57 INFO : sub dir2: Making directory 2025/09/14 06:52:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:52:58 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 06:52:58 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 06:53:01 INFO : sub dir/hello world: Copied (new) 2025/09/14 06:53:01 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (9.90s) === RUN TestServerSideCopy run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 06:58:10 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/file/:sc:9068489:215_6565353523": net/http: timeout awaiting response headers) 2025/09/14 06:58:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/14 06:58:11 DEBUG : pacer: Reducing sleep to 15ms 2025/09/14 06:58:12 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/14 06:58:12 DEBUG : pacer: Reducing sleep to 10ms 2025/09/14 06:58:12 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-ziwizon5navi" 2025/09/14 06:58:12 DEBUG : Config file has changed externally - reloading sync_test.go:620: Server side copy (if possible) sugarsync root 'Test/rclone-test-paqocat5nato' -> sugarsync root 'Test/rclone-test-ziwizon5navi' 2025/09/14 06:58:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 06:58:18 DEBUG : sugarsync root 'Test/rclone-test-ziwizon5navi': Waiting for checks to finish 2025/09/14 06:58:18 DEBUG : sugarsync root 'Test/rclone-test-ziwizon5navi': Waiting for transfers to finish 2025/09/14 07:03:19 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6565358403/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/14 07:03:19 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/14 07:03:20 DEBUG : pacer: Reducing sleep to 15ms 2025/09/14 07:03:21 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/14 07:03:21 DEBUG : pacer: Reducing sleep to 10ms 2025/09/14 07:03:22 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/14 07:03:24 DEBUG : sugarsync root 'Test/rclone-test-ziwizon5navi': Purge remote --- PASS: TestServerSideCopy (621.86s) === RUN TestCopyOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 07:03:35 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 07:03:35 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/14 07:03:35 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 07:03:36 INFO : sub dir/hello world: Copied (replaced existing) --- PASS: TestCopyOverSelf (13.40s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 07:03:47 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-corogad1boha" sync_test.go:656: Server side copy (if possible) sugarsync root 'Test/rclone-test-paqocat5nato' -> sugarsync root 'Test/rclone-test-corogad1boha' 2025/09/14 07:03:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 07:03:52 DEBUG : sugarsync root 'Test/rclone-test-corogad1boha': Waiting for checks to finish 2025/09/14 07:03:52 DEBUG : sugarsync root 'Test/rclone-test-corogad1boha': Waiting for transfers to finish 2025/09/14 07:03:56 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/14 07:04:03 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/14 07:04:03 DEBUG : sugarsync root 'Test/rclone-test-corogad1boha': Waiting for checks to finish 2025/09/14 07:04:03 DEBUG : sugarsync root 'Test/rclone-test-corogad1boha': Waiting for transfers to finish 2025/09/14 07:04:03 DEBUG : sub dir/hello world: server side copy: renaming existing object to "sub dir/hello world.nupeted1" before starting 2025/09/14 07:04:05 DEBUG : sub dir/hello world.nupeted1: server side copy: removing renamed existing file after operation 2025/09/14 07:04:06 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/14 07:04:08 DEBUG : sugarsync root 'Test/rclone-test-corogad1boha': Purge remote --- PASS: TestServerSideCopyOverSelf (30.57s) === RUN TestMoveOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 07:04:19 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/14 07:04:19 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 07:04:19 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 07:04:20 INFO : sub dir/hello world: Copied (replaced existing) 2025/09/14 07:04:20 INFO : sub dir/hello world: Deleted --- PASS: TestMoveOverSelf (13.33s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 07:04:31 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dikerav2cena" sync_test.go:701: Server side copy (if possible) sugarsync root 'Test/rclone-test-paqocat5nato' -> sugarsync root 'Test/rclone-test-dikerav2cena' 2025/09/14 07:04:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 07:04:36 DEBUG : sugarsync root 'Test/rclone-test-dikerav2cena': Waiting for checks to finish 2025/09/14 07:04:36 DEBUG : sugarsync root 'Test/rclone-test-dikerav2cena': Waiting for transfers to finish 2025/09/14 07:04:40 INFO : sub dir/hello world: Copied (server-side copy) 2025/09/14 07:09:42 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6565364071/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/14 07:09:42 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/14 07:09:43 DEBUG : pacer: Reducing sleep to 15ms 2025/09/14 07:09:44 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/14 07:09:44 DEBUG : pacer: Reducing sleep to 10ms 2025/09/14 07:09:46 DEBUG : sugarsync root 'Test/rclone-test-dikerav2cena': Using server-side directory move 2025/09/14 07:09:46 INFO : sugarsync root 'Test/rclone-test-dikerav2cena': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/09/14 07:09:47 DEBUG : sugarsync root 'Test/rclone-test-dikerav2cena': Waiting for checks to finish 2025/09/14 07:09:47 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/09/14 07:09:47 DEBUG : sugarsync root 'Test/rclone-test-dikerav2cena': Waiting for transfers to finish 2025/09/14 07:09:48 INFO : sub dir/hello world: Deleted 2025/09/14 07:09:49 INFO : sub dir/hello world: Moved (server-side) 2025/09/14 07:09:56 DEBUG : testing file moves 2025/09/14 07:09:57 DEBUG : sugarsync root 'Test/rclone-test-dikerav2cena': Waiting for checks to finish 2025/09/14 07:09:57 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/09/14 07:09:57 DEBUG : sugarsync root 'Test/rclone-test-dikerav2cena': Waiting for transfers to finish 2025/09/14 07:09:58 INFO : sub dir/hello world: Deleted 2025/09/14 07:09:59 INFO : sub dir/hello world: Moved (server-side) 2025/09/14 07:10:02 DEBUG : sugarsync root 'Test/rclone-test-dikerav2cena': Purge remote 2025/09/14 07:15:05 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6565364071/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/14 07:15:05 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/14 07:15:05 DEBUG : pacer: Reducing sleep to 15ms 2025/09/14 07:15:06 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/14 07:15:06 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveOverSelf (640.41s) === RUN TestCopyAfterDelete run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 07:15:10 ERROR : error listing: directory not found 2025/09/14 07:15:11 INFO : Local file system at /tmp/rclone342341509: Making directory 2025/09/14 07:20:12 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6565332866/contents?max=500&start=0": read tcp 65.108.87.141:43666->208.94.4.81:443: i/o timeout) 2025/09/14 07:20:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/14 07:20:13 DEBUG : pacer: Reducing sleep to 15ms 2025/09/14 07:20:13 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/14 07:20:13 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 07:20:13 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 07:20:14 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestCopyAfterDelete (312.62s) === RUN TestCopyRedownload run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 07:20:25 DEBUG : Added delayed dir = "sub dir", newDst= 2025/09/14 07:20:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/09/14 07:20:26 DEBUG : Local file system at /tmp/rclone342341509: Waiting for checks to finish 2025/09/14 07:20:26 DEBUG : Local file system at /tmp/rclone342341509: Waiting for transfers to finish 2025/09/14 07:20:26 DEBUG : sub dir/hello world.9076d4bf.partial: renamed to: sub dir/hello world 2025/09/14 07:20:26 INFO : sub dir/hello world: Copied (new) 2025/09/14 07:20:26 INFO : sub dir: Set directory modification time (using DirSetModTime) --- PASS: TestCopyRedownload (11.01s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 07:20:31 DEBUG : check sum: Need to transfer - File not found at Destination 2025/09/14 07:20:31 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 07:20:31 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 07:20:33 INFO : check sum: Copied (new) 2025/09/14 07:20:33 DEBUG : Waiting for deletions to finish 2025/09/14 07:20:35 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 07:20:35 NOTICE: sugarsync root 'Test/rclone-test-paqocat5nato': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/09/14 07:20:35 DEBUG : check sum: Size of src and dst objects identical 2025/09/14 07:20:35 DEBUG : check sum: Unchanged skipping 2025/09/14 07:20:35 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 07:20:35 DEBUG : Waiting for deletions to finish 2025/09/14 07:20:35 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (7.66s) === RUN TestSyncSizeOnly run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 07:20:38 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/09/14 07:20:38 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 07:20:38 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 07:20:41 INFO : sizeonly: Copied (new) 2025/09/14 07:20:41 DEBUG : Waiting for deletions to finish 2025/09/14 07:20:42 DEBUG : sizeonly: Sizes identical 2025/09/14 07:20:42 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 07:20:42 DEBUG : sizeonly: Unchanged skipping 2025/09/14 07:20:42 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 07:20:42 DEBUG : Waiting for deletions to finish 2025/09/14 07:20:42 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (7.85s) === RUN TestSyncIgnoreSize run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 07:20:46 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/09/14 07:20:46 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 07:20:46 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 07:25:47 DEBUG : pacer: low level retry 1/10 (error Post "https://api.sugarsync.com/folder/:sc:9068489:215_6565332866": net/http: timeout awaiting response headers) 2025/09/14 07:25:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/14 07:25:47 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Renewing token 2025/09/14 07:25:48 DEBUG : pacer: Reducing sleep to 15ms 2025/09/14 07:25:48 DEBUG : Saving config "authorization" in section "TestSugarSync" of the config file 2025/09/14 07:25:48 DEBUG : Config file has changed externally - reloading 2025/09/14 07:25:48 DEBUG : Saving config "authorization_expiry" in section "TestSugarSync" of the config file 2025/09/14 07:25:48 DEBUG : Saving config "user" in section "TestSugarSync" of the config file 2025/09/14 07:25:49 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/14 07:25:50 DEBUG : pacer: Reducing sleep to 10ms 2025/09/14 07:25:50 INFO : ignore-size: Copied (new) 2025/09/14 07:25:50 DEBUG : Waiting for deletions to finish 2025/09/14 07:30:51 DEBUG : pacer: low level retry 1/10 (error Get "https://api.sugarsync.com/folder/:sc:9068489:215_6565332866/contents?max=500&start=0": net/http: timeout awaiting response headers) 2025/09/14 07:30:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/09/14 07:30:51 DEBUG : pacer: Reducing sleep to 15ms 2025/09/14 07:30:52 DEBUG : pacer: Reducing sleep to 11.25ms 2025/09/14 07:30:52 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 07:30:52 DEBUG : ignore-size: Sizes identical 2025/09/14 07:30:52 DEBUG : ignore-size: Unchanged skipping 2025/09/14 07:30:52 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 07:30:52 DEBUG : Waiting for deletions to finish 2025/09/14 07:30:52 INFO : There was nothing to transfer 2025/09/14 07:30:53 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestSyncIgnoreSize (609.84s) === RUN TestSyncIgnoreTimes run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" 2025/09/14 07:30:59 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 07:30:59 DEBUG : existing: Sizes identical 2025/09/14 07:30:59 DEBUG : existing: Unchanged skipping 2025/09/14 07:30:59 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 07:30:59 DEBUG : Waiting for deletions to finish 2025/09/14 07:30:59 INFO : There was nothing to transfer 2025/09/14 07:31:00 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for checks to finish 2025/09/14 07:31:00 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/09/14 07:31:00 DEBUG : sugarsync root 'Test/rclone-test-paqocat5nato': Waiting for transfers to finish 2025/09/14 07:31:01 INFO : existing: Copied (replaced existing) 2025/09/14 07:31:01 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (9.15s) === RUN TestSyncIgnoreExisting run.go:180: Remote "sugarsync root 'Test/rclone-test-paqocat5nato'", Local "Local file system at /tmp/rclone342341509", Modify Window "876000h0m0s" panic: test timed out after 1h0m0s running tests: TestSyncIgnoreExisting (4m39s) goroutine 6516 [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, 4 minutes]: testing.(*T).Run(0xc000103dc0, {0x27790fd?, 0xc000695ad8?}, 0x288b088) /usr/local/go/src/testing/testing.go:1859 +0x431 testing.runTests.func1(0xc000103dc0) /usr/local/go/src/testing/testing.go:2279 +0x37 testing.tRunner(0xc000103dc0, 0xc000695c18) /usr/local/go/src/testing/testing.go:1792 +0xf4 testing.runTests(0xc000010e10, {0x3fb0e00, 0x6c, 0x6c}, {0x845ca0?, 0x3feaac0?, 0x3fc6f80?}) /usr/local/go/src/testing/testing.go:2277 +0x4b4 testing.(*M).Run(0xc0004326e0) /usr/local/go/src/testing/testing.go:2142 +0x64a github.com/rclone/rclone/fstest.TestMain(0xc0004326e0) /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 19 [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 20 [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 5408 [chan receive, 15 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 5376 /home/rclone/go/src/github.com/rclone/rclone/lib/atexit/atexit.go:44 +0x68 goroutine 6555 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc000429450, {0x2bd6388, 0xc0004295e0}, 0x57) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000874288, 0xc000429450, 0xc0004294a0, 0x57, 0xc000635760?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 6546 [sync.WaitGroup.Wait, 4 minutes]: sync.runtime_SemacquireWaitGroup(0xc000416c00?) /usr/local/go/src/runtime/sema.go:110 +0x25 sync.(*WaitGroup).Wait(0xc000523440?) /usr/local/go/src/sync/waitgroup.go:118 +0x48 github.com/rclone/rclone/fs/march.(*March).Run(0xc000523440, {0x2bd6388, 0xc000429540}) /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:260 +0x385 github.com/rclone/rclone/fs/sync.(*syncCopyMove).run(0xc000874288) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:956 +0x23c github.com/rclone/rclone/fs/sync.runSyncCopyMove({0x2bd6350, 0xc0003422a0}, {0x2bede70, 0xc00065fc20}, {0x2bec9e0, 0xc00058c480}, 0x3, 0x0, 0x0, 0x0, ...) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:1369 +0x225 github.com/rclone/rclone/fs/sync.Sync({0x2bd6350, 0xc0003422a0}, {0x2bede70, 0xc00065fc20}, {0x2bec9e0, 0xc00058c480}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:1375 +0x77 github.com/rclone/rclone/fs/sync.TestSyncIgnoreExisting(0xc000a58000) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:926 +0x198 testing.tRunner(0xc000a58000, 0x288b088) /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 6447 [select, 4 minutes]: net/http.(*persistConn).writeLoop(0xc000617320) /usr/local/go/src/net/http/transport.go:2590 +0xe7 created by net/http.(*Transport).dialConn in goroutine 6572 /usr/local/go/src/net/http/transport.go:1945 +0x17a5 goroutine 6554 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc000429450, {0x2bd6388, 0xc0004295e0}, 0x4b) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000874288, 0xc000429450, 0xc0004294a0, 0x4b, 0xc000567760?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 6567 [select, 4 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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 6560 [chan receive, 4 minutes]: github.com/rclone/rclone/fs/march.(*March).matchListings(0xc000523440, 0xc0003baee0, 0xc0003baf50, 0xc000895de8, 0xc000895d98, 0xc000895d48) /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:318 +0x26c github.com/rclone/rclone/fs/march.(*March).processJob(0xc000523440, {{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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 6553 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc000429450, {0x2bd6388, 0xc0004295e0}, 0x3e) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000874288, 0xc000429450, 0xc0004294a0, 0x3e, 0xc000636760?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 6550 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc000429450, {0x2bd6388, 0xc0004295e0}, 0x19) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000874288, 0xc000429450, 0xc0004294a0, 0x19, 0xc000828360?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 6565 [select, 4 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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 6552 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc000429450, {0x2bd6388, 0xc0004295e0}, 0x32) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000874288, 0xc000429450, 0xc0004294a0, 0x32, 0xc0005e1760?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 6446 [IO wait, 4 minutes]: internal/poll.runtime_pollWait(0x76d14b0cb4c0, 0x72) /usr/local/go/src/runtime/netpoll.go:351 +0x85 internal/poll.(*pollDesc).wait(0xc000668600?, 0xc000b12000?, 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(0xc000668600, {0xc000b12000, 0x1800, 0x1800}) /usr/local/go/src/internal/poll/fd_unix.go:165 +0x27a net.(*netFD).Read(0xc000668600, {0xc000b12000?, 0x0?, 0x0?}) /usr/local/go/src/net/fd_posix.go:55 +0x25 net.(*conn).Read(0xc00008c160, {0xc000b12000?, 0x0?, 0x0?}) /usr/local/go/src/net/net.go:194 +0x45 github.com/rclone/rclone/fs/fshttp.(*timeoutConn).Read(0xc0005dc588, {0xc000b12000?, 0x76d149f1b468?, 0x76d1933c05c0?}) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/dialer.go:111 +0x29 crypto/tls.(*atLeastReader).Read(0xc0005dcb28, {0xc000b12000?, 0x2bd6388?, 0xc000429c20?}) /usr/local/go/src/crypto/tls/conn.go:809 +0x3b bytes.(*Buffer).ReadFrom(0xc0001ea2b8, {0x2bb0500, 0xc0005dcb28}) /usr/local/go/src/bytes/buffer.go:211 +0x98 crypto/tls.(*Conn).readFromUntil(0xc0001ea008, {0x76d148e53f18, 0xc0005dc588}, 0x4426d4?) /usr/local/go/src/crypto/tls/conn.go:831 +0xde crypto/tls.(*Conn).readRecordOrCCS(0xc0001ea008, 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(0xc0001ea008, {0xc000b6e000, 0x1000, 0x76d1933c05c0?}) /usr/local/go/src/crypto/tls/conn.go:1385 +0x145 net/http.(*persistConn).Read(0xc000617320, {0xc000b6e000?, 0x412565?, 0x68?}) /usr/local/go/src/net/http/transport.go:2122 +0x47 bufio.(*Reader).fill(0xc00089e900) /usr/local/go/src/bufio/bufio.go:113 +0x103 bufio.(*Reader).Peek(0xc00089e900, 0x1) /usr/local/go/src/bufio/bufio.go:152 +0x53 net/http.(*persistConn).readLoop(0xc000617320) /usr/local/go/src/net/http/transport.go:2275 +0x172 created by net/http.(*Transport).dialConn in goroutine 6572 /usr/local/go/src/net/http/transport.go:1944 +0x174f goroutine 6556 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0004294a0, {0x2bd6388, 0xc0004295e0}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000874288, {0x2bd6388, 0xc000429540}, 0xc0004294a0, {0x2bede70, 0xc00065fc20}, 0x0, 0xc000635f60?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d goroutine 6570 [select, 4 minutes]: net/http.(*persistConn).roundTrip(0xc000617320, 0xc000429b80) /usr/local/go/src/net/http/transport.go:2826 +0x785 net/http.(*Transport).roundTrip(0xc0000df520, 0xc00090e3c0) /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(0xc000480300, 0xc00090e3c0) /home/rclone/go/src/github.com/rclone/rclone/fs/fshttp/http.go:496 +0x345 net/http.send(0xc00090e3c0, {0x2baeea0, 0xc000480300}, {0x15000000006fbe01?, 0x76d148d95fd8?, 0x0?}) /usr/local/go/src/net/http/client.go:259 +0x5e2 net/http.(*Client).send(0xc0003728a0, 0xc00090e3c0, {0x148?, 0x23a4fa0?, 0x0?}) /usr/local/go/src/net/http/client.go:180 +0x91 net/http.(*Client).do(0xc0003728a0, 0xc00090e3c0) /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(0xc0001b85a0, {0x2bd6388, 0xc0004295e0}, 0xc00090e280) /home/rclone/go/src/github.com/rclone/rclone/lib/rest/rest.go:353 +0xd67 github.com/rclone/rclone/lib/rest.(*Client).callCodec(0xc0001b85a0, {0x2bd6388, 0xc0004295e0}, 0x419691?, {0x0?, 0x0?}, {0x2113da0, 0xc000429a40}, 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, 0xc00008f808?) /home/rclone/go/src/github.com/rclone/rclone/fs/pacer.go:86 +0x32 github.com/rclone/rclone/lib/pacer.(*Pacer).call(0xc000480360, 0xc000a523c0, 0xa) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:199 +0x7c github.com/rclone/rclone/lib/pacer.(*Pacer).Call(0xc000480360, 0xc000a523c0) /home/rclone/go/src/github.com/rclone/rclone/lib/pacer/pacer.go:218 +0x93 github.com/rclone/rclone/backend/sugarsync.(*Fs).listAll(0xc00065fc20, {0x2bd6388, 0xc0004295e0}, {0xc00048e2c0, 0x3b}, 0xc00059bdd0, 0xc00059bda8) /home/rclone/go/src/github.com/rclone/rclone/backend/sugarsync/sugarsync.go:643 +0x410 github.com/rclone/rclone/backend/sugarsync.(*Fs).List(0xc00065fc20, {0x2bd6388, 0xc0004295e0}, {0x0, 0x0}) /home/rclone/go/src/github.com/rclone/rclone/backend/sugarsync/sugarsync.go:693 +0x165 github.com/rclone/rclone/fs/list.listP({0x2bd6388, 0xc0004295e0}, {0x2bede70, 0xc00065fc20}, {0x0, 0x0}, 0xc0009f1aa0) /home/rclone/go/src/github.com/rclone/rclone/fs/list/list.go:48 +0x6e github.com/rclone/rclone/fs/list.DirSortedFn({0x2bd6388, 0xc0004295e0}, {0x2bede70, 0xc00065fc20}, 0x0, {0x0, 0x0}, 0xc000308830, 0xc0003087e0) /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}, 0xc000308830) /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:126 +0xb6 github.com/rclone/rclone/fs/march.(*March).processJob.func2() /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:410 +0xbb created by github.com/rclone/rclone/fs/march.(*March).processJob in goroutine 6560 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:408 +0x332 goroutine 6559 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0004294a0, {0x2bd6388, 0xc0004295e0}, 0x4b) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000874288, {0x2bd6388, 0xc000429540}, 0xc0004294a0, {0x2bede70, 0xc00065fc20}, 0x4b, 0xc000904798?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d goroutine 6561 [select, 4 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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 6551 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc000429450, {0x2bd6388, 0xc0004295e0}, 0x25) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000874288, 0xc000429450, 0xc0004294a0, 0x25, 0xc00056cf60?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 6547 [select]: github.com/rclone/rclone/fs/accounting.(*StatsInfo).averageLoop(0xc00051e1e0, {0x2bd6388, 0xc000429400}) /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:339 +0x145 created by github.com/rclone/rclone/fs/accounting.(*StatsInfo)._startAverageLoop in goroutine 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/accounting/stats.go:376 +0x11a goroutine 6568 [chan receive, 4 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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:253 +0x378 goroutine 6562 [select, 4 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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 6558 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0004294a0, {0x2bd6388, 0xc0004295e0}, 0x32) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000874288, {0x2bd6388, 0xc000429540}, 0xc0004294a0, {0x2bede70, 0xc00065fc20}, 0x32, 0xc000642240?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d goroutine 6549 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc000429450, {0x2bd6388, 0xc0004295e0}, 0xc) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000874288, 0xc000429450, 0xc0004294a0, 0xc, 0xc00056b760?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 6564 [select, 4 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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 6557 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc0004294a0, {0x2bd6388, 0xc0004295e0}, 0x19) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairCopyOrMove(0xc000874288, {0x2bd6388, 0xc000429540}, 0xc0004294a0, {0x2bede70, 0xc00065fc20}, 0x19, 0xc000828120?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:535 +0x7d goroutine 6548 [select, 4 minutes]: github.com/rclone/rclone/fs/sync.(*pipe).GetMax(0xc000429450, {0x2bd6388, 0xc0004295e0}, 0x0) /home/rclone/go/src/github.com/rclone/rclone/fs/sync/pipe.go:126 +0xac github.com/rclone/rclone/fs/sync.(*syncCopyMove).pairChecker(0xc000874288, 0xc000429450, 0xc0004294a0, 0x0, 0x288b088?) /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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync.go:519 +0x67 goroutine 6566 [select, 4 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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 goroutine 6563 [select, 4 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 6546 /home/rclone/go/src/github.com/rclone/rclone/fs/march/march.go:203 +0x172 "./sync.test -test.v -test.timeout 1h0m0s -remote TestSugarSync:Test -verbose" - Finished ERROR in 1h0m3.676626101s (try 5/5): exit status 2: Failed []