"./sync.test -test.v -test.timeout 1h0m0s -remote TestCompressDrive: -verbose" - Starting (try 1/5)
2025/03/14 08:09:56 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi"
2025/03/14 08:09:56 DEBUG : Using config file from "/home/rclone/.rclone.conf"
2025/03/14 08:09:57 DEBUG : Creating backend with remote "/tmp/rclone512469157"
=== RUN   TestPipe
--- PASS: TestPipe (0.00s)
=== RUN   TestPipeConcurrent
--- PASS: TestPipeConcurrent (0.03s)
=== 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 "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:09:58 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:09:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:09:58 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:09:58 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:09:58 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11)
2025/03/14 08:09:58 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestCopyWithDryRun (2.29s)
=== RUN   TestCopy
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:00 INFO  : sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:10:00 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:10:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:10:00 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:10:00 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:10:04 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:10:04 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:10:04 INFO  : sub dir: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:08 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
2025/03/14 08:10:08 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
--- PASS: TestCopy (9.30s)
=== RUN   TestCopyMetadata
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:09 DEBUG : metadata sub dir: Making directory with metadata
2025/03/14 08:10:09 INFO  : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:10:09 DEBUG : empty metadata sub dir: Making directory with metadata
2025/03/14 08:10:09 INFO  : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:10:09 DEBUG : Local file system at /tmp/rclone512469157: File to upload is small (21 bytes), uploading instead of streaming
2025/03/14 08:10:09 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK
2025/03/14 08:10:09 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical
2025/03/14 08:10:09 INFO  : metadata sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:10:09 DEBUG : Google drive root 'rclone-test-lanabug9romi': Skipping btime metadata as can't update it on an existing file: 2025-03-14T08:10:09.471707856Z
2025/03/14 08:10:10 INFO  : empty metadata sub dir: Updated directory metadata
2025/03/14 08:10:10 DEBUG : Google drive root 'rclone-test-lanabug9romi': Skipping btime metadata as can't update it on an existing file: 2025-03-14T08:10:09.471707856Z
2025/03/14 08:10:11 INFO  : metadata sub dir: Updated directory metadata
2025/03/14 08:10:11 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination
2025/03/14 08:10:11 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:10:11 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:10:14 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK
2025/03/14 08:10:14 INFO  : metadata sub dir/hello metadata world: Copied (new)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:19 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world.bin"
2025/03/14 08:10:19 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world.json"
--- PASS: TestCopyMetadata (13.04s)
=== RUN   TestCopyMetadataNoEmptyDirs
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:22 DEBUG : metadata sub dir: Making directory with metadata
2025/03/14 08:10:22 INFO  : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:10:22 DEBUG : empty metadata sub dir: Making directory with metadata
2025/03/14 08:10:22 INFO  : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:10:22 DEBUG : Local file system at /tmp/rclone512469157: File to upload is small (21 bytes), uploading instead of streaming
2025/03/14 08:10:22 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK
2025/03/14 08:10:22 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical
2025/03/14 08:10:22 INFO  : metadata sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:10:22 DEBUG : Added delayed dir = "empty metadata sub dir", newDst=<nil>
2025/03/14 08:10:22 DEBUG : Added delayed dir = "metadata sub dir", newDst=<nil>
2025/03/14 08:10:22 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination
2025/03/14 08:10:22 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:10:22 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:10:26 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK
2025/03/14 08:10:26 INFO  : metadata sub dir/hello metadata world: Copied (new)
2025/03/14 08:10:26 DEBUG : Google drive root 'rclone-test-lanabug9romi': Skipping btime metadata as can't update it on an existing file: 2025-03-14T08:10:22.511657981Z
2025/03/14 08:10:27 INFO  : metadata sub dir: Updated directory metadata
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:32 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world.bin"
2025/03/14 08:10:32 DEBUG : metadata sub dir: Rmdir: contains trashed file: "hello metadata world.json"
--- PASS: TestCopyMetadataNoEmptyDirs (11.15s)
=== RUN   TestCopyMissingDirectory
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:33 DEBUG : Creating backend with remote "/non-existing"
2025/03/14 08:10:33 ERROR : Local file system at /non-existing: error reading source root directory: directory not found
2025/03/14 08:10:33 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:10:33 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestCopyMissingDirectory (1.28s)
=== RUN   TestCopyNoTraverse
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:34 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:10:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:10:35 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:10:35 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:10:38 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:10:38 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:10:39 INFO  : sub dir: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:42 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:10:42 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestCopyNoTraverse (8.99s)
=== RUN   TestCopyCheckFirst
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:43 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Running all checks before starting transfers
2025/03/14 08:10:44 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:10:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:10:44 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:10:44 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Checks finished, now starting transfers
2025/03/14 08:10:44 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:10:48 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:10:48 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:10:48 INFO  : sub dir: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:51 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:10:51 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestCopyCheckFirst (9.02s)
=== RUN   TestSyncNoTraverse
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:10:52 ERROR : Ignoring --no-traverse with sync
2025/03/14 08:10:53 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:10:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:10:53 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:10:53 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:10:56 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:10:56 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:10:56 DEBUG : Waiting for deletions to finish
2025/03/14 08:10:57 INFO  : sub dir: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:11:00 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
2025/03/14 08:11:00 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
--- PASS: TestSyncNoTraverse (8.94s)
=== RUN   TestCopyWithDepth
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:11:02 DEBUG : hello world2: Need to transfer - File not found at Destination
2025/03/14 08:11:02 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:11:02 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:11:02 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:11:05 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK
2025/03/14 08:11:05 INFO  : hello world2: Copied (new)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestCopyWithDepth (6.72s)
=== RUN   TestCopyWithFilesFrom
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:11:08 DEBUG : potato2: Need to transfer - File not found at Destination
2025/03/14 08:11:08 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:11:08 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:11:12 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:11:12 INFO  : potato2: Copied (new)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestCopyWithFilesFrom (7.03s)
=== RUN   TestCopyWithFilesFromAndNoTraverse
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:11:15 DEBUG : potato2: Need to transfer - File not found at Destination
2025/03/14 08:11:15 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:11:15 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:11:18 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:11:18 INFO  : potato2: Copied (new)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestCopyWithFilesFromAndNoTraverse (6.92s)
=== RUN   TestCopyEmptyDirectories
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:11:22 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2025/03/14 08:11:22 INFO  : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:11:22 INFO  : sub dir2: Set directory modification time (using DirSetModTime)
2025/03/14 08:11:22 INFO  : sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:11:22 DEBUG : sub dir: Making directory with metadata
2025/03/14 08:11:23 INFO  : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z)
2025/03/14 08:11:23 DEBUG : sub dir2: Making directory with metadata
2025/03/14 08:11:24 INFO  : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:11:24 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2025/03/14 08:11:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:11:25 INFO  : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:11:25 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:11:25 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:11:27 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:11:27 INFO  : sub dir/hello world: Copied (new)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:11:33 DEBUG : sub dir2: Rmdir: contains trashed file: "sub sub dir2"
2025/03/14 08:11:33 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
2025/03/14 08:11:33 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
--- PASS: TestCopyEmptyDirectories (12.41s)
=== RUN   TestCopyNoEmptyDirectories
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:11:34 INFO  : sub dir2: Making directory
2025/03/14 08:11:34 DEBUG : sub dir2/sub sub dir2: Making directory with metadata
2025/03/14 08:11:34 INFO  : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:11:35 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:11:35 DEBUG : Added delayed dir = "sub dir2", newDst=<nil>
2025/03/14 08:11:35 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst=<nil>
2025/03/14 08:11:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:11:35 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:11:35 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:11:38 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:11:38 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:11:39 INFO  : sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:11:42 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:11:42 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestCopyNoEmptyDirectories (8.36s)
=== RUN   TestMoveEmptyDirectories
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:11:43 DEBUG : sub dir2: Making directory with metadata
2025/03/14 08:11:43 INFO  : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:11:43 DEBUG : sub dir: Making directory with metadata
2025/03/14 08:11:44 INFO  : sub dir: Made directory with metadata (mtime=2025-03-14T08:11:43.32746351Z)
2025/03/14 08:11:44 DEBUG : sub dir2: Making directory with metadata
2025/03/14 08:11:45 INFO  : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:11:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:11:45 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:11:45 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:11:48 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:11:48 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:11:48 INFO  : sub dir/hello world: Deleted
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:11:53 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:11:53 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestMoveEmptyDirectories (11.44s)
=== RUN   TestSyncNoUpdateDirModtime
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:11:54 DEBUG : sub dir no update dir modtime: Making directory with metadata
2025/03/14 08:11:54 INFO  : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z)
2025/03/14 08:11:56 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:11:56 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:11:56 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncNoUpdateDirModtime (4.18s)
=== RUN   TestMoveNoEmptyDirectories
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:11:58 INFO  : sub dir2: Making directory
2025/03/14 08:11:59 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:11:59 DEBUG : Added delayed dir = "sub dir2", newDst=<nil>
2025/03/14 08:11:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:11:59 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:11:59 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:12:03 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:12:03 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:12:03 INFO  : sub dir/hello world: Deleted
2025/03/14 08:12:03 INFO  : sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:12:08 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:12:08 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestMoveNoEmptyDirectories (9.93s)
=== RUN   TestSyncEmptyDirectories
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:12:08 DEBUG : sub dir2: Making directory with metadata
2025/03/14 08:12:08 INFO  : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:12:08 INFO  : sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:12:09 DEBUG : sub dir: Making directory with metadata
2025/03/14 08:12:09 INFO  : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z)
2025/03/14 08:12:09 DEBUG : sub dir2: Making directory with metadata
2025/03/14 08:12:10 INFO  : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:12:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:12:10 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:12:10 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:12:13 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:12:13 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:12:13 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:12:17 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:12:17 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestSyncEmptyDirectories (10.25s)
=== RUN   TestSyncSetDelayedModTimes
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set
--- SKIP: TestSyncSetDelayedModTimes (0.45s)
=== RUN   TestSyncNoEmptyDirectories
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:12:19 INFO  : sub dir2: Making directory
2025/03/14 08:12:19 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:12:19 DEBUG : Added delayed dir = "sub dir2", newDst=<nil>
2025/03/14 08:12:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:12:19 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:12:19 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:12:23 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:12:23 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:12:23 DEBUG : Waiting for deletions to finish
2025/03/14 08:12:24 INFO  : sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:12:27 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
2025/03/14 08:12:27 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
--- PASS: TestSyncNoEmptyDirectories (8.32s)
=== RUN   TestServerSideCopy
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:12:32 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-yaconob4yotu"
    sync_test.go:590: Server side copy (if possible) Compressed: TestCompressDrive:rclone-test-lanabug9romi -> Compressed: TestCompressDrive:rclone-test-yaconob4yotu
2025/03/14 08:12:34 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:12:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:12:35 DEBUG : Compressed: TestCompressDrive:rclone-test-yaconob4yotu: Waiting for checks to finish
2025/03/14 08:12:35 DEBUG : Compressed: TestCompressDrive:rclone-test-yaconob4yotu: Waiting for transfers to finish
2025/03/14 08:12:39 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:12:39 INFO  : sub dir/hello world: Copied (server-side copy)
2025/03/14 08:12:39 INFO  : sub dir: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:12:40 DEBUG : Compressed: TestCompressDrive:rclone-test-yaconob4yotu: Purge remote
2025/03/14 08:12:43 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:12:43 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestServerSideCopy (16.74s)
=== RUN   TestCopyOverSelf
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:12:50 INFO  : sub dir: Set directory modification time (using SetModTime)
2025/03/14 08:12:50 DEBUG : Added delayed dir = "sub dir", newDst=sub dir
2025/03/14 08:12:50 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11)
2025/03/14 08:12:50 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:12:50 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:12:53 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK
2025/03/14 08:12:53 INFO  : sub dir/hello world: Copied (replaced existing)
2025/03/14 08:12:54 INFO  : sub dir: Set directory modification time (using SetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:12:57 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:12:57 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestCopyOverSelf (14.38s)
=== RUN   TestServerSideCopyOverSelf
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:13:04 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-tahizuz1kuqi"
    sync_test.go:626: Server side copy (if possible) Compressed: TestCompressDrive:rclone-test-lanabug9romi -> Compressed: TestCompressDrive:rclone-test-tahizuz1kuqi
2025/03/14 08:13:05 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:13:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:13:06 DEBUG : Compressed: TestCompressDrive:rclone-test-tahizuz1kuqi: Waiting for checks to finish
2025/03/14 08:13:06 DEBUG : Compressed: TestCompressDrive:rclone-test-tahizuz1kuqi: Waiting for transfers to finish
2025/03/14 08:13:10 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:13:10 INFO  : sub dir/hello world: Copied (server-side copy)
2025/03/14 08:13:10 INFO  : sub dir: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:13:17 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms)
2025/03/14 08:13:17 DEBUG : Added delayed dir = "sub dir", newDst=sub dir
2025/03/14 08:13:17 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11)
2025/03/14 08:13:17 DEBUG : Compressed: TestCompressDrive:rclone-test-tahizuz1kuqi: Waiting for checks to finish
2025/03/14 08:13:18 DEBUG : Compressed: TestCompressDrive:rclone-test-tahizuz1kuqi: Waiting for transfers to finish
2025/03/14 08:13:22 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK
2025/03/14 08:13:22 INFO  : sub dir/hello world: Copied (server-side copy)
2025/03/14 08:13:23 INFO  : sub dir: Set directory modification time (using SetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:13:25 DEBUG : Compressed: TestCompressDrive:rclone-test-tahizuz1kuqi: Purge remote
2025/03/14 08:13:27 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:13:27 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestServerSideCopyOverSelf (30.29s)
=== RUN   TestMoveOverSelf
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:13:35 INFO  : sub dir: Set directory modification time (using SetModTime)
2025/03/14 08:13:35 DEBUG : Added delayed dir = "sub dir", newDst=sub dir
2025/03/14 08:13:35 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11)
2025/03/14 08:13:35 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:13:35 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:13:38 DEBUG : sub dir/hello world: md5 = 00321a507bdb420dbbd4f53c733b1505 OK
2025/03/14 08:13:38 INFO  : sub dir/hello world: Copied (replaced existing)
2025/03/14 08:13:38 INFO  : sub dir/hello world: Deleted
2025/03/14 08:13:39 INFO  : sub dir: Set directory modification time (using SetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:13:43 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:13:43 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestMoveOverSelf (14.93s)
=== RUN   TestServerSideMoveOverSelf
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:13:49 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-rizixox7hedi"
    sync_test.go:671: Server side copy (if possible) Compressed: TestCompressDrive:rclone-test-lanabug9romi -> Compressed: TestCompressDrive:rclone-test-rizixox7hedi
2025/03/14 08:13:51 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:13:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:13:52 DEBUG : Compressed: TestCompressDrive:rclone-test-rizixox7hedi: Waiting for checks to finish
2025/03/14 08:13:52 DEBUG : Compressed: TestCompressDrive:rclone-test-rizixox7hedi: Waiting for transfers to finish
2025/03/14 08:13:56 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:13:56 INFO  : sub dir/hello world: Copied (server-side copy)
2025/03/14 08:13:56 INFO  : sub dir: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:14:03 DEBUG : Compressed: TestCompressDrive:rclone-test-rizixox7hedi: Using server-side directory move
2025/03/14 08:14:03 INFO  : Compressed: TestCompressDrive:rclone-test-rizixox7hedi: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2025/03/14 08:14:04 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms)
2025/03/14 08:14:04 DEBUG : Added delayed dir = "sub dir", newDst=sub dir
2025/03/14 08:14:04 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11)
2025/03/14 08:14:04 DEBUG : Compressed: TestCompressDrive:rclone-test-rizixox7hedi: Waiting for checks to finish
2025/03/14 08:14:05 DEBUG : Compressed: TestCompressDrive:rclone-test-rizixox7hedi: Waiting for transfers to finish
2025/03/14 08:14:06 INFO  : sub dir/hello world: Deleted
2025/03/14 08:14:07 INFO  : sub dir/hello world: Moved (server-side)
2025/03/14 08:14:08 INFO  : sub dir: Set directory modification time (using SetModTime)
2025/03/14 08:14:15 DEBUG : testing file moves
2025/03/14 08:14:15 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms)
2025/03/14 08:14:15 DEBUG : Added delayed dir = "sub dir", newDst=sub dir
2025/03/14 08:14:16 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17)
2025/03/14 08:14:16 DEBUG : Compressed: TestCompressDrive:rclone-test-rizixox7hedi: Waiting for checks to finish
2025/03/14 08:14:17 DEBUG : Compressed: TestCompressDrive:rclone-test-rizixox7hedi: Waiting for transfers to finish
2025/03/14 08:14:18 INFO  : sub dir/hello world: Deleted
2025/03/14 08:14:19 INFO  : sub dir/hello world: Moved (server-side)
2025/03/14 08:14:20 INFO  : sub dir: Set directory modification time (using SetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:14:22 DEBUG : Compressed: TestCompressDrive:rclone-test-rizixox7hedi: Purge remote
--- PASS: TestServerSideMoveOverSelf (41.52s)
=== RUN   TestCopyAfterDelete
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:14:29 ERROR : : error listing: directory not found
2025/03/14 08:14:31 INFO  : Local file system at /tmp/rclone512469157: Making directory
2025/03/14 08:14:32 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:14:32 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:14:35 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:14:35 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestCopyAfterDelete (11.36s)
=== RUN   TestCopyRedownload
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:14:42 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:14:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:14:43 DEBUG : Local file system at /tmp/rclone512469157: Waiting for checks to finish
2025/03/14 08:14:43 DEBUG : Local file system at /tmp/rclone512469157: Waiting for transfers to finish
2025/03/14 08:14:44 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:14:44 DEBUG : sub dir/hello world.adb18a5f.partial: renamed to: sub dir/hello world
2025/03/14 08:14:44 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:14:44 INFO  : sub dir: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:14:46 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:14:46 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestCopyRedownload (10.18s)
=== RUN   TestSyncBasedOnCheckSum
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:14:47 DEBUG : check sum: Need to transfer - File not found at Destination
2025/03/14 08:14:47 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:14:47 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:14:50 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK
2025/03/14 08:14:50 INFO  : check sum: Copied (new)
2025/03/14 08:14:50 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:14:52 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:14:52 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK
2025/03/14 08:14:52 DEBUG : check sum: Size and md5 of src and dst objects identical
2025/03/14 08:14:52 DEBUG : check sum: Unchanged skipping
2025/03/14 08:14:52 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:14:52 DEBUG : Waiting for deletions to finish
2025/03/14 08:14:52 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncBasedOnCheckSum (9.61s)
=== RUN   TestSyncSizeOnly
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:14:57 DEBUG : sizeonly: Need to transfer - File not found at Destination
2025/03/14 08:14:57 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:14:57 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:15:00 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK
2025/03/14 08:15:00 INFO  : sizeonly: Copied (new)
2025/03/14 08:15:00 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:15:01 DEBUG : sizeonly: Sizes identical
2025/03/14 08:15:01 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:15:02 DEBUG : sizeonly: Unchanged skipping
2025/03/14 08:15:02 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:15:02 DEBUG : Waiting for deletions to finish
2025/03/14 08:15:02 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncSizeOnly (9.82s)
=== RUN   TestSyncIgnoreSize
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:15:06 DEBUG : ignore-size: Need to transfer - File not found at Destination
2025/03/14 08:15:06 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:15:06 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:15:09 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK
2025/03/14 08:15:09 INFO  : ignore-size: Copied (new)
2025/03/14 08:15:09 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:15:11 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:15:11 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:15:12 DEBUG : ignore-size: Unchanged skipping
2025/03/14 08:15:12 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:15:12 DEBUG : Waiting for deletions to finish
2025/03/14 08:15:12 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncIgnoreSize (10.27s)
=== RUN   TestSyncIgnoreTimes
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:15:21 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:15:21 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:15:21 DEBUG : existing: Unchanged skipping
2025/03/14 08:15:21 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:15:21 DEBUG : Waiting for deletions to finish
2025/03/14 08:15:21 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:15:21 DEBUG : existing: Transferring unconditionally as --ignore-times is in use
2025/03/14 08:15:21 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:15:21 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:15:25 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK
2025/03/14 08:15:25 INFO  : existing: Copied (replaced existing)
2025/03/14 08:15:25 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncIgnoreTimes (12.27s)
=== RUN   TestSyncIgnoreExisting
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:15:29 DEBUG : existing: Need to transfer - File not found at Destination
2025/03/14 08:15:29 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:15:29 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:15:32 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK
2025/03/14 08:15:32 INFO  : existing: Copied (new)
2025/03/14 08:15:32 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:15:33 DEBUG : existing: Destination exists, skipping
2025/03/14 08:15:33 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:15:35 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:15:35 DEBUG : Waiting for deletions to finish
2025/03/14 08:15:35 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncIgnoreExisting (9.55s)
=== RUN   TestSyncIgnoreErrors
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:15:46 INFO  : d: Making directory
2025/03/14 08:15:50 DEBUG : Added delayed dir = "a", newDst=<nil>
2025/03/14 08:15:51 INFO  : c: Set directory modification time (using SetModTime)
2025/03/14 08:15:51 DEBUG : Added delayed dir = "c", newDst=c
2025/03/14 08:15:51 DEBUG : a/potato2: Need to transfer - File not found at Destination
2025/03/14 08:15:51 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:15:51 DEBUG : c/non empty space: Unchanged skipping
2025/03/14 08:15:51 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:15:51 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:15:55 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/03/14 08:15:55 INFO  : a/potato2: Copied (new)
2025/03/14 08:15:55 DEBUG : Waiting for deletions to finish
2025/03/14 08:15:56 INFO  : b/potato: Deleted
2025/03/14 08:15:56 INFO  : a: Set directory modification time (using DirSetModTime)
2025/03/14 08:15:56 INFO  : d: Removing directory
2025/03/14 08:15:57 INFO  : b: Removing directory
2025/03/14 08:15:57 DEBUG : b: Rmdir: contains trashed file: "potato.json"
2025/03/14 08:15:57 DEBUG : b: Rmdir: contains trashed file: "potato.bin"
2025/03/14 08:15:58 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: deleted 2 directories
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:16:04 DEBUG : c: Rmdir: contains trashed file: "non empty space.json"
2025/03/14 08:16:04 DEBUG : c: Rmdir: contains trashed file: "non empty space.bin"
2025/03/14 08:16:04 DEBUG : a: Rmdir: contains trashed file: "potato2.json"
2025/03/14 08:16:04 DEBUG : a: Rmdir: contains trashed file: "potato2.bin"
--- PASS: TestSyncIgnoreErrors (27.15s)
=== RUN   TestSyncAfterChangingModtimeOnly
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:16:10 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:16:10 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC
2025/03/14 08:16:11 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK
2025/03/14 08:16:11 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1)
2025/03/14 08:16:11 DEBUG : empty space: Unchanged skipping
2025/03/14 08:16:11 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:16:11 DEBUG : Waiting for deletions to finish
2025/03/14 08:16:11 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:16:13 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC
2025/03/14 08:16:13 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:16:14 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK
2025/03/14 08:16:14 INFO  : empty space: Updated modification time in destination
2025/03/14 08:16:14 DEBUG : empty space: Unchanged skipping
2025/03/14 08:16:14 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:16:14 DEBUG : Waiting for deletions to finish
2025/03/14 08:16:14 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncAfterChangingModtimeOnly (12.44s)
=== RUN   TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:16:22 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:16:22 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC
2025/03/14 08:16:23 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK
2025/03/14 08:16:23 DEBUG : empty space: Unchanged skipping
2025/03/14 08:16:23 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:16:23 DEBUG : Waiting for deletions to finish
2025/03/14 08:16:23 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (8.20s)
=== RUN   TestSyncDoesntUpdateModtime
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:16:31 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:16:31 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC
2025/03/14 08:16:31 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone512469157)
2025/03/14 08:16:31 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (Compressed: TestCompressDrive:rclone-test-lanabug9romi)
2025/03/14 08:16:31 DEBUG : foo: md5 differ
2025/03/14 08:16:31 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:16:34 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK
2025/03/14 08:16:34 INFO  : foo: Copied (replaced existing)
2025/03/14 08:16:34 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncDoesntUpdateModtime (11.83s)
=== RUN   TestSyncAfterAddingAFile
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:16:42 DEBUG : potato: Need to transfer - File not found at Destination
2025/03/14 08:16:42 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:16:42 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:16:42 DEBUG : empty space: Unchanged skipping
2025/03/14 08:16:42 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:16:45 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/03/14 08:16:45 INFO  : potato: Copied (new)
2025/03/14 08:16:45 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncAfterAddingAFile (13.36s)
=== RUN   TestSyncAfterChangingFilesSizeOnly
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:16:56 DEBUG : potato: Sizes differ (src 21 vs dst 60)
2025/03/14 08:16:56 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:16:56 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:17:00 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK
2025/03/14 08:17:00 INFO  : potato: Copied (replaced existing)
2025/03/14 08:17:00 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncAfterChangingFilesSizeOnly (12.57s)
=== RUN   TestSyncAfterChangingContentsOnly
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:17:08 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:17:08 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC
2025/03/14 08:17:09 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone512469157)
2025/03/14 08:17:09 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (Compressed: TestCompressDrive:rclone-test-lanabug9romi)
2025/03/14 08:17:09 DEBUG : potato: md5 differ
2025/03/14 08:17:09 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:17:12 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK
2025/03/14 08:17:12 INFO  : potato: Copied (replaced existing)
2025/03/14 08:17:12 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncAfterChangingContentsOnly (11.43s)
=== RUN   TestSyncAfterRemovingAFileAndAddingAFileDryRun
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:17:22 DEBUG : potato2: Need to transfer - File not found at Destination
2025/03/14 08:17:22 NOTICE: potato2: Skipped copy as --dry-run is set (size 60)
2025/03/14 08:17:22 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:17:22 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:17:23 DEBUG : empty space: Unchanged skipping
2025/03/14 08:17:23 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:17:23 DEBUG : Waiting for deletions to finish
2025/03/14 08:17:23 NOTICE: potato: Skipped delete as --dry-run is set (size 21)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (13.12s)
=== RUN   TestSyncAfterRemovingAFileAndAddingAFile
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:17:37 DEBUG : potato2: Need to transfer - File not found at Destination
2025/03/14 08:17:37 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:17:37 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:17:37 DEBUG : empty space: Unchanged skipping
2025/03/14 08:17:37 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:17:40 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/03/14 08:17:40 INFO  : potato2: Copied (new)
2025/03/14 08:17:40 DEBUG : Waiting for deletions to finish
2025/03/14 08:17:41 INFO  : potato: Deleted
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncAfterRemovingAFileAndAddingAFile (18.47s)
=== RUN   TestSyncAfterRemovingAFileAndAddingAFileSubDir
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:17:55 INFO  : d: Making directory
2025/03/14 08:17:55 INFO  : d/e: Making directory
2025/03/14 08:17:59 DEBUG : Added delayed dir = "a", newDst=<nil>
2025/03/14 08:17:59 INFO  : c: Set directory modification time (using SetModTime)
2025/03/14 08:17:59 DEBUG : Added delayed dir = "c", newDst=c
2025/03/14 08:17:59 DEBUG : a/potato2: Need to transfer - File not found at Destination
2025/03/14 08:18:00 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:18:00 DEBUG : c/non empty space: Unchanged skipping
2025/03/14 08:18:00 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:18:00 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:18:03 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/03/14 08:18:03 INFO  : a/potato2: Copied (new)
2025/03/14 08:18:03 DEBUG : Waiting for deletions to finish
2025/03/14 08:18:05 INFO  : b/potato: Deleted
2025/03/14 08:18:05 INFO  : a: Set directory modification time (using DirSetModTime)
2025/03/14 08:18:05 INFO  : d/e: Removing directory
2025/03/14 08:18:06 INFO  : d: Removing directory
2025/03/14 08:18:06 DEBUG : d: Rmdir: contains trashed file: "e"
2025/03/14 08:18:07 INFO  : b: Removing directory
2025/03/14 08:18:07 DEBUG : b: Rmdir: contains trashed file: "potato.json"
2025/03/14 08:18:07 DEBUG : b: Rmdir: contains trashed file: "potato.bin"
2025/03/14 08:18:07 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: deleted 3 directories
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:18:13 DEBUG : c: Rmdir: contains trashed file: "non empty space.json"
2025/03/14 08:18:13 DEBUG : c: Rmdir: contains trashed file: "non empty space.bin"
2025/03/14 08:18:14 DEBUG : a: Rmdir: contains trashed file: "potato2.bin"
2025/03/14 08:18:14 DEBUG : a: Rmdir: contains trashed file: "potato2.json"
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (28.42s)
=== RUN   TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:18:23 INFO  : d: Making directory
2025/03/14 08:18:26 DEBUG : Added delayed dir = "a", newDst=<nil>
2025/03/14 08:18:27 INFO  : c: Set directory modification time (using SetModTime)
2025/03/14 08:18:27 DEBUG : Added delayed dir = "c", newDst=c
2025/03/14 08:18:27 DEBUG : a/potato2: Need to transfer - File not found at Destination
2025/03/14 08:18:27 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:18:27 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:18:27 DEBUG : c/non empty space: Unchanged skipping
2025/03/14 08:18:27 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:18:31 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/03/14 08:18:31 INFO  : a/potato2: Copied (new)
2025/03/14 08:18:31 ERROR : Compressed: TestCompressDrive:rclone-test-lanabug9romi: not deleting files as there were IO errors
2025/03/14 08:18:32 INFO  : a: Set directory modification time (using DirSetModTime)
2025/03/14 08:18:32 ERROR : Compressed: TestCompressDrive:rclone-test-lanabug9romi: not deleting directories as there were IO errors
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:18:40 DEBUG : c: Rmdir: contains trashed file: "non empty space.bin"
2025/03/14 08:18:40 DEBUG : c: Rmdir: contains trashed file: "non empty space.json"
2025/03/14 08:18:41 DEBUG : b: Rmdir: contains trashed file: "potato.bin"
2025/03/14 08:18:41 DEBUG : b: Rmdir: contains trashed file: "potato.json"
2025/03/14 08:18:42 DEBUG : a: Rmdir: contains trashed file: "potato2.json"
2025/03/14 08:18:42 DEBUG : a: Rmdir: contains trashed file: "potato2.bin"
--- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (27.47s)
=== RUN   TestSyncDeleteAfter
--- PASS: TestSyncDeleteAfter (0.00s)
=== RUN   TestSyncDeleteDuring
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:18:51 DEBUG : Waiting for deletions to finish
2025/03/14 08:18:52 DEBUG : potato2: Need to transfer - File not found at Destination
2025/03/14 08:18:52 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:18:52 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:18:52 DEBUG : empty space: Unchanged skipping
2025/03/14 08:18:52 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:18:53 INFO  : potato: Deleted
2025/03/14 08:18:55 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/03/14 08:18:55 INFO  : potato2: Copied (new)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncDeleteDuring (17.26s)
=== RUN   TestSyncDeleteBefore
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:19:08 DEBUG : Waiting for deletions to finish
2025/03/14 08:19:08 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:19:08 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:19:10 INFO  : potato: Deleted
2025/03/14 08:19:10 DEBUG : potato2: Need to transfer - File not found at Destination
2025/03/14 08:19:10 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:19:10 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:19:10 DEBUG : empty space: Unchanged skipping
2025/03/14 08:19:10 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:19:13 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK
2025/03/14 08:19:13 INFO  : potato2: Copied (new)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncDeleteBefore (18.78s)
=== RUN   TestCopyDeleteBefore
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:19:24 DEBUG : potato2: Need to transfer - File not found at Destination
2025/03/14 08:19:25 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:19:25 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:19:27 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK
2025/03/14 08:19:27 INFO  : potato2: Copied (new)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestCopyDeleteBefore (15.07s)
=== RUN   TestSyncWithExclude
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:19:43 DEBUG : enormous: Excluded (Size Filter)
2025/03/14 08:19:43 DEBUG : enormous: Excluded
2025/03/14 08:19:43 DEBUG : potato2: Excluded (Size Filter)
2025/03/14 08:19:43 DEBUG : potato2: Excluded
2025/03/14 08:19:44 DEBUG : potato2: Excluded (Size Filter)
2025/03/14 08:19:44 DEBUG : potato2: Excluded
2025/03/14 08:19:44 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:19:44 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:19:44 DEBUG : empty space: Unchanged skipping
2025/03/14 08:19:44 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:19:44 DEBUG : Waiting for deletions to finish
2025/03/14 08:19:44 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:19:46 DEBUG : enormous: Excluded (Size Filter)
2025/03/14 08:19:46 DEBUG : enormous: Excluded
2025/03/14 08:19:46 DEBUG : potato2: Excluded (Size Filter)
2025/03/14 08:19:46 DEBUG : potato2: Excluded
2025/03/14 08:19:46 DEBUG : potato2: Excluded (Size Filter)
2025/03/14 08:19:46 DEBUG : potato2: Excluded
2025/03/14 08:19:46 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms)
2025/03/14 08:19:46 DEBUG : Local file system at /tmp/rclone512469157: Waiting for checks to finish
2025/03/14 08:19:47 DEBUG : empty space: Unchanged skipping
2025/03/14 08:19:47 DEBUG : Local file system at /tmp/rclone512469157: Waiting for transfers to finish
2025/03/14 08:19:47 DEBUG : Waiting for deletions to finish
2025/03/14 08:19:47 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncWithExclude (17.24s)
=== RUN   TestSyncWithExcludeAndDeleteExcluded
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:20:04 DEBUG : enormous: Excluded (Size Filter)
2025/03/14 08:20:04 DEBUG : enormous: Excluded
2025/03/14 08:20:04 DEBUG : potato2: Excluded (Size Filter)
2025/03/14 08:20:04 DEBUG : potato2: Excluded
2025/03/14 08:20:04 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:20:04 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:20:04 DEBUG : empty space: Unchanged skipping
2025/03/14 08:20:04 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:20:04 DEBUG : Waiting for deletions to finish
2025/03/14 08:20:06 INFO  : enormous: Deleted
2025/03/14 08:20:06 INFO  : potato2: Deleted
2025/03/14 08:20:06 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:20:07 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms)
2025/03/14 08:20:07 DEBUG : Local file system at /tmp/rclone512469157: Waiting for checks to finish
2025/03/14 08:20:08 DEBUG : empty space: Unchanged skipping
2025/03/14 08:20:08 DEBUG : Local file system at /tmp/rclone512469157: Waiting for transfers to finish
2025/03/14 08:20:08 DEBUG : Waiting for deletions to finish
2025/03/14 08:20:08 INFO  : potato2: Deleted
2025/03/14 08:20:08 INFO  : enormous: Deleted
2025/03/14 08:20:08 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncWithExcludeAndDeleteExcluded (20.05s)
=== RUN   TestSyncWithUpdateOlder
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:20:29 DEBUG : five: Need to transfer - File not found at Destination
2025/03/14 08:20:29 DEBUG : one: Destination is newer than source, skipping
2025/03/14 08:20:29 DEBUG : four: Sizes differ (src 4 vs dst 8)
2025/03/14 08:20:29 DEBUG : three: Sizes identical
2025/03/14 08:20:29 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:20:30 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring
2025/03/14 08:20:30 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone512469157)
2025/03/14 08:20:30 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (Compressed: TestCompressDrive:rclone-test-lanabug9romi)
2025/03/14 08:20:30 DEBUG : two: md5 differ
2025/03/14 08:20:30 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping
2025/03/14 08:20:30 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:20:32 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/03/14 08:20:32 INFO  : five: Copied (new)
2025/03/14 08:20:33 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/03/14 08:20:33 INFO  : four: Copied (replaced existing)
2025/03/14 08:20:33 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/03/14 08:20:33 INFO  : two: Copied (replaced existing)
2025/03/14 08:20:33 DEBUG : Waiting for deletions to finish
2025/03/14 08:20:39 DEBUG : one: Destination is newer than source, skipping
2025/03/14 08:20:39 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:20:39 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK
2025/03/14 08:20:39 DEBUG : five: Size and md5 of src and dst objects identical
2025/03/14 08:20:40 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping
2025/03/14 08:20:40 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/03/14 08:20:40 DEBUG : two: Size and md5 of src and dst objects identical
2025/03/14 08:20:40 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping
2025/03/14 08:20:40 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone512469157)
2025/03/14 08:20:40 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (Compressed: TestCompressDrive:rclone-test-lanabug9romi)
2025/03/14 08:20:40 DEBUG : three: md5 differ
2025/03/14 08:20:40 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring
2025/03/14 08:20:40 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK
2025/03/14 08:20:40 DEBUG : four: Size and md5 of src and dst objects identical
2025/03/14 08:20:40 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping
2025/03/14 08:20:40 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:20:42 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK
2025/03/14 08:20:42 INFO  : three: Copied (replaced existing)
2025/03/14 08:20:42 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncWithUpdateOlder (42.61s)
=== 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 "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    sync_test.go:1538: Can track renames: true
2025/03/14 08:20:54 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Making map for --track-renames
2025/03/14 08:20:54 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Finished making map for --track-renames
2025/03/14 08:20:54 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:20:54 DEBUG : yam: Need to transfer - No matching file found at Destination
2025/03/14 08:20:54 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for renames to finish
2025/03/14 08:20:54 DEBUG : potato: Need to transfer - No matching file found at Destination
2025/03/14 08:20:54 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:20:57 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK
2025/03/14 08:20:57 INFO  : yam: Copied (new)
2025/03/14 08:20:58 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK
2025/03/14 08:20:58 INFO  : potato: Copied (new)
2025/03/14 08:20:58 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:21:00 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:21:00 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Making map for --track-renames
2025/03/14 08:21:00 DEBUG : potato: Unchanged skipping
2025/03/14 08:21:01 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Finished making map for --track-renames
2025/03/14 08:21:01 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:21:01 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for renames to finish
2025/03/14 08:21:02 INFO  : yam: Moved (server-side) to: yaml
2025/03/14 08:21:02 INFO  : yaml: Renamed from "yam"
2025/03/14 08:21:02 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:21:02 DEBUG : Waiting for deletions to finish
2025/03/14 08:21:02 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncWithTrackRenames (14.58s)
=== RUN   TestParseRenamesStrategyModtime
--- PASS: TestParseRenamesStrategyModtime (0.00s)
=== RUN   TestRenamesStrategyModtime
--- PASS: TestRenamesStrategyModtime (0.00s)
=== RUN   TestSyncWithTrackRenamesStrategyModtime
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    sync_test.go:1610: Can track renames: true
2025/03/14 08:21:09 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Making map for --track-renames
2025/03/14 08:21:09 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Finished making map for --track-renames
2025/03/14 08:21:09 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:21:09 DEBUG : potato: Need to transfer - No matching file found at Destination
2025/03/14 08:21:09 DEBUG : yam: Need to transfer - No matching file found at Destination
2025/03/14 08:21:09 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for renames to finish
2025/03/14 08:21:09 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:21:12 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK
2025/03/14 08:21:12 INFO  : potato: Copied (new)
2025/03/14 08:21:12 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK
2025/03/14 08:21:12 INFO  : yam: Copied (new)
2025/03/14 08:21:12 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:21:14 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:21:14 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Making map for --track-renames
2025/03/14 08:21:14 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Finished making map for --track-renames
2025/03/14 08:21:14 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:21:14 DEBUG : potato: Unchanged skipping
2025/03/14 08:21:14 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for renames to finish
2025/03/14 08:21:17 INFO  : yam: Moved (server-side) to: yaml
2025/03/14 08:21:17 INFO  : yaml: Renamed from "yam"
2025/03/14 08:21:17 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:21:17 DEBUG : Waiting for deletions to finish
2025/03/14 08:21:17 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncWithTrackRenamesStrategyModtime (14.60s)
=== RUN   TestSyncWithTrackRenamesStrategyLeaf
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    sync_test.go:1649: Can track renames: true
2025/03/14 08:21:23 DEBUG : Added delayed dir = "sub", newDst=<nil>
2025/03/14 08:21:23 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Making map for --track-renames
2025/03/14 08:21:23 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Finished making map for --track-renames
2025/03/14 08:21:23 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:21:23 DEBUG : potato: Need to transfer - No matching file found at Destination
2025/03/14 08:21:23 DEBUG : sub/yam: Need to transfer - No matching file found at Destination
2025/03/14 08:21:23 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for renames to finish
2025/03/14 08:21:23 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:21:27 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK
2025/03/14 08:21:27 INFO  : sub/yam: Copied (new)
2025/03/14 08:21:27 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK
2025/03/14 08:21:27 INFO  : potato: Copied (new)
2025/03/14 08:21:27 DEBUG : Waiting for deletions to finish
2025/03/14 08:21:28 INFO  : sub: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:21:30 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:21:30 DEBUG : potato: Unchanged skipping
2025/03/14 08:21:31 INFO  : sub: Set directory modification time (using SetModTime)
2025/03/14 08:21:31 DEBUG : Added delayed dir = "sub", newDst=sub
2025/03/14 08:21:31 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Making map for --track-renames
2025/03/14 08:21:31 INFO  : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Finished making map for --track-renames
2025/03/14 08:21:31 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:21:31 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for renames to finish
2025/03/14 08:21:34 INFO  : sub/yam: Moved (server-side) to: yam
2025/03/14 08:21:34 INFO  : yam: Renamed from "sub/yam"
2025/03/14 08:21:34 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:21:34 DEBUG : Waiting for deletions to finish
2025/03/14 08:21:34 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncWithTrackRenamesStrategyLeaf (17.58s)
=== RUN   TestServerSideMoveLocal
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:21:41 DEBUG : Creating backend with remote "/tmp/rclone512469157/dir1"
2025/03/14 08:21:41 DEBUG : Creating backend with remote "/tmp/rclone512469157/dir2"
2025/03/14 08:21:41 DEBUG : Local file system at /tmp/rclone512469157/dir2: Using server-side directory move
2025/03/14 08:21:41 INFO  : Local file system at /tmp/rclone512469157/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2025/03/14 08:21:41 DEBUG : file1.txt: Need to transfer - File not found at Destination
2025/03/14 08:21:41 DEBUG : Local file system at /tmp/rclone512469157/dir2: Waiting for checks to finish
2025/03/14 08:21:41 DEBUG : Local file system at /tmp/rclone512469157/dir2: Waiting for transfers to finish
2025/03/14 08:21:41 INFO  : file1.txt: Moved (server-side)
--- PASS: TestServerSideMoveLocal (0.49s)
=== RUN   TestMoveWithDeleteEmptySrcDirs
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:21:41 DEBUG : Added delayed dir = "nested", newDst=<nil>
2025/03/14 08:21:41 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:21:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:21:41 DEBUG : Added delayed dir = "nested/sub dir", newDst=<nil>
2025/03/14 08:21:41 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2025/03/14 08:21:41 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:21:41 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:21:46 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:21:46 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:21:46 INFO  : sub dir/hello world: Deleted
2025/03/14 08:21:47 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK
2025/03/14 08:21:47 INFO  : nested/sub dir/file: Copied (new)
2025/03/14 08:21:47 INFO  : nested/sub dir/file: Deleted
2025/03/14 08:21:48 INFO  : nested/sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:21:48 INFO  : sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:21:48 INFO  : nested: Set directory modification time (using DirSetModTime)
2025/03/14 08:21:48 INFO  : sub dir: Removing directory
2025/03/14 08:21:48 INFO  : nested/sub dir: Removing directory
2025/03/14 08:21:48 INFO  : nested: Removing directory
2025/03/14 08:21:48 DEBUG : Local file system at /tmp/rclone512469157: deleted 3 directories
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:21:55 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:21:55 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
2025/03/14 08:21:56 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.bin"
2025/03/14 08:21:56 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.json"
2025/03/14 08:21:56 DEBUG : nested: Rmdir: contains trashed file: "sub dir"
--- PASS: TestMoveWithDeleteEmptySrcDirs (16.54s)
=== RUN   TestMoveWithoutDeleteEmptySrcDirs
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:21:58 DEBUG : Added delayed dir = "nested", newDst=<nil>
2025/03/14 08:21:58 DEBUG : Added delayed dir = "sub dir", newDst=<nil>
2025/03/14 08:21:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination
2025/03/14 08:21:58 DEBUG : Added delayed dir = "nested/sub dir", newDst=<nil>
2025/03/14 08:21:58 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination
2025/03/14 08:21:58 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:21:58 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:22:03 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK
2025/03/14 08:22:03 INFO  : sub dir/hello world: Copied (new)
2025/03/14 08:22:03 INFO  : sub dir/hello world: Deleted
2025/03/14 08:22:04 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK
2025/03/14 08:22:04 INFO  : nested/sub dir/file: Copied (new)
2025/03/14 08:22:04 INFO  : nested/sub dir/file: Deleted
2025/03/14 08:22:04 INFO  : nested/sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:22:05 INFO  : sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:22:05 INFO  : nested: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:22:11 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:22:11 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
2025/03/14 08:22:12 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.bin"
2025/03/14 08:22:12 DEBUG : nested/sub dir: Rmdir: contains trashed file: "file.json"
2025/03/14 08:22:13 DEBUG : nested: Rmdir: contains trashed file: "sub dir"
--- PASS: TestMoveWithoutDeleteEmptySrcDirs (16.51s)
=== RUN   TestMoveWithIgnoreExisting
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:22:14 DEBUG : existing: Need to transfer - File not found at Destination
2025/03/14 08:22:14 DEBUG : existing-b: Need to transfer - File not found at Destination
2025/03/14 08:22:14 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:22:14 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:22:17 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK
2025/03/14 08:22:17 INFO  : existing-b: Copied (new)
2025/03/14 08:22:17 INFO  : existing-b: Deleted
2025/03/14 08:22:18 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK
2025/03/14 08:22:18 INFO  : existing: Copied (new)
2025/03/14 08:22:18 INFO  : existing: Deleted
2025/03/14 08:22:22 DEBUG : existing: Destination exists, skipping
2025/03/14 08:22:22 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:22:23 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set
2025/03/14 08:22:23 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:22:23 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestMoveWithIgnoreExisting (13.94s)
=== RUN   TestServerSideMove
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:22:28 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-veciduj7vesu"
    sync_test.go:1705: Server side move (if possible) Compressed: TestCompressDrive:rclone-test-lanabug9romi -> Compressed: TestCompressDrive:rclone-test-veciduj7vesu
2025/03/14 08:22:52 DEBUG : Compressed: TestCompressDrive:rclone-test-veciduj7vesu: Using server-side directory move
2025/03/14 08:22:52 INFO  : Compressed: TestCompressDrive:rclone-test-veciduj7vesu: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2025/03/14 08:22:52 DEBUG : potato2: Need to transfer - File not found at Destination
2025/03/14 08:22:52 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms)
2025/03/14 08:22:52 DEBUG : empty space: Unchanged skipping
2025/03/14 08:22:52 DEBUG : potato3: Sizes differ (src 68 vs dst 60)
2025/03/14 08:22:52 DEBUG : Compressed: TestCompressDrive:rclone-test-veciduj7vesu: Waiting for checks to finish
2025/03/14 08:22:53 INFO  : empty space: Deleted
2025/03/14 08:22:53 DEBUG : Compressed: TestCompressDrive:rclone-test-veciduj7vesu: Waiting for transfers to finish
2025/03/14 08:22:53 INFO  : potato3: Deleted
2025/03/14 08:22:54 INFO  : potato2: Moved (server-side)
2025/03/14 08:22:56 INFO  : potato3: Moved (server-side)
2025/03/14 08:22:59 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-yemagih9sama"
2025/03/14 08:23:00 DEBUG : Compressed: TestCompressDrive:rclone-test-yemagih9sama: Using server-side directory move
2025/03/14 08:23:00 INFO  : Compressed: TestCompressDrive:rclone-test-yemagih9sama: Server side directory move succeeded
2025/03/14 08:23:04 DEBUG : Compressed: TestCompressDrive:rclone-test-yemagih9sama: Purge remote
2025/03/14 08:23:05 DEBUG : Compressed: TestCompressDrive:rclone-test-veciduj7vesu: Purge remote
2025/03/14 08:23:05 NOTICE: purge failed: directory not found
--- PASS: TestServerSideMove (37.55s)
=== RUN   TestServerSideMoveWithFilter
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:23:06 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-haxifon1pavo"
    sync_test.go:1705: Server side move (if possible) Compressed: TestCompressDrive:rclone-test-lanabug9romi -> Compressed: TestCompressDrive:rclone-test-haxifon1pavo
2025/03/14 08:23:28 DEBUG : empty space: Excluded (Size Filter)
2025/03/14 08:23:28 DEBUG : empty space: Excluded
2025/03/14 08:23:28 DEBUG : empty space: Excluded (Size Filter)
2025/03/14 08:23:28 DEBUG : empty space: Excluded
2025/03/14 08:23:28 DEBUG : potato2: Need to transfer - File not found at Destination
2025/03/14 08:23:28 DEBUG : potato3: Sizes differ (src 68 vs dst 60)
2025/03/14 08:23:28 DEBUG : Compressed: TestCompressDrive:rclone-test-haxifon1pavo: Waiting for checks to finish
2025/03/14 08:23:28 DEBUG : Compressed: TestCompressDrive:rclone-test-haxifon1pavo: Waiting for transfers to finish
2025/03/14 08:23:29 INFO  : potato3: Deleted
2025/03/14 08:23:30 INFO  : potato2: Moved (server-side)
2025/03/14 08:23:32 INFO  : potato3: Moved (server-side)
2025/03/14 08:23:36 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-dajikul0memo"
2025/03/14 08:23:37 DEBUG : empty space: Excluded (Size Filter)
2025/03/14 08:23:37 DEBUG : empty space: Excluded
2025/03/14 08:23:37 DEBUG : potato2: Need to transfer - File not found at Destination
2025/03/14 08:23:37 DEBUG : potato3: Need to transfer - File not found at Destination
2025/03/14 08:23:37 DEBUG : Compressed: TestCompressDrive:rclone-test-dajikul0memo: Waiting for checks to finish
2025/03/14 08:23:37 DEBUG : Compressed: TestCompressDrive:rclone-test-dajikul0memo: Waiting for transfers to finish
2025/03/14 08:23:41 INFO  : potato2: Moved (server-side)
2025/03/14 08:23:42 INFO  : potato3: Moved (server-side)
2025/03/14 08:23:45 DEBUG : Compressed: TestCompressDrive:rclone-test-dajikul0memo: Purge remote
2025/03/14 08:23:45 DEBUG : Compressed: TestCompressDrive:rclone-test-haxifon1pavo: Purge remote
--- PASS: TestServerSideMoveWithFilter (42.21s)
=== RUN   TestServerSideMoveDeleteEmptySourceDirs
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:23:48 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-yixizuf6peqi"
2025/03/14 08:23:58 INFO  : tomatoDir: Making directory
    sync_test.go:1705: Server side move (if possible) Compressed: TestCompressDrive:rclone-test-lanabug9romi -> Compressed: TestCompressDrive:rclone-test-yixizuf6peqi
2025/03/14 08:24:13 DEBUG : Compressed: TestCompressDrive:rclone-test-yixizuf6peqi: Using server-side directory move
2025/03/14 08:24:13 INFO  : Compressed: TestCompressDrive:rclone-test-yixizuf6peqi: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists
2025/03/14 08:24:13 DEBUG : potato2: Need to transfer - File not found at Destination
2025/03/14 08:24:13 DEBUG : Added delayed dir = "tomatoDir", newDst=<nil>
2025/03/14 08:24:13 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms)
2025/03/14 08:24:13 DEBUG : potato3: Sizes differ (src 68 vs dst 60)
2025/03/14 08:24:13 DEBUG : empty space: Unchanged skipping
2025/03/14 08:24:13 DEBUG : Compressed: TestCompressDrive:rclone-test-yixizuf6peqi: Waiting for checks to finish
2025/03/14 08:24:14 INFO  : potato3: Deleted
2025/03/14 08:24:14 INFO  : empty space: Deleted
2025/03/14 08:24:14 DEBUG : Compressed: TestCompressDrive:rclone-test-yixizuf6peqi: Waiting for transfers to finish
2025/03/14 08:24:16 INFO  : potato2: Moved (server-side)
2025/03/14 08:24:17 INFO  : potato3: Moved (server-side)
2025/03/14 08:24:17 INFO  : tomatoDir: Removing directory
2025/03/14 08:24:18 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: deleted 1 directories
2025/03/14 08:24:21 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-vesemuf3mije"
2025/03/14 08:24:22 INFO  : tomatoDir: Making directory
2025/03/14 08:24:23 DEBUG : Compressed: TestCompressDrive:rclone-test-vesemuf3mije: Using server-side directory move
2025/03/14 08:24:24 INFO  : Compressed: TestCompressDrive:rclone-test-vesemuf3mije: Server side directory move succeeded
2025/03/14 08:24:29 DEBUG : Compressed: TestCompressDrive:rclone-test-vesemuf3mije: Purge remote
2025/03/14 08:24:30 DEBUG : Compressed: TestCompressDrive:rclone-test-yixizuf6peqi: Purge remote
2025/03/14 08:24:30 NOTICE: purge failed: directory not found
--- PASS: TestServerSideMoveDeleteEmptySourceDirs (42.50s)
=== RUN   TestServerSideMoveOverlap
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    sync_test.go:1910: Skipping test as remote supports DirMove
--- SKIP: TestServerSideMoveOverlap (0.48s)
=== RUN   TestSyncOverlap
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:24:31 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/rclone-sync-test"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncOverlap (4.58s)
=== RUN   TestSyncOverlapWithFilter
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:24:35 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/rclone-sync-test"
2025/03/14 08:24:38 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/rclone-sync-test-include/layer2"
2025/03/14 08:24:42 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/rclone-sync-test-ignore-file"
2025/03/14 08:24:50 DEBUG : rclone-sync-test-ignore-file: Excluded
2025/03/14 08:24:51 DEBUG : rclone-sync-test: Excluded
2025/03/14 08:24:51 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst=<nil>
2025/03/14 08:24:51 DEBUG : rclone-sync-test-include/layer2: Excluded
2025/03/14 08:24:51 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/rclone-sync-test: Waiting for checks to finish
2025/03/14 08:24:51 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/rclone-sync-test: Waiting for transfers to finish
2025/03/14 08:24:51 DEBUG : Waiting for deletions to finish
2025/03/14 08:24:51 INFO  : There was nothing to transfer
2025/03/14 08:24:53 DEBUG : rclone-sync-test-ignore-file: Excluded
2025/03/14 08:24:53 DEBUG : rclone-sync-test: Excluded
2025/03/14 08:24:54 DEBUG : rclone-sync-test-include/layer2: Excluded
2025/03/14 08:24:54 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:24:54 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:24:54 DEBUG : Waiting for deletions to finish
2025/03/14 08:24:54 INFO  : rclone-sync-test-include: Removing directory
2025/03/14 08:24:54 DEBUG : rclone-sync-test-include: Rmdir: contains file: "layer2"
2025/03/14 08:24:54 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty
2025/03/14 08:24:54 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: failed to delete 1 directories
2025/03/14 08:24:54 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:24:56 DEBUG : rclone-sync-test-ignore-file: Excluded
2025/03/14 08:24:56 DEBUG : rclone-sync-test: Excluded
2025/03/14 08:24:56 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst=<nil>
2025/03/14 08:24:56 DEBUG : rclone-sync-test-include/layer2: Excluded
2025/03/14 08:24:56 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/rclone-sync-test-include/layer2: Waiting for checks to finish
2025/03/14 08:24:56 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/rclone-sync-test-include/layer2: Waiting for transfers to finish
2025/03/14 08:24:56 DEBUG : Waiting for deletions to finish
2025/03/14 08:24:56 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:24:58 DEBUG : rclone-sync-test-ignore-file: Excluded
2025/03/14 08:24:59 DEBUG : rclone-sync-test: Excluded
2025/03/14 08:24:59 DEBUG : rclone-sync-test-include/layer2: Excluded
2025/03/14 08:24:59 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:24:59 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:24:59 DEBUG : Waiting for deletions to finish
2025/03/14 08:24:59 INFO  : rclone-sync-test-include: Removing directory
2025/03/14 08:24:59 DEBUG : rclone-sync-test-include: Rmdir: contains file: "layer2"
2025/03/14 08:24:59 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty
2025/03/14 08:24:59 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: failed to delete 1 directories
2025/03/14 08:24:59 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:25:01 DEBUG : : Excluded
2025/03/14 08:25:02 DEBUG : rclone-sync-test-ignore-file: Excluded
2025/03/14 08:25:02 DEBUG : rclone-sync-test: Excluded
2025/03/14 08:25:02 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst=<nil>
2025/03/14 08:25:03 DEBUG : rclone-sync-test-include/layer2: Excluded
2025/03/14 08:25:03 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/rclone-sync-test-ignore-file: Waiting for checks to finish
2025/03/14 08:25:03 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/rclone-sync-test-ignore-file: Waiting for transfers to finish
2025/03/14 08:25:03 DEBUG : Waiting for deletions to finish
2025/03/14 08:25:03 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:25:05 DEBUG : rclone-sync-test-include: Rmdir: contains trashed file: "layer2"
2025/03/14 08:25:06 DEBUG : rclone-sync-test-ignore-file: Rmdir: contains trashed file: ".ignore.bin"
2025/03/14 08:25:06 DEBUG : rclone-sync-test-ignore-file: Rmdir: contains trashed file: ".ignore.json"
--- PASS: TestSyncOverlapWithFilter (40.42s)
=== RUN   TestSyncCompareDest
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:25:16 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/dst"
2025/03/14 08:25:18 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/CompareDest"
2025/03/14 08:25:20 DEBUG : one: Need to transfer - File not found at Destination
2025/03/14 08:25:20 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:25:20 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:25:24 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/03/14 08:25:24 INFO  : one: Copied (new)
2025/03/14 08:25:24 DEBUG : Waiting for deletions to finish
2025/03/14 08:25:27 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:25:27 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/14 08:25:27 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:25:30 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/03/14 08:25:30 INFO  : one: Copied (replaced existing)
2025/03/14 08:25:30 DEBUG : Waiting for deletions to finish
2025/03/14 08:25:42 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/14 08:25:42 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:25:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:25:44 DEBUG : one: Destination found in --compare-dest, skipping
2025/03/14 08:25:44 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:25:44 DEBUG : Waiting for deletions to finish
2025/03/14 08:25:44 INFO  : There was nothing to transfer
2025/03/14 08:25:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:25:54 DEBUG : two: Destination found in --compare-dest, skipping
2025/03/14 08:25:54 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/14 08:25:54 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:25:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:25:55 DEBUG : one: Destination found in --compare-dest, skipping
2025/03/14 08:25:55 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:25:55 DEBUG : Waiting for deletions to finish
2025/03/14 08:25:55 INFO  : There was nothing to transfer
2025/03/14 08:26:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:26:00 DEBUG : two: Destination found in --compare-dest, skipping
2025/03/14 08:26:00 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/14 08:26:00 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:26:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:26:01 DEBUG : one: Destination found in --compare-dest, skipping
2025/03/14 08:26:01 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:26:01 DEBUG : Waiting for deletions to finish
2025/03/14 08:26:01 INFO  : There was nothing to transfer
2025/03/14 08:26:08 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC
2025/03/14 08:26:08 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/03/14 08:26:08 DEBUG : two: Destination found in --compare-dest, skipping
2025/03/14 08:26:08 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/14 08:26:08 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:26:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:26:09 DEBUG : one: Destination found in --compare-dest, skipping
2025/03/14 08:26:09 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:26:09 DEBUG : Waiting for deletions to finish
2025/03/14 08:26:09 INFO  : There was nothing to transfer
2025/03/14 08:26:17 DEBUG : two: Sizes differ (src 5 vs dst 3)
2025/03/14 08:26:17 DEBUG : two: Need to transfer - File not found at Destination
2025/03/14 08:26:17 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/14 08:26:17 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:26:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:26:18 DEBUG : one: Destination found in --compare-dest, skipping
2025/03/14 08:26:18 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:26:20 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK
2025/03/14 08:26:20 INFO  : two: Copied (new)
2025/03/14 08:26:20 DEBUG : Waiting for deletions to finish
2025/03/14 08:26:30 DEBUG : dst: Rmdir: contains trashed file: "two.bin"
2025/03/14 08:26:30 DEBUG : dst: Rmdir: contains trashed file: "two.json"
2025/03/14 08:26:30 DEBUG : dst: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:26:30 DEBUG : dst: Rmdir: contains trashed file: "one.json"
2025/03/14 08:26:31 DEBUG : CompareDest: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:26:31 DEBUG : CompareDest: Rmdir: contains trashed file: "two.bin"
2025/03/14 08:26:31 DEBUG : CompareDest: Rmdir: contains trashed file: "two.json"
2025/03/14 08:26:31 DEBUG : CompareDest: Rmdir: contains trashed file: "one.json"
--- PASS: TestSyncCompareDest (75.61s)
=== RUN   TestSyncMultipleCompareDest
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:26:42 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/dest"
2025/03/14 08:26:44 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/pre-dest1"
2025/03/14 08:26:46 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/pre-dest2"
2025/03/14 08:26:48 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:26:48 DEBUG : 1: Destination found in --compare-dest, skipping
2025/03/14 08:26:50 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:26:50 DEBUG : 2: Destination found in --compare-dest, skipping
2025/03/14 08:26:51 DEBUG : 3: Need to transfer - File not found at Destination
2025/03/14 08:26:51 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dest: Waiting for checks to finish
2025/03/14 08:26:51 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dest: Waiting for transfers to finish
2025/03/14 08:26:54 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK
2025/03/14 08:26:54 INFO  : 3: Copied (new)
2025/03/14 08:26:54 DEBUG : Waiting for deletions to finish
2025/03/14 08:27:04 DEBUG : pre-dest2: Rmdir: contains trashed file: "2.json"
2025/03/14 08:27:04 DEBUG : pre-dest2: Rmdir: contains trashed file: "2.bin"
2025/03/14 08:27:04 DEBUG : pre-dest1: Rmdir: contains trashed file: "1.json"
2025/03/14 08:27:04 DEBUG : pre-dest1: Rmdir: contains trashed file: "1.bin"
2025/03/14 08:27:05 DEBUG : dest: Rmdir: contains trashed file: "3.bin"
2025/03/14 08:27:05 DEBUG : dest: Rmdir: contains trashed file: "3.json"
--- PASS: TestSyncMultipleCompareDest (34.55s)
=== RUN   TestSyncCopyDest
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:27:06 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/dst"
2025/03/14 08:27:08 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/CopyDest"
2025/03/14 08:27:10 DEBUG : one: Need to transfer - File not found at Destination
2025/03/14 08:27:10 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:27:10 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:27:14 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK
2025/03/14 08:27:14 INFO  : one: Copied (new)
2025/03/14 08:27:14 DEBUG : Waiting for deletions to finish
2025/03/14 08:27:17 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:27:17 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/14 08:27:17 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:27:21 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/03/14 08:27:21 INFO  : one: Copied (replaced existing)
2025/03/14 08:27:21 DEBUG : Waiting for deletions to finish
2025/03/14 08:27:33 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/BackupDir"
2025/03/14 08:27:36 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/14 08:27:36 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:27:37 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:27:37 DEBUG : one: Sizes differ (src 5 vs dst 3)
2025/03/14 08:27:40 INFO  : one: Moved (server-side)
2025/03/14 08:27:42 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK
2025/03/14 08:27:42 INFO  : one: Copied (server-side copy)
2025/03/14 08:27:42 DEBUG : one: Destination found in --copy-dest, using server-side copy
2025/03/14 08:27:42 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:27:42 DEBUG : Waiting for deletions to finish
2025/03/14 08:27:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:27:57 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK
2025/03/14 08:27:57 INFO  : two: Copied (server-side copy)
2025/03/14 08:27:57 DEBUG : two: Destination found in --copy-dest, using server-side copy
2025/03/14 08:27:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:27:57 DEBUG : one: Unchanged skipping
2025/03/14 08:27:57 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:27:57 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:27:57 DEBUG : Waiting for deletions to finish
2025/03/14 08:28:02 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:28:02 DEBUG : one: Unchanged skipping
2025/03/14 08:28:02 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:28:02 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:28:02 DEBUG : two: Unchanged skipping
2025/03/14 08:28:02 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:28:02 DEBUG : Waiting for deletions to finish
2025/03/14 08:28:02 INFO  : There was nothing to transfer
2025/03/14 08:28:17 DEBUG : three: Sizes differ (src 7 vs dst 5)
2025/03/14 08:28:17 DEBUG : three: Destination not found in --copy-dest
2025/03/14 08:28:17 DEBUG : three: Need to transfer - File not found at Destination
2025/03/14 08:28:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:28:17 DEBUG : one: Unchanged skipping
2025/03/14 08:28:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms)
2025/03/14 08:28:17 DEBUG : two: Unchanged skipping
2025/03/14 08:28:17 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:28:17 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:28:20 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK
2025/03/14 08:28:20 INFO  : three: Copied (new)
2025/03/14 08:28:20 DEBUG : Waiting for deletions to finish
2025/03/14 08:28:36 DEBUG : dst: Rmdir: contains trashed file: "three.bin"
2025/03/14 08:28:36 DEBUG : dst: Rmdir: contains trashed file: "three.json"
2025/03/14 08:28:36 DEBUG : dst: Rmdir: contains trashed file: "two.json"
2025/03/14 08:28:36 DEBUG : dst: Rmdir: contains trashed file: "two.bin"
2025/03/14 08:28:36 DEBUG : dst: Rmdir: contains trashed file: "one.json"
2025/03/14 08:28:36 DEBUG : dst: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:28:37 DEBUG : CopyDest: Rmdir: contains trashed file: "two.json"
2025/03/14 08:28:37 DEBUG : CopyDest: Rmdir: contains trashed file: "three.bin"
2025/03/14 08:28:37 DEBUG : CopyDest: Rmdir: contains trashed file: "three.json"
2025/03/14 08:28:37 DEBUG : CopyDest: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:28:37 DEBUG : CopyDest: Rmdir: contains trashed file: "two.bin"
2025/03/14 08:28:37 DEBUG : CopyDest: Rmdir: contains trashed file: "one.json"
2025/03/14 08:28:38 DEBUG : BackupDir: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:28:38 DEBUG : BackupDir: Rmdir: contains trashed file: "one.json"
--- PASS: TestSyncCopyDest (92.63s)
=== RUN   TestSyncBackupDir
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:28:52 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/dst"
2025/03/14 08:28:54 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/backup"
2025/03/14 08:28:56 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/03/14 08:28:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:28:56 DEBUG : two: Unchanged skipping
2025/03/14 08:28:56 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:28:59 INFO  : one: Moved (server-side)
2025/03/14 08:28:59 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:29:02 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK
2025/03/14 08:29:02 INFO  : one: Copied (new)
2025/03/14 08:29:02 DEBUG : Waiting for deletions to finish
2025/03/14 08:29:05 INFO  : three.txt: Moved (server-side)
2025/03/14 08:29:05 INFO  : three.txt: Moved into backup dir
2025/03/14 08:29:17 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:29:17 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/03/14 08:29:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:29:17 DEBUG : two: Unchanged skipping
2025/03/14 08:29:19 INFO  : one: Deleted
2025/03/14 08:29:22 INFO  : one: Moved (server-side)
2025/03/14 08:29:22 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:29:25 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK
2025/03/14 08:29:25 INFO  : one: Copied (new)
2025/03/14 08:29:25 DEBUG : Waiting for deletions to finish
2025/03/14 08:29:27 INFO  : three.txt: Deleted
2025/03/14 08:29:29 INFO  : three.txt: Moved (server-side)
2025/03/14 08:29:29 INFO  : three.txt: Moved into backup dir
2025/03/14 08:29:39 DEBUG : dst: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:29:39 DEBUG : dst: Rmdir: contains trashed file: "one.json"
2025/03/14 08:29:39 DEBUG : dst: Rmdir: contains trashed file: "two.json"
2025/03/14 08:29:39 DEBUG : dst: Rmdir: contains trashed file: "two.bin"
2025/03/14 08:29:40 DEBUG : backup: Rmdir: contains trashed file: "three.txt.json"
2025/03/14 08:29:40 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bin"
2025/03/14 08:29:40 DEBUG : backup: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:29:40 DEBUG : backup: Rmdir: contains trashed file: "one.json"
2025/03/14 08:29:40 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bin"
2025/03/14 08:29:40 DEBUG : backup: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:29:40 DEBUG : backup: Rmdir: contains trashed file: "one.json"
2025/03/14 08:29:40 DEBUG : backup: Rmdir: contains trashed file: "three.txt.json"
--- PASS: TestSyncBackupDir (62.18s)
=== RUN   TestSyncBackupDirWithSuffix
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:29:54 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/dst"
2025/03/14 08:29:56 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/backup"
2025/03/14 08:29:58 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/03/14 08:29:58 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:29:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:29:58 DEBUG : two: Unchanged skipping
2025/03/14 08:30:02 INFO  : one: Moved (server-side) to: one.bak
2025/03/14 08:30:02 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:30:05 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK
2025/03/14 08:30:05 INFO  : one: Copied (new)
2025/03/14 08:30:05 DEBUG : Waiting for deletions to finish
2025/03/14 08:30:07 INFO  : three.txt: Moved (server-side) to: three.txt.bak
2025/03/14 08:30:07 INFO  : three.txt: Moved into backup dir
2025/03/14 08:30:20 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/03/14 08:30:20 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:30:20 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:30:20 DEBUG : two: Unchanged skipping
2025/03/14 08:30:22 INFO  : one.bak: Deleted
2025/03/14 08:30:24 INFO  : one: Moved (server-side) to: one.bak
2025/03/14 08:30:24 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:30:27 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK
2025/03/14 08:30:27 INFO  : one: Copied (new)
2025/03/14 08:30:27 DEBUG : Waiting for deletions to finish
2025/03/14 08:30:29 INFO  : three.txt.bak: Deleted
2025/03/14 08:30:32 INFO  : three.txt: Moved (server-side) to: three.txt.bak
2025/03/14 08:30:32 INFO  : three.txt: Moved into backup dir
2025/03/14 08:30:42 DEBUG : dst: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:30:42 DEBUG : dst: Rmdir: contains trashed file: "one.json"
2025/03/14 08:30:42 DEBUG : dst: Rmdir: contains trashed file: "two.json"
2025/03/14 08:30:42 DEBUG : dst: Rmdir: contains trashed file: "two.bin"
2025/03/14 08:30:43 DEBUG : backup: Rmdir: contains trashed file: "one.bak.json"
2025/03/14 08:30:43 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.bin"
2025/03/14 08:30:43 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.json"
2025/03/14 08:30:43 DEBUG : backup: Rmdir: contains trashed file: "one.bak.bin"
2025/03/14 08:30:43 DEBUG : backup: Rmdir: contains trashed file: "one.bak.json"
2025/03/14 08:30:43 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.bin"
2025/03/14 08:30:43 DEBUG : backup: Rmdir: contains trashed file: "one.bak.bin"
2025/03/14 08:30:43 DEBUG : backup: Rmdir: contains trashed file: "three.txt.bak.json"
--- PASS: TestSyncBackupDirWithSuffix (62.89s)
=== RUN   TestSyncBackupDirWithSuffixKeepExtension
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:30:57 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/dst"
2025/03/14 08:30:57 DEBUG : Config file has changed externally - reloading
2025/03/14 08:30:59 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/backup"
2025/03/14 08:31:01 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/03/14 08:31:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:31:01 DEBUG : two: Unchanged skipping
2025/03/14 08:31:01 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:31:04 INFO  : one: Moved (server-side) to: one-2019-01-01
2025/03/14 08:31:04 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:31:08 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK
2025/03/14 08:31:08 INFO  : one: Copied (new)
2025/03/14 08:31:08 DEBUG : Waiting for deletions to finish
2025/03/14 08:31:10 INFO  : three.txt: Moved (server-side) to: three-2019-01-01.txt
2025/03/14 08:31:10 INFO  : three.txt: Moved into backup dir
2025/03/14 08:31:23 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/03/14 08:31:23 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:31:23 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:31:23 DEBUG : two: Unchanged skipping
2025/03/14 08:31:26 INFO  : one-2019-01-01: Deleted
2025/03/14 08:31:28 INFO  : one: Moved (server-side) to: one-2019-01-01
2025/03/14 08:31:28 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:31:31 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK
2025/03/14 08:31:31 INFO  : one: Copied (new)
2025/03/14 08:31:31 DEBUG : Waiting for deletions to finish
2025/03/14 08:31:33 INFO  : three-2019-01-01.txt: Deleted
2025/03/14 08:31:35 INFO  : three.txt: Moved (server-side) to: three-2019-01-01.txt
2025/03/14 08:31:35 INFO  : three.txt: Moved into backup dir
2025/03/14 08:31:45 DEBUG : dst: Rmdir: contains trashed file: "one.json"
2025/03/14 08:31:45 DEBUG : dst: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:31:45 DEBUG : dst: Rmdir: contains trashed file: "two.bin"
2025/03/14 08:31:45 DEBUG : dst: Rmdir: contains trashed file: "two.json"
2025/03/14 08:31:45 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.bin"
2025/03/14 08:31:45 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.bin"
2025/03/14 08:31:45 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.json"
2025/03/14 08:31:45 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.json"
2025/03/14 08:31:45 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.bin"
2025/03/14 08:31:45 DEBUG : backup: Rmdir: contains trashed file: "three-2019-01-01.txt.json"
2025/03/14 08:31:45 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.json"
2025/03/14 08:31:45 DEBUG : backup: Rmdir: contains trashed file: "one-2019-01-01.bin"
--- PASS: TestSyncBackupDirWithSuffixKeepExtension (62.56s)
=== RUN   TestSyncBackupDirSuffixOnly
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:31:59 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/dst"
2025/03/14 08:32:01 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/03/14 08:32:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:32:01 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:32:01 DEBUG : two: Unchanged skipping
2025/03/14 08:32:04 INFO  : one: Moved (server-side) to: one.bak
2025/03/14 08:32:04 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:32:07 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK
2025/03/14 08:32:07 INFO  : one: Copied (new)
2025/03/14 08:32:07 DEBUG : Waiting for deletions to finish
2025/03/14 08:32:09 INFO  : three.txt: Moved (server-side) to: three.txt.bak
2025/03/14 08:32:09 INFO  : three.txt: Moved into backup dir
2025/03/14 08:32:21 DEBUG : three.txt.bak: Excluded (Path Filter)
2025/03/14 08:32:21 DEBUG : three.txt.bak: Excluded
2025/03/14 08:32:21 DEBUG : one.bak: Excluded (Path Filter)
2025/03/14 08:32:21 DEBUG : one.bak: Excluded
2025/03/14 08:32:21 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/03/14 08:32:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:32:21 DEBUG : two: Unchanged skipping
2025/03/14 08:32:21 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for checks to finish
2025/03/14 08:32:23 INFO  : one.bak: Deleted
2025/03/14 08:32:25 INFO  : one: Moved (server-side) to: one.bak
2025/03/14 08:32:25 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi/dst: Waiting for transfers to finish
2025/03/14 08:32:28 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK
2025/03/14 08:32:28 INFO  : one: Copied (new)
2025/03/14 08:32:28 DEBUG : Waiting for deletions to finish
2025/03/14 08:32:30 INFO  : three.txt.bak: Deleted
2025/03/14 08:32:32 INFO  : three.txt: Moved (server-side) to: three.txt.bak
2025/03/14 08:32:32 INFO  : three.txt: Moved into backup dir
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "one.json"
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json"
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin"
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json"
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin"
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "two.json"
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json"
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "two.bin"
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin"
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json"
2025/03/14 08:32:42 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin"
--- PASS: TestSyncBackupDirSuffixOnly (56.66s)
=== RUN   TestSyncSuffix
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:32:56 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/dst"
2025/03/14 08:32:59 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/03/14 08:33:00 INFO  : one: Moved (server-side) to: one.bak
2025/03/14 08:33:03 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK
2025/03/14 08:33:03 INFO  : one: Copied (new)
2025/03/14 08:33:05 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:33:05 DEBUG : two: Unchanged skipping
2025/03/14 08:33:06 DEBUG : three.txt: Sizes differ (src 6 vs dst 5)
2025/03/14 08:33:07 INFO  : three.txt: Moved (server-side) to: three.txt.bak
2025/03/14 08:33:10 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK
2025/03/14 08:33:10 INFO  : three.txt: Copied (new)
2025/03/14 08:33:22 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/03/14 08:33:23 INFO  : one.bak: Deleted
2025/03/14 08:33:25 INFO  : one: Moved (server-side) to: one.bak
2025/03/14 08:33:28 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK
2025/03/14 08:33:28 INFO  : one: Copied (new)
2025/03/14 08:33:29 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:33:29 DEBUG : two: Unchanged skipping
2025/03/14 08:33:31 DEBUG : three.txt: Sizes differ (src 19 vs dst 6)
2025/03/14 08:33:33 INFO  : three.txt.bak: Deleted
2025/03/14 08:33:34 INFO  : three.txt: Moved (server-side) to: three.txt.bak
2025/03/14 08:33:37 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK
2025/03/14 08:33:37 INFO  : three.txt: Copied (new)
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "three.txt.json"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "one.json"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bin"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "one.bak.bin"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "two.bin"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "one.bak.json"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "two.json"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.json"
2025/03/14 08:33:49 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bak.bin"
--- PASS: TestSyncSuffix (67.12s)
=== RUN   TestSyncSuffixKeepExtension
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:34:03 DEBUG : Creating backend with remote "TestCompressDrive:rclone-test-lanabug9romi/dst"
2025/03/14 08:34:06 DEBUG : one: Sizes differ (src 4 vs dst 3)
2025/03/14 08:34:08 INFO  : one: Moved (server-side) to: one-2019-01-01
2025/03/14 08:34:11 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK
2025/03/14 08:34:11 INFO  : one: Copied (new)
2025/03/14 08:34:12 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:34:12 DEBUG : two: Unchanged skipping
2025/03/14 08:34:14 DEBUG : three.txt: Sizes differ (src 6 vs dst 5)
2025/03/14 08:34:15 INFO  : three.txt: Moved (server-side) to: three-2019-01-01.txt
2025/03/14 08:34:18 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK
2025/03/14 08:34:18 INFO  : three.txt: Copied (new)
2025/03/14 08:34:29 DEBUG : one: Sizes differ (src 5 vs dst 4)
2025/03/14 08:34:31 INFO  : one-2019-01-01: Deleted
2025/03/14 08:34:33 INFO  : one: Moved (server-side) to: one-2019-01-01
2025/03/14 08:34:36 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK
2025/03/14 08:34:36 INFO  : one: Copied (new)
2025/03/14 08:34:37 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:34:37 DEBUG : two: Unchanged skipping
2025/03/14 08:34:38 DEBUG : three.txt: Sizes differ (src 19 vs dst 6)
2025/03/14 08:34:40 INFO  : three-2019-01-01.txt: Deleted
2025/03/14 08:34:42 INFO  : three.txt: Moved (server-side) to: three-2019-01-01.txt
2025/03/14 08:34:45 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK
2025/03/14 08:34:45 INFO  : three.txt: Copied (new)
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "three.txt.bin"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "one.bin"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "one.json"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "three.txt.json"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.json"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.bin"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.bin"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.json"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "one-2019-01-01.bin"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "two.bin"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "two.json"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.bin"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.json"
2025/03/14 08:34:58 DEBUG : dst: Rmdir: contains trashed file: "three-2019-01-01.txt.json"
--- PASS: TestSyncSuffixKeepExtension (68.75s)
=== RUN   TestSyncUTFNorm
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:35:03 DEBUG : Testêé: Sizes differ (src 14 vs dst 18)
2025/03/14 08:35:03 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:35:03 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:35:07 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK
2025/03/14 08:35:07 INFO  : Testêé: Copied (replaced existing) to: Testêé
2025/03/14 08:35:07 DEBUG : Waiting for deletions to finish
--- PASS: TestSyncUTFNorm (10.85s)
=== RUN   TestSyncImmutable
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:35:10 DEBUG : existing: Need to transfer - File not found at Destination
2025/03/14 08:35:10 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:35:10 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:35:13 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK
2025/03/14 08:35:13 INFO  : existing: Copied (new)
2025/03/14 08:35:13 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:35:16 DEBUG : existing: Sizes differ (src 8 vs dst 6)
2025/03/14 08:35:16 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:35:17 ERROR : existing: Source and destination exist but do not match: immutable file modified
2025/03/14 08:35:17 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:35:17 ERROR : Compressed: TestCompressDrive:rclone-test-lanabug9romi: not deleting files as there were IO errors
2025/03/14 08:35:17 ERROR : Compressed: TestCompressDrive:rclone-test-lanabug9romi: not deleting directories as there were IO errors
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncImmutable (11.02s)
=== RUN   TestSyncIgnoreCase
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:35:25 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:35:25 DEBUG : existing: Unchanged skipping
2025/03/14 08:35:25 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:35:25 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:35:25 DEBUG : Waiting for deletions to finish
2025/03/14 08:35:25 INFO  : There was nothing to transfer
--- PASS: TestSyncIgnoreCase (7.20s)
=== RUN   TestFixCase
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    sync_test.go:2635: Skipping test as local or remote are case-sensitive
--- SKIP: TestFixCase (0.46s)
=== RUN   TestMaxTransfer
=== RUN   TestMaxTransfer/Hard
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    sync_test.go:2674: This test only runs on local
=== RUN   TestMaxTransfer/Soft
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    sync_test.go:2674: This test only runs on local
=== RUN   TestMaxTransfer/Cautious
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    sync_test.go:2674: This test only runs on local
--- PASS: TestMaxTransfer (1.43s)
    --- SKIP: TestMaxTransfer/Hard (0.47s)
    --- SKIP: TestMaxTransfer/Soft (0.48s)
    --- SKIP: TestMaxTransfer/Cautious (0.48s)
=== RUN   TestSyncConcurrentDelete
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:38:21 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:38:21 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both0: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both12: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both13: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both10: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both15: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both16: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both1: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both18: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both19: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both2: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both3: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both4: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both5: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both6: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both7: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both8: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:38:21 DEBUG : both9: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both11: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both14: Unchanged skipping
2025/03/14 08:38:21 DEBUG : both17: Unchanged skipping
2025/03/14 08:38:21 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:38:21 DEBUG : Waiting for deletions to finish
2025/03/14 08:38:22 INFO  : only2: Deleted
2025/03/14 08:38:22 INFO  : only5: Deleted
2025/03/14 08:38:22 INFO  : only19: Deleted
2025/03/14 08:38:22 INFO  : only3: Deleted
2025/03/14 08:38:23 INFO  : only10: Deleted
2025/03/14 08:38:23 INFO  : only1: Deleted
2025/03/14 08:38:23 INFO  : only15: Deleted
2025/03/14 08:38:23 INFO  : only14: Deleted
2025/03/14 08:38:24 INFO  : only6: Deleted
2025/03/14 08:38:25 INFO  : only16: Deleted
2025/03/14 08:38:25 INFO  : only17: Deleted
2025/03/14 08:38:25 INFO  : only9: Deleted
2025/03/14 08:38:26 INFO  : only11: Deleted
2025/03/14 08:38:26 INFO  : only7: Deleted
2025/03/14 08:38:26 INFO  : only13: Deleted
2025/03/14 08:38:26 INFO  : only12: Deleted
2025/03/14 08:38:27 INFO  : only4: Deleted
2025/03/14 08:38:27 INFO  : only18: Deleted
2025/03/14 08:38:27 INFO  : only0: Deleted
2025/03/14 08:38:27 INFO  : only8: Deleted
2025/03/14 08:38:27 INFO  : There was nothing to transfer
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncConcurrentDelete (221.83s)
=== RUN   TestSyncConcurrentTruncate
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:41:56 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for checks to finish
2025/03/14 08:41:56 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both1: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both0: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both13: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both14: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both15: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both16: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both17: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both18: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both19: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both2: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both3: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both11: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both5: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both6: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both10: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both12: Unchanged skipping
2025/03/14 08:41:56 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms)
2025/03/14 08:41:56 DEBUG : both9: Unchanged skipping
2025/03/14 08:41:56 DEBUG : only0: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only1: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only10: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only11: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only12: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only13: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only14: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only15: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : both4: Unchanged skipping
2025/03/14 08:41:56 DEBUG : only16: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only17: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : both7: Unchanged skipping
2025/03/14 08:41:56 DEBUG : only18: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only19: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only2: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only3: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : both8: Unchanged skipping
2025/03/14 08:41:56 DEBUG : only4: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only5: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only6: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only7: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only8: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : only9: Sizes differ (src 0 vs dst 6)
2025/03/14 08:41:56 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Waiting for transfers to finish
2025/03/14 08:42:00 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:00 INFO  : only1: Copied (replaced existing)
2025/03/14 08:42:00 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:00 INFO  : only0: Copied (replaced existing)
2025/03/14 08:42:00 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:00 INFO  : only11: Copied (replaced existing)
2025/03/14 08:42:00 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:00 INFO  : only10: Copied (replaced existing)
2025/03/14 08:42:03 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:03 INFO  : only12: Copied (replaced existing)
2025/03/14 08:42:04 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:04 INFO  : only13: Copied (replaced existing)
2025/03/14 08:42:04 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:04 INFO  : only14: Copied (replaced existing)
2025/03/14 08:42:04 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:04 INFO  : only15: Copied (replaced existing)
2025/03/14 08:42:06 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:06 INFO  : only18: Copied (replaced existing)
2025/03/14 08:42:07 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:07 INFO  : only2: Copied (replaced existing)
2025/03/14 08:42:07 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:07 INFO  : only19: Copied (replaced existing)
2025/03/14 08:42:07 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:07 INFO  : only16: Copied (replaced existing)
2025/03/14 08:42:10 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:10 INFO  : only5: Copied (replaced existing)
2025/03/14 08:42:10 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:10 INFO  : only6: Copied (replaced existing)
2025/03/14 08:42:10 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:10 INFO  : only7: Copied (replaced existing)
2025/03/14 08:42:11 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:11 INFO  : only8: Copied (replaced existing)
2025/03/14 08:42:13 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:13 INFO  : only9: Copied (replaced existing)
2025/03/14 08:42:14 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:14 INFO  : only17: Copied (replaced existing)
2025/03/14 08:42:14 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:14 INFO  : only3: Copied (replaced existing)
2025/03/14 08:42:14 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2025/03/14 08:42:14 INFO  : only4: Copied (replaced existing)
2025/03/14 08:42:14 DEBUG : Waiting for deletions to finish
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
--- PASS: TestSyncConcurrentTruncate (274.67s)
=== RUN   TestSyncReplaceDirModTime
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:43:46 DEBUG : empty_dir: Making directory with metadata
2025/03/14 08:43:46 INFO  : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:43:46 DEBUG : empty_on_remote: Making directory with metadata
2025/03/14 08:43:46 INFO  : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:43:46 DEBUG : empty_on_remote: Making directory with metadata
2025/03/14 08:43:48 INFO  : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:43:56 INFO  : test_dir1: Set directory modification time (using DirSetModTime)
2025/03/14 08:43:56 INFO  : test_dir2: Set directory modification time (using DirSetModTime)
2025/03/14 08:43:56 INFO  : test_dir2/sub_dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:43:56 INFO  : empty_on_remote: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:44:08 DEBUG : test_dir2/sub_dir: Rmdir: contains trashed file: "file3.json"
2025/03/14 08:44:08 DEBUG : test_dir2/sub_dir: Rmdir: contains trashed file: "file3.bin"
2025/03/14 08:44:09 DEBUG : test_dir2: Rmdir: contains trashed file: "sub_dir"
2025/03/14 08:44:09 DEBUG : test_dir1: Rmdir: contains trashed file: "file2.json"
2025/03/14 08:44:09 DEBUG : test_dir1: Rmdir: contains trashed file: "file2.bin"
--- PASS: TestSyncReplaceDirModTime (25.56s)
=== RUN   TestSyncReplaceDirModTimeWithEmptyDirs
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:44:12 DEBUG : empty_dir: Making directory with metadata
2025/03/14 08:44:12 INFO  : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:44:12 DEBUG : empty_on_remote: Making directory with metadata
2025/03/14 08:44:12 INFO  : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:44:12 DEBUG : empty_on_remote: Making directory with metadata
2025/03/14 08:44:12 INFO  : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:44:19 INFO  : test_dir1: Set directory modification time (using DirSetModTime)
2025/03/14 08:44:19 INFO  : test_dir2: Set directory modification time (using DirSetModTime)
2025/03/14 08:44:19 INFO  : test_dir2/sub_dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:44:19 INFO  : empty_on_remote: Set directory modification time (using DirSetModTime)
2025/03/14 08:44:19 INFO  : empty_dir: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:44:33 DEBUG : test_dir2/sub_dir: Rmdir: contains trashed file: "file3.bin"
2025/03/14 08:44:33 DEBUG : test_dir2/sub_dir: Rmdir: contains trashed file: "file3.json"
2025/03/14 08:44:33 DEBUG : test_dir2: Rmdir: contains trashed file: "sub_dir"
2025/03/14 08:44:34 DEBUG : test_dir1: Rmdir: contains trashed file: "file2.json"
2025/03/14 08:44:34 DEBUG : test_dir1: Rmdir: contains trashed file: "file2.bin"
--- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (25.29s)
=== RUN   TestNothingToTransferWithEmptyDirs
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:44:37 INFO  : sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:44:37 DEBUG : sub dir: Making directory with metadata
2025/03/14 08:44:38 INFO  : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:45:01 INFO  : sub dir2: Set directory modification time (using DirSetModTime)
2025/03/14 08:45:02 INFO  : sub dir2: Set directory modification time (using DirSetModTime)
2025/03/14 08:45:02 INFO  : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:45:02 INFO  : sub dirEmpty: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:45:21 DEBUG : sub dirEmpty: Rmdir: contains trashed file: "sub dirEmpty2"
2025/03/14 08:45:22 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world.json"
2025/03/14 08:45:22 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:45:23 DEBUG : sub dir2/very/very/very/very/very/nested: Rmdir: contains trashed file: "subdir"
2025/03/14 08:45:24 DEBUG : sub dir2/very/very/very/very/very: Rmdir: contains trashed file: "nested"
2025/03/14 08:45:24 DEBUG : sub dir2/very/very/very/very: Rmdir: contains trashed file: "very"
2025/03/14 08:45:25 DEBUG : sub dir2/very/very/very: Rmdir: contains trashed file: "very"
2025/03/14 08:45:26 DEBUG : sub dir2/very/very: Rmdir: contains trashed file: "very"
2025/03/14 08:45:27 DEBUG : sub dir2/very: Rmdir: contains trashed file: "very"
2025/03/14 08:45:27 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world.json"
2025/03/14 08:45:27 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:45:28 DEBUG : sub dir2: Rmdir: contains trashed file: "sub dir3"
2025/03/14 08:45:28 DEBUG : sub dir2: Rmdir: contains trashed file: "very"
2025/03/14 08:45:29 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:45:29 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestNothingToTransferWithEmptyDirs (53.85s)
=== RUN   TestNothingToTransferWithoutEmptyDirs
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:45:31 INFO  : sub dir: Set directory modification time (using DirSetModTime)
2025/03/14 08:45:31 DEBUG : sub dir: Making directory with metadata
2025/03/14 08:45:32 INFO  : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:45:59 INFO  : sub dir2: Set directory modification time (using DirSetModTime)
2025/03/14 08:46:00 INFO  : sub dir2: Set directory modification time (using DirSetModTime)
2025/03/14 08:46:00 INFO  : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z)
2025/03/14 08:46:00 INFO  : sub dirEmpty: Set directory modification time (using DirSetModTime)
    run.go:180: Remote "Compressed: TestCompressDrive:rclone-test-lanabug9romi", Local "Local file system at /tmp/rclone512469157", Modify Window "1ms"
2025/03/14 08:46:18 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world.json"
2025/03/14 08:46:18 DEBUG : sub dir2/very/very/very/very/very/nested/subdir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:46:19 DEBUG : sub dir2/very/very/very/very/very/nested: Rmdir: contains trashed file: "subdir"
2025/03/14 08:46:19 DEBUG : sub dir2/very/very/very/very/very: Rmdir: contains trashed file: "nested"
2025/03/14 08:46:20 DEBUG : sub dir2/very/very/very/very: Rmdir: contains trashed file: "very"
2025/03/14 08:46:21 DEBUG : sub dir2/very/very/very: Rmdir: contains trashed file: "very"
2025/03/14 08:46:21 DEBUG : sub dir2/very/very: Rmdir: contains trashed file: "very"
2025/03/14 08:46:22 DEBUG : sub dir2/very: Rmdir: contains trashed file: "very"
2025/03/14 08:46:23 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world.json"
2025/03/14 08:46:23 DEBUG : sub dir2/sub dir3: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:46:24 DEBUG : sub dir2: Rmdir: contains trashed file: "sub dir3"
2025/03/14 08:46:24 DEBUG : sub dir2: Rmdir: contains trashed file: "very"
2025/03/14 08:46:24 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.bin"
2025/03/14 08:46:24 DEBUG : sub dir: Rmdir: contains trashed file: "hello world.json"
--- PASS: TestNothingToTransferWithoutEmptyDirs (55.88s)
PASS
2025/03/14 08:46:27 DEBUG : Compressed: TestCompressDrive:rclone-test-lanabug9romi: Purge remote
"./sync.test -test.v -test.timeout 1h0m0s -remote TestCompressDrive: -verbose" - Finished OK in 36m30.870092813s (try 1/5)