"./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Starting (try 1/5) 2025/05/07 05:54:20 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here" 2025/05/07 05:54:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/07 05:54:20 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920" 2025/05/07 05:54:21 DEBUG : Creating backend with remote "/tmp/rclone285257758" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:22 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:54:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:54:22 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/05/07 05:54:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:54:22 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:54:22 NOTICE: sub dir: Skipped set directory modification time as --dry-run is set run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.00s) === RUN TestCopy run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:24 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 05:54:24 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:54:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:54:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:54:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:54:26 DEBUG : sub dir/hello world: md5 = fc5ce0ddb4e64bc23cd25f70ac2a2d3e OK 2025/05/07 05:54:26 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:54:26 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestCopy (5.64s) === RUN TestCopyMetadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:29 DEBUG : metadata sub dir: Making directory with metadata 2025/05/07 05:54:29 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:54:29 DEBUG : empty metadata sub dir: Making directory with metadata 2025/05/07 05:54:29 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:54:29 DEBUG : Local file system at /tmp/rclone285257758: File to upload is small (21 bytes), uploading instead of streaming 2025/05/07 05:54:29 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/05/07 05:54:29 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2025/05/07 05:54:29 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 05:54:30 DEBUG : Google drive root 'crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920': Skipping btime metadata as can't update it on an existing file: 2025-05-07T05:54:29.656000568Z 2025/05/07 05:54:30 INFO : empty metadata sub dir: Updated directory metadata 2025/05/07 05:54:30 DEBUG : Google drive root 'crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920': Skipping btime metadata as can't update it on an existing file: 2025-05-07T05:54:29.656000568Z 2025/05/07 05:54:31 INFO : metadata sub dir: Updated directory metadata 2025/05/07 05:54:31 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2025/05/07 05:54:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:54:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:54:32 DEBUG : metadata sub dir/hello metadata world: md5 = e3a2544db356889a18d0ba344d322a77 OK 2025/05/07 05:54:32 INFO : metadata sub dir/hello metadata world: Copied (new) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:35 DEBUG : fg45q1rm3kh00nmmkk4m6ihmrcnel1p7551kqhjr9bk2gtd2gbf0: Rmdir: contains trashed file: "dmuvulfij81f693ur0f1vvbvq9v6iscp56daas3m51n9li5e3470" --- PASS: TestCopyMetadata (7.17s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:36 DEBUG : metadata sub dir: Making directory with metadata 2025/05/07 05:54:36 INFO : metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:54:36 DEBUG : empty metadata sub dir: Making directory with metadata 2025/05/07 05:54:36 INFO : empty metadata sub dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:54:36 DEBUG : Local file system at /tmp/rclone285257758: File to upload is small (21 bytes), uploading instead of streaming 2025/05/07 05:54:36 DEBUG : metadata sub dir/hello metadata world: md5 = baa7a013449dbba2b1ed02b5cfb4e1a2 OK 2025/05/07 05:54:36 DEBUG : metadata sub dir/hello metadata world: Size and md5 of src and dst objects identical 2025/05/07 05:54:36 INFO : metadata sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 05:54:37 DEBUG : Added delayed dir = "empty metadata sub dir", newDst= 2025/05/07 05:54:37 DEBUG : Added delayed dir = "metadata sub dir", newDst= 2025/05/07 05:54:37 DEBUG : metadata sub dir/hello metadata world: Need to transfer - File not found at Destination 2025/05/07 05:54:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:54:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:54:39 DEBUG : metadata sub dir/hello metadata world: md5 = d1eaa1c81c934d09305fb52897cce5d5 OK 2025/05/07 05:54:39 INFO : metadata sub dir/hello metadata world: Copied (new) 2025/05/07 05:54:39 DEBUG : Google drive root 'crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920': Skipping btime metadata as can't update it on an existing file: 2025-05-07T05:54:36.828005788Z 2025/05/07 05:54:39 INFO : metadata sub dir: Updated directory metadata run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:42 DEBUG : fg45q1rm3kh00nmmkk4m6ihmrcnel1p7551kqhjr9bk2gtd2gbf0: Rmdir: contains trashed file: "dmuvulfij81f693ur0f1vvbvq9v6iscp56daas3m51n9li5e3470" --- PASS: TestCopyMetadataNoEmptyDirs (6.33s) === RUN TestCopyMissingDirectory run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:43 DEBUG : Creating backend with remote "/non-existing" 2025/05/07 05:54:43 DEBUG : Config file has changed externally - reloading 2025/05/07 05:54:43 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/05/07 05:54:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:54:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (1.04s) === RUN TestCopyNoTraverse run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:44 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:54:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:54:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:54:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:54:46 DEBUG : sub dir/hello world: md5 = 1c9dbb0da1a9862062811388804d4095 OK 2025/05/07 05:54:46 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:54:46 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:48 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestCopyNoTraverse (5.28s) === RUN TestCopyCheckFirst run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Running all checks before starting transfers 2025/05/07 05:54:49 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:54:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:54:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:54:49 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Checks finished, now starting transfers 2025/05/07 05:54:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:54:52 DEBUG : sub dir/hello world: md5 = 1519f3c5c51e035682de0e44080c4e49 OK 2025/05/07 05:54:52 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:54:52 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:54 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestCopyCheckFirst (5.62s) === RUN TestSyncNoTraverse run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:55 ERROR : Ignoring --no-traverse with sync 2025/05/07 05:54:55 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:54:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:54:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:54:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:54:57 DEBUG : sub dir/hello world: md5 = 9645c7b4e81269b521c5bece47e48249 OK 2025/05/07 05:54:57 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:54:57 DEBUG : Waiting for deletions to finish 2025/05/07 05:54:57 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:54:59 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestSyncNoTraverse (5.56s) === RUN TestCopyWithDepth run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:00 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/05/07 05:55:00 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:55:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:55:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:55:02 DEBUG : hello world2: md5 = 7fa436c474c6e08ca0917307aa69c3d7 OK 2025/05/07 05:55:02 INFO : hello world2: Copied (new) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestCopyWithDepth (3.16s) === RUN TestCopyWithFilesFrom run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:04 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/07 05:55:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:55:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:55:05 DEBUG : potato2: md5 = bc3fb433e1124a0eb1ab22bc2de6d843 OK 2025/05/07 05:55:05 INFO : potato2: Copied (new) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (3.20s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:07 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/07 05:55:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:55:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:55:08 DEBUG : potato2: md5 = 3d65cf434c1516e2df7ecf2d9aa1bbe5 OK 2025/05/07 05:55:08 INFO : potato2: Copied (new) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (3.09s) === RUN TestCopyEmptyDirectories run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:10 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/05/07 05:55:10 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:55:10 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/05/07 05:55:10 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 05:55:10 DEBUG : sub dir: Making directory with metadata 2025/05/07 05:55:10 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/07 05:55:10 DEBUG : sub dir2: Making directory with metadata 2025/05/07 05:55:11 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:55:11 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/05/07 05:55:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:55:12 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:55:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:55:12 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:55:13 DEBUG : sub dir/hello world: md5 = daf3f398b7ca3006156ec1a1f72ec5aa OK 2025/05/07 05:55:13 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:16 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc: Rmdir: contains trashed file: "cv6a9uf28ngrajena8kt5ijjn0" 2025/05/07 05:55:17 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestCopyEmptyDirectories (8.14s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:18 INFO : sub dir2: Making directory 2025/05/07 05:55:18 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/05/07 05:55:18 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:55:18 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:55:18 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/05/07 05:55:18 DEBUG : Added delayed dir = "sub dir2/sub sub dir2", newDst= 2025/05/07 05:55:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:55:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:55:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:55:20 DEBUG : sub dir/hello world: md5 = aef8e9977220d1909a960d33c9f3735d OK 2025/05/07 05:55:20 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:55:20 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 05:55:22 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestCopyNoEmptyDirectories (4.69s) === RUN TestMoveEmptyDirectories run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:22 DEBUG : sub dir2: Making directory with metadata 2025/05/07 05:55:22 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:55:23 DEBUG : sub dir: Making directory with metadata 2025/05/07 05:55:23 INFO : sub dir: Made directory with metadata (mtime=2025-05-07T05:55:22.932039745Z) 2025/05/07 05:55:23 DEBUG : sub dir2: Making directory with metadata 2025/05/07 05:55:24 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:55:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:55:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:55:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:55:25 DEBUG : sub dir/hello world: md5 = f4a12ea982bfc7cf66402e59e6ee8146 OK 2025/05/07 05:55:25 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:55:25 INFO : sub dir/hello world: Deleted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:28 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestMoveEmptyDirectories (6.63s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:29 DEBUG : sub dir no update dir modtime: Making directory with metadata 2025/05/07 05:55:29 INFO : sub dir no update dir modtime: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/07 05:55:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:55:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:55:30 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncNoUpdateDirModtime (3.68s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:33 INFO : sub dir2: Making directory 2025/05/07 05:55:33 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:55:33 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/05/07 05:55:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:55:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:55:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:55:35 DEBUG : sub dir/hello world: md5 = eb85de2e1e8bcb56bc63798c909f97d1 OK 2025/05/07 05:55:35 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:55:35 INFO : sub dir/hello world: Deleted 2025/05/07 05:55:35 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 05:55:37 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestMoveNoEmptyDirectories (4.82s) === RUN TestSyncEmptyDirectories run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:38 DEBUG : sub dir2: Making directory with metadata 2025/05/07 05:55:38 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:55:38 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 05:55:38 DEBUG : sub dir: Making directory with metadata 2025/05/07 05:55:38 INFO : sub dir: Made directory with metadata (mtime=2001-02-03T04:05:06.499999999Z) 2025/05/07 05:55:38 DEBUG : sub dir2: Making directory with metadata 2025/05/07 05:55:39 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 05:55:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:55:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:55:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:55:40 DEBUG : sub dir/hello world: md5 = 55caa362996a85b7d03d3bff8621b081 OK 2025/05/07 05:55:40 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:55:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:43 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestSyncEmptyDirectories (6.41s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.39s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:44 INFO : sub dir2: Making directory 2025/05/07 05:55:45 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:55:45 DEBUG : Added delayed dir = "sub dir2", newDst= 2025/05/07 05:55:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:55:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:55:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:55:46 DEBUG : sub dir/hello world: md5 = 76f8d7110cf440d965d90e023d9a2784 OK 2025/05/07 05:55:46 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:55:46 DEBUG : Waiting for deletions to finish 2025/05/07 05:55:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 05:55:49 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestSyncNoEmptyDirectories (4.84s) === RUN TestServerSideCopy run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:51 DEBUG : sub dir/hello world: md5 = 59f8d6e3f2e7af71713bea6c5506217c OK 2025/05/07 05:55:52 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-xejinax3vebe" 2025/05/07 05:55:52 DEBUG : Config file has changed externally - reloading 2025/05/07 05:55:52 DEBUG : Creating backend with remote "TestDrive:crypt/9phu2po7rmaafshu6bjsb9cqu1j7heqblc93q3g18hve09eip0r0" sync_test.go:590: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here' -> Encrypted drive 'TestCryptDrive:rclone-test-xejinax3vebe' 2025/05/07 05:55:53 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:55:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:55:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xejinax3vebe': Waiting for checks to finish 2025/05/07 05:55:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xejinax3vebe': Waiting for transfers to finish 2025/05/07 05:55:56 INFO : sub dir/hello world: Copied (server-side copy) 2025/05/07 05:55:56 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:55:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-xejinax3vebe': Purge remote 2025/05/07 05:55:58 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestServerSideCopy (10.11s) === RUN TestCopyOverSelf run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:01 DEBUG : sub dir/hello world: md5 = 5295c6aedbc508a7a5327c7c5d567eb1 OK 2025/05/07 05:56:02 INFO : sub dir: Set directory modification time (using SetModTime) 2025/05/07 05:56:02 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/05/07 05:56:02 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/07 05:56:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:56:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:56:03 DEBUG : sub dir/hello world: md5 = e7521b1fe6c25daf648dfa2467997051 OK 2025/05/07 05:56:03 INFO : sub dir/hello world: Copied (replaced existing) 2025/05/07 05:56:04 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:05 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestCopyOverSelf (7.09s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:08 DEBUG : sub dir/hello world: md5 = 02c028aa28b782bdf317d1ec3e5a181f OK 2025/05/07 05:56:09 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-vaqomoz8ciji" 2025/05/07 05:56:09 DEBUG : Creating backend with remote "TestDrive:crypt/pnr47c30ungkb3oce6vopjpvnp7qas972pmqehqhrv5m6nfnj5c0" sync_test.go:626: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here' -> Encrypted drive 'TestCryptDrive:rclone-test-vaqomoz8ciji' 2025/05/07 05:56:10 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:56:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:56:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaqomoz8ciji': Waiting for checks to finish 2025/05/07 05:56:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaqomoz8ciji': Waiting for transfers to finish 2025/05/07 05:56:12 INFO : sub dir/hello world: Copied (server-side copy) 2025/05/07 05:56:13 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:14 DEBUG : sub dir/hello world: md5 = 99d2cfe4886b9887df3880cf76761cc6 OK 2025/05/07 05:56:15 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2025/05/07 05:56:15 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/05/07 05:56:15 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/07 05:56:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaqomoz8ciji': Waiting for checks to finish 2025/05/07 05:56:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaqomoz8ciji': Waiting for transfers to finish 2025/05/07 05:56:17 INFO : sub dir/hello world: Copied (server-side copy) 2025/05/07 05:56:17 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:17 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-vaqomoz8ciji': Purge remote 2025/05/07 05:56:19 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestServerSideCopyOverSelf (13.88s) === RUN TestMoveOverSelf run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:22 DEBUG : sub dir/hello world: md5 = 82f0590e65723506048b8eff5745a2fa OK 2025/05/07 05:56:23 INFO : sub dir: Set directory modification time (using SetModTime) 2025/05/07 05:56:23 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/05/07 05:56:24 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/07 05:56:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:56:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:56:25 DEBUG : sub dir/hello world: md5 = 518df7622b01bfcfa1da98ef54e89a11 OK 2025/05/07 05:56:25 INFO : sub dir/hello world: Copied (replaced existing) 2025/05/07 05:56:25 INFO : sub dir/hello world: Deleted 2025/05/07 05:56:25 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:27 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestMoveOverSelf (7.59s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:30 DEBUG : sub dir/hello world: md5 = 4878627981099712ec4b91476171ed4e OK 2025/05/07 05:56:30 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-muxezah3piwe" 2025/05/07 05:56:30 DEBUG : Creating backend with remote "TestDrive:crypt/glaqvfbm2he85n2afrj59lufvnauob5ltm6eso3rbvt40kc6e040" sync_test.go:671: Server side copy (if possible) Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here' -> Encrypted drive 'TestCryptDrive:rclone-test-muxezah3piwe' 2025/05/07 05:56:31 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:56:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:56:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muxezah3piwe': Waiting for checks to finish 2025/05/07 05:56:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muxezah3piwe': Waiting for transfers to finish 2025/05/07 05:56:34 INFO : sub dir/hello world: Copied (server-side copy) 2025/05/07 05:56:34 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:36 DEBUG : sub dir/hello world: md5 = 2d13befd6b9f352bc26855b681f9db18 OK 2025/05/07 05:56:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muxezah3piwe': Using server-side directory move 2025/05/07 05:56:37 INFO : Encrypted drive 'TestCryptDrive:rclone-test-muxezah3piwe': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/05/07 05:56:37 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2025/05/07 05:56:37 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/05/07 05:56:37 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/07 05:56:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muxezah3piwe': Waiting for checks to finish 2025/05/07 05:56:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muxezah3piwe': Waiting for transfers to finish 2025/05/07 05:56:38 INFO : sub dir/hello world: Deleted 2025/05/07 05:56:38 INFO : sub dir/hello world: Moved (server-side) 2025/05/07 05:56:39 INFO : sub dir: Set directory modification time (using SetModTime) 2025/05/07 05:56:41 DEBUG : sub dir/hello world: md5 = 996910f8d93b26c8f3b03d4c92a7ec99 OK 2025/05/07 05:56:41 DEBUG : testing file moves 2025/05/07 05:56:42 DEBUG : sub dir: Directory modification time the same (differ by 0s, within tolerance 1ms) 2025/05/07 05:56:42 DEBUG : Added delayed dir = "sub dir", newDst=sub dir 2025/05/07 05:56:42 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/05/07 05:56:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muxezah3piwe': Waiting for checks to finish 2025/05/07 05:56:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muxezah3piwe': Waiting for transfers to finish 2025/05/07 05:56:42 INFO : sub dir/hello world: Deleted 2025/05/07 05:56:43 INFO : sub dir/hello world: Moved (server-side) 2025/05/07 05:56:43 INFO : sub dir: Set directory modification time (using SetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-muxezah3piwe': Purge remote --- PASS: TestServerSideMoveOverSelf (18.90s) === RUN TestCopyAfterDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:49 DEBUG : sub dir/hello world: md5 = b3dca36525f2dc4477f4c5c9b44ff367 OK 2025/05/07 05:56:49 ERROR : : error listing: directory not found 2025/05/07 05:56:49 INFO : Local file system at /tmp/rclone285257758: Making directory 2025/05/07 05:56:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:56:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:51 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestCopyAfterDelete (5.69s) === RUN TestCopyRedownload run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:55 DEBUG : sub dir/hello world: md5 = 013e4c055c4edf18493f56c31bc23134 OK 2025/05/07 05:56:55 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:56:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:56:56 DEBUG : Local file system at /tmp/rclone285257758: Waiting for checks to finish 2025/05/07 05:56:56 DEBUG : Local file system at /tmp/rclone285257758: Waiting for transfers to finish 2025/05/07 05:56:56 DEBUG : sub dir/hello world.285f0a30.partial: renamed to: sub dir/hello world 2025/05/07 05:56:56 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:56:56 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:57 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestCopyRedownload (6.08s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:56:59 DEBUG : check sum: Need to transfer - File not found at Destination 2025/05/07 05:56:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:56:59 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:00 DEBUG : check sum: md5 = cd0efd57212743af301e69b9e7e009d4 OK 2025/05/07 05:57:00 INFO : check sum: Copied (new) 2025/05/07 05:57:00 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:01 NOTICE: Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2025/05/07 05:57:01 DEBUG : check sum: Size of src and dst objects identical 2025/05/07 05:57:01 DEBUG : check sum: Unchanged skipping 2025/05/07 05:57:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:01 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:01 DEBUG : Waiting for deletions to finish 2025/05/07 05:57:01 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (4.12s) === RUN TestSyncSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:03 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/05/07 05:57:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:04 DEBUG : sizeonly: md5 = af541a8d460036fa4e9a2f76773b34d7 OK 2025/05/07 05:57:04 INFO : sizeonly: Copied (new) 2025/05/07 05:57:04 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:05 DEBUG : sizeonly: Sizes identical 2025/05/07 05:57:05 DEBUG : sizeonly: Unchanged skipping 2025/05/07 05:57:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:05 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:05 DEBUG : Waiting for deletions to finish 2025/05/07 05:57:05 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncSizeOnly (4.01s) === RUN TestSyncIgnoreSize run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:07 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/05/07 05:57:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:08 DEBUG : ignore-size: md5 = 6eae1244a32181ffa6370515485389cf OK 2025/05/07 05:57:08 INFO : ignore-size: Copied (new) 2025/05/07 05:57:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:09 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 05:57:09 DEBUG : ignore-size: Unchanged skipping 2025/05/07 05:57:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:09 DEBUG : Waiting for deletions to finish 2025/05/07 05:57:09 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (4.18s) === RUN TestSyncIgnoreTimes run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:12 DEBUG : existing: md5 = 64f4fd3073336ed7c1866d3089eb3d85 OK 2025/05/07 05:57:13 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 05:57:13 DEBUG : existing: Unchanged skipping 2025/05/07 05:57:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:13 DEBUG : Waiting for deletions to finish 2025/05/07 05:57:13 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:13 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/05/07 05:57:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:14 DEBUG : existing: md5 = 3729db4a17fe59f10a0a1ce718044e78 OK 2025/05/07 05:57:14 INFO : existing: Copied (replaced existing) 2025/05/07 05:57:14 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (5.04s) === RUN TestSyncIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:16 DEBUG : existing: Need to transfer - File not found at Destination 2025/05/07 05:57:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:17 DEBUG : existing: md5 = afba41234707b67c5e1e1409baeed819 OK 2025/05/07 05:57:17 INFO : existing: Copied (new) 2025/05/07 05:57:17 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:18 DEBUG : existing: Destination exists, skipping 2025/05/07 05:57:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:18 DEBUG : Waiting for deletions to finish 2025/05/07 05:57:18 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (3.88s) === RUN TestSyncIgnoreErrors run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:22 DEBUG : b/potato: md5 = ba9c2b4ecabac74bf070bcd7b800b5fa OK 2025/05/07 05:57:24 DEBUG : c/non empty space: md5 = 060e1d839856fdf16ee08939f991af2f OK 2025/05/07 05:57:24 INFO : d: Making directory 2025/05/07 05:57:25 DEBUG : Added delayed dir = "a", newDst= 2025/05/07 05:57:26 INFO : c: Set directory modification time (using SetModTime) 2025/05/07 05:57:26 DEBUG : Added delayed dir = "c", newDst=c 2025/05/07 05:57:26 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/05/07 05:57:26 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 05:57:26 DEBUG : c/non empty space: Unchanged skipping 2025/05/07 05:57:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:26 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:28 DEBUG : a/potato2: md5 = 201578d54ac74ed237334f462d7ddf3c OK 2025/05/07 05:57:28 INFO : a/potato2: Copied (new) 2025/05/07 05:57:28 DEBUG : Waiting for deletions to finish 2025/05/07 05:57:28 INFO : b/potato: Deleted 2025/05/07 05:57:29 INFO : a: Set directory modification time (using DirSetModTime) 2025/05/07 05:57:29 INFO : d: Removing directory 2025/05/07 05:57:29 INFO : b: Removing directory 2025/05/07 05:57:29 DEBUG : 32d8ua6196mc1r7qkfog53rkg0: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/05/07 05:57:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': deleted 2 directories run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:32 DEBUG : 3i9du405pfogq3ncai6pg7ouio: Rmdir: contains trashed file: "982d3pss7t5pn0il16r2foj31s" 2025/05/07 05:57:33 DEBUG : 2bsvlrk2ne1lfitm6tttcu0qt8: Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestSyncIgnoreErrors (14.01s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:35 DEBUG : empty space: md5 = fcee2414c9da538a45b61d4274ebacee OK 2025/05/07 05:57:36 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/05/07 05:57:36 NOTICE: empty space: Skipped copy as --dry-run is set (size 1) 2025/05/07 05:57:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:36 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:36 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/05/07 05:57:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:37 DEBUG : empty space: md5 = c34fcf0969a1147b0d8eb30c75798903 OK 2025/05/07 05:57:37 INFO : empty space: Copied (replaced existing) 2025/05/07 05:57:37 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (5.55s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" sync_test.go:1016: Can't check this if no hashes supported --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.42s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:41 DEBUG : foo: md5 = 8b3e2279a48206fd6cc045ddb4a758ab OK 2025/05/07 05:57:42 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/05/07 05:57:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:42 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:43 DEBUG : foo: md5 = 86a13faac419dcebd6014c1b89a5ba2a OK 2025/05/07 05:57:43 INFO : foo: Copied (replaced existing) 2025/05/07 05:57:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (4.74s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:46 DEBUG : empty space: md5 = 077c2e447de828e2e597e99f610c8e5d OK 2025/05/07 05:57:46 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 05:57:46 DEBUG : potato: Need to transfer - File not found at Destination 2025/05/07 05:57:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:46 DEBUG : empty space: Unchanged skipping 2025/05/07 05:57:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:47 DEBUG : potato: md5 = a28062d0962db60372b126fa7cbcd6ca OK 2025/05/07 05:57:47 INFO : potato: Copied (new) 2025/05/07 05:57:47 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (4.96s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:51 DEBUG : potato: md5 = 3e11173a3cfdc139050fc38e8b0729fb OK 2025/05/07 05:57:51 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/05/07 05:57:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:52 DEBUG : potato: md5 = 4071a4934145084bd78ecf4e824d6b80 OK 2025/05/07 05:57:52 INFO : potato: Copied (replaced existing) 2025/05/07 05:57:52 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (4.55s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:57:55 DEBUG : potato: md5 = 1917e7584c941d43d9398a4a4f2e4a89 OK 2025/05/07 05:57:56 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/05/07 05:57:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:57:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:57:57 DEBUG : potato: md5 = a7121da57d0d487094b35c036523df53 OK 2025/05/07 05:57:57 INFO : potato: Copied (replaced existing) 2025/05/07 05:57:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (4.44s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:58:00 DEBUG : potato: md5 = 5577819785884f409607a52b56b4917b OK 2025/05/07 05:58:01 DEBUG : empty space: md5 = 83c662e4cac377e09570b86f956a5e62 OK 2025/05/07 05:58:02 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/07 05:58:02 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 05:58:02 DEBUG : empty space: Unchanged skipping 2025/05/07 05:58:02 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/05/07 05:58:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:58:02 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:58:02 DEBUG : Waiting for deletions to finish 2025/05/07 05:58:02 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (5.23s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:58:05 DEBUG : potato: md5 = 5554a542eb60c85735e963c7f17cfa81 OK 2025/05/07 05:58:06 DEBUG : empty space: md5 = 90127ef4caa5b7ba73330d5903a193ca OK 2025/05/07 05:58:07 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 05:58:07 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/07 05:58:07 DEBUG : empty space: Unchanged skipping 2025/05/07 05:58:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:58:07 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:58:08 DEBUG : potato2: md5 = 5f80fc65c2e6b3ee7ee30509bd5a5f01 OK 2025/05/07 05:58:08 INFO : potato2: Copied (new) 2025/05/07 05:58:08 DEBUG : Waiting for deletions to finish 2025/05/07 05:58:09 INFO : potato: Deleted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (7.55s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:58:13 DEBUG : b/potato: md5 = 66a035e957d5cf8baec698c039adcdf6 OK 2025/05/07 05:58:15 DEBUG : c/non empty space: md5 = 487e15079b2be7523431d6a7118775d2 OK 2025/05/07 05:58:15 INFO : d: Making directory 2025/05/07 05:58:16 INFO : d/e: Making directory 2025/05/07 05:58:18 DEBUG : Added delayed dir = "a", newDst= 2025/05/07 05:58:18 INFO : c: Set directory modification time (using SetModTime) 2025/05/07 05:58:18 DEBUG : Added delayed dir = "c", newDst=c 2025/05/07 05:58:18 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/05/07 05:58:18 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 05:58:18 DEBUG : c/non empty space: Unchanged skipping 2025/05/07 05:58:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:58:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:58:20 DEBUG : a/potato2: md5 = 96b3dcef57d8bed0e052fe3531799e6e OK 2025/05/07 05:58:20 INFO : a/potato2: Copied (new) 2025/05/07 05:58:20 DEBUG : Waiting for deletions to finish 2025/05/07 05:58:20 INFO : b/potato: Deleted 2025/05/07 05:58:21 INFO : a: Set directory modification time (using DirSetModTime) 2025/05/07 05:58:21 INFO : d/e: Removing directory 2025/05/07 05:58:21 INFO : d: Removing directory 2025/05/07 05:58:22 DEBUG : ka6id8d20d3s5ktapedlphgta8: Rmdir: contains trashed file: "r8sppajuabeak3sbgj2ak8vuf8" 2025/05/07 05:58:22 INFO : b: Removing directory 2025/05/07 05:58:22 DEBUG : 32d8ua6196mc1r7qkfog53rkg0: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/05/07 05:58:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': deleted 3 directories run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:58:25 DEBUG : 3i9du405pfogq3ncai6pg7ouio: Rmdir: contains trashed file: "982d3pss7t5pn0il16r2foj31s" 2025/05/07 05:58:25 DEBUG : 2bsvlrk2ne1lfitm6tttcu0qt8: Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (15.23s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:58:28 DEBUG : b/potato: md5 = 6ca0785cd6263cd32469a8d588785e67 OK 2025/05/07 05:58:30 DEBUG : c/non empty space: md5 = 01c4b8030fd3c1116ba6187b0cc3c124 OK 2025/05/07 05:58:30 INFO : d: Making directory 2025/05/07 05:58:32 DEBUG : Added delayed dir = "a", newDst= 2025/05/07 05:58:32 INFO : c: Set directory modification time (using SetModTime) 2025/05/07 05:58:32 DEBUG : Added delayed dir = "c", newDst=c 2025/05/07 05:58:32 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/05/07 05:58:32 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 05:58:32 DEBUG : c/non empty space: Unchanged skipping 2025/05/07 05:58:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:58:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:58:34 DEBUG : a/potato2: md5 = ee1ad8796acefbe95676a1f57437f443 OK 2025/05/07 05:58:34 INFO : a/potato2: Copied (new) 2025/05/07 05:58:34 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': not deleting files as there were IO errors 2025/05/07 05:58:34 INFO : a: Set directory modification time (using DirSetModTime) 2025/05/07 05:58:34 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': not deleting directories as there were IO errors run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:58:38 DEBUG : 3i9du405pfogq3ncai6pg7ouio: Rmdir: contains trashed file: "982d3pss7t5pn0il16r2foj31s" 2025/05/07 05:58:39 DEBUG : 32d8ua6196mc1r7qkfog53rkg0: Rmdir: contains trashed file: "2m507n64kafsi59v9q71r281a4" 2025/05/07 05:58:39 DEBUG : 2bsvlrk2ne1lfitm6tttcu0qt8: Rmdir: contains trashed file: "89l8renevh3mji1c8r1p7qn6tg" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (14.02s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:58:42 DEBUG : potato: md5 = 56002efef3c7f4c82192a8bdc99bfa43 OK 2025/05/07 05:58:43 DEBUG : empty space: md5 = 23efb35904ecfb66c8ccdce74db79545 OK 2025/05/07 05:58:43 DEBUG : Waiting for deletions to finish 2025/05/07 05:58:43 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 05:58:43 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/07 05:58:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:58:43 DEBUG : empty space: Unchanged skipping 2025/05/07 05:58:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:58:44 INFO : potato: Deleted 2025/05/07 05:58:45 DEBUG : potato2: md5 = 19e45b9b8fe245f940f79528f92f2325 OK 2025/05/07 05:58:45 INFO : potato2: Copied (new) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (6.13s) === RUN TestSyncDeleteBefore run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:58:49 DEBUG : potato: md5 = d059d003b84afcfed6546efd343a638d OK 2025/05/07 05:58:50 DEBUG : empty space: md5 = ca3cbcad6d3bf698dcd08badec22ab59 OK 2025/05/07 05:58:51 DEBUG : Waiting for deletions to finish 2025/05/07 05:58:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:58:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:58:51 INFO : potato: Deleted 2025/05/07 05:58:52 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 05:58:52 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/07 05:58:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:58:52 DEBUG : empty space: Unchanged skipping 2025/05/07 05:58:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:58:53 DEBUG : potato2: md5 = cc1ef7f5d16ec8e2810aa57ed9691eb5 OK 2025/05/07 05:58:53 INFO : potato2: Copied (new) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (8.53s) === RUN TestCopyDeleteBefore run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:58:56 DEBUG : potato: md5 = cca9271e23aa69b3bbfa5bf0bbf427ee OK 2025/05/07 05:58:57 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/07 05:58:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:58:57 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:58:58 DEBUG : potato2: md5 = aedaf54b1949aa715f912cc6109b03a2 OK 2025/05/07 05:58:58 INFO : potato2: Copied (new) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (5.02s) === RUN TestSyncWithExclude run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:01 DEBUG : potato2: md5 = cdddf8b0d8e0f14f7effee355a5cd667 OK 2025/05/07 05:59:03 DEBUG : empty space: md5 = 7deabed78d006385f2b0aca3929c546c OK 2025/05/07 05:59:03 DEBUG : enormous: Excluded (Size Filter) 2025/05/07 05:59:03 DEBUG : enormous: Excluded 2025/05/07 05:59:03 DEBUG : potato2: Excluded (Size Filter) 2025/05/07 05:59:03 DEBUG : potato2: Excluded 2025/05/07 05:59:03 DEBUG : potato2: Excluded (Size Filter) 2025/05/07 05:59:03 DEBUG : potato2: Excluded 2025/05/07 05:59:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:59:03 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 05:59:03 DEBUG : empty space: Unchanged skipping 2025/05/07 05:59:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:59:03 DEBUG : Waiting for deletions to finish 2025/05/07 05:59:03 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:03 DEBUG : enormous: Excluded (Size Filter) 2025/05/07 05:59:03 DEBUG : enormous: Excluded 2025/05/07 05:59:03 DEBUG : potato2: Excluded (Size Filter) 2025/05/07 05:59:03 DEBUG : potato2: Excluded 2025/05/07 05:59:04 DEBUG : potato2: Excluded (Size Filter) 2025/05/07 05:59:04 DEBUG : potato2: Excluded 2025/05/07 05:59:04 DEBUG : Local file system at /tmp/rclone285257758: Waiting for checks to finish 2025/05/07 05:59:04 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/05/07 05:59:04 DEBUG : empty space: Unchanged skipping 2025/05/07 05:59:04 DEBUG : Local file system at /tmp/rclone285257758: Waiting for transfers to finish 2025/05/07 05:59:04 DEBUG : Waiting for deletions to finish 2025/05/07 05:59:04 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncWithExclude (6.02s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:07 DEBUG : potato2: md5 = fc83dc21896b8465b3fbce3b480aa0e5 OK 2025/05/07 05:59:09 DEBUG : empty space: md5 = 436d62a55f68f82fec600adb169ae947 OK 2025/05/07 05:59:10 DEBUG : enormous: md5 = 44a6e503566769aaba7299cbfadc763d OK 2025/05/07 05:59:10 DEBUG : enormous: Excluded (Size Filter) 2025/05/07 05:59:10 DEBUG : enormous: Excluded 2025/05/07 05:59:10 DEBUG : potato2: Excluded (Size Filter) 2025/05/07 05:59:10 DEBUG : potato2: Excluded 2025/05/07 05:59:11 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 05:59:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:59:11 DEBUG : empty space: Unchanged skipping 2025/05/07 05:59:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:59:11 DEBUG : Waiting for deletions to finish 2025/05/07 05:59:11 INFO : enormous: Deleted 2025/05/07 05:59:11 INFO : potato2: Deleted 2025/05/07 05:59:11 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:12 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/05/07 05:59:12 DEBUG : empty space: Unchanged skipping 2025/05/07 05:59:12 DEBUG : Local file system at /tmp/rclone285257758: Waiting for checks to finish 2025/05/07 05:59:12 DEBUG : Local file system at /tmp/rclone285257758: Waiting for transfers to finish 2025/05/07 05:59:12 DEBUG : Waiting for deletions to finish 2025/05/07 05:59:12 INFO : potato2: Deleted 2025/05/07 05:59:12 INFO : enormous: Deleted 2025/05/07 05:59:12 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (7.08s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:14 DEBUG : one: md5 = c2152789e02f9917c01d2e9f04d52f97 OK 2025/05/07 05:59:16 DEBUG : two: md5 = 41b55f200f3d55a6f2094bc86c68be18 OK 2025/05/07 05:59:17 DEBUG : three: md5 = 27fb5f42138981156653cebbd26797b4 OK 2025/05/07 05:59:18 DEBUG : four: md5 = 93740fa3135bb959f6213d36fde3599f OK 2025/05/07 05:59:19 DEBUG : five: Need to transfer - File not found at Destination 2025/05/07 05:59:19 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/05/07 05:59:19 DEBUG : one: Destination is newer than source, skipping 2025/05/07 05:59:19 DEBUG : three: Sizes identical 2025/05/07 05:59:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:59:19 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/05/07 05:59:19 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/05/07 05:59:19 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:59:20 DEBUG : two: md5 = c879b051272860e51443195f204697c8 OK 2025/05/07 05:59:20 INFO : two: Copied (replaced existing) 2025/05/07 05:59:20 DEBUG : four: md5 = 9b2f262eeaa3d27b753e42c82b636fb8 OK 2025/05/07 05:59:20 INFO : four: Copied (replaced existing) 2025/05/07 05:59:20 DEBUG : five: md5 = 944bcfb9959c51335adf6ac326a6e28b OK 2025/05/07 05:59:20 INFO : five: Copied (new) 2025/05/07 05:59:20 DEBUG : Waiting for deletions to finish sync_test.go:1449: Skip test with --checksum as no hashes supported --- PASS: TestSyncWithUpdateOlder (10.05s) === 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 "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" sync_test.go:1538: Can track renames: false 2025/05/07 05:59:23 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Ignoring --track-renames as the source and destination do not have a common hash 2025/05/07 05:59:23 DEBUG : potato: Need to transfer - File not found at Destination 2025/05/07 05:59:23 DEBUG : yam: Need to transfer - File not found at Destination 2025/05/07 05:59:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:59:23 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:59:25 DEBUG : potato: md5 = 196ccf882df48e2a1928a3efb4cd0ae3 OK 2025/05/07 05:59:25 INFO : potato: Copied (new) 2025/05/07 05:59:25 DEBUG : yam: md5 = 0a0f70cc7f66269b7de21157bc137f8f OK 2025/05/07 05:59:25 INFO : yam: Copied (new) 2025/05/07 05:59:25 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:25 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Ignoring --track-renames as the source and destination do not have a common hash 2025/05/07 05:59:25 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 05:59:25 DEBUG : yaml: Need to transfer - File not found at Destination 2025/05/07 05:59:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:59:25 DEBUG : potato: Unchanged skipping 2025/05/07 05:59:25 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:59:26 DEBUG : yaml: md5 = 6393615b4b362445d8dc70f4d042fd54 OK 2025/05/07 05:59:26 INFO : yaml: Copied (new) 2025/05/07 05:59:26 DEBUG : Waiting for deletions to finish 2025/05/07 05:59:27 INFO : yam: Deleted run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (6.08s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/05/07 05:59:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Making map for --track-renames 2025/05/07 05:59:30 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Finished making map for --track-renames 2025/05/07 05:59:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:59:30 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/05/07 05:59:30 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/05/07 05:59:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for renames to finish 2025/05/07 05:59:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:59:31 DEBUG : potato: md5 = d86b572f29607dc0bc65c1c5b1852b1b OK 2025/05/07 05:59:31 INFO : potato: Copied (new) 2025/05/07 05:59:31 DEBUG : yam: md5 = 1fb3787d38daec58d67b633c43f3a6ea OK 2025/05/07 05:59:31 INFO : yam: Copied (new) 2025/05/07 05:59:31 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:31 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 05:59:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Making map for --track-renames 2025/05/07 05:59:31 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Finished making map for --track-renames 2025/05/07 05:59:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:59:31 DEBUG : potato: Unchanged skipping 2025/05/07 05:59:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for renames to finish 2025/05/07 05:59:32 INFO : yam: Moved (server-side) to: yaml 2025/05/07 05:59:32 INFO : yaml: Renamed from "yam" 2025/05/07 05:59:32 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:59:32 DEBUG : Waiting for deletions to finish 2025/05/07 05:59:32 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (5.18s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/05/07 05:59:35 DEBUG : Added delayed dir = "sub", newDst= 2025/05/07 05:59:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Making map for --track-renames 2025/05/07 05:59:35 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Finished making map for --track-renames 2025/05/07 05:59:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:59:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for renames to finish 2025/05/07 05:59:35 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/05/07 05:59:35 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/05/07 05:59:35 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:59:37 DEBUG : potato: md5 = 710fe962c5f8737cfcef29a6b2eb7b60 OK 2025/05/07 05:59:37 INFO : potato: Copied (new) 2025/05/07 05:59:37 DEBUG : sub/yam: md5 = 170d03c666b702b8275c5db517b6594a OK 2025/05/07 05:59:37 INFO : sub/yam: Copied (new) 2025/05/07 05:59:37 DEBUG : Waiting for deletions to finish 2025/05/07 05:59:37 INFO : sub: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:38 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 05:59:38 DEBUG : potato: Unchanged skipping 2025/05/07 05:59:38 INFO : sub: Set directory modification time (using SetModTime) 2025/05/07 05:59:38 DEBUG : Added delayed dir = "sub", newDst=sub 2025/05/07 05:59:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Making map for --track-renames 2025/05/07 05:59:39 INFO : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Finished making map for --track-renames 2025/05/07 05:59:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:59:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for renames to finish 2025/05/07 05:59:39 INFO : sub/yam: Moved (server-side) to: yam 2025/05/07 05:59:39 INFO : yam: Renamed from "sub/yam" 2025/05/07 05:59:39 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:59:39 DEBUG : Waiting for deletions to finish 2025/05/07 05:59:39 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (8.10s) === RUN TestServerSideMoveLocal run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:43 DEBUG : Creating backend with remote "/tmp/rclone285257758/dir1" 2025/05/07 05:59:43 DEBUG : Creating backend with remote "/tmp/rclone285257758/dir2" 2025/05/07 05:59:43 DEBUG : Local file system at /tmp/rclone285257758/dir2: Using server-side directory move 2025/05/07 05:59:43 INFO : Local file system at /tmp/rclone285257758/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/05/07 05:59:43 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/05/07 05:59:43 DEBUG : Local file system at /tmp/rclone285257758/dir2: Waiting for checks to finish 2025/05/07 05:59:43 DEBUG : Local file system at /tmp/rclone285257758/dir2: Waiting for transfers to finish 2025/05/07 05:59:43 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.44s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:43 DEBUG : Added delayed dir = "nested", newDst= 2025/05/07 05:59:43 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:59:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:59:43 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/05/07 05:59:43 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/05/07 05:59:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:59:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:59:45 DEBUG : sub dir/hello world: md5 = becf8963b3447ec05d621013c3ce98bf OK 2025/05/07 05:59:45 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:59:45 INFO : sub dir/hello world: Deleted 2025/05/07 05:59:47 DEBUG : nested/sub dir/file: md5 = f5a482a8ff0ad7c03a3fc9caaf652604 OK 2025/05/07 05:59:47 INFO : nested/sub dir/file: Copied (new) 2025/05/07 05:59:47 INFO : nested/sub dir/file: Deleted 2025/05/07 05:59:47 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 05:59:48 INFO : nested: Set directory modification time (using DirSetModTime) 2025/05/07 05:59:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 05:59:48 INFO : sub dir: Removing directory 2025/05/07 05:59:48 INFO : nested/sub dir: Removing directory 2025/05/07 05:59:48 INFO : nested: Removing directory 2025/05/07 05:59:48 DEBUG : Local file system at /tmp/rclone285257758: deleted 3 directories run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:50 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/07 05:59:51 DEBUG : 37qp6d1gohacv723ij3brofbu8/14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ftp4kuv8se7tqduu6pmmcvjsmk" 2025/05/07 05:59:52 DEBUG : 37qp6d1gohacv723ij3brofbu8: Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" --- PASS: TestMoveWithDeleteEmptySrcDirs (9.51s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 05:59:53 DEBUG : Added delayed dir = "nested", newDst= 2025/05/07 05:59:53 DEBUG : Added delayed dir = "sub dir", newDst= 2025/05/07 05:59:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/07 05:59:53 DEBUG : Added delayed dir = "nested/sub dir", newDst= 2025/05/07 05:59:53 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/05/07 05:59:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 05:59:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 05:59:55 DEBUG : sub dir/hello world: md5 = 0532d9180b2ea80f3dd686f1e7eb19bd OK 2025/05/07 05:59:55 INFO : sub dir/hello world: Copied (new) 2025/05/07 05:59:55 INFO : sub dir/hello world: Deleted 2025/05/07 05:59:56 DEBUG : nested/sub dir/file: md5 = 98b3c5e8dd384434de220454623d4927 OK 2025/05/07 05:59:56 INFO : nested/sub dir/file: Copied (new) 2025/05/07 05:59:56 INFO : nested/sub dir/file: Deleted 2025/05/07 05:59:57 INFO : nested/sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 05:59:57 INFO : nested: Set directory modification time (using DirSetModTime) 2025/05/07 05:59:57 INFO : sub dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:00:00 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/07 06:00:01 DEBUG : 37qp6d1gohacv723ij3brofbu8/14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "ftp4kuv8se7tqduu6pmmcvjsmk" 2025/05/07 06:00:01 DEBUG : 37qp6d1gohacv723ij3brofbu8: Rmdir: contains trashed file: "14begaa36ih249fgrnfk6nulg0" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (9.84s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:00:03 DEBUG : existing: Need to transfer - File not found at Destination 2025/05/07 06:00:03 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/05/07 06:00:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 06:00:03 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 06:00:04 DEBUG : existing: md5 = 16b2759fc73d342164887a93fe001f43 OK 2025/05/07 06:00:04 INFO : existing: Copied (new) 2025/05/07 06:00:04 INFO : existing: Deleted 2025/05/07 06:00:04 DEBUG : existing-b: md5 = be1d5d8f0f6ab7785c1c526bdcead042 OK 2025/05/07 06:00:04 INFO : existing-b: Copied (new) 2025/05/07 06:00:04 INFO : existing-b: Deleted 2025/05/07 06:00:04 DEBUG : existing: Destination exists, skipping 2025/05/07 06:00:04 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/05/07 06:00:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 06:00:04 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 06:00:04 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (4.18s) === RUN TestServerSideMove run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:00:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-yulehas8meme" 2025/05/07 06:00:07 DEBUG : Creating backend with remote "TestDrive:crypt/j0932oofrb3omhjt4iil18qmo92dij06a8u7qfnjm4ibqgttd3k0" 2025/05/07 06:00:09 DEBUG : potato2: md5 = 5c66297abf07dc14ed3e234e76507f12 OK 2025/05/07 06:00:10 DEBUG : empty space: md5 = de89ba4e4987366e882efd0408d16451 OK 2025/05/07 06:00:12 DEBUG : potato3: md5 = 1f222208b43e3c6409a58c0be1c882a6 OK sync_test.go:1705: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here' -> Encrypted drive 'TestCryptDrive:rclone-test-yulehas8meme' 2025/05/07 06:00:14 DEBUG : empty space: md5 = d838f28be82474e5d0d34728e363eecf OK 2025/05/07 06:00:15 DEBUG : potato3: md5 = 839db7b08664e6f7d8045e121266fa89 OK 2025/05/07 06:00:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yulehas8meme': Using server-side directory move 2025/05/07 06:00:15 INFO : Encrypted drive 'TestCryptDrive:rclone-test-yulehas8meme': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/05/07 06:00:16 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/07 06:00:16 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/05/07 06:00:16 DEBUG : empty space: Unchanged skipping 2025/05/07 06:00:16 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/05/07 06:00:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yulehas8meme': Waiting for checks to finish 2025/05/07 06:00:16 INFO : empty space: Deleted 2025/05/07 06:00:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yulehas8meme': Waiting for transfers to finish 2025/05/07 06:00:16 INFO : potato3: Deleted 2025/05/07 06:00:16 INFO : potato2: Moved (server-side) 2025/05/07 06:00:17 INFO : potato3: Moved (server-side) 2025/05/07 06:00:17 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-legogid8budu" 2025/05/07 06:00:17 DEBUG : Creating backend with remote "TestDrive:crypt/8q4o2qbbthqgge45qmf8iom0t1qcnfrbr6hq6j1lipuaiiqp5kv0" 2025/05/07 06:00:18 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-legogid8budu': Using server-side directory move 2025/05/07 06:00:19 INFO : Encrypted drive 'TestCryptDrive:rclone-test-legogid8budu': Server side directory move succeeded 2025/05/07 06:00:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-legogid8budu': Purge remote 2025/05/07 06:00:20 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-yulehas8meme': Purge remote 2025/05/07 06:00:21 NOTICE: purge failed: directory not found --- PASS: TestServerSideMove (14.41s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:00:21 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-navosas5duge" 2025/05/07 06:00:21 DEBUG : Creating backend with remote "TestDrive:crypt/1giu29trp5pod76s6q0184mpudtmh9vrllo7m028m99dk2uoj5v0" 2025/05/07 06:00:24 DEBUG : potato2: md5 = 665f67f00d5bdfd060a230b5f40a0500 OK 2025/05/07 06:00:25 DEBUG : empty space: md5 = 94abd0ded562617a33bebe2565b24d8b OK 2025/05/07 06:00:26 DEBUG : potato3: md5 = d203be7085a0fadb3fc4fdc33c9bbb11 OK sync_test.go:1705: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here' -> Encrypted drive 'TestCryptDrive:rclone-test-navosas5duge' 2025/05/07 06:00:29 DEBUG : empty space: md5 = c69e4a9e294970ee444a09638d4eab0c OK 2025/05/07 06:00:30 DEBUG : potato3: md5 = 37f98ed170bcb437f946e2c90e1ebe03 OK 2025/05/07 06:00:31 DEBUG : empty space: Excluded (Size Filter) 2025/05/07 06:00:31 DEBUG : empty space: Excluded 2025/05/07 06:00:31 DEBUG : empty space: Excluded (Size Filter) 2025/05/07 06:00:31 DEBUG : empty space: Excluded 2025/05/07 06:00:31 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/07 06:00:31 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/05/07 06:00:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-navosas5duge': Waiting for checks to finish 2025/05/07 06:00:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-navosas5duge': Waiting for transfers to finish 2025/05/07 06:00:31 INFO : potato3: Deleted 2025/05/07 06:00:31 INFO : potato2: Moved (server-side) 2025/05/07 06:00:32 INFO : potato3: Moved (server-side) 2025/05/07 06:00:32 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pofejah5safi" 2025/05/07 06:00:32 DEBUG : Creating backend with remote "TestDrive:crypt/scdg55jr0pv601fdb2hgh8cm7bq3g74fpc6ej8suj0e5vfla8h40" 2025/05/07 06:00:33 DEBUG : empty space: Excluded (Size Filter) 2025/05/07 06:00:33 DEBUG : empty space: Excluded 2025/05/07 06:00:33 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/07 06:00:33 DEBUG : potato3: Need to transfer - File not found at Destination 2025/05/07 06:00:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pofejah5safi': Waiting for checks to finish 2025/05/07 06:00:33 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pofejah5safi': Waiting for transfers to finish 2025/05/07 06:00:35 INFO : potato2: Moved (server-side) 2025/05/07 06:00:35 INFO : potato3: Moved (server-side) 2025/05/07 06:00:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pofejah5safi': Purge remote 2025/05/07 06:00:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-navosas5duge': Purge remote --- PASS: TestServerSideMoveWithFilter (16.28s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:00:37 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-sedimeg1qawo" 2025/05/07 06:00:37 DEBUG : Creating backend with remote "TestDrive:crypt/0891ki1bu0de30o5767ik07991f3ialsev45sf4akpajmtkjjhpg" 2025/05/07 06:00:40 DEBUG : potato2: md5 = 83e7f5ea382120bb078b27d472d8719e OK 2025/05/07 06:00:41 DEBUG : empty space: md5 = f0bac464ed805f4d174f89d19d36f088 OK 2025/05/07 06:00:42 DEBUG : potato3: md5 = 6a4e7068d283c9399a689d7db5311a4a OK 2025/05/07 06:00:42 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here' -> Encrypted drive 'TestCryptDrive:rclone-test-sedimeg1qawo' 2025/05/07 06:00:46 DEBUG : empty space: md5 = 0cb52ca08add1a6fad5795131b910a52 OK 2025/05/07 06:00:47 DEBUG : potato3: md5 = 666845debd10ec61d2960d8ef6b111fb OK 2025/05/07 06:00:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sedimeg1qawo': Using server-side directory move 2025/05/07 06:00:47 INFO : Encrypted drive 'TestCryptDrive:rclone-test-sedimeg1qawo': Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/05/07 06:00:47 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/07 06:00:47 DEBUG : Added delayed dir = "tomatoDir", newDst= 2025/05/07 06:00:47 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/05/07 06:00:47 DEBUG : empty space: Unchanged skipping 2025/05/07 06:00:47 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/05/07 06:00:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sedimeg1qawo': Waiting for checks to finish 2025/05/07 06:00:48 INFO : potato3: Deleted 2025/05/07 06:00:48 INFO : empty space: Deleted 2025/05/07 06:00:48 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sedimeg1qawo': Waiting for transfers to finish 2025/05/07 06:00:48 INFO : potato2: Moved (server-side) 2025/05/07 06:00:48 INFO : potato3: Moved (server-side) 2025/05/07 06:00:48 INFO : tomatoDir: Removing directory 2025/05/07 06:00:49 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': deleted 1 directories 2025/05/07 06:00:50 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-nawoted4vefi" 2025/05/07 06:00:50 DEBUG : Creating backend with remote "TestDrive:crypt/s1h6l9f3tvjqgqu1g7ota0vd5bqa5ue88c5o1nlr4fg2oln96j0g" 2025/05/07 06:00:51 INFO : tomatoDir: Making directory 2025/05/07 06:00:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nawoted4vefi': Using server-side directory move 2025/05/07 06:00:52 INFO : Encrypted drive 'TestCryptDrive:rclone-test-nawoted4vefi': Server side directory move succeeded 2025/05/07 06:00:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-nawoted4vefi': Purge remote 2025/05/07 06:00:54 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-sedimeg1qawo': Purge remote 2025/05/07 06:00:54 NOTICE: purge failed: directory not found --- PASS: TestServerSideMoveDeleteEmptySourceDirs (17.12s) === RUN TestServerSideMoveOverlap run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" sync_test.go:1910: Skipping test as remote supports DirMove --- SKIP: TestServerSideMoveOverlap (0.42s) === RUN TestSyncOverlap run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:00:55 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/rclone-sync-test" 2025/05/07 06:00:55 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncOverlap (3.71s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:00:59 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/rclone-sync-test" 2025/05/07 06:00:59 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/i7355aa0sb89uagn75vfjqr6s3e3e1h2et8in57abn1fe8qfego0" 2025/05/07 06:01:01 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/rclone-sync-test-include/layer2" 2025/05/07 06:01:01 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0/n01jpl9202nn9ec1rb75h0f1c4" 2025/05/07 06:01:04 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/rclone-sync-test-ignore-file" 2025/05/07 06:01:04 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg" 2025/05/07 06:01:07 DEBUG : rclone-sync-test-ignore-file/.ignore: md5 = 4407ee40dc80ec485872d2ecb84946d1 OK 2025/05/07 06:01:08 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/05/07 06:01:09 DEBUG : rclone-sync-test: Excluded 2025/05/07 06:01:09 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/05/07 06:01:09 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/05/07 06:01:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/rclone-sync-test': Waiting for checks to finish 2025/05/07 06:01:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/rclone-sync-test': Waiting for transfers to finish 2025/05/07 06:01:09 DEBUG : Waiting for deletions to finish 2025/05/07 06:01:09 INFO : There was nothing to transfer 2025/05/07 06:01:10 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/05/07 06:01:10 DEBUG : rclone-sync-test: Excluded 2025/05/07 06:01:11 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/05/07 06:01:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 06:01:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 06:01:11 DEBUG : Waiting for deletions to finish 2025/05/07 06:01:11 INFO : rclone-sync-test-include: Removing directory 2025/05/07 06:01:11 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2025/05/07 06:01:11 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/05/07 06:01:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': failed to delete 1 directories 2025/05/07 06:01:11 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:01:12 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/05/07 06:01:12 DEBUG : rclone-sync-test: Excluded 2025/05/07 06:01:12 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/05/07 06:01:13 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/05/07 06:01:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/rclone-sync-test-include/layer2': Waiting for checks to finish 2025/05/07 06:01:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/rclone-sync-test-include/layer2': Waiting for transfers to finish 2025/05/07 06:01:13 DEBUG : Waiting for deletions to finish 2025/05/07 06:01:13 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:01:13 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/05/07 06:01:14 DEBUG : rclone-sync-test: Excluded 2025/05/07 06:01:14 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/05/07 06:01:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 06:01:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 06:01:14 DEBUG : Waiting for deletions to finish 2025/05/07 06:01:14 INFO : rclone-sync-test-include: Removing directory 2025/05/07 06:01:14 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains file: "n01jpl9202nn9ec1rb75h0f1c4" 2025/05/07 06:01:14 DEBUG : rclone-sync-test-include: Failed to Rmdir: directory not empty 2025/05/07 06:01:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': failed to delete 1 directories 2025/05/07 06:01:14 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:01:15 DEBUG : : Excluded 2025/05/07 06:01:15 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/05/07 06:01:15 DEBUG : rclone-sync-test: Excluded 2025/05/07 06:01:15 DEBUG : Added delayed dir = "rclone-sync-test-include", newDst= 2025/05/07 06:01:16 DEBUG : rclone-sync-test-include/layer2: Excluded 2025/05/07 06:01:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/rclone-sync-test-ignore-file': Waiting for checks to finish 2025/05/07 06:01:16 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/rclone-sync-test-ignore-file': Waiting for transfers to finish 2025/05/07 06:01:16 DEBUG : Waiting for deletions to finish 2025/05/07 06:01:16 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:01:18 DEBUG : khf2vlblvnbf9ftevqm0htmss73hj1j5a7q328e4ohrgs7e2loe0: Rmdir: contains trashed file: "n01jpl9202nn9ec1rb75h0f1c4" 2025/05/07 06:01:19 DEBUG : kmf11jujl9uha3tjganvgpkn45bu778hb5vb5riug1c26b38k7sg: Rmdir: contains trashed file: "i0t74httmdlljg425j6tg570d8" --- PASS: TestSyncOverlapWithFilter (28.88s) === RUN TestSyncCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:01:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/dst" 2025/05/07 06:01:28 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:01:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/CompareDest" 2025/05/07 06:01:29 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/gveqi14airsml4bgu7krj116o8" 2025/05/07 06:01:31 DEBUG : one: Need to transfer - File not found at Destination 2025/05/07 06:01:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:01:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:01:33 DEBUG : one: md5 = 641b3a555da6043f93a1460a67f45c7b OK 2025/05/07 06:01:33 INFO : one: Copied (new) 2025/05/07 06:01:33 DEBUG : Waiting for deletions to finish 2025/05/07 06:01:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:01:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:01:34 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:01:36 DEBUG : one: md5 = d8ee8d25bb65657f8ae5dc45755bb0f7 OK 2025/05/07 06:01:36 INFO : one: Copied (replaced existing) 2025/05/07 06:01:36 DEBUG : Waiting for deletions to finish 2025/05/07 06:01:37 DEBUG : dst/one: md5 = 1753679446048392afc9403d8a6b552d OK 2025/05/07 06:01:39 DEBUG : CompareDest/one: md5 = 2d1b436d88a65585c294404bf83a7f90 OK 2025/05/07 06:01:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:01:40 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:01:41 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:01:41 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/07 06:01:41 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:01:41 DEBUG : Waiting for deletions to finish 2025/05/07 06:01:41 INFO : There was nothing to transfer 2025/05/07 06:01:42 DEBUG : CompareDest/two: md5 = 1aa365a1b23854f1d3d6b30d4f30a6d2 OK 2025/05/07 06:01:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:01:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:01:43 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/07 06:01:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:01:43 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:01:43 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/07 06:01:43 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:01:43 DEBUG : Waiting for deletions to finish 2025/05/07 06:01:43 INFO : There was nothing to transfer 2025/05/07 06:01:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:01:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:01:44 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/07 06:01:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:01:44 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/07 06:01:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:01:44 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:01:44 DEBUG : Waiting for deletions to finish 2025/05/07 06:01:44 INFO : There was nothing to transfer sync_test.go:2175: No hash on uploaded file so skipping compare timestamp test 2025/05/07 06:01:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:01:45 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/07 06:01:45 DEBUG : two: Need to transfer - File not found at Destination 2025/05/07 06:01:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:01:45 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:01:45 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/07 06:01:45 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:01:47 DEBUG : two: md5 = 49fc9ae71672e7f568fe635222613e33 OK 2025/05/07 06:01:47 INFO : two: Copied (new) 2025/05/07 06:01:47 DEBUG : Waiting for deletions to finish 2025/05/07 06:01:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:01:50 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:01:50 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:01:50 DEBUG : gveqi14airsml4bgu7krj116o8: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestSyncCompareDest (23.55s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:01:53 DEBUG : pre-dest1/1: md5 = fe5ebc861f31b2551d5cd10f7fa0e6b7 OK 2025/05/07 06:01:55 DEBUG : pre-dest2/2: md5 = 77f5b8b4689da5ea7170b92cc4e667f8 OK 2025/05/07 06:01:56 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/dest" 2025/05/07 06:01:56 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/rg03c1jvnehrrc617i0lnqjddc" 2025/05/07 06:01:57 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/pre-dest1" 2025/05/07 06:01:57 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/bbnblvh6k061ssopqrp18kd7gc" 2025/05/07 06:01:58 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/pre-dest2" 2025/05/07 06:01:58 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/dgicm1h6b5ejvlltm8eeif0bnk" 2025/05/07 06:01:59 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:01:59 DEBUG : 1: Destination found in --compare-dest, skipping 2025/05/07 06:02:00 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:02:00 DEBUG : 2: Destination found in --compare-dest, skipping 2025/05/07 06:02:00 DEBUG : 3: Need to transfer - File not found at Destination 2025/05/07 06:02:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dest': Waiting for checks to finish 2025/05/07 06:02:00 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dest': Waiting for transfers to finish 2025/05/07 06:02:02 DEBUG : 3: md5 = 358074ba16e91ad006e1ad36bab101ee OK 2025/05/07 06:02:02 INFO : 3: Copied (new) 2025/05/07 06:02:02 DEBUG : Waiting for deletions to finish 2025/05/07 06:02:05 DEBUG : dgicm1h6b5ejvlltm8eeif0bnk: Rmdir: contains trashed file: "1ghu8geql9vrl726n32nrf65bc" 2025/05/07 06:02:06 DEBUG : bbnblvh6k061ssopqrp18kd7gc: Rmdir: contains trashed file: "skbfko3oil7es0lj68ob574sro" 2025/05/07 06:02:06 DEBUG : rg03c1jvnehrrc617i0lnqjddc: Rmdir: contains trashed file: "g072p7hmjchlnj0gibe64c1epg" --- PASS: TestSyncMultipleCompareDest (15.84s) === RUN TestSyncCopyDest run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:02:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/dst" 2025/05/07 06:02:07 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:02:08 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/CopyDest" 2025/05/07 06:02:08 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/d09o6po3f7bm6ce32vdgs8h9ls" 2025/05/07 06:02:10 DEBUG : one: Need to transfer - File not found at Destination 2025/05/07 06:02:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:02:10 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:02:12 DEBUG : one: md5 = 13f5a07fc5a4e0e84f5b60ddc94df71d OK 2025/05/07 06:02:12 INFO : one: Copied (new) 2025/05/07 06:02:12 DEBUG : Waiting for deletions to finish 2025/05/07 06:02:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:02:13 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:02:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:02:15 DEBUG : one: md5 = 889fe49eddb143af75568fa70463ae00 OK 2025/05/07 06:02:15 INFO : one: Copied (replaced existing) 2025/05/07 06:02:15 DEBUG : Waiting for deletions to finish 2025/05/07 06:02:17 DEBUG : dst/one: md5 = 2d29fb168675c967a80cf3871f44bfc9 OK 2025/05/07 06:02:19 DEBUG : CopyDest/one: md5 = 7377ec3663aef7cfabf22c6d6809e919 OK 2025/05/07 06:02:19 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/BackupDir" 2025/05/07 06:02:19 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/s6dbk3lfi7c9kfvo6j7bla9m0g" 2025/05/07 06:02:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:02:21 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:02:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:02:21 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/07 06:02:23 INFO : one: Moved (server-side) 2025/05/07 06:02:24 INFO : one: Copied (server-side copy) 2025/05/07 06:02:24 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/07 06:02:24 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:02:24 DEBUG : Waiting for deletions to finish 2025/05/07 06:02:25 DEBUG : CopyDest/two: md5 = 2d74a8cab79830bb5080ffe668d432b5 OK 2025/05/07 06:02:26 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:02:26 DEBUG : one: Unchanged skipping 2025/05/07 06:02:26 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:02:27 INFO : two: Copied (server-side copy) 2025/05/07 06:02:27 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/07 06:02:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:02:27 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:02:27 DEBUG : Waiting for deletions to finish 2025/05/07 06:02:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:02:28 DEBUG : one: Unchanged skipping 2025/05/07 06:02:28 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:02:28 DEBUG : two: Unchanged skipping 2025/05/07 06:02:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:02:28 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:02:28 DEBUG : Waiting for deletions to finish 2025/05/07 06:02:28 INFO : There was nothing to transfer 2025/05/07 06:02:30 DEBUG : CopyDest/three: md5 = 8e2dd908936a36e5bacc8e604fd5aa4e OK 2025/05/07 06:02:31 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:02:31 DEBUG : one: Unchanged skipping 2025/05/07 06:02:31 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/07 06:02:31 DEBUG : three: Destination not found in --copy-dest 2025/05/07 06:02:31 DEBUG : three: Need to transfer - File not found at Destination 2025/05/07 06:02:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:02:31 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/07 06:02:31 DEBUG : two: Unchanged skipping 2025/05/07 06:02:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:02:32 DEBUG : three: md5 = 68b68efd7a0c6676e59a2bebf6d9f5a5 OK 2025/05/07 06:02:32 INFO : three: Copied (new) 2025/05/07 06:02:32 DEBUG : Waiting for deletions to finish 2025/05/07 06:02:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/07 06:02:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:02:36 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:02:37 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:02:37 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:02:37 DEBUG : d09o6po3f7bm6ce32vdgs8h9ls: Rmdir: contains trashed file: "b6jdmn2b1adrhc8vikh7edr9os" 2025/05/07 06:02:37 DEBUG : s6dbk3lfi7c9kfvo6j7bla9m0g: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestSyncCopyDest (31.09s) === RUN TestSyncBackupDir run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:02:40 DEBUG : dst/one: md5 = 5f16f619b987c55745df583d23d7ad74 OK 2025/05/07 06:02:42 DEBUG : dst/two: md5 = 4b8e58e13891a09adf822d9d971b393c OK 2025/05/07 06:02:43 DEBUG : dst/three.txt: md5 = 9366cac86c2cd3743f308a5b80cc9e41 OK 2025/05/07 06:02:43 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/dst" 2025/05/07 06:02:44 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:02:44 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/backup" 2025/05/07 06:02:44 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/1nrff024r7pq65ecp72fc28jb0" 2025/05/07 06:02:46 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/07 06:02:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:02:46 DEBUG : two: Unchanged skipping 2025/05/07 06:02:46 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:02:47 INFO : one: Moved (server-side) 2025/05/07 06:02:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:02:49 DEBUG : one: md5 = e9db28b5c875ca0766b0bf8c679b39a5 OK 2025/05/07 06:02:49 INFO : one: Copied (new) 2025/05/07 06:02:49 DEBUG : Waiting for deletions to finish 2025/05/07 06:02:50 INFO : three.txt: Moved (server-side) 2025/05/07 06:02:50 INFO : three.txt: Moved into backup dir 2025/05/07 06:02:51 DEBUG : dst/three.txt: md5 = 61249a3740298dd82cddb8a4828bc6fb OK 2025/05/07 06:02:52 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/07 06:02:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:02:52 DEBUG : two: Unchanged skipping 2025/05/07 06:02:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:02:53 INFO : one: Deleted 2025/05/07 06:02:53 INFO : one: Moved (server-side) 2025/05/07 06:02:53 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:02:55 DEBUG : one: md5 = 11cd438a4a3ece81907c93f834623f02 OK 2025/05/07 06:02:55 INFO : one: Copied (new) 2025/05/07 06:02:55 DEBUG : Waiting for deletions to finish 2025/05/07 06:02:55 INFO : three.txt: Deleted 2025/05/07 06:02:56 INFO : three.txt: Moved (server-side) 2025/05/07 06:02:56 INFO : three.txt: Moved into backup dir 2025/05/07 06:02:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:02:59 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:02:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:02:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/05/07 06:02:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/05/07 06:02:59 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" --- PASS: TestSyncBackupDir (22.08s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:03:02 DEBUG : dst/one: md5 = fdacfcb3183d10729eb03a10df8e701b OK 2025/05/07 06:03:03 DEBUG : dst/two: md5 = 32d26c475bb25f4c0ad21b8216af1239 OK 2025/05/07 06:03:05 DEBUG : dst/three.txt: md5 = 58e12e8f12335abb32fc05f0bae875fd OK 2025/05/07 06:03:05 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/dst" 2025/05/07 06:03:05 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:03:06 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/backup" 2025/05/07 06:03:06 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/1nrff024r7pq65ecp72fc28jb0" 2025/05/07 06:03:08 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/07 06:03:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:03:08 DEBUG : two: Unchanged skipping 2025/05/07 06:03:08 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:03:09 INFO : one: Moved (server-side) to: one.bak 2025/05/07 06:03:09 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:03:10 DEBUG : one: md5 = 7c3b4b82da74579ef9832e9b111b0583 OK 2025/05/07 06:03:10 INFO : one: Copied (new) 2025/05/07 06:03:10 DEBUG : Waiting for deletions to finish 2025/05/07 06:03:11 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/05/07 06:03:11 INFO : three.txt: Moved into backup dir 2025/05/07 06:03:13 DEBUG : dst/three.txt: md5 = a610ebdaff63657b7c16b254d8b200d3 OK 2025/05/07 06:03:14 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/07 06:03:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:03:14 DEBUG : two: Unchanged skipping 2025/05/07 06:03:14 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:03:14 INFO : one.bak: Deleted 2025/05/07 06:03:15 INFO : one: Moved (server-side) to: one.bak 2025/05/07 06:03:15 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:03:16 DEBUG : one: md5 = 0aff3486e4937f740ec2b1b057eeb4f6 OK 2025/05/07 06:03:16 INFO : one: Copied (new) 2025/05/07 06:03:16 DEBUG : Waiting for deletions to finish 2025/05/07 06:03:17 INFO : three.txt.bak: Deleted 2025/05/07 06:03:18 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/05/07 06:03:18 INFO : three.txt: Moved into backup dir 2025/05/07 06:03:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:03:20 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:03:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "sk91qgsqfn0r271r2ehsaoc20c" 2025/05/07 06:03:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "qltcak2uaegtmcoa8vijdppbp8" 2025/05/07 06:03:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "qltcak2uaegtmcoa8vijdppbp8" 2025/05/07 06:03:21 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "sk91qgsqfn0r271r2ehsaoc20c" --- PASS: TestSyncBackupDirWithSuffix (21.81s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:03:24 DEBUG : dst/one: md5 = e9e59ca57d0a15b5e2d9cd502eb46367 OK 2025/05/07 06:03:25 DEBUG : dst/two: md5 = 790afd8a26579b9fb80594c91a67cfc3 OK 2025/05/07 06:03:27 DEBUG : dst/three.txt: md5 = e049f14233da0c7e1461c1289d6cac95 OK 2025/05/07 06:03:27 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/dst" 2025/05/07 06:03:27 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:03:28 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/backup" 2025/05/07 06:03:28 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/1nrff024r7pq65ecp72fc28jb0" 2025/05/07 06:03:30 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/07 06:03:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:03:30 DEBUG : two: Unchanged skipping 2025/05/07 06:03:30 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:03:31 INFO : one: Moved (server-side) to: one-2019-01-01 2025/05/07 06:03:31 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:03:33 DEBUG : one: md5 = ed145fff984f0b65950806dd47143452 OK 2025/05/07 06:03:33 INFO : one: Copied (new) 2025/05/07 06:03:33 DEBUG : Waiting for deletions to finish 2025/05/07 06:03:33 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/05/07 06:03:33 INFO : three.txt: Moved into backup dir 2025/05/07 06:03:35 DEBUG : dst/three.txt: md5 = ebb51f63ff0345a9fdaeb0838d8fcb5f OK 2025/05/07 06:03:36 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/07 06:03:36 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:03:36 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:03:36 DEBUG : two: Unchanged skipping 2025/05/07 06:03:37 INFO : one-2019-01-01: Deleted 2025/05/07 06:03:37 INFO : one: Moved (server-side) to: one-2019-01-01 2025/05/07 06:03:37 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:03:39 DEBUG : one: md5 = 72c3f950e7a3b5031732c74c1bde1cfc OK 2025/05/07 06:03:39 INFO : one: Copied (new) 2025/05/07 06:03:39 DEBUG : Waiting for deletions to finish 2025/05/07 06:03:39 INFO : three-2019-01-01.txt: Deleted 2025/05/07 06:03:40 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/05/07 06:03:40 INFO : three.txt: Moved into backup dir 2025/05/07 06:03:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:03:43 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:03:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "jcjl1bv3ep0v8kt35lqql1co90" 2025/05/07 06:03:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "qtq2f6qq4lgpsmj88vb7147qje3prudmtfdtr2342fth58vo9a50" 2025/05/07 06:03:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "jcjl1bv3ep0v8kt35lqql1co90" 2025/05/07 06:03:43 DEBUG : 1nrff024r7pq65ecp72fc28jb0: Rmdir: contains trashed file: "qtq2f6qq4lgpsmj88vb7147qje3prudmtfdtr2342fth58vo9a50" --- PASS: TestSyncBackupDirWithSuffixKeepExtension (22.23s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:03:46 DEBUG : dst/one: md5 = 748873aa3895720dfb1c97d524729259 OK 2025/05/07 06:03:47 DEBUG : dst/two: md5 = beeaa8fe865afac9f8fe76ab6f028162 OK 2025/05/07 06:03:48 DEBUG : dst/three.txt: md5 = d523b9a4a0508cfe9a05d9d7275e4e1e OK 2025/05/07 06:03:49 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/dst" 2025/05/07 06:03:49 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:03:50 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/07 06:03:50 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:03:50 DEBUG : two: Unchanged skipping 2025/05/07 06:03:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:03:51 INFO : one: Moved (server-side) to: one.bak 2025/05/07 06:03:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:03:52 DEBUG : one: md5 = 51d85a0e4186473098d843acda4e3b96 OK 2025/05/07 06:03:52 INFO : one: Copied (new) 2025/05/07 06:03:52 DEBUG : Waiting for deletions to finish 2025/05/07 06:03:53 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/05/07 06:03:53 INFO : three.txt: Moved into backup dir 2025/05/07 06:03:55 DEBUG : dst/three.txt: md5 = a297fe845b2361b97610fa0a9cb2e265 OK 2025/05/07 06:03:55 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/05/07 06:03:55 DEBUG : three.txt.bak: Excluded 2025/05/07 06:03:55 DEBUG : one.bak: Excluded (Path Filter) 2025/05/07 06:03:55 DEBUG : one.bak: Excluded 2025/05/07 06:03:55 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/07 06:03:55 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:03:55 DEBUG : two: Unchanged skipping 2025/05/07 06:03:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for checks to finish 2025/05/07 06:03:56 INFO : one.bak: Deleted 2025/05/07 06:03:56 INFO : one: Moved (server-side) to: one.bak 2025/05/07 06:03:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here/dst': Waiting for transfers to finish 2025/05/07 06:03:58 DEBUG : one: md5 = 431d8a9d3127f6ce03a0dd0d35285c57 OK 2025/05/07 06:03:58 INFO : one: Copied (new) 2025/05/07 06:03:58 DEBUG : Waiting for deletions to finish 2025/05/07 06:03:58 INFO : three.txt.bak: Deleted 2025/05/07 06:03:59 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/05/07 06:03:59 INFO : three.txt: Moved into backup dir 2025/05/07 06:04:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:04:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "sk91qgsqfn0r271r2ehsaoc20c" 2025/05/07 06:04:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "qltcak2uaegtmcoa8vijdppbp8" 2025/05/07 06:04:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:04:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "sk91qgsqfn0r271r2ehsaoc20c" 2025/05/07 06:04:02 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "qltcak2uaegtmcoa8vijdppbp8" --- PASS: TestSyncBackupDirSuffixOnly (18.11s) === RUN TestSyncSuffix run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:04:04 DEBUG : dst/one: md5 = fe04da422f6cf0fd8c750c4a03c7628d OK 2025/05/07 06:04:05 DEBUG : dst/two: md5 = a1feaef42bf6529ab4134ccf602a7153 OK 2025/05/07 06:04:07 DEBUG : dst/three.txt: md5 = 3def1c9228bfcbcde5fd0af1e587813c OK 2025/05/07 06:04:07 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/dst" 2025/05/07 06:04:07 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:04:08 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/07 06:04:09 INFO : one: Moved (server-side) to: one.bak 2025/05/07 06:04:10 DEBUG : one: md5 = c8203687643e220c8a267ac7ba95ae96 OK 2025/05/07 06:04:10 INFO : one: Copied (new) 2025/05/07 06:04:10 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:04:10 DEBUG : two: Unchanged skipping 2025/05/07 06:04:11 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/05/07 06:04:11 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/05/07 06:04:13 DEBUG : three.txt: md5 = ce2ddfe76d07ceb83839cf1fa33a5373 OK 2025/05/07 06:04:13 INFO : three.txt: Copied (new) 2025/05/07 06:04:14 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/07 06:04:15 INFO : one.bak: Deleted 2025/05/07 06:04:15 INFO : one: Moved (server-side) to: one.bak 2025/05/07 06:04:17 DEBUG : one: md5 = 1a1afc618cb66624043e9e61a153c229 OK 2025/05/07 06:04:17 INFO : one: Copied (new) 2025/05/07 06:04:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:04:17 DEBUG : two: Unchanged skipping 2025/05/07 06:04:17 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/05/07 06:04:18 INFO : three.txt.bak: Deleted 2025/05/07 06:04:18 INFO : three.txt: Moved (server-side) to: three.txt.bak 2025/05/07 06:04:20 DEBUG : three.txt: md5 = e9f67316736247660f27f8a4146cb499 OK 2025/05/07 06:04:20 INFO : three.txt: Copied (new) 2025/05/07 06:04:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/05/07 06:04:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:04:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "qltcak2uaegtmcoa8vijdppbp8" 2025/05/07 06:04:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:04:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "qltcak2uaegtmcoa8vijdppbp8" 2025/05/07 06:04:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "sk91qgsqfn0r271r2ehsaoc20c" 2025/05/07 06:04:23 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "sk91qgsqfn0r271r2ehsaoc20c" --- PASS: TestSyncSuffix (21.28s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:04:26 DEBUG : dst/one: md5 = b35d2e46b00d6cf3366513ca521833b1 OK 2025/05/07 06:04:27 DEBUG : dst/two: md5 = 0414643aa699569291cec7e185622610 OK 2025/05/07 06:04:28 DEBUG : dst/three.txt: md5 = 635c1841d605c5d734bb44425ff9380e OK 2025/05/07 06:04:29 DEBUG : Creating backend with remote "TestCryptDrive:rclone-test-pajotin6here/dst" 2025/05/07 06:04:29 DEBUG : Creating backend with remote "TestDrive:crypt/23m3581i68dutuubpm7d7oum5kcq9ot73r0n3khdftl68medt920/31u3jie661vd5p8j7rtc3hgbh0" 2025/05/07 06:04:30 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/07 06:04:31 INFO : one: Moved (server-side) to: one-2019-01-01 2025/05/07 06:04:32 DEBUG : one: md5 = cf466b5526139ca04d2a6cd701492a36 OK 2025/05/07 06:04:32 INFO : one: Copied (new) 2025/05/07 06:04:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:04:32 DEBUG : two: Unchanged skipping 2025/05/07 06:04:33 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/05/07 06:04:33 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/05/07 06:04:35 DEBUG : three.txt: md5 = aae9783f2919b67edd35342e7419a088 OK 2025/05/07 06:04:35 INFO : three.txt: Copied (new) 2025/05/07 06:04:36 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/07 06:04:36 INFO : one-2019-01-01: Deleted 2025/05/07 06:04:37 INFO : one: Moved (server-side) to: one-2019-01-01 2025/05/07 06:04:38 DEBUG : one: md5 = 8f578e44a22cbe85bff8af6e7ebecd6b OK 2025/05/07 06:04:38 INFO : one: Copied (new) 2025/05/07 06:04:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:04:38 DEBUG : two: Unchanged skipping 2025/05/07 06:04:39 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/05/07 06:04:39 INFO : three-2019-01-01.txt: Deleted 2025/05/07 06:04:40 INFO : three.txt: Moved (server-side) to: three-2019-01-01.txt 2025/05/07 06:04:41 DEBUG : three.txt: md5 = 9b1b125b872df87543c83bcd3384e3a6 OK 2025/05/07 06:04:41 INFO : three.txt: Copied (new) 2025/05/07 06:04:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "tr2hj63d80ftlmvm6a952snjcc" 2025/05/07 06:04:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "0828u6q2p8d62qeklrkkuf10uc" 2025/05/07 06:04:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "jcjl1bv3ep0v8kt35lqql1co90" 2025/05/07 06:04:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "jcjl1bv3ep0v8kt35lqql1co90" 2025/05/07 06:04:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "keafetfvtbmgo6tsdvcbj32i0k" 2025/05/07 06:04:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "qtq2f6qq4lgpsmj88vb7147qje3prudmtfdtr2342fth58vo9a50" 2025/05/07 06:04:45 DEBUG : 31u3jie661vd5p8j7rtc3hgbh0: Rmdir: contains trashed file: "qtq2f6qq4lgpsmj88vb7147qje3prudmtfdtr2342fth58vo9a50" --- PASS: TestSyncSuffixKeepExtension (21.75s) === RUN TestSyncUTFNorm run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:04:46 DEBUG : Testêé: md5 = 86f944ad7e546dabb7a2796dc9ceb443 OK 2025/05/07 06:04:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 06:04:47 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/05/07 06:04:47 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 06:04:48 DEBUG : Testêé: md5 = 7cb389e7f78f714f9330e93c02d76e1e OK 2025/05/07 06:04:48 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/05/07 06:04:48 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (4.00s) === RUN TestSyncImmutable run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:04:50 DEBUG : existing: Need to transfer - File not found at Destination 2025/05/07 06:04:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 06:04:50 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 06:04:51 DEBUG : existing: md5 = 3a12a1b767d5e363657ebdcf3bb77ddf OK 2025/05/07 06:04:51 INFO : existing: Copied (new) 2025/05/07 06:04:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:04:52 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/05/07 06:04:52 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/05/07 06:04:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 06:04:52 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 06:04:52 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': not deleting files as there were IO errors 2025/05/07 06:04:52 ERROR : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': not deleting directories as there were IO errors run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncImmutable (4.47s) === RUN TestSyncIgnoreCase run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:04:55 DEBUG : EXISTING: md5 = 2a81e897a5b08c437ea61dd149cf4798 OK 2025/05/07 06:04:56 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:04:56 DEBUG : existing: Unchanged skipping 2025/05/07 06:04:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 06:04:56 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 06:04:56 DEBUG : Waiting for deletions to finish 2025/05/07 06:04:56 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (3.06s) === RUN TestFixCase run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.42s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.33s) --- SKIP: TestMaxTransfer/Hard (0.46s) --- SKIP: TestMaxTransfer/Soft (0.44s) --- SKIP: TestMaxTransfer/Cautious (0.43s) === RUN TestSyncConcurrentDelete run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:05:00 DEBUG : both0: md5 = 34f12cfdbf4119ccbbfd3f14fff0ff0f OK 2025/05/07 06:05:01 DEBUG : only0: md5 = ba88cea888de7f540fad0731b35f6408 OK 2025/05/07 06:05:03 DEBUG : both1: md5 = 332408168bb4b2c7ef2de443ecb7b6ed OK 2025/05/07 06:05:04 DEBUG : only1: md5 = d07a3cf7d66980949bd16ff83764cd57 OK 2025/05/07 06:05:05 DEBUG : both2: md5 = 958f30a23aad18f89f421b0799075c16 OK 2025/05/07 06:05:07 DEBUG : only2: md5 = 483d4aefd8ee24fd2f2409982e8067d8 OK 2025/05/07 06:05:08 DEBUG : both3: md5 = 604570bf9c8888e3cef1d81c8ca11752 OK 2025/05/07 06:05:09 DEBUG : only3: md5 = c9521a4404606816073abd9e1263440b OK 2025/05/07 06:05:11 DEBUG : both4: md5 = dcad31cc1ceb09786e80192f2de74308 OK 2025/05/07 06:05:12 DEBUG : only4: md5 = ddf11edacfbabcb33804575401023627 OK 2025/05/07 06:05:13 DEBUG : both5: md5 = c28e5132d00c489cf8dd44fdf1a019f8 OK 2025/05/07 06:05:14 DEBUG : only5: md5 = 44dbf3011d477b619a7d28dec3049b7c OK 2025/05/07 06:05:16 DEBUG : both6: md5 = a8fce2550fd92858a9ab71c94c9555f5 OK 2025/05/07 06:05:17 DEBUG : only6: md5 = c194736522b761739c9920a925acb33a OK 2025/05/07 06:05:18 DEBUG : both7: md5 = ad9d02533ae000542e29fe016ca9f32b OK 2025/05/07 06:05:19 DEBUG : only7: md5 = e0397ba23907a7025962acb7261aec95 OK 2025/05/07 06:05:21 DEBUG : both8: md5 = 733afb642a17ebf9cea51d4a6e5e8947 OK 2025/05/07 06:05:22 DEBUG : only8: md5 = e5c073445dd55c6ef606ecf6220edea3 OK 2025/05/07 06:05:23 DEBUG : both9: md5 = 4017a78aca9c654cfa61a44e44f634d6 OK 2025/05/07 06:05:25 DEBUG : only9: md5 = 25fa82c9480cbb7e7d1f2f6414e06562 OK 2025/05/07 06:05:26 DEBUG : both10: md5 = 4d94b6228c5f04a3bf01e0079c723586 OK 2025/05/07 06:05:27 DEBUG : only10: md5 = 63c028feb341d28c8cb07efbba5d9202 OK 2025/05/07 06:05:28 DEBUG : both11: md5 = 2ef81d9969942a6cf0be9acdd61c5f5e OK 2025/05/07 06:05:30 DEBUG : only11: md5 = 593e0633f86f9e9905e27772c5477162 OK 2025/05/07 06:05:31 DEBUG : both12: md5 = 99bfe4b8c822e45024737e85fb658932 OK 2025/05/07 06:05:32 DEBUG : only12: md5 = b13a60b0000b26f47efa267fb8d128ce OK 2025/05/07 06:05:34 DEBUG : both13: md5 = 11952f21b9e9722146c165fc8d1ccb16 OK 2025/05/07 06:05:35 DEBUG : only13: md5 = 262123c64be9d23ffdd5bb10c53076fa OK 2025/05/07 06:05:36 DEBUG : both14: md5 = d3e85cf23364cbfef8b0e256d242ddf9 OK 2025/05/07 06:05:38 DEBUG : only14: md5 = 0822f5d9bca538c2afa11bd858324b71 OK 2025/05/07 06:05:39 DEBUG : both15: md5 = 5d05276322dd5fbb74ca1830881f24c3 OK 2025/05/07 06:05:40 DEBUG : only15: md5 = 29208d45d64708ca0cf28c2d5cee185e OK 2025/05/07 06:05:41 DEBUG : both16: md5 = 081e80fdd30a78258a47ab6379359c80 OK 2025/05/07 06:05:43 DEBUG : only16: md5 = cbe5f6c6d0f7d49653a355ca94706285 OK 2025/05/07 06:05:44 DEBUG : both17: md5 = c9c9264dcbd15bdce9e31413228ea449 OK 2025/05/07 06:05:45 DEBUG : only17: md5 = 8eed09832476d147bb382bd6a44c1f25 OK 2025/05/07 06:05:46 DEBUG : both18: md5 = c89bb60164ec2ed2c47d8fe58394724b OK 2025/05/07 06:05:48 DEBUG : only18: md5 = 11962a165ccf555b136dfe9de81dc4e3 OK 2025/05/07 06:05:49 DEBUG : both19: md5 = 718c2997e3115bf9406a1e6273174599 OK 2025/05/07 06:05:50 DEBUG : only19: md5 = b44cb64d2815f3cf81b3db610b35de14 OK 2025/05/07 06:05:51 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both1: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both12: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both13: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both14: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both15: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both16: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both17: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both18: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both19: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both2: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both3: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both4: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both5: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both6: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both7: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both8: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:05:51 DEBUG : both9: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both11: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both10: Unchanged skipping 2025/05/07 06:05:51 DEBUG : both0: Unchanged skipping 2025/05/07 06:05:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 06:05:51 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 06:05:51 DEBUG : Waiting for deletions to finish 2025/05/07 06:05:51 INFO : only16: Deleted 2025/05/07 06:05:51 INFO : only11: Deleted 2025/05/07 06:05:51 INFO : only13: Deleted 2025/05/07 06:05:51 INFO : only1: Deleted 2025/05/07 06:05:52 INFO : only3: Deleted 2025/05/07 06:05:52 INFO : only5: Deleted 2025/05/07 06:05:52 INFO : only7: Deleted 2025/05/07 06:05:52 INFO : only17: Deleted 2025/05/07 06:05:52 INFO : only14: Deleted 2025/05/07 06:05:52 INFO : only12: Deleted 2025/05/07 06:05:52 INFO : only18: Deleted 2025/05/07 06:05:52 INFO : only19: Deleted 2025/05/07 06:05:52 INFO : only2: Deleted 2025/05/07 06:05:53 INFO : only9: Deleted 2025/05/07 06:05:53 INFO : only15: Deleted 2025/05/07 06:05:53 INFO : only10: Deleted 2025/05/07 06:05:53 INFO : only8: Deleted 2025/05/07 06:05:53 INFO : only0: Deleted 2025/05/07 06:05:53 INFO : only4: Deleted 2025/05/07 06:05:53 INFO : only6: Deleted 2025/05/07 06:05:53 INFO : There was nothing to transfer run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (64.55s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:06:04 DEBUG : both0: md5 = 6101643e79e1640c633510065970dbed OK 2025/05/07 06:06:05 DEBUG : only0: md5 = b13d78a606db4ee0057ecf19dc243086 OK 2025/05/07 06:06:07 DEBUG : both1: md5 = ac941f955db8b928a87dee2e245550f7 OK 2025/05/07 06:06:08 DEBUG : only1: md5 = d319e0ce666b14f45d1b615ff4f5da73 OK 2025/05/07 06:06:09 DEBUG : both2: md5 = d8361ee049c2f6d0c568f58983b08c13 OK 2025/05/07 06:06:11 DEBUG : only2: md5 = eb27c6c056135adad39d328f875c4d52 OK 2025/05/07 06:06:12 DEBUG : both3: md5 = 6cf4824aea85697234053a108cb44b2a OK 2025/05/07 06:06:13 DEBUG : only3: md5 = 04f5ed880a12df440c8596e620db0513 OK 2025/05/07 06:06:14 DEBUG : both4: md5 = 847517c6f66e0b4ed2cccff6c1df7b35 OK 2025/05/07 06:06:16 DEBUG : only4: md5 = 92ec50e55ec8f53e2abb6a79ad9bb1a5 OK 2025/05/07 06:06:17 DEBUG : both5: md5 = 615f4d812a48d3959e627bdae0cfeb9f OK 2025/05/07 06:06:18 DEBUG : only5: md5 = b94cfa0cdbb39d67bf10531cb8de8370 OK 2025/05/07 06:06:20 DEBUG : both6: md5 = 5c98c6f1afb08af55ca1bf44713c9a31 OK 2025/05/07 06:06:21 DEBUG : only6: md5 = f3937f1dd6519e0c49613a8caa67e203 OK 2025/05/07 06:06:22 DEBUG : both7: md5 = caa93db14f807e60bd124797019758ed OK 2025/05/07 06:06:23 DEBUG : only7: md5 = 818f04989657d5e872c91d0bf7fa42e5 OK 2025/05/07 06:06:25 DEBUG : both8: md5 = 99b8dba8a78f57b747159a3bf092df5b OK 2025/05/07 06:06:26 DEBUG : only8: md5 = b6f0051b4041ff039720d48ee76cead7 OK 2025/05/07 06:06:27 DEBUG : both9: md5 = e076c50ec1db0017cdf55b797bf814e7 OK 2025/05/07 06:06:29 DEBUG : only9: md5 = 8742a857f8740728a1bf6247182ccc55 OK 2025/05/07 06:06:30 DEBUG : both10: md5 = b483d7c7e65d53529ccfa11b67525eb3 OK 2025/05/07 06:06:31 DEBUG : only10: md5 = 4bdd7aaaf84b177ecc6a8f2b914c0c88 OK 2025/05/07 06:06:33 DEBUG : both11: md5 = 290c33d187a2fb5b099b94de9ad2781e OK 2025/05/07 06:06:34 DEBUG : only11: md5 = 169837d63e69a7eb0fbcd539e79eccf6 OK 2025/05/07 06:06:36 DEBUG : both12: md5 = 350aab74bc2b3421e51af852b6e1aa64 OK 2025/05/07 06:06:37 DEBUG : only12: md5 = cd2f5c3fde1f285244e6626525a48d96 OK 2025/05/07 06:06:38 DEBUG : both13: md5 = 0c121d74e314b6b7b451d29e3238ddad OK 2025/05/07 06:06:39 DEBUG : only13: md5 = 75adf1b000bce708d70b7c21ae491293 OK 2025/05/07 06:06:40 DEBUG : both14: md5 = fc54e54832827b1656f03071ef8391eb OK 2025/05/07 06:06:42 DEBUG : only14: md5 = 0c7502fab6181feaaef47df43b98ed67 OK 2025/05/07 06:06:43 DEBUG : both15: md5 = eb7981d945e974759a7d16370edffbb8 OK 2025/05/07 06:06:44 DEBUG : only15: md5 = 2e8e154f06508ad0c7a02f3c80406155 OK 2025/05/07 06:06:46 DEBUG : both16: md5 = c9776ebc8981585d0a5b6cd3ab38d39c OK 2025/05/07 06:06:47 DEBUG : only16: md5 = bae223da714a09ab785e996c6cf6b6b8 OK 2025/05/07 06:06:48 DEBUG : both17: md5 = bb423651a392069d13b75ca704bc5d52 OK 2025/05/07 06:06:49 DEBUG : only17: md5 = 51652e182dff39c29578235073b77f1c OK 2025/05/07 06:06:51 DEBUG : both18: md5 = 20cd51549ec7c430360911dc22a9e793 OK 2025/05/07 06:06:52 DEBUG : only18: md5 = bc23fbaf428931c305418b04521c44f1 OK 2025/05/07 06:06:53 DEBUG : both19: md5 = a922a1380a7e7346747619ca878554de OK 2025/05/07 06:06:55 DEBUG : only19: md5 = d23a4f56f5eb1ac42463a68ad3e9aef9 OK 2025/05/07 06:06:55 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for checks to finish 2025/05/07 06:06:55 DEBUG : both0: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both11: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both13: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both14: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both15: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both16: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both17: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both18: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both19: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both2: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both3: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both4: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both5: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both6: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both7: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both8: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/07 06:06:55 DEBUG : both9: Unchanged skipping 2025/05/07 06:06:55 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/05/07 06:06:55 DEBUG : both12: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both10: Unchanged skipping 2025/05/07 06:06:55 DEBUG : both1: Unchanged skipping 2025/05/07 06:06:55 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Waiting for transfers to finish 2025/05/07 06:06:56 DEBUG : only0: md5 = 9b5c80013c8db823cd6899a4635bea50 OK 2025/05/07 06:06:56 INFO : only0: Copied (replaced existing) 2025/05/07 06:06:56 DEBUG : only1: md5 = f3a2b3f9d1052f1ad2193c07743c4b61 OK 2025/05/07 06:06:56 INFO : only1: Copied (replaced existing) 2025/05/07 06:06:56 DEBUG : only11: md5 = b4e0d1db61c84073da2d0d859042fc28 OK 2025/05/07 06:06:56 INFO : only11: Copied (replaced existing) 2025/05/07 06:06:56 DEBUG : only10: md5 = b9ee669d6b6433b72fa5b8bd113dcbe6 OK 2025/05/07 06:06:56 INFO : only10: Copied (replaced existing) 2025/05/07 06:06:57 DEBUG : only12: md5 = f1eabe736cc15fd12829c8c3c81a45ca OK 2025/05/07 06:06:57 INFO : only12: Copied (replaced existing) 2025/05/07 06:06:57 DEBUG : only13: md5 = 4e5f5fb3f1a850f927c9790607fe2b75 OK 2025/05/07 06:06:57 INFO : only13: Copied (replaced existing) 2025/05/07 06:06:57 DEBUG : only14: md5 = 7865ca43598a5ce2f5c9fc9ab78eef4f OK 2025/05/07 06:06:57 INFO : only14: Copied (replaced existing) 2025/05/07 06:06:57 DEBUG : only15: md5 = 1914b87cc3344fb49f0cf361b2de6217 OK 2025/05/07 06:06:57 INFO : only15: Copied (replaced existing) 2025/05/07 06:06:58 DEBUG : only16: md5 = 141a6c12f4ad5313854a0a1d93f05f02 OK 2025/05/07 06:06:58 INFO : only16: Copied (replaced existing) 2025/05/07 06:06:58 DEBUG : only17: md5 = 865778e2afd3cbecf82c2490a41fae06 OK 2025/05/07 06:06:58 INFO : only17: Copied (replaced existing) 2025/05/07 06:06:58 DEBUG : only19: md5 = 98678e9ec2f8623929b9bf615e8f0849 OK 2025/05/07 06:06:58 INFO : only19: Copied (replaced existing) 2025/05/07 06:06:58 DEBUG : only18: md5 = effb397aa21da765cb2b1fcc762d4e5d OK 2025/05/07 06:06:58 INFO : only18: Copied (replaced existing) 2025/05/07 06:06:59 DEBUG : only3: md5 = 3945e7f0a7294ec5a98583adf403c10c OK 2025/05/07 06:06:59 INFO : only3: Copied (replaced existing) 2025/05/07 06:07:00 DEBUG : only2: md5 = ff98710050c5c6a817a70d154afbd595 OK 2025/05/07 06:07:00 INFO : only2: Copied (replaced existing) 2025/05/07 06:07:00 DEBUG : only4: md5 = 24f73477b7c6dc550df7df296088b873 OK 2025/05/07 06:07:00 INFO : only4: Copied (replaced existing) 2025/05/07 06:07:00 DEBUG : only5: md5 = 8a0f1dac5361b42748dffa9783de0d13 OK 2025/05/07 06:07:00 INFO : only5: Copied (replaced existing) 2025/05/07 06:07:01 DEBUG : only6: md5 = 9fe1cb5368117eeb858d12186712065b OK 2025/05/07 06:07:01 INFO : only6: Copied (replaced existing) 2025/05/07 06:07:01 DEBUG : only8: md5 = b1e44b7b5c684a0f23b103ddd38424a4 OK 2025/05/07 06:07:01 INFO : only8: Copied (replaced existing) 2025/05/07 06:07:01 DEBUG : only9: md5 = fd797bf8eaa979b1b19e687b549c9976 OK 2025/05/07 06:07:01 INFO : only9: Copied (replaced existing) 2025/05/07 06:07:01 DEBUG : only7: md5 = 7ecfa27c0e83b65660baa2fdd1c218dd OK 2025/05/07 06:07:01 INFO : only7: Copied (replaced existing) 2025/05/07 06:07:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (76.86s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:07:20 DEBUG : empty_dir: Making directory with metadata 2025/05/07 06:07:20 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 06:07:20 DEBUG : empty_on_remote: Making directory with metadata 2025/05/07 06:07:20 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 06:07:20 DEBUG : empty_on_remote: Making directory with metadata 2025/05/07 06:07:21 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:07:26 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/05/07 06:07:26 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/05/07 06:07:26 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/05/07 06:07:26 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:07:32 DEBUG : heqj02jg0dcqlem7gl0500bvp0/24g2k8bseitblkmqnie1ibl2s8: Rmdir: contains trashed file: "633fmaa0qic3kv3cladnu11pto" 2025/05/07 06:07:33 DEBUG : heqj02jg0dcqlem7gl0500bvp0: Rmdir: contains trashed file: "24g2k8bseitblkmqnie1ibl2s8" 2025/05/07 06:07:34 DEBUG : gq68srrpl0nnf394bgf7dbu9kc: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestSyncReplaceDirModTime (16.01s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:07:36 DEBUG : empty_dir: Making directory with metadata 2025/05/07 06:07:36 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 06:07:36 DEBUG : empty_on_remote: Making directory with metadata 2025/05/07 06:07:36 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 06:07:36 DEBUG : empty_on_remote: Making directory with metadata 2025/05/07 06:07:37 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:07:41 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/05/07 06:07:41 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/05/07 06:07:41 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/05/07 06:07:41 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/05/07 06:07:41 INFO : empty_dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:07:48 DEBUG : heqj02jg0dcqlem7gl0500bvp0/24g2k8bseitblkmqnie1ibl2s8: Rmdir: contains trashed file: "633fmaa0qic3kv3cladnu11pto" 2025/05/07 06:07:49 DEBUG : heqj02jg0dcqlem7gl0500bvp0: Rmdir: contains trashed file: "24g2k8bseitblkmqnie1ibl2s8" 2025/05/07 06:07:49 DEBUG : gq68srrpl0nnf394bgf7dbu9kc: Rmdir: contains trashed file: "d26uovf0miqhd1mu3c9jbseq00" --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (16.43s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:07:52 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 06:07:52 DEBUG : sub dir: Making directory with metadata 2025/05/07 06:07:53 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:08:10 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/05/07 06:08:10 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/05/07 06:08:10 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 06:08:10 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:08:22 DEBUG : gcsdkq814sbtppue42dpsbg8ug: Rmdir: contains trashed file: "sjuo65gk5q3r1199jselk9k9o0" 2025/05/07 06:08:23 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/37qp6d1gohacv723ij3brofbu8/i24n0ln37pa2hv8pctddeuh73o: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/07 06:08:23 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/37qp6d1gohacv723ij3brofbu8: Rmdir: contains trashed file: "i24n0ln37pa2hv8pctddeuh73o" 2025/05/07 06:08:24 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak: Rmdir: contains trashed file: "37qp6d1gohacv723ij3brofbu8" 2025/05/07 06:08:25 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak: Rmdir: contains trashed file: "jefmjbgpu25gb7gcub4i80nlak" 2025/05/07 06:08:25 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak: Rmdir: contains trashed file: "jefmjbgpu25gb7gcub4i80nlak" 2025/05/07 06:08:26 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak: Rmdir: contains trashed file: "jefmjbgpu25gb7gcub4i80nlak" 2025/05/07 06:08:27 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak: Rmdir: contains trashed file: "jefmjbgpu25gb7gcub4i80nlak" 2025/05/07 06:08:28 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/4r13oncfa2rsrr82oqhsqv24ns: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/07 06:08:28 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc: Rmdir: contains trashed file: "4r13oncfa2rsrr82oqhsqv24ns" 2025/05/07 06:08:28 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc: Rmdir: contains trashed file: "jefmjbgpu25gb7gcub4i80nlak" 2025/05/07 06:08:29 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestNothingToTransferWithEmptyDirs (38.62s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:08:31 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/07 06:08:31 DEBUG : sub dir: Making directory with metadata 2025/05/07 06:08:32 INFO : sub dir: Made directory with metadata (mtime=2011-12-30T12:59:59Z) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:08:52 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/05/07 06:08:52 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/05/07 06:08:52 INFO : sub dirEmpty/sub dirEmpty2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/07 06:08:52 INFO : sub dirEmpty: Set directory modification time (using DirSetModTime) run.go:180: Remote "Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here'", Local "Local file system at /tmp/rclone285257758", Modify Window "1ms" 2025/05/07 06:09:03 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/37qp6d1gohacv723ij3brofbu8/i24n0ln37pa2hv8pctddeuh73o: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/07 06:09:04 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/37qp6d1gohacv723ij3brofbu8: Rmdir: contains trashed file: "i24n0ln37pa2hv8pctddeuh73o" 2025/05/07 06:09:05 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak: Rmdir: contains trashed file: "37qp6d1gohacv723ij3brofbu8" 2025/05/07 06:09:06 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak: Rmdir: contains trashed file: "jefmjbgpu25gb7gcub4i80nlak" 2025/05/07 06:09:06 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak: Rmdir: contains trashed file: "jefmjbgpu25gb7gcub4i80nlak" 2025/05/07 06:09:07 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak/jefmjbgpu25gb7gcub4i80nlak: Rmdir: contains trashed file: "jefmjbgpu25gb7gcub4i80nlak" 2025/05/07 06:09:08 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/jefmjbgpu25gb7gcub4i80nlak: Rmdir: contains trashed file: "jefmjbgpu25gb7gcub4i80nlak" 2025/05/07 06:09:08 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc/4r13oncfa2rsrr82oqhsqv24ns: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" 2025/05/07 06:09:09 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc: Rmdir: contains trashed file: "4r13oncfa2rsrr82oqhsqv24ns" 2025/05/07 06:09:09 DEBUG : s0tvtpcbgsp8ufdmedqtvlq3hc: Rmdir: contains trashed file: "jefmjbgpu25gb7gcub4i80nlak" 2025/05/07 06:09:10 DEBUG : 14begaa36ih249fgrnfk6nulg0: Rmdir: contains trashed file: "8j9gk4b744l35einofkqsr2mvo" --- PASS: TestNothingToTransferWithoutEmptyDirs (40.47s) PASS 2025/05/07 06:09:11 DEBUG : Encrypted drive 'TestCryptDrive:rclone-test-pajotin6here': Purge remote "./sync.test -test.v -test.timeout 1h0m0s -remote TestCryptDrive: -verbose" - Finished OK in 14m51.465358886s (try 1/5)