"./sync.test -test.v -test.timeout 1h0m0s -remote TestS3Alibaba: -verbose" - Starting (try 1/5) 2022/01/17 05:13:04 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0" 2022/01/17 05:13:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2022/01/17 05:13:04 DEBUG : Creating backend with remote "/tmp/rclone2418614581" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === 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:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:06 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Bucket "rclone-test-buquwoj4sizoyez8yuzekex0" created with ACL "private" 2022/01/17 05:13:06 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:06 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2022/01/17 05:13:06 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish --- PASS: TestCopyWithDryRun (2.65s) === RUN TestCopy run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:06 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:06 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:06 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:06 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopy (0.32s) === RUN TestCopyMissingDirectory run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:07 DEBUG : Creating backend with remote "/non-existing" 2022/01/17 05:13:07 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2022/01/17 05:13:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish --- PASS: TestCopyMissingDirectory (0.11s) === RUN TestCopyNoTraverse run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:07 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:07 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoTraverse (0.31s) === RUN TestCopyCheckFirst run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:07 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Running all checks before starting transfers 2022/01/17 05:13:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:07 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Checks finished, now starting transfers 2022/01/17 05:13:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:07 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:07 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyCheckFirst (0.31s) === RUN TestSyncNoTraverse run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:07 ERROR : Ignoring --no-traverse with sync 2022/01/17 05:13:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:07 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:07 INFO : sub dir/hello world: Copied (new) 2022/01/17 05:13:07 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoTraverse (0.31s) === RUN TestCopyWithDepth run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:08 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:08 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:08 DEBUG : hello world2: md5 = cc2c857f89648dbd139d7b2a6665957d OK 2022/01/17 05:13:08 INFO : hello world2: Copied (new) --- PASS: TestCopyWithDepth (0.31s) === RUN TestCopyWithFilesFrom run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:08 DEBUG : hello world2: Excluded 2022/01/17 05:13:08 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:08 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:08 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:08 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFrom (0.31s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:08 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:08 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:08 DEBUG : potato2: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:08 INFO : potato2: Copied (new) --- PASS: TestCopyWithFilesFromAndNoTraverse (0.31s) === RUN TestCopyEmptyDirectories run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:09 DEBUG : sub dir2: Making directory 2022/01/17 05:13:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:09 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:09 INFO : sub dir/hello world: Copied (new) 2022/01/17 05:13:09 DEBUG : sub dir2: Making directory 2022/01/17 05:13:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: copied 1 directories fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestCopyEmptyDirectories (0.30s) === RUN TestMoveEmptyDirectories run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:09 DEBUG : sub dir2: Making directory 2022/01/17 05:13:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:09 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:09 INFO : sub dir/hello world: Copied (new) 2022/01/17 05:13:09 INFO : sub dir/hello world: Deleted 2022/01/17 05:13:09 DEBUG : sub dir: Making directory 2022/01/17 05:13:09 DEBUG : sub dir2: Making directory 2022/01/17 05:13:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: copied 2 directories fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestMoveEmptyDirectories (0.30s) === RUN TestSyncEmptyDirectories run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:09 DEBUG : sub dir2: Making directory 2022/01/17 05:13:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:09 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:09 INFO : sub dir/hello world: Copied (new) 2022/01/17 05:13:09 DEBUG : sub dir2: Making directory 2022/01/17 05:13:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: copied 1 directories 2022/01/17 05:13:09 DEBUG : Waiting for deletions to finish fstest.go:251: Filtering empty directory "sub dir2" --- PASS: TestSyncEmptyDirectories (0.30s) === RUN TestServerSideCopy run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:10 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-nekoteg6fipibij2hutefif2" sync_test.go:275: Server side copy (if possible) S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 -> S3 bucket rclone-test-nekoteg6fipibij2hutefif2 2022/01/17 05:13:10 DEBUG : S3 bucket rclone-test-nekoteg6fipibij2hutefif2: Waiting for checks to finish 2022/01/17 05:13:10 DEBUG : S3 bucket rclone-test-nekoteg6fipibij2hutefif2: Waiting for transfers to finish 2022/01/17 05:13:12 INFO : S3 bucket rclone-test-nekoteg6fipibij2hutefif2: Bucket "rclone-test-nekoteg6fipibij2hutefif2" created with ACL "private" 2022/01/17 05:13:12 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:12 INFO : sub dir/hello world: Copied (server-side copy) 2022/01/17 05:13:12 DEBUG : S3 bucket rclone-test-nekoteg6fipibij2hutefif2: Purge object "sub dir/hello world" 2022/01/17 05:13:12 DEBUG : S3 bucket rclone-test-nekoteg6fipibij2hutefif2: Purge dir "sub dir" 2022/01/17 05:13:12 DEBUG : S3 bucket rclone-test-nekoteg6fipibij2hutefif2: Purge dir "" 2022/01/17 05:13:14 INFO : S3 bucket rclone-test-nekoteg6fipibij2hutefif2: Bucket "rclone-test-nekoteg6fipibij2hutefif2" deleted --- PASS: TestServerSideCopy (4.46s) === RUN TestCopyAfterDelete run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:14 ERROR : : error listing: directory not found 2022/01/17 05:13:14 DEBUG : Local file system at /tmp/rclone2418614581: Making directory 2022/01/17 05:13:14 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:14 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish --- PASS: TestCopyAfterDelete (0.38s) === RUN TestCopyRedownload run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:14 DEBUG : Local file system at /tmp/rclone2418614581: Waiting for checks to finish 2022/01/17 05:13:14 DEBUG : Local file system at /tmp/rclone2418614581: Waiting for transfers to finish 2022/01/17 05:13:15 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:15 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyRedownload (0.38s) === RUN TestSyncBasedOnCheckSum run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:15 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:15 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:15 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/01/17 05:13:15 INFO : check sum: Copied (new) 2022/01/17 05:13:15 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:15 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:15 DEBUG : check sum: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/01/17 05:13:15 DEBUG : check sum: Size and md5 of src and dst objects identical 2022/01/17 05:13:15 DEBUG : check sum: Unchanged skipping 2022/01/17 05:13:15 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:15 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:15 INFO : There was nothing to transfer --- PASS: TestSyncBasedOnCheckSum (0.42s) === RUN TestSyncSizeOnly run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:15 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:15 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:15 DEBUG : sizeonly: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/01/17 05:13:15 INFO : sizeonly: Copied (new) 2022/01/17 05:13:15 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:15 DEBUG : sizeonly: Sizes identical 2022/01/17 05:13:15 DEBUG : sizeonly: Unchanged skipping 2022/01/17 05:13:15 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:15 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:15 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:15 INFO : There was nothing to transfer --- PASS: TestSyncSizeOnly (0.42s) === RUN TestSyncIgnoreSize run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:16 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:16 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:16 DEBUG : ignore-size: md5 = 98bf7d8c15784f0a3d63204441e1e2aa OK 2022/01/17 05:13:16 INFO : ignore-size: Copied (new) 2022/01/17 05:13:16 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:16 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:16 DEBUG : ignore-size: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:16 DEBUG : ignore-size: Unchanged skipping 2022/01/17 05:13:16 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:16 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:16 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreSize (0.58s) === RUN TestSyncIgnoreTimes run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:16 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:16 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:16 DEBUG : existing: Unchanged skipping 2022/01/17 05:13:16 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:16 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:16 INFO : There was nothing to transfer 2022/01/17 05:13:16 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2022/01/17 05:13:16 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:16 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:16 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/01/17 05:13:16 INFO : existing: Copied (replaced existing) 2022/01/17 05:13:16 DEBUG : Waiting for deletions to finish --- PASS: TestSyncIgnoreTimes (0.56s) === RUN TestSyncIgnoreExisting run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:17 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:17 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:17 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/01/17 05:13:17 INFO : existing: Copied (new) 2022/01/17 05:13:17 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:17 DEBUG : existing: Destination exists, skipping 2022/01/17 05:13:17 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:17 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:17 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:17 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreExisting (0.43s) === RUN TestSyncIgnoreErrors run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:17 DEBUG : d: Making directory fstest.go:251: Filtering empty directory "d" 2022/01/17 05:13:17 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:18 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:18 DEBUG : c/non empty space: Unchanged skipping 2022/01/17 05:13:18 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:18 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:18 INFO : a/potato2: Copied (new) 2022/01/17 05:13:18 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:18 INFO : b/potato: Deleted --- PASS: TestSyncIgnoreErrors (0.85s) === RUN TestSyncAfterChangingModtimeOnly run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:18 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:18 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2022/01/17 05:13:18 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/01/17 05:13:18 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2022/01/17 05:13:18 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:18 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:18 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:18 INFO : There was nothing to transfer 2022/01/17 05:13:18 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:18 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2022/01/17 05:13:18 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/01/17 05:13:18 INFO : empty space: Updated modification time in destination 2022/01/17 05:13:18 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:18 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:18 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:18 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnly (0.64s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:19 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:19 DEBUG : empty space: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2022/01/17 05:13:19 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/01/17 05:13:19 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:19 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:19 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:19 INFO : There was nothing to transfer --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (0.44s) === RUN TestSyncDoesntUpdateModtime run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:19 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:19 DEBUG : foo: Modification times differ by -95456h54m52.62345679s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499999999 +0000 UTC 2022/01/17 05:13:19 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 (Local file system at /tmp/rclone2418614581) 2022/01/17 05:13:19 DEBUG : foo: md5 = 37b51d194a7513e45b56f6524f2d51f2 (S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0) 2022/01/17 05:13:19 DEBUG : foo: md5 differ 2022/01/17 05:13:19 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:19 DEBUG : foo: md5 = acbd18db4cc2f85cedef654fccc4a4d8 OK 2022/01/17 05:13:19 INFO : foo: Copied (replaced existing) 2022/01/17 05:13:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncDoesntUpdateModtime (0.52s) === RUN TestSyncAfterAddingAFile run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:20 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:20 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:20 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:20 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:20 DEBUG : potato: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:20 INFO : potato: Copied (new) 2022/01/17 05:13:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterAddingAFile (0.57s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:20 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2022/01/17 05:13:20 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:20 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:20 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 OK 2022/01/17 05:13:20 INFO : potato: Copied (replaced existing) 2022/01/17 05:13:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingFilesSizeOnly (0.49s) === RUN TestSyncAfterChangingContentsOnly run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:21 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:21 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 2022/01/17 05:13:21 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 (Local file system at /tmp/rclone2418614581) 2022/01/17 05:13:21 DEBUG : potato: md5 = 100defcf18c42a1e0dc42a789b107cd2 (S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0) 2022/01/17 05:13:21 DEBUG : potato: md5 differ 2022/01/17 05:13:21 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:21 DEBUG : potato: md5 = e4cb6955d9106df6263c45fcfc10f163 OK 2022/01/17 05:13:21 INFO : potato: Copied (replaced existing) 2022/01/17 05:13:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncAfterChangingContentsOnly (0.52s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:21 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2022/01/17 05:13:21 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:21 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:21 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:21 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:21 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:21 NOTICE: potato: Skipped delete as --dry-run is set (size 21) --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (0.52s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:22 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:22 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:22 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:22 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:22 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:22 INFO : potato2: Copied (new) 2022/01/17 05:13:22 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:22 INFO : potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (0.74s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:23 DEBUG : d: Making directory 2022/01/17 05:13:23 DEBUG : d/e: Making directory fstest.go:251: Filtering empty directory "d" fstest.go:251: Filtering empty directory "d/e" 2022/01/17 05:13:23 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:23 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:23 DEBUG : c/non empty space: Unchanged skipping 2022/01/17 05:13:23 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:23 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:23 INFO : a/potato2: Copied (new) 2022/01/17 05:13:23 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:23 INFO : b/potato: Deleted --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (0.72s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:23 DEBUG : d: Making directory fstest.go:251: Filtering empty directory "d" 2022/01/17 05:13:23 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:23 DEBUG : c/non empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:23 DEBUG : c/non empty space: Unchanged skipping 2022/01/17 05:13:23 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:23 DEBUG : a/potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:23 INFO : a/potato2: Copied (new) 2022/01/17 05:13:23 ERROR : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: not deleting files as there were IO errors 2022/01/17 05:13:23 ERROR : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: not deleting directories as there were IO errors fstest.go:251: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (0.76s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:24 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:24 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:24 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:24 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:24 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:24 INFO : potato: Deleted 2022/01/17 05:13:24 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:24 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteDuring (0.68s) === RUN TestSyncDeleteBefore run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:25 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:25 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:25 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:25 INFO : potato: Deleted 2022/01/17 05:13:25 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:25 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:25 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:25 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:25 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:25 INFO : potato2: Copied (new) --- PASS: TestSyncDeleteBefore (0.76s) === RUN TestCopyDeleteBefore run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:25 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:25 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:26 DEBUG : potato2: md5 = 9519bc2e940e1696ea7365b4b81adedc OK 2022/01/17 05:13:26 INFO : potato2: Copied (new) --- PASS: TestCopyDeleteBefore (0.56s) === RUN TestSyncWithExclude run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:26 DEBUG : enormous: Excluded 2022/01/17 05:13:26 DEBUG : potato2: Excluded 2022/01/17 05:13:26 DEBUG : potato2: Excluded 2022/01/17 05:13:26 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:26 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:26 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:26 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:26 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:26 INFO : There was nothing to transfer 2022/01/17 05:13:26 DEBUG : enormous: Excluded 2022/01/17 05:13:26 DEBUG : potato2: Excluded 2022/01/17 05:13:26 DEBUG : potato2: Excluded 2022/01/17 05:13:26 DEBUG : Local file system at /tmp/rclone2418614581: Waiting for checks to finish 2022/01/17 05:13:26 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:26 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:26 DEBUG : Local file system at /tmp/rclone2418614581: Waiting for transfers to finish 2022/01/17 05:13:26 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:26 INFO : There was nothing to transfer --- PASS: TestSyncWithExclude (0.73s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:27 DEBUG : enormous: Excluded 2022/01/17 05:13:27 DEBUG : potato2: Excluded 2022/01/17 05:13:27 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:27 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:27 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:27 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:27 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:27 INFO : enormous: Deleted 2022/01/17 05:13:27 INFO : potato2: Deleted 2022/01/17 05:13:27 INFO : There was nothing to transfer 2022/01/17 05:13:27 DEBUG : Local file system at /tmp/rclone2418614581: Waiting for checks to finish 2022/01/17 05:13:27 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:27 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:27 DEBUG : Local file system at /tmp/rclone2418614581: Waiting for transfers to finish 2022/01/17 05:13:27 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:27 INFO : potato2: Deleted 2022/01/17 05:13:27 INFO : enormous: Deleted 2022/01/17 05:13:27 INFO : There was nothing to transfer --- PASS: TestSyncWithExcludeAndDeleteExcluded (0.80s) === RUN TestSyncWithUpdateOlder run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:28 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:28 DEBUG : three: Sizes identical 2022/01/17 05:13:28 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2022/01/17 05:13:28 DEBUG : four: Sizes differ (src 4 vs dst 8) 2022/01/17 05:13:28 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2022/01/17 05:13:28 DEBUG : one: Destination is newer than source, skipping 2022/01/17 05:13:28 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 (Local file system at /tmp/rclone2418614581) 2022/01/17 05:13:28 DEBUG : two: md5 = 0f82d86afa0f5dc965c5c15aca58dcfb (S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0) 2022/01/17 05:13:28 DEBUG : two: md5 differ 2022/01/17 05:13:28 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:28 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2022/01/17 05:13:28 INFO : five: Copied (new) 2022/01/17 05:13:28 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2022/01/17 05:13:28 INFO : four: Copied (replaced existing) 2022/01/17 05:13:28 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2022/01/17 05:13:28 INFO : two: Copied (replaced existing) 2022/01/17 05:13:28 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:28 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:28 DEBUG : one: Destination is newer than source, skipping 2022/01/17 05:13:28 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 (Local file system at /tmp/rclone2418614581) 2022/01/17 05:13:28 DEBUG : three: md5 = 413af0de1f97a2155acf2b8b26ab36e2 (S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0) 2022/01/17 05:13:28 DEBUG : three: md5 differ 2022/01/17 05:13:28 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2022/01/17 05:13:28 DEBUG : five: md5 = 30056e1cab7a61d256fc8edd970d14f5 OK 2022/01/17 05:13:28 DEBUG : five: Size and md5 of src and dst objects identical 2022/01/17 05:13:28 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2022/01/17 05:13:28 DEBUG : four: md5 = 8cbad96aced40b3838dd9f07f6ef5772 OK 2022/01/17 05:13:28 DEBUG : four: Size and md5 of src and dst objects identical 2022/01/17 05:13:28 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2022/01/17 05:13:28 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2022/01/17 05:13:28 DEBUG : two: Size and md5 of src and dst objects identical 2022/01/17 05:13:28 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2022/01/17 05:13:28 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:28 DEBUG : three: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2022/01/17 05:13:28 INFO : three: Copied (replaced existing) 2022/01/17 05:13:28 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (1.61s) === RUN TestSyncWithMaxDuration sync_test.go:1009: Skipping test on non local remote --- SKIP: TestSyncWithMaxDuration (0.00s) === RUN TestSyncWithTrackRenames run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" sync_test.go:1058: Can track renames: true 2022/01/17 05:13:29 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Making map for --track-renames 2022/01/17 05:13:29 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Finished making map for --track-renames 2022/01/17 05:13:29 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:29 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for renames to finish 2022/01/17 05:13:29 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:29 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2022/01/17 05:13:29 INFO : yam: Copied (new) 2022/01/17 05:13:29 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2022/01/17 05:13:29 INFO : potato: Copied (new) 2022/01/17 05:13:29 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:29 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Making map for --track-renames 2022/01/17 05:13:29 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Finished making map for --track-renames 2022/01/17 05:13:29 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:29 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:29 DEBUG : potato: Unchanged skipping 2022/01/17 05:13:29 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for renames to finish 2022/01/17 05:13:29 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2022/01/17 05:13:29 INFO : yam: Copied (server-side copy) to: yaml 2022/01/17 05:13:29 INFO : yam: Deleted 2022/01/17 05:13:29 INFO : yaml: Renamed from "yam" 2022/01/17 05:13:29 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenames (0.70s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" sync_test.go:1127: Can track renames: true 2022/01/17 05:13:30 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Making map for --track-renames 2022/01/17 05:13:30 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Finished making map for --track-renames 2022/01/17 05:13:30 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:30 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for renames to finish 2022/01/17 05:13:30 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:30 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2022/01/17 05:13:30 INFO : potato: Copied (new) 2022/01/17 05:13:30 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2022/01/17 05:13:30 INFO : yam: Copied (new) 2022/01/17 05:13:30 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:30 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Making map for --track-renames 2022/01/17 05:13:30 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Finished making map for --track-renames 2022/01/17 05:13:30 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:30 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:30 DEBUG : potato: Unchanged skipping 2022/01/17 05:13:30 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for renames to finish 2022/01/17 05:13:30 DEBUG : yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2022/01/17 05:13:30 INFO : yam: Copied (server-side copy) to: yaml 2022/01/17 05:13:30 INFO : yam: Deleted 2022/01/17 05:13:30 INFO : yaml: Renamed from "yam" 2022/01/17 05:13:30 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:30 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyModtime (0.74s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" sync_test.go:1163: Can track renames: true 2022/01/17 05:13:30 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Making map for --track-renames 2022/01/17 05:13:30 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Finished making map for --track-renames 2022/01/17 05:13:30 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:30 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for renames to finish 2022/01/17 05:13:30 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:31 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2022/01/17 05:13:31 INFO : sub/yam: Copied (new) 2022/01/17 05:13:31 DEBUG : potato: md5 = 7f6fa9ddec9bfebda9510af0323fd696 OK 2022/01/17 05:13:31 INFO : potato: Copied (new) 2022/01/17 05:13:31 DEBUG : Waiting for deletions to finish 2022/01/17 05:13:31 DEBUG : potato: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:31 DEBUG : potato: Unchanged skipping 2022/01/17 05:13:31 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Making map for --track-renames 2022/01/17 05:13:31 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Finished making map for --track-renames 2022/01/17 05:13:31 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:31 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for renames to finish 2022/01/17 05:13:31 DEBUG : sub/yam: md5 = 48dc443644c4b89556dc06834b46451d OK 2022/01/17 05:13:31 INFO : sub/yam: Copied (server-side copy) to: yam 2022/01/17 05:13:31 INFO : sub/yam: Deleted 2022/01/17 05:13:31 INFO : yam: Renamed from "sub/yam" 2022/01/17 05:13:31 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:31 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithTrackRenamesStrategyLeaf (0.77s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:31 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:31 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:31 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:31 INFO : sub dir/hello world: Copied (new) 2022/01/17 05:13:31 INFO : sub dir/hello world: Deleted 2022/01/17 05:13:31 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2022/01/17 05:13:31 INFO : nested/sub dir/file: Copied (new) 2022/01/17 05:13:31 INFO : nested/sub dir/file: Deleted 2022/01/17 05:13:31 INFO : sub dir: Removing directory 2022/01/17 05:13:31 INFO : nested/sub dir: Removing directory 2022/01/17 05:13:31 INFO : nested: Removing directory 2022/01/17 05:13:31 DEBUG : Local file system at /tmp/rclone2418614581: deleted 3 directories --- PASS: TestMoveWithDeleteEmptySrcDirs (0.40s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:32 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:32 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:32 DEBUG : nested/sub dir/file: md5 = 83d3784ea62518eafc60e98d84f877ad OK 2022/01/17 05:13:32 INFO : nested/sub dir/file: Copied (new) 2022/01/17 05:13:32 INFO : nested/sub dir/file: Deleted 2022/01/17 05:13:32 DEBUG : sub dir/hello world: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2022/01/17 05:13:32 INFO : sub dir/hello world: Copied (new) 2022/01/17 05:13:32 INFO : sub dir/hello world: Deleted --- PASS: TestMoveWithoutDeleteEmptySrcDirs (0.40s) === RUN TestMoveWithIgnoreExisting run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:32 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:32 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:32 DEBUG : existing-b: md5 = 006f87892f47ef9aa60fa5ed01a440fb OK 2022/01/17 05:13:32 INFO : existing-b: Copied (new) 2022/01/17 05:13:32 INFO : existing-b: Deleted 2022/01/17 05:13:32 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/01/17 05:13:32 INFO : existing: Copied (new) 2022/01/17 05:13:32 INFO : existing: Deleted 2022/01/17 05:13:32 DEBUG : existing: Destination exists, skipping 2022/01/17 05:13:32 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2022/01/17 05:13:32 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:13:32 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:13:32 INFO : There was nothing to transfer --- PASS: TestMoveWithIgnoreExisting (0.57s) === RUN TestServerSideMove run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:33 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-gawegag0gotuqob7soqoceg1" sync_test.go:1215: Server side move (if possible) S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 -> S3 bucket rclone-test-gawegag0gotuqob7soqoceg1 2022/01/17 05:13:35 INFO : S3 bucket rclone-test-gawegag0gotuqob7soqoceg1: Bucket "rclone-test-gawegag0gotuqob7soqoceg1" created with ACL "private" 2022/01/17 05:13:36 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/01/17 05:13:36 DEBUG : S3 bucket rclone-test-gawegag0gotuqob7soqoceg1: Waiting for checks to finish 2022/01/17 05:13:36 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:36 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:36 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:36 INFO : potato2: Copied (server-side copy) 2022/01/17 05:13:36 INFO : empty space: Deleted 2022/01/17 05:13:36 DEBUG : S3 bucket rclone-test-gawegag0gotuqob7soqoceg1: Waiting for transfers to finish 2022/01/17 05:13:36 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2022/01/17 05:13:36 INFO : potato3: Copied (server-side copy) 2022/01/17 05:13:36 INFO : potato2: Deleted 2022/01/17 05:13:36 INFO : potato3: Deleted 2022/01/17 05:13:36 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-dubevac5galajem6kuhorod4" 2022/01/17 05:13:37 DEBUG : S3 bucket rclone-test-dubevac5galajem6kuhorod4: Waiting for checks to finish 2022/01/17 05:13:37 DEBUG : S3 bucket rclone-test-dubevac5galajem6kuhorod4: Waiting for transfers to finish 2022/01/17 05:13:39 INFO : S3 bucket rclone-test-dubevac5galajem6kuhorod4: Bucket "rclone-test-dubevac5galajem6kuhorod4" created with ACL "private" 2022/01/17 05:13:39 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2022/01/17 05:13:39 INFO : potato3: Copied (server-side copy) 2022/01/17 05:13:39 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:39 INFO : potato2: Copied (server-side copy) 2022/01/17 05:13:39 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/01/17 05:13:39 INFO : empty space: Copied (server-side copy) 2022/01/17 05:13:39 INFO : potato3: Deleted 2022/01/17 05:13:39 INFO : potato2: Deleted 2022/01/17 05:13:39 INFO : empty space: Deleted 2022/01/17 05:13:39 DEBUG : S3 bucket rclone-test-dubevac5galajem6kuhorod4: Purge object "empty space" 2022/01/17 05:13:39 DEBUG : S3 bucket rclone-test-dubevac5galajem6kuhorod4: Purge object "potato2" 2022/01/17 05:13:39 DEBUG : S3 bucket rclone-test-dubevac5galajem6kuhorod4: Purge object "potato3" 2022/01/17 05:13:39 DEBUG : S3 bucket rclone-test-dubevac5galajem6kuhorod4: Purge dir "" 2022/01/17 05:13:40 INFO : S3 bucket rclone-test-dubevac5galajem6kuhorod4: Bucket "rclone-test-dubevac5galajem6kuhorod4" deleted 2022/01/17 05:13:41 DEBUG : S3 bucket rclone-test-gawegag0gotuqob7soqoceg1: Purge dir "" 2022/01/17 05:13:42 INFO : S3 bucket rclone-test-gawegag0gotuqob7soqoceg1: Bucket "rclone-test-gawegag0gotuqob7soqoceg1" deleted --- PASS: TestServerSideMove (9.53s) === RUN TestServerSideMoveWithFilter run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:42 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-yatiles2benecem7wavegit3" sync_test.go:1215: Server side move (if possible) S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 -> S3 bucket rclone-test-yatiles2benecem7wavegit3 2022/01/17 05:13:45 INFO : S3 bucket rclone-test-yatiles2benecem7wavegit3: Bucket "rclone-test-yatiles2benecem7wavegit3" created with ACL "private" 2022/01/17 05:13:45 DEBUG : empty space: Excluded 2022/01/17 05:13:45 DEBUG : empty space: Excluded 2022/01/17 05:13:45 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/01/17 05:13:45 DEBUG : S3 bucket rclone-test-yatiles2benecem7wavegit3: Waiting for checks to finish 2022/01/17 05:13:45 DEBUG : S3 bucket rclone-test-yatiles2benecem7wavegit3: Waiting for transfers to finish 2022/01/17 05:13:45 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:45 INFO : potato2: Copied (server-side copy) 2022/01/17 05:13:45 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2022/01/17 05:13:45 INFO : potato3: Copied (server-side copy) 2022/01/17 05:13:45 INFO : potato2: Deleted 2022/01/17 05:13:45 INFO : potato3: Deleted 2022/01/17 05:13:46 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-wulubuv6yodojim1lujurog0" 2022/01/17 05:13:46 DEBUG : empty space: Excluded 2022/01/17 05:13:46 DEBUG : S3 bucket rclone-test-wulubuv6yodojim1lujurog0: Waiting for checks to finish 2022/01/17 05:13:46 DEBUG : S3 bucket rclone-test-wulubuv6yodojim1lujurog0: Waiting for transfers to finish 2022/01/17 05:13:48 INFO : S3 bucket rclone-test-wulubuv6yodojim1lujurog0: Bucket "rclone-test-wulubuv6yodojim1lujurog0" created with ACL "private" 2022/01/17 05:13:48 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:48 INFO : potato2: Copied (server-side copy) 2022/01/17 05:13:48 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2022/01/17 05:13:48 INFO : potato3: Copied (server-side copy) 2022/01/17 05:13:48 INFO : potato2: Deleted 2022/01/17 05:13:48 INFO : potato3: Deleted 2022/01/17 05:13:49 DEBUG : S3 bucket rclone-test-wulubuv6yodojim1lujurog0: Purge object "potato2" 2022/01/17 05:13:49 DEBUG : S3 bucket rclone-test-wulubuv6yodojim1lujurog0: Purge object "potato3" 2022/01/17 05:13:49 DEBUG : S3 bucket rclone-test-wulubuv6yodojim1lujurog0: Purge dir "" 2022/01/17 05:13:50 INFO : S3 bucket rclone-test-wulubuv6yodojim1lujurog0: Bucket "rclone-test-wulubuv6yodojim1lujurog0" deleted 2022/01/17 05:13:50 DEBUG : S3 bucket rclone-test-yatiles2benecem7wavegit3: Purge object "empty space" 2022/01/17 05:13:50 DEBUG : S3 bucket rclone-test-yatiles2benecem7wavegit3: Purge dir "" 2022/01/17 05:13:52 INFO : S3 bucket rclone-test-yatiles2benecem7wavegit3: Bucket "rclone-test-yatiles2benecem7wavegit3" deleted --- PASS: TestServerSideMoveWithFilter (9.52s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:13:52 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-wumunis8dadusaj7bovaras8" 2022/01/17 05:13:52 DEBUG : tomatoDir: Making directory sync_test.go:1215: Server side move (if possible) S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 -> S3 bucket rclone-test-wumunis8dadusaj7bovaras8 2022/01/17 05:13:54 INFO : S3 bucket rclone-test-wumunis8dadusaj7bovaras8: Bucket "rclone-test-wumunis8dadusaj7bovaras8" created with ACL "private" 2022/01/17 05:13:55 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2022/01/17 05:13:55 DEBUG : S3 bucket rclone-test-wumunis8dadusaj7bovaras8: Waiting for checks to finish 2022/01/17 05:13:55 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:13:55 DEBUG : empty space: Unchanged skipping 2022/01/17 05:13:55 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:55 INFO : potato2: Copied (server-side copy) 2022/01/17 05:13:55 INFO : empty space: Deleted 2022/01/17 05:13:55 DEBUG : S3 bucket rclone-test-wumunis8dadusaj7bovaras8: Waiting for transfers to finish 2022/01/17 05:13:55 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2022/01/17 05:13:55 INFO : potato3: Copied (server-side copy) 2022/01/17 05:13:55 INFO : potato2: Deleted 2022/01/17 05:13:55 INFO : potato3: Deleted 2022/01/17 05:13:55 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-qazutuw7nehaqut9satupuw1" 2022/01/17 05:13:55 DEBUG : tomatoDir: Making directory 2022/01/17 05:13:56 DEBUG : S3 bucket rclone-test-qazutuw7nehaqut9satupuw1: Waiting for checks to finish 2022/01/17 05:13:56 DEBUG : S3 bucket rclone-test-qazutuw7nehaqut9satupuw1: Waiting for transfers to finish 2022/01/17 05:13:57 INFO : S3 bucket rclone-test-qazutuw7nehaqut9satupuw1: Bucket "rclone-test-qazutuw7nehaqut9satupuw1" created with ACL "private" 2022/01/17 05:13:58 DEBUG : empty space: md5 = 336d5ebc5436534e61d16e63ddfca327 OK 2022/01/17 05:13:58 INFO : empty space: Copied (server-side copy) 2022/01/17 05:13:58 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2022/01/17 05:13:58 INFO : potato2: Copied (server-side copy) 2022/01/17 05:13:58 DEBUG : potato3: md5 = b1a53993579b830006f2e1610415c32c OK 2022/01/17 05:13:58 INFO : potato3: Copied (server-side copy) 2022/01/17 05:13:58 INFO : empty space: Deleted 2022/01/17 05:13:58 INFO : potato2: Deleted 2022/01/17 05:13:58 INFO : potato3: Deleted 2022/01/17 05:13:58 DEBUG : S3 bucket rclone-test-qazutuw7nehaqut9satupuw1: Purge object "empty space" 2022/01/17 05:13:58 DEBUG : S3 bucket rclone-test-qazutuw7nehaqut9satupuw1: Purge object "potato2" 2022/01/17 05:13:58 DEBUG : S3 bucket rclone-test-qazutuw7nehaqut9satupuw1: Purge object "potato3" 2022/01/17 05:13:58 DEBUG : S3 bucket rclone-test-qazutuw7nehaqut9satupuw1: Purge dir "" 2022/01/17 05:13:59 INFO : S3 bucket rclone-test-qazutuw7nehaqut9satupuw1: Bucket "rclone-test-qazutuw7nehaqut9satupuw1" deleted 2022/01/17 05:13:59 DEBUG : S3 bucket rclone-test-wumunis8dadusaj7bovaras8: Purge dir "" 2022/01/17 05:14:01 INFO : S3 bucket rclone-test-wumunis8dadusaj7bovaras8: Bucket "rclone-test-wumunis8dadusaj7bovaras8" deleted --- PASS: TestServerSideMoveDeleteEmptySourceDirs (9.18s) === RUN TestServerSideMoveOverlap run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:01 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/rclone-move-test" --- PASS: TestServerSideMoveOverlap (0.45s) === RUN TestSyncOverlap run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:01 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/rclone-sync-test" --- PASS: TestSyncOverlap (0.22s) === RUN TestSyncCompareDest run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:01 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/dst" 2022/01/17 05:14:02 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/CompareDest" 2022/01/17 05:14:02 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:02 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:02 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2022/01/17 05:14:02 INFO : one: Copied (new) 2022/01/17 05:14:02 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:02 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:02 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/01/17 05:14:02 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:02 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2022/01/17 05:14:02 INFO : one: Copied (replaced existing) 2022/01/17 05:14:02 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:03 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:03 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:03 DEBUG : one: Destination found in --compare-dest, skipping 2022/01/17 05:14:03 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:03 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:03 INFO : There was nothing to transfer 2022/01/17 05:14:03 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:03 DEBUG : two: Destination found in --compare-dest, skipping 2022/01/17 05:14:03 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:03 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:03 DEBUG : one: Destination found in --compare-dest, skipping 2022/01/17 05:14:03 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:03 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:03 INFO : There was nothing to transfer 2022/01/17 05:14:03 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:03 DEBUG : two: Destination found in --compare-dest, skipping 2022/01/17 05:14:03 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:03 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:03 DEBUG : one: Destination found in --compare-dest, skipping 2022/01/17 05:14:03 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:03 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:03 INFO : There was nothing to transfer 2022/01/17 05:14:04 DEBUG : two: Modification times differ by -119h59m59.876543211s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123456789 +0000 UTC 2022/01/17 05:14:04 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2022/01/17 05:14:04 DEBUG : two: Destination found in --compare-dest, skipping 2022/01/17 05:14:04 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:04 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:04 DEBUG : one: Destination found in --compare-dest, skipping 2022/01/17 05:14:04 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:04 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:04 INFO : There was nothing to transfer 2022/01/17 05:14:04 DEBUG : two: Sizes differ (src 5 vs dst 3) 2022/01/17 05:14:04 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:04 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:04 DEBUG : one: Destination found in --compare-dest, skipping 2022/01/17 05:14:04 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:04 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2022/01/17 05:14:04 INFO : two: Copied (new) 2022/01/17 05:14:04 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (3.10s) === RUN TestSyncMultipleCompareDest run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:05 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/dest" 2022/01/17 05:14:05 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/pre-dest1" 2022/01/17 05:14:05 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/pre-dest2" 2022/01/17 05:14:05 DEBUG : 1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:05 DEBUG : 1: Destination found in --compare-dest, skipping 2022/01/17 05:14:06 DEBUG : 2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:06 DEBUG : 2: Destination found in --compare-dest, skipping 2022/01/17 05:14:06 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dest: Waiting for checks to finish 2022/01/17 05:14:06 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dest: Waiting for transfers to finish 2022/01/17 05:14:06 DEBUG : 3: md5 = eccbc87e4b5ce2fe28308fd9f2a7baf3 OK 2022/01/17 05:14:06 INFO : 3: Copied (new) 2022/01/17 05:14:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (1.54s) === RUN TestSyncCopyDest run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:06 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/dst" 2022/01/17 05:14:06 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/CopyDest" 2022/01/17 05:14:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:07 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2022/01/17 05:14:07 INFO : one: Copied (new) 2022/01/17 05:14:07 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/01/17 05:14:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:07 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2022/01/17 05:14:07 INFO : one: Copied (replaced existing) 2022/01/17 05:14:07 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:07 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/BackupDir" 2022/01/17 05:14:07 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:07 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2022/01/17 05:14:08 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path BackupDir: Bucket "rclone-test-buquwoj4sizoyez8yuzekex0" created with ACL "private" 2022/01/17 05:14:08 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2022/01/17 05:14:08 INFO : one: Copied (server-side copy) 2022/01/17 05:14:08 INFO : one: Deleted 2022/01/17 05:14:08 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2022/01/17 05:14:08 INFO : one: Copied (server-side copy) 2022/01/17 05:14:08 DEBUG : one: Destination found in --copy-dest, using server-side copy 2022/01/17 05:14:08 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:08 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:08 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:08 DEBUG : two: md5 = b8a9f715dbb64fd5c56e7783c6820a61 OK 2022/01/17 05:14:08 INFO : two: Copied (server-side copy) 2022/01/17 05:14:08 DEBUG : two: Destination found in --copy-dest, using server-side copy 2022/01/17 05:14:08 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:08 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:08 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:08 DEBUG : one: Unchanged skipping 2022/01/17 05:14:08 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:08 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:09 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:09 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:09 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:09 DEBUG : one: Unchanged skipping 2022/01/17 05:14:09 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:09 DEBUG : two: Unchanged skipping 2022/01/17 05:14:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:09 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:09 INFO : There was nothing to transfer 2022/01/17 05:14:09 DEBUG : three: Sizes differ (src 7 vs dst 5) 2022/01/17 05:14:09 DEBUG : three: Destination not found in --copy-dest 2022/01/17 05:14:09 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:09 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:09 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:10 DEBUG : one: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:10 DEBUG : one: Unchanged skipping 2022/01/17 05:14:10 DEBUG : three: md5 = 1bccb9dccb3e9f6a3f9d2a8bdb54b7f5 OK 2022/01/17 05:14:10 INFO : three: Copied (new) 2022/01/17 05:14:10 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:10 DEBUG : two: Unchanged skipping 2022/01/17 05:14:10 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:10 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (4.08s) === RUN TestSyncBackupDir run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:11 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/dst" 2022/01/17 05:14:11 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/backup" 2022/01/17 05:14:11 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/01/17 05:14:11 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:11 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:11 DEBUG : two: Unchanged skipping 2022/01/17 05:14:11 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path backup: Bucket "rclone-test-buquwoj4sizoyez8yuzekex0" created with ACL "private" 2022/01/17 05:14:11 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2022/01/17 05:14:11 INFO : one: Copied (server-side copy) 2022/01/17 05:14:11 INFO : one: Deleted 2022/01/17 05:14:11 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:11 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:11 INFO : one: Copied (new) 2022/01/17 05:14:11 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:11 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2022/01/17 05:14:11 INFO : three.txt: Copied (server-side copy) 2022/01/17 05:14:11 INFO : three.txt: Deleted 2022/01/17 05:14:11 INFO : three.txt: Moved into backup dir 2022/01/17 05:14:12 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/01/17 05:14:12 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:12 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:12 DEBUG : two: Unchanged skipping 2022/01/17 05:14:12 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:12 INFO : one: Copied (server-side copy) 2022/01/17 05:14:12 INFO : one: Deleted 2022/01/17 05:14:12 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:12 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/01/17 05:14:12 INFO : one: Copied (new) 2022/01/17 05:14:12 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:12 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2022/01/17 05:14:12 INFO : three.txt: Copied (server-side copy) 2022/01/17 05:14:12 INFO : three.txt: Deleted 2022/01/17 05:14:12 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (2.50s) === RUN TestSyncBackupDirWithSuffix run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:13 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/dst" 2022/01/17 05:14:13 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/backup" 2022/01/17 05:14:13 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/01/17 05:14:13 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:13 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:13 DEBUG : two: Unchanged skipping 2022/01/17 05:14:13 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path backup: Bucket "rclone-test-buquwoj4sizoyez8yuzekex0" created with ACL "private" 2022/01/17 05:14:14 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2022/01/17 05:14:14 INFO : one: Copied (server-side copy) to: one.bak 2022/01/17 05:14:14 INFO : one: Deleted 2022/01/17 05:14:14 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:14 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:14 INFO : one: Copied (new) 2022/01/17 05:14:14 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:14 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2022/01/17 05:14:14 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2022/01/17 05:14:14 INFO : three.txt: Deleted 2022/01/17 05:14:14 INFO : three.txt: Moved into backup dir 2022/01/17 05:14:14 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/01/17 05:14:14 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:14 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:14 DEBUG : two: Unchanged skipping 2022/01/17 05:14:14 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:14 INFO : one: Copied (server-side copy) to: one.bak 2022/01/17 05:14:15 INFO : one: Deleted 2022/01/17 05:14:15 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:15 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/01/17 05:14:15 INFO : one: Copied (new) 2022/01/17 05:14:15 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:15 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2022/01/17 05:14:15 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2022/01/17 05:14:15 INFO : three.txt: Deleted 2022/01/17 05:14:15 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (2.48s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:16 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/dst" 2022/01/17 05:14:16 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/backup" 2022/01/17 05:14:16 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/01/17 05:14:16 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:16 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:16 DEBUG : two: Unchanged skipping 2022/01/17 05:14:16 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path backup: Bucket "rclone-test-buquwoj4sizoyez8yuzekex0" created with ACL "private" 2022/01/17 05:14:16 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2022/01/17 05:14:16 INFO : one: Copied (server-side copy) to: one-2019-01-01 2022/01/17 05:14:16 INFO : one: Deleted 2022/01/17 05:14:16 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:16 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:16 INFO : one: Copied (new) 2022/01/17 05:14:16 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:16 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2022/01/17 05:14:16 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2022/01/17 05:14:16 INFO : three.txt: Deleted 2022/01/17 05:14:16 INFO : three.txt: Moved into backup dir 2022/01/17 05:14:17 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:17 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/01/17 05:14:17 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:17 DEBUG : two: Unchanged skipping 2022/01/17 05:14:17 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:17 INFO : one: Copied (server-side copy) to: one-2019-01-01 2022/01/17 05:14:17 INFO : one: Deleted 2022/01/17 05:14:17 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:17 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/01/17 05:14:17 INFO : one: Copied (new) 2022/01/17 05:14:17 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:17 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2022/01/17 05:14:17 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2022/01/17 05:14:17 INFO : three.txt: Deleted 2022/01/17 05:14:17 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (2.44s) === RUN TestSyncBackupDirSuffixOnly run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:18 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/dst" 2022/01/17 05:14:18 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/01/17 05:14:18 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:18 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:18 DEBUG : two: Unchanged skipping 2022/01/17 05:14:18 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2022/01/17 05:14:18 INFO : one: Copied (server-side copy) to: one.bak 2022/01/17 05:14:18 INFO : one: Deleted 2022/01/17 05:14:18 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:18 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:18 INFO : one: Copied (new) 2022/01/17 05:14:18 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:19 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2022/01/17 05:14:19 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2022/01/17 05:14:19 INFO : three.txt: Deleted 2022/01/17 05:14:19 INFO : three.txt: Moved into backup dir 2022/01/17 05:14:19 DEBUG : one.bak: Excluded 2022/01/17 05:14:19 DEBUG : three.txt.bak: Excluded 2022/01/17 05:14:19 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for checks to finish 2022/01/17 05:14:19 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/01/17 05:14:19 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:19 DEBUG : two: Unchanged skipping 2022/01/17 05:14:19 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:19 INFO : one: Copied (server-side copy) to: one.bak 2022/01/17 05:14:19 INFO : one: Deleted 2022/01/17 05:14:19 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0 path dst: Waiting for transfers to finish 2022/01/17 05:14:19 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/01/17 05:14:19 INFO : one: Copied (new) 2022/01/17 05:14:19 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:20 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2022/01/17 05:14:20 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2022/01/17 05:14:20 INFO : three.txt: Deleted 2022/01/17 05:14:20 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (2.42s) === RUN TestSyncSuffix run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:20 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/dst" 2022/01/17 05:14:21 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/01/17 05:14:21 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2022/01/17 05:14:21 INFO : one: Copied (server-side copy) to: one.bak 2022/01/17 05:14:21 INFO : one: Deleted 2022/01/17 05:14:21 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:21 INFO : one: Copied (new) 2022/01/17 05:14:21 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:21 DEBUG : two: Unchanged skipping 2022/01/17 05:14:21 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/01/17 05:14:21 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2022/01/17 05:14:21 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2022/01/17 05:14:21 INFO : three.txt: Deleted 2022/01/17 05:14:21 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2022/01/17 05:14:21 INFO : three.txt: Copied (new) 2022/01/17 05:14:22 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/01/17 05:14:22 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:22 INFO : one: Copied (server-side copy) to: one.bak 2022/01/17 05:14:22 INFO : one: Deleted 2022/01/17 05:14:22 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/01/17 05:14:22 INFO : one: Copied (new) 2022/01/17 05:14:22 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:22 DEBUG : two: Unchanged skipping 2022/01/17 05:14:22 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/01/17 05:14:22 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2022/01/17 05:14:22 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2022/01/17 05:14:22 INFO : three.txt: Deleted 2022/01/17 05:14:22 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2022/01/17 05:14:22 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (2.77s) === RUN TestSyncSuffixKeepExtension run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:23 DEBUG : Creating backend with remote "TestS3Alibaba:rclone-test-buquwoj4sizoyez8yuzekex0/dst" 2022/01/17 05:14:23 DEBUG : one: Sizes differ (src 4 vs dst 3) 2022/01/17 05:14:24 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2022/01/17 05:14:24 INFO : one: Copied (server-side copy) to: one-2019-01-01 2022/01/17 05:14:24 INFO : one: Deleted 2022/01/17 05:14:24 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:24 INFO : one: Copied (new) 2022/01/17 05:14:24 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:24 DEBUG : two: Unchanged skipping 2022/01/17 05:14:24 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2022/01/17 05:14:24 DEBUG : three.txt: md5 = 35d6d33467aae9a2e3dccb4b6b027878 OK 2022/01/17 05:14:24 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2022/01/17 05:14:24 INFO : three.txt: Deleted 2022/01/17 05:14:24 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2022/01/17 05:14:24 INFO : three.txt: Copied (new) 2022/01/17 05:14:24 DEBUG : one: Sizes differ (src 5 vs dst 4) 2022/01/17 05:14:25 DEBUG : one: md5 = c7957179c41f69d44f217a108c7915d8 OK 2022/01/17 05:14:25 INFO : one: Copied (server-side copy) to: one-2019-01-01 2022/01/17 05:14:25 INFO : one: Deleted 2022/01/17 05:14:25 DEBUG : one: md5 = 0f93e81041f0cab37c37a05ae998b219 OK 2022/01/17 05:14:25 INFO : one: Copied (new) 2022/01/17 05:14:25 DEBUG : two: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:25 DEBUG : two: Unchanged skipping 2022/01/17 05:14:25 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2022/01/17 05:14:25 DEBUG : three.txt: md5 = 91341eed84691a83caea73aa785736d5 OK 2022/01/17 05:14:25 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2022/01/17 05:14:25 INFO : three.txt: Deleted 2022/01/17 05:14:25 DEBUG : three.txt: md5 = 423e01c5e84a30d129b97aedb6e219a9 OK 2022/01/17 05:14:25 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (2.79s) === RUN TestSyncUTFNorm run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:26 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2022/01/17 05:14:26 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:14:26 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:14:26 DEBUG : Testêé: md5 = ce114e4501d2f4e2dcea3e17b546f339 OK 2022/01/17 05:14:26 INFO : Testêé: Copied (replaced existing) to: Testêé 2022/01/17 05:14:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (0.50s) === RUN TestSyncImmutable run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:26 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:14:26 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:14:26 DEBUG : existing: md5 = 8ee2027983915ec78acc45027d874316 OK 2022/01/17 05:14:26 INFO : existing: Copied (new) 2022/01/17 05:14:26 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:26 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2022/01/17 05:14:26 ERROR : existing: Source and destination exist but do not match: immutable file modified 2022/01/17 05:14:26 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:14:26 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:14:26 ERROR : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: not deleting files as there were IO errors 2022/01/17 05:14:26 ERROR : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: not deleting directories as there were IO errors --- PASS: TestSyncImmutable (0.59s) === RUN TestSyncIgnoreCase run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:27 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:14:27 DEBUG : existing: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:27 DEBUG : existing: Unchanged skipping 2022/01/17 05:14:27 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:14:27 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:27 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (0.45s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Soft run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" sync_test.go:1989: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" sync_test.go:1989: This test only runs on local --- PASS: TestMaxTransfer (0.24s) --- SKIP: TestMaxTransfer/Hard (0.08s) --- SKIP: TestMaxTransfer/Soft (0.08s) --- SKIP: TestMaxTransfer/Cautious (0.08s) === RUN TestSyncConcurrentDelete run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:32 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:14:32 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:32 DEBUG : both0: Unchanged skipping 2022/01/17 05:14:32 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:32 DEBUG : both1: Unchanged skipping 2022/01/17 05:14:32 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:32 DEBUG : both10: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both11: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both12: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both13: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both14: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both15: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both16: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both17: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both18: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both19: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both2: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both3: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both4: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both5: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both6: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both7: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both8: Unchanged skipping 2022/01/17 05:14:33 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:33 DEBUG : both9: Unchanged skipping 2022/01/17 05:14:33 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:14:33 DEBUG : Waiting for deletions to finish 2022/01/17 05:14:33 INFO : only4: Deleted 2022/01/17 05:14:33 INFO : only11: Deleted 2022/01/17 05:14:33 INFO : only15: Deleted 2022/01/17 05:14:33 INFO : only10: Deleted 2022/01/17 05:14:33 INFO : only17: Deleted 2022/01/17 05:14:33 INFO : only2: Deleted 2022/01/17 05:14:33 INFO : only13: Deleted 2022/01/17 05:14:33 INFO : only1: Deleted 2022/01/17 05:14:33 INFO : only6: Deleted 2022/01/17 05:14:33 INFO : only18: Deleted 2022/01/17 05:14:33 INFO : only9: Deleted 2022/01/17 05:14:33 INFO : only0: Deleted 2022/01/17 05:14:33 INFO : only12: Deleted 2022/01/17 05:14:33 INFO : only14: Deleted 2022/01/17 05:14:33 INFO : only16: Deleted 2022/01/17 05:14:33 INFO : only3: Deleted 2022/01/17 05:14:33 INFO : only19: Deleted 2022/01/17 05:14:33 INFO : only5: Deleted 2022/01/17 05:14:33 INFO : only7: Deleted 2022/01/17 05:14:33 INFO : only8: Deleted 2022/01/17 05:14:33 INFO : There was nothing to transfer --- PASS: TestSyncConcurrentDelete (7.26s) === RUN TestSyncConcurrentTruncate run.go:181: Remote "S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0", Local "Local file system at /tmp/rclone2418614581", Modify Window "1ns" 2022/01/17 05:14:40 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for checks to finish 2022/01/17 05:14:40 DEBUG : both10: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both10: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both0: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both0: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both1: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both1: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both11: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both11: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both12: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both12: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both13: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both13: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both14: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both14: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both15: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both15: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both17: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both17: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both18: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both18: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both19: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both19: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both16: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both16: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both2: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both2: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both3: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both3: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both4: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both4: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both5: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both5: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both7: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both7: Unchanged skipping 2022/01/17 05:14:40 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2022/01/17 05:14:40 DEBUG : both8: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both8: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both6: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both6: Unchanged skipping 2022/01/17 05:14:40 DEBUG : both9: Size and modification time the same (differ by 0s, within tolerance 1ns) 2022/01/17 05:14:40 DEBUG : both9: Unchanged skipping 2022/01/17 05:14:40 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Waiting for transfers to finish 2022/01/17 05:14:40 DEBUG : only10: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only10: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only0: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only0: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only11: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only11: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only1: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only12: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only12: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only13: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only13: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only14: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only14: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only15: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only15: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only16: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only16: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only18: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only18: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only17: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only17: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only19: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only19: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only2: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only3: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only3: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only5: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only5: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only4: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only4: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only6: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only6: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only7: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only7: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only8: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only8: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : only9: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2022/01/17 05:14:40 INFO : only9: Copied (replaced existing) 2022/01/17 05:14:40 DEBUG : Waiting for deletions to finish --- PASS: TestSyncConcurrentTruncate (9.14s) PASS 2022/01/17 05:14:44 DEBUG : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Purge dir "" 2022/01/17 05:14:45 INFO : S3 bucket rclone-test-buquwoj4sizoyez8yuzekex0: Bucket "rclone-test-buquwoj4sizoyez8yuzekex0" deleted "./sync.test -test.v -test.timeout 1h0m0s -remote TestS3Alibaba: -verbose" - Finished OK in 1m41.649717682s (try 1/5)