"./sync.test -test.v -test.timeout 1h0m0s -remote TestSugarSync:Test -verbose" - Starting (try 1/5) 2024/11/08 01:16:14 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe" 2024/11/08 01:16:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/08 01:16:18 DEBUG : Creating backend with remote "/tmp/rclone863538008" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.01s) === 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-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:16:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:16:20 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:16:20 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/11/08 01:16:20 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestCopyWithDryRun (5.57s) === RUN TestCopy run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:16:23 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/08 01:16:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:16:24 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:16:24 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:16:27 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:16:29 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (11.12s) === RUN TestCopyMetadata run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadata (1.55s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (1.46s) === RUN TestCopyMissingDirectory run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:16:37 DEBUG : Creating backend with remote "/non-existing" 2024/11/08 01:16:38 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/11/08 01:16:38 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:16:38 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestCopyMissingDirectory (3.63s) === RUN TestCopyNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:16:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:16:42 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:16:42 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:16:45 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestCopyNoTraverse (11.37s) === RUN TestCopyCheckFirst run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:16:52 INFO : sugarsync root 'Test/rclone-test-dojogoz5vabe': Running all checks before starting transfers 2024/11/08 01:16:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:16:53 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:16:53 INFO : sugarsync root 'Test/rclone-test-dojogoz5vabe': Checks finished, now starting transfers 2024/11/08 01:16:53 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:16:57 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestCopyCheckFirst (11.03s) === RUN TestSyncNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:17:03 ERROR : Ignoring --no-traverse with sync 2024/11/08 01:17:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:17:04 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:17:04 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:17:08 INFO : sub dir/hello world: Copied (new) 2024/11/08 01:17:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncNoTraverse (11.38s) === RUN TestCopyWithDepth run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:17:15 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/11/08 01:17:15 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:17:15 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:17:18 INFO : hello world2: Copied (new) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestCopyWithDepth (7.62s) === RUN TestCopyWithFilesFrom run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:17:23 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/08 01:17:23 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:17:23 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:17:25 INFO : potato2: Copied (new) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestCopyWithFilesFrom (7.52s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:17:31 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/08 01:17:31 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:17:31 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:17:33 INFO : potato2: Copied (new) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestCopyWithFilesFromAndNoTraverse (7.45s) === RUN TestCopyEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:17:37 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/08 01:17:37 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/08 01:17:37 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/11/08 01:17:37 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/08 01:17:38 DEBUG : sub dir: Making directory 2024/11/08 01:17:40 DEBUG : sub dir2: Making directory 2024/11/08 01:17:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:17:40 DEBUG : sub dir2/sub sub dir2: Making directory 2024/11/08 01:17:42 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:17:42 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:17:43 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:17:45 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (15.73s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:17:53 DEBUG : sub dir2: Making directory 2024/11/08 01:17:53 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/08 01:17:53 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/08 01:17:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:17:54 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:17:54 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:17:57 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (9.64s) === RUN TestMoveEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:18:03 DEBUG : sub dir2: Making directory with metadata 2024/11/08 01:18:03 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/08 01:18:03 DEBUG : sub dir: Making directory 2024/11/08 01:18:05 DEBUG : sub dir2: Making directory 2024/11/08 01:18:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:18:06 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:18:06 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:18:08 INFO : sub dir/hello world: Copied (new) 2024/11/08 01:18:08 INFO : sub dir/hello world: Deleted run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:18:09 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/11/08 01:18:10 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (13.64s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:408: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (1.49s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:18:18 DEBUG : sub dir2: Making directory 2024/11/08 01:18:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:18:18 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:18:18 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:18:22 INFO : sub dir/hello world: Copied (new) 2024/11/08 01:18:22 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (9.73s) === RUN TestSyncEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:18:27 DEBUG : sub dir2: Making directory with metadata 2024/11/08 01:18:27 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/08 01:18:27 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/08 01:18:28 DEBUG : sub dir: Making directory 2024/11/08 01:18:30 DEBUG : sub dir2: Making directory 2024/11/08 01:18:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:18:31 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:18:31 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:18:33 INFO : sub dir/hello world: Copied (new) 2024/11/08 01:18:33 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:18:34 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (13.00s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (1.50s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:18:42 DEBUG : sub dir2: Making directory 2024/11/08 01:18:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:18:43 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:18:43 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:18:46 INFO : sub dir/hello world: Copied (new) 2024/11/08 01:18:46 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (9.51s) === RUN TestServerSideCopy run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:18:56 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-vinuhox4mede" sync_test.go:590: Server side copy (if possible) sugarsync root 'Test/rclone-test-dojogoz5vabe' -> sugarsync root 'Test/rclone-test-vinuhox4mede' 2024/11/08 01:19:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:19:01 DEBUG : sugarsync root 'Test/rclone-test-vinuhox4mede': Waiting for checks to finish 2024/11/08 01:19:01 DEBUG : sugarsync root 'Test/rclone-test-vinuhox4mede': Waiting for transfers to finish 2024/11/08 01:19:04 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:19:06 DEBUG : sugarsync root 'Test/rclone-test-vinuhox4mede': Purge remote --- PASS: TestServerSideCopy (20.63s) === RUN TestCopyOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:19:19 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/08 01:19:19 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:19:19 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:19:20 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestCopyOverSelf (14.90s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:19:32 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-lacudoz5yowo" sync_test.go:626: Server side copy (if possible) sugarsync root 'Test/rclone-test-dojogoz5vabe' -> sugarsync root 'Test/rclone-test-lacudoz5yowo' 2024/11/08 01:19:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:19:37 DEBUG : sugarsync root 'Test/rclone-test-lacudoz5yowo': Waiting for checks to finish 2024/11/08 01:19:37 DEBUG : sugarsync root 'Test/rclone-test-lacudoz5yowo': Waiting for transfers to finish 2024/11/08 01:19:40 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:19:47 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/08 01:19:47 DEBUG : sugarsync root 'Test/rclone-test-lacudoz5yowo': Waiting for checks to finish 2024/11/08 01:19:47 DEBUG : sugarsync root 'Test/rclone-test-lacudoz5yowo': Waiting for transfers to finish 2024/11/08 01:19:48 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" fstest.go:292: Sleeping for 1s for list eventual consistency: 1/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 2s for list eventual consistency: 2/3 fstest.go:295: Flushing the directory cache fstest.go:292: Sleeping for 4s for list eventual consistency: 3/3 fstest.go:295: Flushing the directory cache fstest.go:299: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:299 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:641 Error: Should be true Test: TestServerSideCopyOverSelf Messages: listing wrong, want sub dir/hello world (17) got sub dir/hello world (11), sub dir/hello world (17) fstest.go:144: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:144 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:189 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:641 Error: Not equal: expected: 17 actual : 11 Test: TestServerSideCopyOverSelf Messages: sub dir/hello world: size incorrect file=17 vs obj=11 fstest.go:185: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:185 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:302 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:332 /home/rclone/go/src/github.com/rclone/rclone/fstest/fstest.go:350 /home/rclone/go/src/github.com/rclone/rclone/fs/sync/sync_test.go:641 Error: Should be true Test: TestServerSideCopyOverSelf Messages: Unexpected file "sub dir/hello world" 2024/11/08 01:20:02 DEBUG : sugarsync root 'Test/rclone-test-lacudoz5yowo': Purge remote --- FAIL: TestServerSideCopyOverSelf (44.68s) === RUN TestMoveOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:20:18 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/08 01:20:18 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:20:18 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:20:20 INFO : sub dir/hello world: Copied (replaced existing) 2024/11/08 01:20:20 INFO : sub dir/hello world: Deleted run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestMoveOverSelf (14.87s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:20:32 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-bosesop5liti" sync_test.go:671: Server side copy (if possible) sugarsync root 'Test/rclone-test-dojogoz5vabe' -> sugarsync root 'Test/rclone-test-bosesop5liti' 2024/11/08 01:20:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:20:37 DEBUG : sugarsync root 'Test/rclone-test-bosesop5liti': Waiting for checks to finish 2024/11/08 01:20:37 DEBUG : sugarsync root 'Test/rclone-test-bosesop5liti': Waiting for transfers to finish 2024/11/08 01:20:41 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:20:47 DEBUG : sugarsync root 'Test/rclone-test-bosesop5liti': Using server-side directory move 2024/11/08 01:20:47 INFO : sugarsync root 'Test/rclone-test-bosesop5liti': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/08 01:20:48 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/08 01:20:48 DEBUG : sugarsync root 'Test/rclone-test-bosesop5liti': Waiting for checks to finish 2024/11/08 01:20:48 DEBUG : sugarsync root 'Test/rclone-test-bosesop5liti': Waiting for transfers to finish 2024/11/08 01:20:49 INFO : sub dir/hello world: Deleted 2024/11/08 01:20:50 INFO : sub dir/hello world: Moved (server-side) 2024/11/08 01:20:58 DEBUG : testing file moves 2024/11/08 01:20:59 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/11/08 01:20:59 DEBUG : sugarsync root 'Test/rclone-test-bosesop5liti': Waiting for checks to finish 2024/11/08 01:20:59 DEBUG : sugarsync root 'Test/rclone-test-bosesop5liti': Waiting for transfers to finish 2024/11/08 01:21:00 INFO : sub dir/hello world: Deleted 2024/11/08 01:21:01 INFO : sub dir/hello world: Moved (server-side) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:21:04 DEBUG : sugarsync root 'Test/rclone-test-bosesop5liti': Purge remote --- PASS: TestServerSideMoveOverSelf (45.29s) === RUN TestCopyAfterDelete run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:21:16 ERROR : : error listing: directory not found 2024/11/08 01:21:17 DEBUG : Local file system at /tmp/rclone863538008: Making directory 2024/11/08 01:21:19 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:21:19 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestCopyAfterDelete (14.56s) === RUN TestCopyRedownload run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:21:33 DEBUG : Added delayed dir = "sub dir", newDst= 2024/11/08 01:21:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:21:33 DEBUG : Local file system at /tmp/rclone863538008: Waiting for checks to finish 2024/11/08 01:21:33 DEBUG : Local file system at /tmp/rclone863538008: Waiting for transfers to finish 2024/11/08 01:21:34 DEBUG : sub dir/hello world.d65a1577.partial: renamed to: sub dir/hello world 2024/11/08 01:21:34 INFO : sub dir/hello world: Copied (new) 2024/11/08 01:21:34 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestCopyRedownload (13.48s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:21:41 DEBUG : check sum: Need to transfer - File not found at Destination 2024/11/08 01:21:41 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:21:41 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:21:43 INFO : check sum: Copied (new) 2024/11/08 01:21:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:21:45 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:21:45 NOTICE: sugarsync root 'Test/rclone-test-dojogoz5vabe': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2024/11/08 01:21:45 DEBUG : check sum: Size of src and dst objects identical 2024/11/08 01:21:45 DEBUG : check sum: Unchanged skipping 2024/11/08 01:21:45 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:21:45 DEBUG : Waiting for deletions to finish 2024/11/08 01:21:45 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncBasedOnCheckSum (11.68s) === RUN TestSyncSizeOnly run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:21:52 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/11/08 01:21:52 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:21:52 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:21:55 INFO : sizeonly: Copied (new) 2024/11/08 01:21:55 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:21:57 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:21:57 DEBUG : sizeonly: Sizes identical 2024/11/08 01:21:57 DEBUG : sizeonly: Unchanged skipping 2024/11/08 01:21:57 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:21:57 DEBUG : Waiting for deletions to finish 2024/11/08 01:21:57 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncSizeOnly (11.76s) === RUN TestSyncIgnoreSize run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:22:04 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/11/08 01:22:04 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:22:04 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:22:07 INFO : ignore-size: Copied (new) 2024/11/08 01:22:07 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:22:08 DEBUG : ignore-size: Sizes identical 2024/11/08 01:22:08 DEBUG : ignore-size: Unchanged skipping 2024/11/08 01:22:08 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:22:08 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:22:08 DEBUG : Waiting for deletions to finish 2024/11/08 01:22:08 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncIgnoreSize (11.63s) === RUN TestSyncIgnoreTimes run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:22:19 DEBUG : existing: Sizes identical 2024/11/08 01:22:19 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:22:19 DEBUG : existing: Unchanged skipping 2024/11/08 01:22:19 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:22:19 DEBUG : Waiting for deletions to finish 2024/11/08 01:22:19 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:22:20 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/11/08 01:22:20 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:22:20 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:22:21 INFO : existing: Copied (replaced existing) 2024/11/08 01:22:21 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncIgnoreTimes (12.92s) === RUN TestSyncIgnoreExisting run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:22:29 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/08 01:22:29 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:22:29 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:22:31 INFO : existing: Copied (new) 2024/11/08 01:22:31 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:22:33 DEBUG : existing: Destination exists, skipping 2024/11/08 01:22:33 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:22:33 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:22:33 DEBUG : Waiting for deletions to finish 2024/11/08 01:22:33 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncIgnoreExisting (11.39s) === RUN TestSyncIgnoreErrors run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:22:46 DEBUG : d: Making directory 2024/11/08 01:22:49 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/08 01:22:50 DEBUG : c/non empty space: Sizes identical 2024/11/08 01:22:50 DEBUG : c/non empty space: Unchanged skipping 2024/11/08 01:22:50 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:22:50 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:22:53 INFO : a/potato2: Copied (new) 2024/11/08 01:22:53 DEBUG : Waiting for deletions to finish 2024/11/08 01:22:54 INFO : b/potato: Deleted 2024/11/08 01:22:54 INFO : d: Removing directory 2024/11/08 01:22:55 INFO : b: Removing directory 2024/11/08 01:22:56 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': deleted 2 directories run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncIgnoreErrors (25.02s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:23:08 DEBUG : empty space: Sizes identical 2024/11/08 01:23:08 DEBUG : empty space: Unchanged skipping 2024/11/08 01:23:08 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:23:08 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:23:08 DEBUG : Waiting for deletions to finish 2024/11/08 01:23:08 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:23:10 DEBUG : empty space: Sizes identical 2024/11/08 01:23:10 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:23:10 DEBUG : empty space: Unchanged skipping 2024/11/08 01:23:10 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:23:10 DEBUG : Waiting for deletions to finish 2024/11/08 01:23:10 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncAfterChangingModtimeOnly (11.20s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:1016: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.51s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:1042: Can't run this test on fs which doesn't support mod time --- SKIP: TestSyncDoesntUpdateModtime (1.53s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:23:22 DEBUG : potato: Need to transfer - File not found at Destination 2024/11/08 01:23:22 DEBUG : empty space: Sizes identical 2024/11/08 01:23:22 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:23:22 DEBUG : empty space: Unchanged skipping 2024/11/08 01:23:22 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:23:25 INFO : potato: Copied (new) 2024/11/08 01:23:25 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncAfterAddingAFile (11.35s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:23:34 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/11/08 01:23:34 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:23:34 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:23:35 INFO : potato: Copied (replaced existing) 2024/11/08 01:23:35 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncAfterChangingFilesSizeOnly (9.61s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:1106: ModTimeNotSupported so forcing file to be a different size 2024/11/08 01:23:44 DEBUG : potato: Sizes differ (src 21 vs dst 36) 2024/11/08 01:23:44 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:23:44 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:23:45 INFO : potato: Copied (replaced existing) 2024/11/08 01:23:45 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncAfterChangingContentsOnly (9.95s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:23:55 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/08 01:23:55 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/11/08 01:23:55 DEBUG : empty space: Sizes identical 2024/11/08 01:23:55 DEBUG : empty space: Unchanged skipping 2024/11/08 01:23:55 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:23:55 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:23:55 DEBUG : Waiting for deletions to finish 2024/11/08 01:23:55 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (10.97s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:24:07 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/08 01:24:07 DEBUG : empty space: Sizes identical 2024/11/08 01:24:07 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:24:07 DEBUG : empty space: Unchanged skipping 2024/11/08 01:24:07 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:24:09 INFO : potato2: Copied (new) 2024/11/08 01:24:09 DEBUG : Waiting for deletions to finish 2024/11/08 01:24:10 INFO : potato: Deleted run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (14.82s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:24:22 DEBUG : d: Making directory 2024/11/08 01:24:24 DEBUG : d/e: Making directory 2024/11/08 01:24:27 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/08 01:24:28 DEBUG : c/non empty space: Sizes identical 2024/11/08 01:24:28 DEBUG : c/non empty space: Unchanged skipping 2024/11/08 01:24:30 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:24:30 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:24:31 INFO : a/potato2: Copied (new) 2024/11/08 01:24:31 DEBUG : Waiting for deletions to finish 2024/11/08 01:24:32 INFO : b/potato: Deleted 2024/11/08 01:24:32 INFO : d/e: Removing directory 2024/11/08 01:24:33 INFO : d: Removing directory 2024/11/08 01:24:34 INFO : b: Removing directory 2024/11/08 01:24:35 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': deleted 3 directories run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (28.42s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:24:51 DEBUG : d: Making directory 2024/11/08 01:24:54 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/08 01:24:55 DEBUG : c/non empty space: Sizes identical 2024/11/08 01:24:55 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:24:55 DEBUG : c/non empty space: Unchanged skipping 2024/11/08 01:24:55 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:24:57 INFO : a/potato2: Copied (new) 2024/11/08 01:24:57 ERROR : sugarsync root 'Test/rclone-test-dojogoz5vabe': not deleting files as there were IO errors 2024/11/08 01:24:57 ERROR : sugarsync root 'Test/rclone-test-dojogoz5vabe': not deleting directories as there were IO errors run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (25.06s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:25:14 DEBUG : Waiting for deletions to finish 2024/11/08 01:25:15 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/08 01:25:15 DEBUG : empty space: Sizes identical 2024/11/08 01:25:15 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:25:15 DEBUG : empty space: Unchanged skipping 2024/11/08 01:25:15 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:25:16 INFO : potato: Deleted 2024/11/08 01:25:17 INFO : potato2: Copied (new) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncDeleteDuring (13.63s) === RUN TestSyncDeleteBefore run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:25:28 DEBUG : Waiting for deletions to finish 2024/11/08 01:25:29 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:25:29 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:25:30 INFO : potato: Deleted 2024/11/08 01:25:30 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/08 01:25:30 DEBUG : empty space: Sizes identical 2024/11/08 01:25:30 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:25:30 DEBUG : empty space: Unchanged skipping 2024/11/08 01:25:30 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:25:33 INFO : potato2: Copied (new) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncDeleteBefore (16.12s) === RUN TestCopyDeleteBefore run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:25:42 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/08 01:25:42 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:25:42 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:25:45 INFO : potato2: Copied (new) run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:25:48 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Renewing token 2024/11/08 01:25:49 DEBUG : Saving config "authorization" in section "TestSugarSync" of the config file 2024/11/08 01:25:49 DEBUG : Config file has changed externally - reloading 2024/11/08 01:25:49 DEBUG : Saving config "authorization_expiry" in section "TestSugarSync" of the config file 2024/11/08 01:25:49 DEBUG : Saving config "user" in section "TestSugarSync" of the config file --- PASS: TestCopyDeleteBefore (12.54s) === RUN TestSyncWithExclude run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:25:57 DEBUG : enormous: Excluded (Size Filter) 2024/11/08 01:25:57 DEBUG : enormous: Excluded 2024/11/08 01:25:57 DEBUG : potato2: Excluded (Size Filter) 2024/11/08 01:25:57 DEBUG : potato2: Excluded 2024/11/08 01:25:58 DEBUG : potato2: Excluded (Size Filter) 2024/11/08 01:25:58 DEBUG : potato2: Excluded 2024/11/08 01:25:58 DEBUG : empty space: Sizes identical 2024/11/08 01:25:58 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:25:58 DEBUG : empty space: Unchanged skipping 2024/11/08 01:25:58 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:25:58 DEBUG : Waiting for deletions to finish 2024/11/08 01:25:58 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:25:58 DEBUG : enormous: Excluded (Size Filter) 2024/11/08 01:25:58 DEBUG : enormous: Excluded 2024/11/08 01:25:58 DEBUG : potato2: Excluded (Size Filter) 2024/11/08 01:25:58 DEBUG : potato2: Excluded 2024/11/08 01:25:59 DEBUG : potato2: Excluded (Size Filter) 2024/11/08 01:25:59 DEBUG : potato2: Excluded 2024/11/08 01:25:59 DEBUG : empty space: Sizes identical 2024/11/08 01:25:59 DEBUG : Local file system at /tmp/rclone863538008: Waiting for checks to finish 2024/11/08 01:25:59 DEBUG : empty space: Unchanged skipping 2024/11/08 01:25:59 DEBUG : Local file system at /tmp/rclone863538008: Waiting for transfers to finish 2024/11/08 01:25:59 DEBUG : Waiting for deletions to finish 2024/11/08 01:25:59 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncWithExclude (14.06s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:26:13 DEBUG : enormous: Excluded (Size Filter) 2024/11/08 01:26:13 DEBUG : enormous: Excluded 2024/11/08 01:26:13 DEBUG : potato2: Excluded (Size Filter) 2024/11/08 01:26:13 DEBUG : potato2: Excluded 2024/11/08 01:26:14 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:26:14 DEBUG : empty space: Sizes identical 2024/11/08 01:26:14 DEBUG : empty space: Unchanged skipping 2024/11/08 01:26:14 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:26:14 DEBUG : Waiting for deletions to finish 2024/11/08 01:26:15 INFO : enormous: Deleted 2024/11/08 01:26:15 INFO : potato2: Deleted 2024/11/08 01:26:15 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:26:16 DEBUG : empty space: Sizes identical 2024/11/08 01:26:16 DEBUG : empty space: Unchanged skipping 2024/11/08 01:26:16 DEBUG : Local file system at /tmp/rclone863538008: Waiting for checks to finish 2024/11/08 01:26:16 DEBUG : Local file system at /tmp/rclone863538008: Waiting for transfers to finish 2024/11/08 01:26:16 DEBUG : Waiting for deletions to finish 2024/11/08 01:26:16 INFO : enormous: Deleted 2024/11/08 01:26:16 INFO : potato2: Deleted 2024/11/08 01:26:16 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncWithExcludeAndDeleteExcluded (16.38s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:1423: Can't run this test on fs which doesn't support mod time --- SKIP: TestSyncWithUpdateOlder (1.63s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1466: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1466: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:1538: Can track renames: false 2024/11/08 01:26:23 ERROR : sugarsync root 'Test/rclone-test-dojogoz5vabe': Ignoring --track-renames as the source and destination do not have a common hash 2024/11/08 01:26:24 DEBUG : potato: Need to transfer - File not found at Destination 2024/11/08 01:26:24 DEBUG : yam: Need to transfer - File not found at Destination 2024/11/08 01:26:24 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:26:24 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:26:27 INFO : potato: Copied (new) 2024/11/08 01:26:27 INFO : yam: Copied (new) 2024/11/08 01:26:27 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:26:28 ERROR : sugarsync root 'Test/rclone-test-dojogoz5vabe': Ignoring --track-renames as the source and destination do not have a common hash 2024/11/08 01:26:28 DEBUG : yaml: Need to transfer - File not found at Destination 2024/11/08 01:26:28 DEBUG : potato: Sizes identical 2024/11/08 01:26:28 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:26:28 DEBUG : potato: Unchanged skipping 2024/11/08 01:26:28 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:26:31 INFO : yaml: Copied (new) 2024/11/08 01:26:31 DEBUG : Waiting for deletions to finish 2024/11/08 01:26:32 INFO : yam: Deleted run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncWithTrackRenames (16.28s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:1610: Can track renames: false 2024/11/08 01:26:39 ERROR : sugarsync root 'Test/rclone-test-dojogoz5vabe': Ignoring --track-renames as either the source or destination do not support modtime 2024/11/08 01:26:40 DEBUG : potato: Need to transfer - File not found at Destination 2024/11/08 01:26:40 DEBUG : yam: Need to transfer - File not found at Destination 2024/11/08 01:26:40 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:26:40 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:26:43 INFO : potato: Copied (new) 2024/11/08 01:26:43 INFO : yam: Copied (new) 2024/11/08 01:26:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:26:44 ERROR : sugarsync root 'Test/rclone-test-dojogoz5vabe': Ignoring --track-renames as either the source or destination do not support modtime 2024/11/08 01:26:45 DEBUG : yaml: Need to transfer - File not found at Destination 2024/11/08 01:26:45 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:26:45 DEBUG : potato: Sizes identical 2024/11/08 01:26:45 DEBUG : potato: Unchanged skipping 2024/11/08 01:26:45 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:26:47 INFO : yaml: Copied (new) 2024/11/08 01:26:47 DEBUG : Waiting for deletions to finish 2024/11/08 01:26:48 INFO : yam: Deleted run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncWithTrackRenamesStrategyModtime (16.21s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:1649: Can track renames: false 2024/11/08 01:26:56 INFO : sugarsync root 'Test/rclone-test-dojogoz5vabe': Making map for --track-renames 2024/11/08 01:26:56 INFO : sugarsync root 'Test/rclone-test-dojogoz5vabe': Finished making map for --track-renames 2024/11/08 01:26:56 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:26:56 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/08 01:26:56 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/11/08 01:26:56 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for renames to finish 2024/11/08 01:26:56 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:27:00 INFO : potato: Copied (new) 2024/11/08 01:27:01 INFO : sub/yam: Copied (new) 2024/11/08 01:27:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:27:02 DEBUG : potato: Sizes identical 2024/11/08 01:27:02 DEBUG : potato: Unchanged skipping 2024/11/08 01:27:03 INFO : sugarsync root 'Test/rclone-test-dojogoz5vabe': Making map for --track-renames 2024/11/08 01:27:03 INFO : sugarsync root 'Test/rclone-test-dojogoz5vabe': Finished making map for --track-renames 2024/11/08 01:27:03 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:27:03 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for renames to finish 2024/11/08 01:27:04 INFO : sub/yam: Moved (server-side) to: yam 2024/11/08 01:27:04 INFO : yam: Renamed from "sub/yam" 2024/11/08 01:27:04 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:27:04 DEBUG : Waiting for deletions to finish 2024/11/08 01:27:04 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (18.85s) === RUN TestServerSideMoveLocal run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:27:14 DEBUG : Creating backend with remote "/tmp/rclone863538008/dir1" 2024/11/08 01:27:14 DEBUG : Config file has changed externally - reloading 2024/11/08 01:27:14 DEBUG : Creating backend with remote "/tmp/rclone863538008/dir2" 2024/11/08 01:27:14 DEBUG : Local file system at /tmp/rclone863538008/dir2: Using server-side directory move 2024/11/08 01:27:14 INFO : Local file system at /tmp/rclone863538008/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/08 01:27:14 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/11/08 01:27:14 DEBUG : Local file system at /tmp/rclone863538008/dir2: Waiting for checks to finish 2024/11/08 01:27:14 DEBUG : Local file system at /tmp/rclone863538008/dir2: Waiting for transfers to finish 2024/11/08 01:27:14 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (1.62s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:27:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:27:17 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/08 01:27:17 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:27:17 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:27:24 INFO : nested/sub dir/file: Copied (new) 2024/11/08 01:27:24 INFO : nested/sub dir/file: Deleted 2024/11/08 01:27:24 INFO : sub dir/hello world: Copied (new) 2024/11/08 01:27:24 INFO : sub dir/hello world: Deleted 2024/11/08 01:27:24 INFO : sub dir: Removing directory 2024/11/08 01:27:24 INFO : nested/sub dir: Removing directory 2024/11/08 01:27:24 INFO : nested: Removing directory 2024/11/08 01:27:24 DEBUG : Local file system at /tmp/rclone863538008: deleted 3 directories run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestMoveWithDeleteEmptySrcDirs (18.96s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:27:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/08 01:27:36 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/08 01:27:36 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:27:36 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:27:43 INFO : nested/sub dir/file: Copied (new) 2024/11/08 01:27:43 INFO : nested/sub dir/file: Deleted 2024/11/08 01:27:43 INFO : sub dir/hello world: Copied (new) 2024/11/08 01:27:43 INFO : sub dir/hello world: Deleted run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (18.94s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:27:55 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/08 01:27:55 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/11/08 01:27:55 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:27:55 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:27:57 INFO : existing-b: Copied (new) 2024/11/08 01:27:57 INFO : existing-b: Deleted 2024/11/08 01:27:58 INFO : existing: Copied (new) 2024/11/08 01:27:58 INFO : existing: Deleted 2024/11/08 01:27:59 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:27:59 DEBUG : existing: Destination exists, skipping 2024/11/08 01:27:59 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/11/08 01:27:59 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:27:59 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestMoveWithIgnoreExisting (11.07s) === RUN TestServerSideMove run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:28:05 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-nayogiw9cece" sync_test.go:1705: Server side move (if possible) sugarsync root 'Test/rclone-test-dojogoz5vabe' -> sugarsync root 'Test/rclone-test-nayogiw9cece' 2024/11/08 01:28:25 DEBUG : sugarsync root 'Test/rclone-test-nayogiw9cece': Using server-side directory move 2024/11/08 01:28:25 INFO : sugarsync root 'Test/rclone-test-nayogiw9cece': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/08 01:28:26 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/08 01:28:26 DEBUG : empty space: Sizes identical 2024/11/08 01:28:26 DEBUG : empty space: Unchanged skipping 2024/11/08 01:28:26 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/08 01:28:26 DEBUG : sugarsync root 'Test/rclone-test-nayogiw9cece': Waiting for checks to finish 2024/11/08 01:28:27 INFO : potato2: Moved (server-side) 2024/11/08 01:28:27 INFO : potato3: Deleted 2024/11/08 01:28:27 INFO : empty space: Deleted 2024/11/08 01:28:27 DEBUG : sugarsync root 'Test/rclone-test-nayogiw9cece': Waiting for transfers to finish 2024/11/08 01:28:27 INFO : potato3: Moved (server-side) 2024/11/08 01:28:29 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-ponecov3xoso" 2024/11/08 01:28:32 DEBUG : sugarsync root 'Test/rclone-test-ponecov3xoso': Using server-side directory move 2024/11/08 01:28:34 INFO : sugarsync root 'Test/rclone-test-ponecov3xoso': Server side directory move succeeded 2024/11/08 01:28:36 ERROR : : error listing: directory not found 2024/11/08 01:28:36 DEBUG : sugarsync root 'Test/rclone-test-ponecov3xoso': Purge remote 2024/11/08 01:28:37 DEBUG : sugarsync root 'Test/rclone-test-nayogiw9cece': Purge remote 2024/11/08 01:28:38 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (34.60s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:28:40 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-fiqemow2feqa" sync_test.go:1705: Server side move (if possible) sugarsync root 'Test/rclone-test-dojogoz5vabe' -> sugarsync root 'Test/rclone-test-fiqemow2feqa' 2024/11/08 01:28:59 DEBUG : empty space: Excluded (Size Filter) 2024/11/08 01:28:59 DEBUG : empty space: Excluded 2024/11/08 01:28:59 DEBUG : empty space: Excluded (Size Filter) 2024/11/08 01:28:59 DEBUG : empty space: Excluded 2024/11/08 01:28:59 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/08 01:28:59 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/08 01:28:59 DEBUG : sugarsync root 'Test/rclone-test-fiqemow2feqa': Waiting for checks to finish 2024/11/08 01:28:59 DEBUG : sugarsync root 'Test/rclone-test-fiqemow2feqa': Waiting for transfers to finish 2024/11/08 01:28:59 INFO : potato2: Moved (server-side) 2024/11/08 01:29:00 INFO : potato3: Deleted 2024/11/08 01:29:00 INFO : potato3: Moved (server-side) 2024/11/08 01:29:02 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-sinaxep4mofa" 2024/11/08 01:29:06 DEBUG : empty space: Excluded (Size Filter) 2024/11/08 01:29:06 DEBUG : empty space: Excluded 2024/11/08 01:29:06 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/08 01:29:06 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/08 01:29:06 DEBUG : sugarsync root 'Test/rclone-test-sinaxep4mofa': Waiting for checks to finish 2024/11/08 01:29:06 DEBUG : sugarsync root 'Test/rclone-test-sinaxep4mofa': Waiting for transfers to finish 2024/11/08 01:29:08 INFO : potato2: Moved (server-side) 2024/11/08 01:29:08 INFO : potato3: Moved (server-side) 2024/11/08 01:29:10 DEBUG : sugarsync root 'Test/rclone-test-sinaxep4mofa': Purge remote 2024/11/08 01:29:10 DEBUG : sugarsync root 'Test/rclone-test-fiqemow2feqa': Purge remote --- PASS: TestServerSideMoveWithFilter (33.85s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:29:13 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-jijorax7vewa" 2024/11/08 01:29:24 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) sugarsync root 'Test/rclone-test-dojogoz5vabe' -> sugarsync root 'Test/rclone-test-jijorax7vewa' 2024/11/08 01:29:33 DEBUG : sugarsync root 'Test/rclone-test-jijorax7vewa': Using server-side directory move 2024/11/08 01:29:33 INFO : sugarsync root 'Test/rclone-test-jijorax7vewa': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/08 01:29:34 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/08 01:29:34 DEBUG : empty space: Sizes identical 2024/11/08 01:29:34 DEBUG : empty space: Unchanged skipping 2024/11/08 01:29:34 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/08 01:29:35 INFO : empty space: Deleted 2024/11/08 01:29:35 DEBUG : sugarsync root 'Test/rclone-test-jijorax7vewa': Waiting for checks to finish 2024/11/08 01:29:35 DEBUG : sugarsync root 'Test/rclone-test-jijorax7vewa': Waiting for transfers to finish 2024/11/08 01:29:35 INFO : potato3: Deleted 2024/11/08 01:29:35 INFO : potato2: Moved (server-side) 2024/11/08 01:29:36 INFO : potato3: Moved (server-side) 2024/11/08 01:29:36 INFO : tomatoDir: Removing directory 2024/11/08 01:29:37 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': deleted 1 directories 2024/11/08 01:29:39 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-redavin1zeci" 2024/11/08 01:29:42 DEBUG : tomatoDir: Making directory 2024/11/08 01:29:44 DEBUG : sugarsync root 'Test/rclone-test-redavin1zeci': Using server-side directory move 2024/11/08 01:29:45 INFO : sugarsync root 'Test/rclone-test-redavin1zeci': Server side directory move succeeded 2024/11/08 01:29:48 ERROR : : error listing: directory not found 2024/11/08 01:29:49 ERROR : : error listing: directory not found 2024/11/08 01:29:49 DEBUG : sugarsync root 'Test/rclone-test-redavin1zeci': Purge remote 2024/11/08 01:29:50 DEBUG : sugarsync root 'Test/rclone-test-jijorax7vewa': Purge remote 2024/11/08 01:29:51 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (38.59s) === RUN TestServerSideMoveOverlap run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:1910: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (1.51s) === RUN TestSyncOverlap run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:29:54 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/rclone-sync-test" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncOverlap (11.95s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:30:06 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/rclone-sync-test" 2024/11/08 01:30:12 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/rclone-sync-test-include/layer2" 2024/11/08 01:30:19 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/rclone-sync-test-ignore-file" 2024/11/08 01:30:31 DEBUG : rclone-sync-test: Excluded 2024/11/08 01:30:33 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/08 01:30:34 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/08 01:30:34 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/rclone-sync-test': Waiting for checks to finish 2024/11/08 01:30:34 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/rclone-sync-test': Waiting for transfers to finish 2024/11/08 01:30:34 DEBUG : Waiting for deletions to finish 2024/11/08 01:30:34 INFO : There was nothing to transfer 2024/11/08 01:30:36 DEBUG : rclone-sync-test: Excluded 2024/11/08 01:30:38 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/08 01:30:39 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/08 01:30:39 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:30:39 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:30:39 DEBUG : Waiting for deletions to finish 2024/11/08 01:30:39 INFO : rclone-sync-test-include: Removing directory 2024/11/08 01:30:40 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2024/11/08 01:30:40 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': failed to delete 1 directories 2024/11/08 01:30:40 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:30:42 DEBUG : rclone-sync-test: Excluded 2024/11/08 01:30:44 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/08 01:30:45 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/08 01:30:45 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/rclone-sync-test-include/layer2': Waiting for checks to finish 2024/11/08 01:30:45 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/rclone-sync-test-include/layer2': Waiting for transfers to finish 2024/11/08 01:30:45 DEBUG : Waiting for deletions to finish 2024/11/08 01:30:45 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:30:47 DEBUG : rclone-sync-test: Excluded 2024/11/08 01:30:49 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/08 01:30:50 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/08 01:30:50 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:30:50 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:30:50 DEBUG : Waiting for deletions to finish 2024/11/08 01:30:50 INFO : rclone-sync-test-include: Removing directory 2024/11/08 01:30:51 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2024/11/08 01:30:51 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': failed to delete 1 directories 2024/11/08 01:30:51 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:30:52 DEBUG : : Excluded 2024/11/08 01:30:53 DEBUG : rclone-sync-test: Excluded 2024/11/08 01:30:55 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/08 01:30:56 DEBUG : rclone-sync-test-include/layer2: Excluded 2024/11/08 01:30:56 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/rclone-sync-test-ignore-file': Waiting for checks to finish 2024/11/08 01:30:56 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/rclone-sync-test-ignore-file': Waiting for transfers to finish 2024/11/08 01:30:56 DEBUG : Waiting for deletions to finish 2024/11/08 01:30:56 INFO : There was nothing to transfer run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncOverlapWithFilter (83.38s) === RUN TestSyncCompareDest run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:31:29 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/dst" 2024/11/08 01:31:34 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/CompareDest" 2024/11/08 01:31:40 DEBUG : one: Need to transfer - File not found at Destination 2024/11/08 01:31:40 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:31:40 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:31:43 INFO : one: Copied (new) 2024/11/08 01:31:43 DEBUG : Waiting for deletions to finish 2024/11/08 01:31:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:31:47 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:31:47 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:31:49 INFO : one: Copied (replaced existing) 2024/11/08 01:31:49 DEBUG : Waiting for deletions to finish 2024/11/08 01:31:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:31:58 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:32:00 DEBUG : one: Sizes identical 2024/11/08 01:32:00 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/08 01:32:00 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:32:00 DEBUG : Waiting for deletions to finish 2024/11/08 01:32:00 INFO : There was nothing to transfer 2024/11/08 01:32:07 DEBUG : two: Sizes identical 2024/11/08 01:32:07 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/08 01:32:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:32:07 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:32:08 DEBUG : one: Sizes identical 2024/11/08 01:32:08 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/08 01:32:08 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:32:08 DEBUG : Waiting for deletions to finish 2024/11/08 01:32:08 INFO : There was nothing to transfer 2024/11/08 01:32:11 DEBUG : two: Sizes identical 2024/11/08 01:32:11 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/08 01:32:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:32:11 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:32:11 DEBUG : one: Sizes identical 2024/11/08 01:32:11 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/08 01:32:11 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:32:11 DEBUG : Waiting for deletions to finish 2024/11/08 01:32:11 INFO : There was nothing to transfer sync_test.go:2175: No hash on uploaded file so skipping compare timestamp test 2024/11/08 01:32:16 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/08 01:32:16 DEBUG : two: Need to transfer - File not found at Destination 2024/11/08 01:32:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:32:16 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:32:17 DEBUG : one: Sizes identical 2024/11/08 01:32:17 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/08 01:32:17 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:32:18 INFO : two: Copied (new) 2024/11/08 01:32:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (58.22s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:32:36 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/dest" 2024/11/08 01:32:36 DEBUG : Config file has changed externally - reloading 2024/11/08 01:32:40 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/pre-dest1" 2024/11/08 01:32:43 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/pre-dest2" 2024/11/08 01:32:46 DEBUG : 1: Sizes identical 2024/11/08 01:32:46 DEBUG : 1: Destination found in --compare-dest, skipping 2024/11/08 01:32:48 DEBUG : 2: Sizes identical 2024/11/08 01:32:48 DEBUG : 2: Destination found in --compare-dest, skipping 2024/11/08 01:32:49 DEBUG : 3: Need to transfer - File not found at Destination 2024/11/08 01:32:49 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dest': Waiting for checks to finish 2024/11/08 01:32:49 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dest': Waiting for transfers to finish 2024/11/08 01:32:53 INFO : 3: Copied (new) 2024/11/08 01:32:53 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (35.46s) === RUN TestSyncCopyDest run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:33:03 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/dst" 2024/11/08 01:33:07 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/CopyDest" 2024/11/08 01:33:13 DEBUG : one: Need to transfer - File not found at Destination 2024/11/08 01:33:13 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:33:13 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:33:17 INFO : one: Copied (new) 2024/11/08 01:33:17 DEBUG : Waiting for deletions to finish 2024/11/08 01:33:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:33:20 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:33:21 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:33:22 INFO : one: Copied (replaced existing) 2024/11/08 01:33:22 DEBUG : Waiting for deletions to finish 2024/11/08 01:33:31 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/BackupDir" 2024/11/08 01:33:36 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:33:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:33:38 DEBUG : one: Sizes identical 2024/11/08 01:33:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/08 01:33:40 INFO : one: Moved (server-side) 2024/11/08 01:33:41 INFO : one: Copied (server-side copy) 2024/11/08 01:33:41 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/08 01:33:41 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:33:41 DEBUG : Waiting for deletions to finish 2024/11/08 01:33:48 DEBUG : two: Sizes identical 2024/11/08 01:33:49 INFO : two: Copied (server-side copy) 2024/11/08 01:33:49 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/08 01:33:49 DEBUG : one: Sizes identical 2024/11/08 01:33:49 DEBUG : one: Unchanged skipping 2024/11/08 01:33:49 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:33:49 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:33:49 DEBUG : Waiting for deletions to finish 2024/11/08 01:33:52 DEBUG : one: Sizes identical 2024/11/08 01:33:52 DEBUG : one: Unchanged skipping 2024/11/08 01:33:52 DEBUG : two: Sizes identical 2024/11/08 01:33:52 DEBUG : two: Unchanged skipping 2024/11/08 01:33:52 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:33:52 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:33:52 DEBUG : Waiting for deletions to finish 2024/11/08 01:33:52 INFO : There was nothing to transfer 2024/11/08 01:33:59 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/08 01:33:59 DEBUG : three: Destination not found in --copy-dest 2024/11/08 01:33:59 DEBUG : three: Need to transfer - File not found at Destination 2024/11/08 01:33:59 DEBUG : one: Sizes identical 2024/11/08 01:33:59 DEBUG : one: Unchanged skipping 2024/11/08 01:33:59 DEBUG : two: Sizes identical 2024/11/08 01:33:59 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:33:59 DEBUG : two: Unchanged skipping 2024/11/08 01:33:59 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:34:01 INFO : three: Copied (new) 2024/11/08 01:34:01 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (70.78s) === RUN TestSyncBackupDir run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:34:24 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/dst" 2024/11/08 01:34:26 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/backup" 2024/11/08 01:34:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/08 01:34:32 DEBUG : two: Sizes identical 2024/11/08 01:34:32 DEBUG : two: Unchanged skipping 2024/11/08 01:34:32 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:34:35 INFO : one: Moved (server-side) 2024/11/08 01:34:35 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:34:38 INFO : one: Copied (new) 2024/11/08 01:34:38 DEBUG : Waiting for deletions to finish 2024/11/08 01:34:39 INFO : three.txt: Moved (server-side) 2024/11/08 01:34:39 INFO : three.txt: Moved into backup dir 2024/11/08 01:34:46 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/08 01:34:46 DEBUG : two: Sizes identical 2024/11/08 01:34:46 DEBUG : two: Unchanged skipping 2024/11/08 01:34:46 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:34:48 INFO : one: Deleted 2024/11/08 01:34:48 INFO : one: Moved (server-side) 2024/11/08 01:34:48 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:34:51 INFO : one: Copied (new) 2024/11/08 01:34:51 DEBUG : Waiting for deletions to finish 2024/11/08 01:34:53 INFO : three.txt: Deleted 2024/11/08 01:34:54 INFO : three.txt: Moved (server-side) 2024/11/08 01:34:54 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (49.92s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:35:14 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/dst" 2024/11/08 01:35:14 DEBUG : Config file has changed externally - reloading 2024/11/08 01:35:16 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/backup" 2024/11/08 01:35:22 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/08 01:35:22 DEBUG : two: Sizes identical 2024/11/08 01:35:22 DEBUG : two: Unchanged skipping 2024/11/08 01:35:22 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:35:25 INFO : one: Moved (server-side) to: one.bak 2024/11/08 01:35:25 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:35:28 INFO : one: Copied (new) 2024/11/08 01:35:28 DEBUG : Waiting for deletions to finish 2024/11/08 01:35:29 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/08 01:35:29 INFO : three.txt: Moved into backup dir 2024/11/08 01:35:37 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/08 01:35:37 DEBUG : two: Sizes identical 2024/11/08 01:35:37 DEBUG : two: Unchanged skipping 2024/11/08 01:35:37 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:35:38 INFO : one.bak: Deleted 2024/11/08 01:35:39 INFO : one: Moved (server-side) to: one.bak 2024/11/08 01:35:39 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:35:42 INFO : one: Copied (new) 2024/11/08 01:35:42 DEBUG : Waiting for deletions to finish 2024/11/08 01:35:43 INFO : three.txt.bak: Deleted 2024/11/08 01:35:44 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/08 01:35:44 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (50.66s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:36:05 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/dst" 2024/11/08 01:36:07 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/backup" 2024/11/08 01:36:07 DEBUG : Config file has changed externally - reloading 2024/11/08 01:36:13 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/08 01:36:13 DEBUG : two: Sizes identical 2024/11/08 01:36:13 DEBUG : two: Unchanged skipping 2024/11/08 01:36:13 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:36:16 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/08 01:36:16 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:36:19 INFO : one: Copied (new) 2024/11/08 01:36:19 DEBUG : Waiting for deletions to finish 2024/11/08 01:36:20 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/08 01:36:20 INFO : three.txt: Moved into backup dir 2024/11/08 01:36:27 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/08 01:36:27 DEBUG : two: Sizes identical 2024/11/08 01:36:27 DEBUG : two: Unchanged skipping 2024/11/08 01:36:27 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:36:29 INFO : one-2019-01-01: Deleted 2024/11/08 01:36:29 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/08 01:36:29 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:36:32 INFO : one: Copied (new) 2024/11/08 01:36:32 DEBUG : Waiting for deletions to finish 2024/11/08 01:36:33 INFO : three-2019-01-01.txt: Deleted 2024/11/08 01:36:34 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/08 01:36:34 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (49.04s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:36:53 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/dst" 2024/11/08 01:36:56 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:36:56 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/08 01:36:56 DEBUG : two: Sizes identical 2024/11/08 01:36:56 DEBUG : two: Unchanged skipping 2024/11/08 01:36:57 INFO : one: Moved (server-side) to: one.bak 2024/11/08 01:36:57 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:37:00 INFO : one: Copied (new) 2024/11/08 01:37:00 DEBUG : Waiting for deletions to finish 2024/11/08 01:37:01 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/08 01:37:01 INFO : three.txt: Moved into backup dir 2024/11/08 01:37:07 DEBUG : one.bak: Excluded (Path Filter) 2024/11/08 01:37:07 DEBUG : one.bak: Excluded 2024/11/08 01:37:07 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/11/08 01:37:07 DEBUG : three.txt.bak: Excluded 2024/11/08 01:37:07 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/08 01:37:07 DEBUG : two: Sizes identical 2024/11/08 01:37:07 DEBUG : two: Unchanged skipping 2024/11/08 01:37:07 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for checks to finish 2024/11/08 01:37:09 INFO : one.bak: Deleted 2024/11/08 01:37:10 INFO : one: Moved (server-side) to: one.bak 2024/11/08 01:37:10 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe/dst': Waiting for transfers to finish 2024/11/08 01:37:12 INFO : one: Copied (new) 2024/11/08 01:37:12 DEBUG : Waiting for deletions to finish 2024/11/08 01:37:14 INFO : three.txt.bak: Deleted 2024/11/08 01:37:14 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/08 01:37:14 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (39.28s) === RUN TestSyncSuffix run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:37:32 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/dst" 2024/11/08 01:37:35 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/08 01:37:36 INFO : one: Moved (server-side) to: one.bak 2024/11/08 01:37:39 INFO : one: Copied (new) 2024/11/08 01:37:40 DEBUG : two: Sizes identical 2024/11/08 01:37:40 DEBUG : two: Unchanged skipping 2024/11/08 01:37:40 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/08 01:37:42 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/08 01:37:44 INFO : three.txt: Copied (new) 2024/11/08 01:37:48 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/08 01:37:50 INFO : one.bak: Deleted 2024/11/08 01:37:50 INFO : one: Moved (server-side) to: one.bak 2024/11/08 01:37:53 INFO : one: Copied (new) 2024/11/08 01:37:54 DEBUG : two: Sizes identical 2024/11/08 01:37:54 DEBUG : two: Unchanged skipping 2024/11/08 01:37:54 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/08 01:37:56 INFO : three.txt.bak: Deleted 2024/11/08 01:37:57 INFO : three.txt: Moved (server-side) to: three.txt.bak 2024/11/08 01:37:59 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (45.42s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:38:18 DEBUG : Creating backend with remote "TestSugarSync:Test/rclone-test-dojogoz5vabe/dst" 2024/11/08 01:38:21 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/08 01:38:22 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/08 01:38:25 INFO : one: Copied (new) 2024/11/08 01:38:26 DEBUG : two: Sizes identical 2024/11/08 01:38:26 DEBUG : two: Unchanged skipping 2024/11/08 01:38:26 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/08 01:38:28 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/08 01:38:31 INFO : three.txt: Copied (new) 2024/11/08 01:38:35 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/08 01:38:36 INFO : one-2019-01-01: Deleted 2024/11/08 01:38:37 INFO : one: Moved (server-side) to: one-2019-01-01 2024/11/08 01:38:40 INFO : one: Copied (new) 2024/11/08 01:38:41 DEBUG : two: Sizes identical 2024/11/08 01:38:41 DEBUG : two: Unchanged skipping 2024/11/08 01:38:42 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/08 01:38:43 INFO : three-2019-01-01.txt: Deleted 2024/11/08 01:38:44 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2024/11/08 01:38:47 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (48.86s) === RUN TestSyncUTFNorm run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:39:01 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/11/08 01:39:01 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:39:01 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:39:02 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/11/08 01:39:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (9.21s) === RUN TestSyncImmutable run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:39:07 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/08 01:39:07 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:39:07 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:39:10 INFO : existing: Copied (new) 2024/11/08 01:39:10 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:39:13 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/11/08 01:39:13 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/11/08 01:39:13 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:39:13 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:39:13 ERROR : sugarsync root 'Test/rclone-test-dojogoz5vabe': not deleting files as there were IO errors 2024/11/08 01:39:13 ERROR : sugarsync root 'Test/rclone-test-dojogoz5vabe': not deleting directories as there were IO errors run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncImmutable (13.87s) === RUN TestSyncIgnoreCase run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:2606: Skipping test as local or remote are case-insensitive --- SKIP: TestSyncIgnoreCase (1.64s) === RUN TestFixCase run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:39:41 DEBUG : existing: Sizes identical 2024/11/08 01:39:41 DEBUG : existing: Unchanged skipping 2024/11/08 01:39:41 DEBUG : existingbutdifferent: Sizes differ (src 5 vs dst 8) 2024/11/08 01:39:43 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent-rclone-move-xuluhub1 2024/11/08 01:39:43 DEBUG : EXISTING: moving to existing-rclone-move-binedeb5 2024/11/08 01:39:43 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent-rclone-move-xuluhub1 2024/11/08 01:39:43 DEBUG : EXISTINGBUTDIFFERENT: moving to existingbutdifferent 2024/11/08 01:39:44 INFO : EXISTING: Moved (server-side) to: existing-rclone-move-binedeb5 2024/11/08 01:39:44 DEBUG : EXISTING: moving to existing 2024/11/08 01:39:45 INFO : SUBDIRA: Fixed case by renaming to: subdira 2024/11/08 01:39:45 INFO : existingbutdifferent-rclone-move-xuluhub1: Moved (server-side) to: existingbutdifferent 2024/11/08 01:39:45 INFO : EXISTINGBUTDIFFERENT: Moved (server-side) to: existingbutdifferent 2024/11/08 01:39:45 INFO : EXISTINGBUTDIFFERENT: Fixed case by renaming to: existingbutdifferent 2024/11/08 01:39:45 INFO : existing-rclone-move-binedeb5: Moved (server-side) to: existing 2024/11/08 01:39:45 INFO : EXISTING: Moved (server-side) to: existing 2024/11/08 01:39:45 INFO : EXISTING: Fixed case by renaming to: existing 2024/11/08 01:39:47 INFO : existingbutdifferent: Copied (replaced existing) 2024/11/08 01:39:49 INFO : SUBDIRA/subdirb: Fixed case by renaming to: subdira/subdirb 2024/11/08 01:39:53 INFO : SUBDIRA/subdirb/SUBDIRC: Fixed case by renaming to: subdira/subdirb/subdirc 2024/11/08 01:39:55 DEBUG : subdira/subdirb/subdirc/hello: Sizes differ (src 5 vs dst 8) 2024/11/08 01:39:57 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello-rclone-move-hojitoh9 2024/11/08 01:39:57 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello-rclone-move-hojitoh9 2024/11/08 01:39:57 DEBUG : SUBDIRA/subdirb/SUBDIRC/HELLO: moving to subdira/subdirb/subdirc/hello 2024/11/08 01:39:59 INFO : SUBDIRA/subdirb/SUBDIRC/subdird: Fixed case by renaming to: subdira/subdirb/subdirc/subdird 2024/11/08 01:39:59 INFO : subdira/subdirb/subdirc/hello-rclone-move-hojitoh9: Moved (server-side) to: subdira/subdirb/subdirc/hello 2024/11/08 01:39:59 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Moved (server-side) to: subdira/subdirb/subdirc/hello 2024/11/08 01:39:59 INFO : SUBDIRA/subdirb/SUBDIRC/HELLO: Fixed case by renaming to: subdira/subdirb/subdirc/hello 2024/11/08 01:40:00 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:40:00 DEBUG : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Sizes differ (src 5 vs dst 8) 2024/11/08 01:40:01 INFO : subdira/subdirb/subdirc/hello: Copied (replaced existing) 2024/11/08 01:40:01 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-pudunes0 2024/11/08 01:40:02 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-pudunes0 2024/11/08 01:40:02 DEBUG : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: moving to subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2024/11/08 01:40:02 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences-rclone-move-pudunes0: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2024/11/08 01:40:02 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Moved (server-side) to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2024/11/08 01:40:02 INFO : SUBDIRA/subdirb/SUBDIRC/subdird/filewithoutcasedifferences: Fixed case by renaming to: subdira/subdirb/subdirc/subdird/filewithoutcasedifferences 2024/11/08 01:40:02 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:40:03 INFO : subdira/subdirb/subdirc/subdird/filewithoutcasedifferences: Copied (replaced existing) 2024/11/08 01:40:03 DEBUG : Waiting for deletions to finish --- PASS: TestFixCase (58.27s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (4.44s) --- SKIP: TestMaxTransfer/Hard (1.49s) --- SKIP: TestMaxTransfer/Soft (1.45s) --- SKIP: TestMaxTransfer/Cautious (1.50s) === RUN TestSyncConcurrentDelete run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:42:06 DEBUG : both0: Sizes identical 2024/11/08 01:42:06 DEBUG : both1: Sizes identical 2024/11/08 01:42:06 DEBUG : both10: Sizes identical 2024/11/08 01:42:06 DEBUG : both11: Sizes identical 2024/11/08 01:42:06 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:42:06 DEBUG : both0: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both12: Sizes identical 2024/11/08 01:42:06 DEBUG : both12: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both13: Sizes identical 2024/11/08 01:42:06 DEBUG : both1: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both14: Sizes identical 2024/11/08 01:42:06 DEBUG : both14: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both15: Sizes identical 2024/11/08 01:42:06 DEBUG : both15: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both16: Sizes identical 2024/11/08 01:42:06 DEBUG : both16: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both17: Sizes identical 2024/11/08 01:42:06 DEBUG : both17: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both18: Sizes identical 2024/11/08 01:42:06 DEBUG : both18: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both19: Sizes identical 2024/11/08 01:42:06 DEBUG : both19: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both2: Sizes identical 2024/11/08 01:42:06 DEBUG : both2: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both3: Sizes identical 2024/11/08 01:42:06 DEBUG : both3: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both4: Sizes identical 2024/11/08 01:42:06 DEBUG : both4: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both5: Sizes identical 2024/11/08 01:42:06 DEBUG : both5: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both6: Sizes identical 2024/11/08 01:42:06 DEBUG : both6: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both7: Sizes identical 2024/11/08 01:42:06 DEBUG : both7: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both8: Sizes identical 2024/11/08 01:42:06 DEBUG : both8: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both9: Sizes identical 2024/11/08 01:42:06 DEBUG : both9: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both10: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both11: Unchanged skipping 2024/11/08 01:42:06 DEBUG : both13: Unchanged skipping 2024/11/08 01:42:06 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:42:06 DEBUG : Waiting for deletions to finish 2024/11/08 01:42:07 INFO : only3: Deleted 2024/11/08 01:42:07 INFO : only9: Deleted 2024/11/08 01:42:07 INFO : only15: Deleted 2024/11/08 01:42:07 INFO : only13: Deleted 2024/11/08 01:42:08 INFO : only16: Deleted 2024/11/08 01:42:08 INFO : only1: Deleted 2024/11/08 01:42:08 INFO : only11: Deleted 2024/11/08 01:42:08 INFO : only19: Deleted 2024/11/08 01:42:08 INFO : only18: Deleted 2024/11/08 01:42:08 INFO : only7: Deleted 2024/11/08 01:42:08 INFO : only6: Deleted 2024/11/08 01:42:08 INFO : only8: Deleted 2024/11/08 01:42:09 INFO : only10: Deleted 2024/11/08 01:42:09 INFO : only4: Deleted 2024/11/08 01:42:09 INFO : only12: Deleted 2024/11/08 01:42:09 INFO : only5: Deleted 2024/11/08 01:42:10 INFO : only0: Deleted 2024/11/08 01:42:10 INFO : only14: Deleted 2024/11/08 01:42:10 INFO : only17: Deleted 2024/11/08 01:42:10 INFO : only2: Deleted run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncConcurrentDelete (125.21s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:44:11 DEBUG : both1: Sizes identical 2024/11/08 01:44:11 DEBUG : both0: Sizes identical 2024/11/08 01:44:11 DEBUG : both10: Sizes identical 2024/11/08 01:44:11 DEBUG : both11: Sizes identical 2024/11/08 01:44:11 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for checks to finish 2024/11/08 01:44:11 DEBUG : both1: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both12: Sizes identical 2024/11/08 01:44:11 DEBUG : both12: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both13: Sizes identical 2024/11/08 01:44:11 DEBUG : both0: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both14: Sizes identical 2024/11/08 01:44:11 DEBUG : both14: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both15: Sizes identical 2024/11/08 01:44:11 DEBUG : both15: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both16: Sizes identical 2024/11/08 01:44:11 DEBUG : both16: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both17: Sizes identical 2024/11/08 01:44:11 DEBUG : both17: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both18: Sizes identical 2024/11/08 01:44:11 DEBUG : both18: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both19: Sizes identical 2024/11/08 01:44:11 DEBUG : both19: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both2: Sizes identical 2024/11/08 01:44:11 DEBUG : both2: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both3: Sizes identical 2024/11/08 01:44:11 DEBUG : both3: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both4: Sizes identical 2024/11/08 01:44:11 DEBUG : both4: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both5: Sizes identical 2024/11/08 01:44:11 DEBUG : both5: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both6: Sizes identical 2024/11/08 01:44:11 DEBUG : both6: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both7: Sizes identical 2024/11/08 01:44:11 DEBUG : both7: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both8: Sizes identical 2024/11/08 01:44:11 DEBUG : both8: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both9: Sizes identical 2024/11/08 01:44:11 DEBUG : both9: Unchanged skipping 2024/11/08 01:44:11 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/11/08 01:44:11 DEBUG : both10: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both11: Unchanged skipping 2024/11/08 01:44:11 DEBUG : both13: Unchanged skipping 2024/11/08 01:44:11 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Waiting for transfers to finish 2024/11/08 01:44:12 INFO : only1: Copied (replaced existing) 2024/11/08 01:44:13 INFO : only0: Copied (replaced existing) 2024/11/08 01:44:13 INFO : only11: Copied (replaced existing) 2024/11/08 01:44:13 INFO : only10: Copied (replaced existing) 2024/11/08 01:44:13 INFO : only12: Copied (replaced existing) 2024/11/08 01:44:14 INFO : only13: Copied (replaced existing) 2024/11/08 01:44:14 INFO : only14: Copied (replaced existing) 2024/11/08 01:44:14 INFO : only16: Copied (replaced existing) 2024/11/08 01:44:15 INFO : only15: Copied (replaced existing) 2024/11/08 01:44:15 INFO : only17: Copied (replaced existing) 2024/11/08 01:44:15 INFO : only18: Copied (replaced existing) 2024/11/08 01:44:16 INFO : only2: Copied (replaced existing) 2024/11/08 01:44:16 INFO : only19: Copied (replaced existing) 2024/11/08 01:44:16 INFO : only3: Copied (replaced existing) 2024/11/08 01:44:16 INFO : only4: Copied (replaced existing) 2024/11/08 01:44:17 INFO : only5: Copied (replaced existing) 2024/11/08 01:44:17 INFO : only6: Copied (replaced existing) 2024/11/08 01:44:17 INFO : only8: Copied (replaced existing) 2024/11/08 01:44:17 INFO : only7: Copied (replaced existing) 2024/11/08 01:44:18 INFO : only9: Copied (replaced existing) 2024/11/08 01:44:18 DEBUG : Waiting for deletions to finish run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestSyncConcurrentTruncate (143.39s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:44:53 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/08 01:44:53 DEBUG : sub dir: Making directory 2024/11/08 01:44:54 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestNothingToTransferWithEmptyDirs (53.62s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" 2024/11/08 01:45:46 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/08 01:45:46 DEBUG : sub dir: Making directory 2024/11/08 01:45:48 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" run.go:180: Remote "sugarsync root 'Test/rclone-test-dojogoz5vabe'", Local "Local file system at /tmp/rclone863538008", Modify Window "876000h0m0s" --- PASS: TestNothingToTransferWithoutEmptyDirs (56.50s) FAIL 2024/11/08 01:46:43 DEBUG : sugarsync root 'Test/rclone-test-dojogoz5vabe': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestSugarSync:Test -verbose" - Finished ERROR in 30m29.360175794s (try 1/5): exit status 1: Failed [TestServerSideCopyOverSelf]