"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2025/05/03 04:44:22 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane" 2025/05/03 04:44:22 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/03 04:44:23 DEBUG : Creating backend with remote "/tmp/rclone310667497" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:24 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/05/03 04:44:24 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:24 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestCopyWithDryRun (1.89s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:25 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/03 04:44:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:25 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:25 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:26 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:26 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:26 DEBUG : B2 bucket rclone-test-hewinod8tane: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.12s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.36s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.36s) === RUN TestCopyMissingDirectory run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:28 DEBUG : Creating backend with remote "/non-existing" 2025/05/03 04:44:28 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/05/03 04:44:28 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:28 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.90s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:29 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:29 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:29 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:29 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.93s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:30 INFO : B2 bucket rclone-test-hewinod8tane: Running all checks before starting transfers 2025/05/03 04:44:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:31 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:31 INFO : B2 bucket rclone-test-hewinod8tane: Checks finished, now starting transfers 2025/05/03 04:44:31 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:31 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:31 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.56s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:32 ERROR : Ignoring --no-traverse with sync 2025/05/03 04:44:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:32 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:32 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:32 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:32 INFO : sub dir/hello world: Copied (new) 2025/05/03 04:44:32 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.61s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:34 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/05/03 04:44:34 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:34 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:34 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/05/03 04:44:34 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.58s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:35 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:44:35 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:35 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:36 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:36 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.63s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:37 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:44:37 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:37 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:38 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:38 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (2.03s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:39 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/05/03 04:44:39 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/03 04:44:39 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/05/03 04:44:39 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/03 04:44:39 INFO : sub dir: Making directory 2025/05/03 04:44:39 INFO : sub dir2: Making directory 2025/05/03 04:44:39 INFO : sub dir2/sub sub dir2: Making directory 2025/05/03 04:44:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:39 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:39 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:40 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:40 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/05/03 04:44:40 DEBUG : B2 bucket rclone-test-hewinod8tane: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.80s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:41 INFO : sub dir2: Making directory 2025/05/03 04:44:41 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/05/03 04:44:41 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/03 04:44:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:41 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:41 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:41 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:41 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.40s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:42 DEBUG : sub dir2: Making directory with metadata 2025/05/03 04:44:42 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/03 04:44:42 INFO : sub dir: Making directory 2025/05/03 04:44:42 INFO : sub dir2: Making directory 2025/05/03 04:44:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:42 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:42 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:43 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:43 INFO : sub dir/hello world: Copied (new) 2025/05/03 04:44:43 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/05/03 04:44:43 DEBUG : B2 bucket rclone-test-hewinod8tane: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/05/03 04:44:43 DEBUG : B2 bucket rclone-test-hewinod8tane: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (2.05s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" sync_test.go:408: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.36s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:44 INFO : sub dir2: Making directory 2025/05/03 04:44:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:45 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:45 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:45 INFO : sub dir/hello world: Copied (new) 2025/05/03 04:44:45 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.25s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:46 DEBUG : sub dir2: Making directory with metadata 2025/05/03 04:44:46 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/03 04:44:46 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/03 04:44:46 INFO : sub dir: Making directory 2025/05/03 04:44:46 INFO : sub dir2: Making directory 2025/05/03 04:44:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:46 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:46 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:46 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:46 INFO : sub dir/hello world: Copied (new) 2025/05/03 04:44:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/05/03 04:44:46 DEBUG : B2 bucket rclone-test-hewinod8tane: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.73s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:48 INFO : sub dir2: Making directory 2025/05/03 04:44:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:48 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:48 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:49 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:49 INFO : sub dir/hello world: Copied (new) 2025/05/03 04:44:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.57s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:50 DEBUG : Creating backend with remote "TestB2:rclone-test-beqofen9ruya" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-hewinod8tane -> B2 bucket rclone-test-beqofen9ruya 2025/05/03 04:44:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:51 DEBUG : B2 bucket rclone-test-beqofen9ruya: Waiting for checks to finish 2025/05/03 04:44:51 DEBUG : B2 bucket rclone-test-beqofen9ruya: Waiting for transfers to finish 2025/05/03 04:44:52 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:44:52 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:52 DEBUG : B2 bucket rclone-test-beqofen9ruya: Purge remote 2025/05/03 04:44:52 INFO : B2 bucket rclone-test-beqofen9ruya: cleaning bucket "rclone-test-beqofen9ruya" of all files 2025/05/03 04:44:52 DEBUG : sub dir/hello world: Deleting (id "4_z2f422d13706d9b4b9f680e1b_f107b5fb898b3b2ea_d20250503_m044452_c001_v0001176_t0034_u01746247492321") --- PASS: TestServerSideCopy (4.63s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:55 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/03 04:44:55 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:44:55 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:44:55 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/05/03 04:44:55 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.19s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:44:57 DEBUG : Creating backend with remote "TestB2:rclone-test-kuwumoj2yigu" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-hewinod8tane -> B2 bucket rclone-test-kuwumoj2yigu 2025/05/03 04:44:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:44:58 DEBUG : B2 bucket rclone-test-kuwumoj2yigu: Waiting for checks to finish 2025/05/03 04:44:58 DEBUG : B2 bucket rclone-test-kuwumoj2yigu: Waiting for transfers to finish 2025/05/03 04:45:01 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:45:01 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:03 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/03 04:45:03 DEBUG : B2 bucket rclone-test-kuwumoj2yigu: Waiting for checks to finish 2025/05/03 04:45:03 DEBUG : B2 bucket rclone-test-kuwumoj2yigu: Waiting for transfers to finish 2025/05/03 04:45:04 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/05/03 04:45:04 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:04 DEBUG : B2 bucket rclone-test-kuwumoj2yigu: Purge remote 2025/05/03 04:45:04 INFO : B2 bucket rclone-test-kuwumoj2yigu: cleaning bucket "rclone-test-kuwumoj2yigu" of all files 2025/05/03 04:45:04 DEBUG : sub dir/hello world: Deleting (id "4_z7f223da3706d9b4b9f680e1b_f1089bf1f573f8d06_d20250503_m044503_c001_v0001134_t0032_u01746247503778") 2025/05/03 04:45:04 DEBUG : sub dir/hello world: Deleting (id "4_z7f223da3706d9b4b9f680e1b_f1170e2aac56f6164_d20250503_m044501_c001_v0001182_t0027_u01746247501818") --- PASS: TestServerSideCopyOverSelf (9.89s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:07 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/03 04:45:07 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:07 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:07 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/05/03 04:45:07 INFO : sub dir/hello world: Copied (replaced existing) 2025/05/03 04:45:07 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.15s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:09 DEBUG : Creating backend with remote "TestB2:rclone-test-fejakep9repo" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-hewinod8tane -> B2 bucket rclone-test-fejakep9repo 2025/05/03 04:45:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:45:10 DEBUG : B2 bucket rclone-test-fejakep9repo: Waiting for checks to finish 2025/05/03 04:45:10 DEBUG : B2 bucket rclone-test-fejakep9repo: Waiting for transfers to finish 2025/05/03 04:45:11 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:45:11 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:11 DEBUG : B2 bucket rclone-test-fejakep9repo: Waiting for checks to finish 2025/05/03 04:45:11 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/03 04:45:11 DEBUG : B2 bucket rclone-test-fejakep9repo: Waiting for transfers to finish 2025/05/03 04:45:12 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/05/03 04:45:12 INFO : sub dir/hello world: Copied (server-side copy) 2025/05/03 04:45:12 INFO : sub dir/hello world: Deleted 2025/05/03 04:45:13 DEBUG : testing file moves 2025/05/03 04:45:13 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/05/03 04:45:13 DEBUG : B2 bucket rclone-test-fejakep9repo: Waiting for checks to finish 2025/05/03 04:45:13 DEBUG : B2 bucket rclone-test-fejakep9repo: Waiting for transfers to finish 2025/05/03 04:45:14 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/05/03 04:45:14 INFO : sub dir/hello world: Copied (server-side copy) 2025/05/03 04:45:14 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:14 DEBUG : B2 bucket rclone-test-fejakep9repo: Purge remote 2025/05/03 04:45:14 INFO : B2 bucket rclone-test-fejakep9repo: cleaning bucket "rclone-test-fejakep9repo" of all files 2025/05/03 04:45:14 DEBUG : sub dir/hello world: Deleting (id "4_zcf426d93706d9b4b9f680e1b_f1189be052028e529_d20250503_m044513_c001_v0001137_t0007_u01746247513812") 2025/05/03 04:45:14 DEBUG : sub dir/hello world: Deleting (id "4_zcf426d93706d9b4b9f680e1b_f10581705b3ef62e8_d20250503_m044512_c001_v0001109_t0056_u01746247512040") 2025/05/03 04:45:14 DEBUG : sub dir/hello world: Deleting (id "4_zcf426d93706d9b4b9f680e1b_f114641b389a0dcda_d20250503_m044510_c001_v0001176_t0027_u01746247510944") --- PASS: TestServerSideMoveOverSelf (11.21s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:20 ERROR : : error listing: directory not found 2025/05/03 04:45:20 INFO : Local file system at /tmp/rclone310667497: Making directory 2025/05/03 04:45:21 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:21 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.33s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:45:22 DEBUG : Local file system at /tmp/rclone310667497: Waiting for checks to finish 2025/05/03 04:45:22 DEBUG : Local file system at /tmp/rclone310667497: Waiting for transfers to finish 2025/05/03 04:45:23 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:45:23 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/05/03 04:45:23 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestCopyRedownload (2.11s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:24 DEBUG : check sum: Need to transfer - File not found at Destination 2025/05/03 04:45:24 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:24 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:24 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/03 04:45:24 INFO : check sum: Copied (new) 2025/05/03 04:45:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:25 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:25 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/03 04:45:25 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/05/03 04:45:25 DEBUG : check sum: Unchanged skipping 2025/05/03 04:45:25 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:25 DEBUG : Waiting for deletions to finish 2025/05/03 04:45:25 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.31s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:26 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/05/03 04:45:26 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:26 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:27 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/05/03 04:45:27 INFO : sizeonly: Copied (new) 2025/05/03 04:45:27 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:27 DEBUG : sizeonly: Sizes identical 2025/05/03 04:45:27 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:27 DEBUG : sizeonly: Unchanged skipping 2025/05/03 04:45:27 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:27 DEBUG : Waiting for deletions to finish 2025/05/03 04:45:27 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.40s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:29 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/05/03 04:45:29 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:29 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:29 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/05/03 04:45:29 INFO : ignore-size: Copied (new) 2025/05/03 04:45:29 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:30 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:45:30 DEBUG : ignore-size: Unchanged skipping 2025/05/03 04:45:30 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:30 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:30 DEBUG : Waiting for deletions to finish 2025/05/03 04:45:30 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.55s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:32 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:45:32 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:32 DEBUG : existing: Unchanged skipping 2025/05/03 04:45:32 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:32 DEBUG : Waiting for deletions to finish 2025/05/03 04:45:32 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:32 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:32 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/05/03 04:45:32 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:32 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/05/03 04:45:32 INFO : existing: Copied (replaced existing) 2025/05/03 04:45:32 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.64s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:34 DEBUG : existing: Need to transfer - File not found at Destination 2025/05/03 04:45:34 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:34 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:34 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/05/03 04:45:34 INFO : existing: Copied (new) 2025/05/03 04:45:34 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:35 DEBUG : existing: Destination exists, skipping 2025/05/03 04:45:35 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:35 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:35 DEBUG : Waiting for deletions to finish 2025/05/03 04:45:35 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.86s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:37 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/05/03 04:45:38 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:45:38 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/05/03 04:45:38 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:38 DEBUG : c/non empty space: Unchanged skipping 2025/05/03 04:45:38 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:38 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:45:38 INFO : a/potato2: Copied (new) 2025/05/03 04:45:38 DEBUG : Waiting for deletions to finish 2025/05/03 04:45:38 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (3.10s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:40 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/05/03 04:45:40 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:40 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/03 04:45:40 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/05/03 04:45:40 DEBUG : empty space: Unchanged skipping 2025/05/03 04:45:40 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:40 DEBUG : Waiting for deletions to finish 2025/05/03 04:45:40 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:41 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/05/03 04:45:41 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:41 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/03 04:45:42 INFO : empty space: Updated modification time in destination 2025/05/03 04:45:42 DEBUG : empty space: Unchanged skipping 2025/05/03 04:45:42 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:42 DEBUG : Waiting for deletions to finish 2025/05/03 04:45:42 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.48s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:44 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/05/03 04:45:44 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:44 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/03 04:45:44 DEBUG : empty space: Unchanged skipping 2025/05/03 04:45:44 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:44 DEBUG : Waiting for deletions to finish 2025/05/03 04:45:44 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.78s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:46 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/05/03 04:45:46 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:46 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone310667497) 2025/05/03 04:45:46 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-hewinod8tane) 2025/05/03 04:45:46 DEBUG : foo: sha1 differ 2025/05/03 04:45:46 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:46 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/05/03 04:45:46 INFO : foo: Copied (replaced existing) 2025/05/03 04:45:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.86s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:45:48 DEBUG : potato: Need to transfer - File not found at Destination 2025/05/03 04:45:48 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:48 DEBUG : empty space: Unchanged skipping 2025/05/03 04:45:48 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:48 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:45:48 INFO : potato: Copied (new) 2025/05/03 04:45:48 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.29s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:50 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/05/03 04:45:50 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:50 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:50 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/05/03 04:45:50 INFO : potato: Copied (replaced existing) 2025/05/03 04:45:50 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.21s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:52 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:52 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2025/05/03 04:45:52 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone310667497) 2025/05/03 04:45:52 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-hewinod8tane) 2025/05/03 04:45:52 DEBUG : potato: sha1 differ 2025/05/03 04:45:52 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:53 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/05/03 04:45:53 INFO : potato: Copied (replaced existing) 2025/05/03 04:45:53 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.32s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:54 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:45:54 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:45:54 DEBUG : empty space: Unchanged skipping 2025/05/03 04:45:54 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/05/03 04:45:54 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:54 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:54 DEBUG : Waiting for deletions to finish 2025/05/03 04:45:54 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.13s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:57 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:45:57 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:45:57 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:45:57 DEBUG : empty space: Unchanged skipping 2025/05/03 04:45:57 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:45:57 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:45:57 INFO : potato2: Copied (new) 2025/05/03 04:45:57 DEBUG : Waiting for deletions to finish 2025/05/03 04:45:57 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.93s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:45:59 INFO : d: Making directory 2025/05/03 04:45:59 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/05/03 04:46:00 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:46:00 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/05/03 04:46:00 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:00 DEBUG : c/non empty space: Unchanged skipping 2025/05/03 04:46:00 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:00 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:46:00 INFO : a/potato2: Copied (new) 2025/05/03 04:46:00 DEBUG : Waiting for deletions to finish 2025/05/03 04:46:00 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.78s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:02 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/05/03 04:46:02 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:46:02 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/05/03 04:46:02 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:02 DEBUG : c/non empty space: Unchanged skipping 2025/05/03 04:46:02 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:03 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:46:03 INFO : a/potato2: Copied (new) 2025/05/03 04:46:03 ERROR : B2 bucket rclone-test-hewinod8tane: not deleting files as there were IO errors 2025/05/03 04:46:03 ERROR : B2 bucket rclone-test-hewinod8tane: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.21s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:06 DEBUG : Waiting for deletions to finish 2025/05/03 04:46:06 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:46:06 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:46:06 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:06 DEBUG : empty space: Unchanged skipping 2025/05/03 04:46:06 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:06 INFO : potato: Deleted 2025/05/03 04:46:06 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:46:06 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.68s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:08 DEBUG : Waiting for deletions to finish 2025/05/03 04:46:08 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:08 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:09 INFO : potato: Deleted 2025/05/03 04:46:09 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:46:09 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:46:09 DEBUG : empty space: Unchanged skipping 2025/05/03 04:46:09 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:09 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:09 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:46:09 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (3.01s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:11 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:46:11 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:11 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:11 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/05/03 04:46:11 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.30s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:13 DEBUG : enormous: Excluded (Size Filter) 2025/05/03 04:46:13 DEBUG : enormous: Excluded 2025/05/03 04:46:13 DEBUG : potato2: Excluded (Size Filter) 2025/05/03 04:46:13 DEBUG : potato2: Excluded 2025/05/03 04:46:14 DEBUG : potato2: Excluded (Size Filter) 2025/05/03 04:46:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:46:14 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:14 DEBUG : empty space: Unchanged skipping 2025/05/03 04:46:14 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:14 DEBUG : Waiting for deletions to finish 2025/05/03 04:46:14 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:14 DEBUG : enormous: Excluded (Size Filter) 2025/05/03 04:46:14 DEBUG : enormous: Excluded 2025/05/03 04:46:14 DEBUG : potato2: Excluded (Size Filter) 2025/05/03 04:46:14 DEBUG : potato2: Excluded 2025/05/03 04:46:14 DEBUG : potato2: Excluded (Size Filter) 2025/05/03 04:46:14 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/05/03 04:46:14 DEBUG : empty space: Unchanged skipping 2025/05/03 04:46:14 DEBUG : Local file system at /tmp/rclone310667497: Waiting for checks to finish 2025/05/03 04:46:14 DEBUG : Local file system at /tmp/rclone310667497: Waiting for transfers to finish 2025/05/03 04:46:14 DEBUG : Waiting for deletions to finish 2025/05/03 04:46:14 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncWithExclude (2.85s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:17 DEBUG : enormous: Excluded (Size Filter) 2025/05/03 04:46:17 DEBUG : enormous: Excluded 2025/05/03 04:46:17 DEBUG : potato2: Excluded (Size Filter) 2025/05/03 04:46:17 DEBUG : potato2: Excluded 2025/05/03 04:46:17 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:46:17 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:17 DEBUG : empty space: Unchanged skipping 2025/05/03 04:46:17 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:17 DEBUG : Waiting for deletions to finish 2025/05/03 04:46:17 INFO : potato2: Deleted 2025/05/03 04:46:17 INFO : enormous: Deleted 2025/05/03 04:46:17 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:18 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/05/03 04:46:18 DEBUG : empty space: Unchanged skipping 2025/05/03 04:46:18 DEBUG : Local file system at /tmp/rclone310667497: Waiting for checks to finish 2025/05/03 04:46:18 DEBUG : Local file system at /tmp/rclone310667497: Waiting for transfers to finish 2025/05/03 04:46:18 DEBUG : Waiting for deletions to finish 2025/05/03 04:46:18 INFO : enormous: Deleted 2025/05/03 04:46:18 INFO : potato2: Deleted 2025/05/03 04:46:18 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.37s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:20 DEBUG : five: Need to transfer - File not found at Destination 2025/05/03 04:46:20 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:20 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/05/03 04:46:20 DEBUG : one: Destination is newer than source, skipping 2025/05/03 04:46:20 DEBUG : three: Sizes identical 2025/05/03 04:46:20 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/05/03 04:46:20 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/05/03 04:46:20 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone310667497) 2025/05/03 04:46:20 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-hewinod8tane) 2025/05/03 04:46:20 DEBUG : two: sha1 differ 2025/05/03 04:46:20 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:21 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/05/03 04:46:21 INFO : five: Copied (new) 2025/05/03 04:46:21 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/05/03 04:46:21 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/05/03 04:46:21 INFO : four: Copied (replaced existing) 2025/05/03 04:46:21 INFO : two: Copied (replaced existing) 2025/05/03 04:46:21 DEBUG : Waiting for deletions to finish 2025/05/03 04:46:22 DEBUG : one: Destination is newer than source, skipping 2025/05/03 04:46:22 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:22 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/05/03 04:46:22 DEBUG : two: Size and sha1 of src and dst objects identical 2025/05/03 04:46:22 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone310667497) 2025/05/03 04:46:22 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/05/03 04:46:22 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-hewinod8tane) 2025/05/03 04:46:22 DEBUG : three: sha1 differ 2025/05/03 04:46:22 DEBUG : four: Size and sha1 of src and dst objects identical 2025/05/03 04:46:22 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/05/03 04:46:22 DEBUG : five: Size and sha1 of src and dst objects identical 2025/05/03 04:46:22 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/05/03 04:46:22 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/05/03 04:46:22 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/05/03 04:46:22 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/05/03 04:46:22 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:22 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/03 04:46:22 INFO : three: Copied (replaced existing) 2025/05/03 04:46:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.76s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1466: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1466: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/05/03 04:46:24 INFO : B2 bucket rclone-test-hewinod8tane: Making map for --track-renames 2025/05/03 04:46:24 INFO : B2 bucket rclone-test-hewinod8tane: Finished making map for --track-renames 2025/05/03 04:46:24 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:24 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/05/03 04:46:24 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for renames to finish 2025/05/03 04:46:24 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/05/03 04:46:24 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:24 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/05/03 04:46:24 INFO : potato: Copied (new) 2025/05/03 04:46:24 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/03 04:46:24 INFO : yam: Copied (new) 2025/05/03 04:46:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:24 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:46:24 INFO : B2 bucket rclone-test-hewinod8tane: Making map for --track-renames 2025/05/03 04:46:24 INFO : B2 bucket rclone-test-hewinod8tane: Finished making map for --track-renames 2025/05/03 04:46:24 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:24 DEBUG : potato: Unchanged skipping 2025/05/03 04:46:24 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for renames to finish 2025/05/03 04:46:25 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/03 04:46:25 INFO : yam: Copied (server-side copy) to: yaml 2025/05/03 04:46:25 INFO : yam: Deleted 2025/05/03 04:46:25 INFO : yaml: Renamed from "yam" 2025/05/03 04:46:25 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:25 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.37s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/05/03 04:46:27 INFO : B2 bucket rclone-test-hewinod8tane: Making map for --track-renames 2025/05/03 04:46:27 INFO : B2 bucket rclone-test-hewinod8tane: Finished making map for --track-renames 2025/05/03 04:46:27 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:27 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/05/03 04:46:27 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/05/03 04:46:27 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for renames to finish 2025/05/03 04:46:27 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:27 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/03 04:46:27 INFO : yam: Copied (new) 2025/05/03 04:46:28 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/05/03 04:46:28 INFO : potato: Copied (new) 2025/05/03 04:46:28 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:28 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:46:28 INFO : B2 bucket rclone-test-hewinod8tane: Making map for --track-renames 2025/05/03 04:46:28 INFO : B2 bucket rclone-test-hewinod8tane: Finished making map for --track-renames 2025/05/03 04:46:28 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:28 DEBUG : potato: Unchanged skipping 2025/05/03 04:46:28 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for renames to finish 2025/05/03 04:46:29 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/03 04:46:29 INFO : yam: Copied (server-side copy) to: yaml 2025/05/03 04:46:29 INFO : yam: Deleted 2025/05/03 04:46:29 INFO : yaml: Renamed from "yam" 2025/05/03 04:46:29 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:29 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.60s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/05/03 04:46:31 INFO : B2 bucket rclone-test-hewinod8tane: Making map for --track-renames 2025/05/03 04:46:31 INFO : B2 bucket rclone-test-hewinod8tane: Finished making map for --track-renames 2025/05/03 04:46:31 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:31 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/05/03 04:46:31 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for renames to finish 2025/05/03 04:46:31 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/05/03 04:46:31 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:31 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/05/03 04:46:31 INFO : potato: Copied (new) 2025/05/03 04:46:31 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/03 04:46:31 INFO : sub/yam: Copied (new) 2025/05/03 04:46:31 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:32 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:46:32 DEBUG : potato: Unchanged skipping 2025/05/03 04:46:32 INFO : B2 bucket rclone-test-hewinod8tane: Making map for --track-renames 2025/05/03 04:46:32 INFO : B2 bucket rclone-test-hewinod8tane: Finished making map for --track-renames 2025/05/03 04:46:32 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:32 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for renames to finish 2025/05/03 04:46:32 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/03 04:46:32 INFO : sub/yam: Copied (server-side copy) to: yam 2025/05/03 04:46:32 INFO : sub/yam: Deleted 2025/05/03 04:46:32 INFO : yam: Renamed from "sub/yam" 2025/05/03 04:46:32 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:32 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.30s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:34 DEBUG : Creating backend with remote "/tmp/rclone310667497/dir1" 2025/05/03 04:46:34 DEBUG : Creating backend with remote "/tmp/rclone310667497/dir2" 2025/05/03 04:46:34 DEBUG : Local file system at /tmp/rclone310667497/dir2: Using server-side directory move 2025/05/03 04:46:34 INFO : Local file system at /tmp/rclone310667497/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/05/03 04:46:34 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/05/03 04:46:34 INFO : file1.txt: Moved (server-side) 2025/05/03 04:46:34 DEBUG : Local file system at /tmp/rclone310667497/dir2: Waiting for checks to finish 2025/05/03 04:46:34 DEBUG : Local file system at /tmp/rclone310667497/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.38s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:46:34 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/05/03 04:46:34 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:34 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:35 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/05/03 04:46:35 INFO : nested/sub dir/file: Copied (new) 2025/05/03 04:46:35 INFO : nested/sub dir/file: Deleted 2025/05/03 04:46:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:46:35 INFO : sub dir/hello world: Copied (new) 2025/05/03 04:46:35 INFO : sub dir/hello world: Deleted 2025/05/03 04:46:35 INFO : sub dir: Removing directory 2025/05/03 04:46:35 INFO : nested/sub dir: Removing directory 2025/05/03 04:46:35 INFO : nested: Removing directory 2025/05/03 04:46:35 DEBUG : Local file system at /tmp/rclone310667497: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.27s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/03 04:46:37 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/05/03 04:46:37 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:37 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/03 04:46:37 INFO : sub dir/hello world: Copied (new) 2025/05/03 04:46:37 INFO : sub dir/hello world: Deleted 2025/05/03 04:46:37 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/05/03 04:46:37 INFO : nested/sub dir/file: Copied (new) 2025/05/03 04:46:37 INFO : nested/sub dir/file: Deleted run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (1.71s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:38 DEBUG : existing: Need to transfer - File not found at Destination 2025/05/03 04:46:38 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/05/03 04:46:38 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:38 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:39 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/05/03 04:46:39 INFO : existing: Copied (new) 2025/05/03 04:46:39 INFO : existing: Deleted 2025/05/03 04:46:39 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/05/03 04:46:39 INFO : existing-b: Copied (new) 2025/05/03 04:46:39 INFO : existing-b: Deleted 2025/05/03 04:46:39 DEBUG : existing: Destination exists, skipping 2025/05/03 04:46:39 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/05/03 04:46:39 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:46:39 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:46:39 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.24s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:41 DEBUG : Creating backend with remote "TestB2:rclone-test-simipic5jeqi" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-hewinod8tane -> B2 bucket rclone-test-simipic5jeqi 2025/05/03 04:46:46 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:46:46 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/05/03 04:46:46 DEBUG : empty space: Unchanged skipping 2025/05/03 04:46:46 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/05/03 04:46:46 DEBUG : B2 bucket rclone-test-simipic5jeqi: Waiting for checks to finish 2025/05/03 04:46:46 INFO : empty space: Deleted 2025/05/03 04:46:46 DEBUG : B2 bucket rclone-test-simipic5jeqi: Waiting for transfers to finish 2025/05/03 04:46:46 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:46:46 INFO : potato2: Copied (server-side copy) 2025/05/03 04:46:46 INFO : potato2: Deleted 2025/05/03 04:46:46 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/03 04:46:46 INFO : potato3: Copied (server-side copy) 2025/05/03 04:46:47 INFO : potato3: Deleted 2025/05/03 04:46:47 DEBUG : Creating backend with remote "TestB2:rclone-test-xajayiz1poco" 2025/05/03 04:46:48 DEBUG : empty space: Need to transfer - File not found at Destination 2025/05/03 04:46:48 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:46:48 DEBUG : potato3: Need to transfer - File not found at Destination 2025/05/03 04:46:48 DEBUG : B2 bucket rclone-test-xajayiz1poco: Waiting for checks to finish 2025/05/03 04:46:48 DEBUG : B2 bucket rclone-test-xajayiz1poco: Waiting for transfers to finish 2025/05/03 04:46:54 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/03 04:46:54 INFO : empty space: Copied (server-side copy) 2025/05/03 04:46:54 INFO : empty space: Deleted 2025/05/03 04:46:54 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:46:54 INFO : potato2: Copied (server-side copy) 2025/05/03 04:46:54 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/03 04:46:54 INFO : potato3: Copied (server-side copy) 2025/05/03 04:46:54 INFO : potato2: Deleted 2025/05/03 04:46:54 INFO : potato3: Deleted 2025/05/03 04:46:55 DEBUG : B2 bucket rclone-test-xajayiz1poco: Purge remote 2025/05/03 04:46:55 INFO : B2 bucket rclone-test-xajayiz1poco: cleaning bucket "rclone-test-xajayiz1poco" of all files 2025/05/03 04:46:55 DEBUG : empty space: Deleting (id "4_z6f92ed93707d9b4b9f680e1b_f113664ace874f31b_d20250503_m044654_c001_v0001172_t0026_u01746247614134") 2025/05/03 04:46:55 DEBUG : potato2: Deleting (id "4_z6f92ed93707d9b4b9f680e1b_f100bb1093dbd3ba3_d20250503_m044654_c001_v0001184_t0042_u01746247614432") 2025/05/03 04:46:55 DEBUG : potato3: Deleting (id "4_z6f92ed93707d9b4b9f680e1b_f1148c136177cf173_d20250503_m044654_c001_v0001180_t0032_u01746247614479") 2025/05/03 04:46:56 DEBUG : B2 bucket rclone-test-simipic5jeqi: Purge remote 2025/05/03 04:46:56 INFO : B2 bucket rclone-test-simipic5jeqi: cleaning bucket "rclone-test-simipic5jeqi" of all files 2025/05/03 04:46:56 DEBUG : empty space: Deleting (id "4_zaf22dd33707d9b4b9f680e1b_f40211bca4d191ca6_d20250503_m044654_c001_v7007000_t0000_u01746247614413") 2025/05/03 04:46:56 DEBUG : empty space: Deleting (id "4_zaf22dd33707d9b4b9f680e1b_f11991aa75ab9f0af_d20250503_m044645_c001_v0001171_t0054_u01746247605084") 2025/05/03 04:46:56 DEBUG : potato2: Deleting (id "4_zaf22dd33707d9b4b9f680e1b_f40211bca4d191ca8_d20250503_m044654_c001_v7007000_t0000_u01746247614624") 2025/05/03 04:46:56 DEBUG : potato2: Deleting (id "4_zaf22dd33707d9b4b9f680e1b_f106bcd8bb097984f_d20250503_m044646_c001_v0001182_t0045_u01746247606323") 2025/05/03 04:46:56 DEBUG : potato3: Deleting (id "4_zaf22dd33707d9b4b9f680e1b_f40211bca4d191ca9_d20250503_m044654_c001_v7007000_t0000_u01746247614808") 2025/05/03 04:46:56 DEBUG : potato3: Deleting (id "4_zaf22dd33707d9b4b9f680e1b_f108f7a9f4246707a_d20250503_m044646_c001_v0001136_t0045_u01746247606543") 2025/05/03 04:46:56 DEBUG : potato3: Deleting (id "4_zaf22dd33707d9b4b9f680e1b_f11991aa75ab9f0b1_d20250503_m044645_c001_v0001171_t0042_u01746247605535") --- PASS: TestServerSideMove (17.12s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:46:58 DEBUG : Creating backend with remote "TestB2:rclone-test-haweyer7gipe" 2025/05/03 04:46:58 DEBUG : Config file has changed externally - reloading sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-hewinod8tane -> B2 bucket rclone-test-haweyer7gipe 2025/05/03 04:47:03 DEBUG : empty space: Excluded (Size Filter) 2025/05/03 04:47:03 DEBUG : empty space: Excluded (Size Filter) 2025/05/03 04:47:03 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:47:03 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/05/03 04:47:03 DEBUG : B2 bucket rclone-test-haweyer7gipe: Waiting for checks to finish 2025/05/03 04:47:03 DEBUG : B2 bucket rclone-test-haweyer7gipe: Waiting for transfers to finish 2025/05/03 04:47:03 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:47:03 INFO : potato2: Copied (server-side copy) 2025/05/03 04:47:03 INFO : potato2: Deleted 2025/05/03 04:47:04 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/03 04:47:04 INFO : potato3: Copied (server-side copy) 2025/05/03 04:47:04 INFO : potato3: Deleted 2025/05/03 04:47:04 DEBUG : Creating backend with remote "TestB2:rclone-test-mokafeb0qibi" 2025/05/03 04:47:05 DEBUG : empty space: Excluded (Size Filter) 2025/05/03 04:47:05 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:47:05 DEBUG : potato3: Need to transfer - File not found at Destination 2025/05/03 04:47:05 DEBUG : B2 bucket rclone-test-mokafeb0qibi: Waiting for checks to finish 2025/05/03 04:47:05 DEBUG : B2 bucket rclone-test-mokafeb0qibi: Waiting for transfers to finish 2025/05/03 04:47:06 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:47:06 INFO : potato2: Copied (server-side copy) 2025/05/03 04:47:07 INFO : potato2: Deleted 2025/05/03 04:47:07 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/03 04:47:07 INFO : potato3: Copied (server-side copy) 2025/05/03 04:47:07 INFO : potato3: Deleted 2025/05/03 04:47:07 DEBUG : B2 bucket rclone-test-mokafeb0qibi: Purge remote 2025/05/03 04:47:07 INFO : B2 bucket rclone-test-mokafeb0qibi: cleaning bucket "rclone-test-mokafeb0qibi" of all files 2025/05/03 04:47:07 DEBUG : potato2: Deleting (id "4_z3fa22dd3708d9b4b9f680e1b_f118341acac8f306b_d20250503_m044706_c001_v0001136_t0003_u01746247626575") 2025/05/03 04:47:07 DEBUG : potato3: Deleting (id "4_z3fa22dd3708d9b4b9f680e1b_f105325fc7f3a2664_d20250503_m044706_c001_v0001146_t0003_u01746247626943") 2025/05/03 04:47:08 DEBUG : B2 bucket rclone-test-haweyer7gipe: Purge remote 2025/05/03 04:47:08 INFO : B2 bucket rclone-test-haweyer7gipe: cleaning bucket "rclone-test-haweyer7gipe" of all files 2025/05/03 04:47:08 DEBUG : empty space: Deleting (id "4_z5ff21d93708d9b4b9f680e1b_f107b5fb898b3b4d1_d20250503_m044702_c001_v0001176_t0016_u01746247622325") 2025/05/03 04:47:08 DEBUG : potato2: Deleting (id "4_z5ff21d93708d9b4b9f680e1b_f42076873fb4d32ba_d20250503_m044706_c001_v7007000_t0000_u01746247626937") 2025/05/03 04:47:08 DEBUG : potato2: Deleting (id "4_z5ff21d93708d9b4b9f680e1b_f1104aea1c5c1fd82_d20250503_m044703_c001_v0001029_t0026_u01746247623182") 2025/05/03 04:47:08 DEBUG : potato3: Deleting (id "4_z5ff21d93708d9b4b9f680e1b_f42076873fb4d32bb_d20250503_m044707_c001_v7007000_t0000_u01746247627360") 2025/05/03 04:47:08 DEBUG : potato3: Deleting (id "4_z5ff21d93708d9b4b9f680e1b_f102fedffc4f44a82_d20250503_m044703_c001_v0001116_t0014_u01746247623565") 2025/05/03 04:47:08 DEBUG : potato3: Deleting (id "4_z5ff21d93708d9b4b9f680e1b_f107b5fb898b3b4d5_d20250503_m044702_c001_v0001176_t0015_u01746247622567") --- PASS: TestServerSideMoveWithFilter (12.59s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:47:10 DEBUG : Creating backend with remote "TestB2:rclone-test-qiziheg7hubi" 2025/05/03 04:47:12 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-hewinod8tane -> B2 bucket rclone-test-qiziheg7hubi 2025/05/03 04:47:15 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:47:15 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/05/03 04:47:15 DEBUG : empty space: Unchanged skipping 2025/05/03 04:47:15 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/05/03 04:47:15 DEBUG : B2 bucket rclone-test-qiziheg7hubi: Waiting for checks to finish 2025/05/03 04:47:15 INFO : empty space: Deleted 2025/05/03 04:47:15 DEBUG : B2 bucket rclone-test-qiziheg7hubi: Waiting for transfers to finish 2025/05/03 04:47:15 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:47:15 INFO : potato2: Copied (server-side copy) 2025/05/03 04:47:16 INFO : potato2: Deleted 2025/05/03 04:47:16 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/03 04:47:16 INFO : potato3: Copied (server-side copy) 2025/05/03 04:47:16 INFO : potato3: Deleted 2025/05/03 04:47:16 DEBUG : Creating backend with remote "TestB2:rclone-test-jiyoqov7cuze" 2025/05/03 04:47:17 INFO : tomatoDir: Making directory 2025/05/03 04:47:18 DEBUG : empty space: Need to transfer - File not found at Destination 2025/05/03 04:47:18 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/03 04:47:18 DEBUG : potato3: Need to transfer - File not found at Destination 2025/05/03 04:47:18 DEBUG : B2 bucket rclone-test-jiyoqov7cuze: Waiting for checks to finish 2025/05/03 04:47:18 DEBUG : B2 bucket rclone-test-jiyoqov7cuze: Waiting for transfers to finish 2025/05/03 04:47:19 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/03 04:47:19 INFO : empty space: Copied (server-side copy) 2025/05/03 04:47:20 INFO : empty space: Deleted 2025/05/03 04:47:20 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/03 04:47:20 INFO : potato2: Copied (server-side copy) 2025/05/03 04:47:20 INFO : potato2: Deleted 2025/05/03 04:47:20 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/03 04:47:20 INFO : potato3: Copied (server-side copy) 2025/05/03 04:47:20 INFO : potato3: Deleted 2025/05/03 04:47:21 DEBUG : B2 bucket rclone-test-jiyoqov7cuze: Purge remote 2025/05/03 04:47:21 INFO : B2 bucket rclone-test-jiyoqov7cuze: cleaning bucket "rclone-test-jiyoqov7cuze" of all files 2025/05/03 04:47:21 DEBUG : empty space: Deleting (id "4_zcf525dc3708d9b4b9f680e1b_f110078e265cadee4_d20250503_m044719_c001_v0001178_t0045_u01746247639705") 2025/05/03 04:47:21 DEBUG : potato2: Deleting (id "4_zcf525dc3708d9b4b9f680e1b_f104493500ecad0ed_d20250503_m044719_c001_v0001113_t0034_u01746247639930") 2025/05/03 04:47:21 DEBUG : potato3: Deleting (id "4_zcf525dc3708d9b4b9f680e1b_f1100568d6ba336e0_d20250503_m044720_c001_v0001150_t0012_u01746247640075") 2025/05/03 04:47:22 DEBUG : B2 bucket rclone-test-qiziheg7hubi: Purge remote 2025/05/03 04:47:22 INFO : B2 bucket rclone-test-qiziheg7hubi: cleaning bucket "rclone-test-qiziheg7hubi" of all files 2025/05/03 04:47:23 DEBUG : empty space: Deleting (id "4_zbf624d93708d9b4b9f680e1b_f414e98f2e737e6be_d20250503_m044719_c001_v7007000_t0000_u01746247639913") 2025/05/03 04:47:23 DEBUG : empty space: Deleting (id "4_zbf624d93708d9b4b9f680e1b_f103b97f233e41c4b_d20250503_m044714_c001_v0001099_t0036_u01746247634631") 2025/05/03 04:47:23 DEBUG : potato2: Deleting (id "4_zbf624d93708d9b4b9f680e1b_f414e98f2e737e6bf_d20250503_m044720_c001_v7007000_t0000_u01746247640203") 2025/05/03 04:47:23 DEBUG : potato2: Deleting (id "4_zbf624d93708d9b4b9f680e1b_f1016da46f63f4809_d20250503_m044715_c001_v0001184_t0053_u01746247635760") 2025/05/03 04:47:23 DEBUG : potato3: Deleting (id "4_zbf624d93708d9b4b9f680e1b_f414e98f2e737e6c0_d20250503_m044720_c001_v7007000_t0000_u01746247640503") 2025/05/03 04:47:23 DEBUG : potato3: Deleting (id "4_zbf624d93708d9b4b9f680e1b_f119416d8167661e2_d20250503_m044716_c001_v0001090_t0059_u01746247636011") 2025/05/03 04:47:23 DEBUG : potato3: Deleting (id "4_zbf624d93708d9b4b9f680e1b_f103b97f233e41c4d_d20250503_m044715_c001_v0001099_t0023_u01746247635035") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (14.33s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:47:25 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.70s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:47:27 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncOverlap (2.94s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:47:30 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/rclone-sync-test" 2025/05/03 04:47:32 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/rclone-sync-test-include/layer2" 2025/05/03 04:47:34 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/rclone-sync-test-ignore-file" 2025/05/03 04:47:37 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/05/03 04:47:37 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/05/03 04:47:38 DEBUG : pacer: Reducing sleep to 10ms 2025/05/03 04:47:38 DEBUG : B2 bucket rclone-test-hewinod8tane path rclone-sync-test: Waiting for checks to finish 2025/05/03 04:47:38 DEBUG : B2 bucket rclone-test-hewinod8tane path rclone-sync-test: Waiting for transfers to finish 2025/05/03 04:47:38 DEBUG : Waiting for deletions to finish 2025/05/03 04:47:38 INFO : There was nothing to transfer 2025/05/03 04:47:38 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:47:38 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:47:38 DEBUG : Waiting for deletions to finish 2025/05/03 04:47:38 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:47:38 DEBUG : B2 bucket rclone-test-hewinod8tane path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/05/03 04:47:38 DEBUG : B2 bucket rclone-test-hewinod8tane path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/05/03 04:47:38 DEBUG : Waiting for deletions to finish 2025/05/03 04:47:38 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:47:39 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:47:39 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:47:39 DEBUG : Waiting for deletions to finish 2025/05/03 04:47:39 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:47:39 DEBUG : B2 bucket rclone-test-hewinod8tane path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/05/03 04:47:39 DEBUG : B2 bucket rclone-test-hewinod8tane path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/05/03 04:47:39 DEBUG : Waiting for deletions to finish 2025/05/03 04:47:39 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.81s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:47:46 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/dst" 2025/05/03 04:47:47 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/CompareDest" 2025/05/03 04:47:49 DEBUG : one: Need to transfer - File not found at Destination 2025/05/03 04:47:49 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:47:49 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:47:50 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/03 04:47:50 INFO : one: Copied (new) 2025/05/03 04:47:50 DEBUG : Waiting for deletions to finish 2025/05/03 04:47:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/03 04:47:51 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:47:51 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:47:51 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/05/03 04:47:51 INFO : one: Copied (replaced existing) 2025/05/03 04:47:51 DEBUG : Waiting for deletions to finish 2025/05/03 04:47:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/03 04:47:53 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:47:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:47:53 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/03 04:47:53 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:47:53 DEBUG : Waiting for deletions to finish 2025/05/03 04:47:53 INFO : There was nothing to transfer 2025/05/03 04:47:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/03 04:47:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:47:54 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/03 04:47:54 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:47:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:47:54 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/03 04:47:54 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:47:54 DEBUG : Waiting for deletions to finish 2025/05/03 04:47:54 INFO : There was nothing to transfer 2025/05/03 04:47:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/03 04:47:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:47:55 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/03 04:47:55 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:47:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:47:55 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/03 04:47:55 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:47:55 DEBUG : Waiting for deletions to finish 2025/05/03 04:47:55 INFO : There was nothing to transfer 2025/05/03 04:47:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/03 04:47:56 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2025/05/03 04:47:56 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/05/03 04:47:56 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/03 04:47:56 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:47:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:47:56 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/03 04:47:56 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:47:56 DEBUG : Waiting for deletions to finish 2025/05/03 04:47:56 INFO : There was nothing to transfer 2025/05/03 04:47:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/03 04:47:57 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/03 04:47:57 DEBUG : two: Need to transfer - File not found at Destination 2025/05/03 04:47:57 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:47:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:47:57 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/03 04:47:57 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:47:58 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/05/03 04:47:58 INFO : two: Copied (new) 2025/05/03 04:47:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.02s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:48:00 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/dest" 2025/05/03 04:48:02 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/pre-dest1" 2025/05/03 04:48:03 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/pre-dest2" 2025/05/03 04:48:05 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:48:05 DEBUG : 1: Destination found in --compare-dest, skipping 2025/05/03 04:48:05 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:48:05 DEBUG : 2: Destination found in --compare-dest, skipping 2025/05/03 04:48:06 DEBUG : 3: Need to transfer - File not found at Destination 2025/05/03 04:48:06 DEBUG : B2 bucket rclone-test-hewinod8tane path dest: Waiting for checks to finish 2025/05/03 04:48:06 DEBUG : B2 bucket rclone-test-hewinod8tane path dest: Waiting for transfers to finish 2025/05/03 04:48:06 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/05/03 04:48:06 INFO : 3: Copied (new) 2025/05/03 04:48:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.88s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:48:08 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/dst" 2025/05/03 04:48:09 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/CopyDest" 2025/05/03 04:48:11 DEBUG : one: Need to transfer - File not found at Destination 2025/05/03 04:48:11 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:11 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:12 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/03 04:48:12 INFO : one: Copied (new) 2025/05/03 04:48:12 DEBUG : Waiting for deletions to finish 2025/05/03 04:48:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/03 04:48:13 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:13 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:13 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/05/03 04:48:13 INFO : one: Copied (replaced existing) 2025/05/03 04:48:13 DEBUG : Waiting for deletions to finish 2025/05/03 04:48:15 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/BackupDir" 2025/05/03 04:48:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/03 04:48:16 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:16 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:48:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/03 04:48:18 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/03 04:48:18 INFO : one: Copied (server-side copy) 2025/05/03 04:48:18 INFO : one: Deleted 2025/05/03 04:48:18 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/05/03 04:48:18 INFO : one: Copied (server-side copy) 2025/05/03 04:48:18 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/03 04:48:18 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:18 DEBUG : Waiting for deletions to finish 2025/05/03 04:48:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:48:19 DEBUG : one: Unchanged skipping 2025/05/03 04:48:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:48:20 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/05/03 04:48:20 INFO : two: Copied (server-side copy) 2025/05/03 04:48:20 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/03 04:48:20 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:20 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:20 DEBUG : Waiting for deletions to finish 2025/05/03 04:48:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:48:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:48:20 DEBUG : two: Unchanged skipping 2025/05/03 04:48:20 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:20 DEBUG : one: Unchanged skipping 2025/05/03 04:48:20 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:20 DEBUG : Waiting for deletions to finish 2025/05/03 04:48:20 INFO : There was nothing to transfer 2025/05/03 04:48:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:48:21 DEBUG : one: Unchanged skipping 2025/05/03 04:48:21 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/03 04:48:21 DEBUG : three: Destination not found in --copy-dest 2025/05/03 04:48:21 DEBUG : three: Need to transfer - File not found at Destination 2025/05/03 04:48:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/03 04:48:21 DEBUG : two: Unchanged skipping 2025/05/03 04:48:21 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:21 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:22 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/05/03 04:48:22 INFO : three: Copied (new) 2025/05/03 04:48:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.62s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:48:25 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/dst" 2025/05/03 04:48:26 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/backup" 2025/05/03 04:48:28 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/03 04:48:28 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:48:28 DEBUG : two: Unchanged skipping 2025/05/03 04:48:28 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:29 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/03 04:48:29 INFO : one: Copied (server-side copy) 2025/05/03 04:48:29 INFO : one: Deleted 2025/05/03 04:48:29 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:30 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:48:30 INFO : one: Copied (new) 2025/05/03 04:48:30 DEBUG : Waiting for deletions to finish 2025/05/03 04:48:31 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/03 04:48:31 INFO : three.txt: Copied (server-side copy) 2025/05/03 04:48:31 INFO : three.txt: Deleted 2025/05/03 04:48:31 INFO : three.txt: Moved into backup dir 2025/05/03 04:48:32 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/03 04:48:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:48:32 DEBUG : two: Unchanged skipping 2025/05/03 04:48:33 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:48:33 INFO : one: Copied (server-side copy) 2025/05/03 04:48:33 INFO : one: Deleted 2025/05/03 04:48:33 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:33 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/03 04:48:33 INFO : one: Copied (new) 2025/05/03 04:48:33 DEBUG : Waiting for deletions to finish 2025/05/03 04:48:34 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/03 04:48:34 INFO : three.txt: Copied (server-side copy) 2025/05/03 04:48:34 INFO : three.txt: Deleted 2025/05/03 04:48:34 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (12.00s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:48:37 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/dst" 2025/05/03 04:48:38 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/backup" 2025/05/03 04:48:40 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/03 04:48:40 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:48:40 DEBUG : two: Unchanged skipping 2025/05/03 04:48:41 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/03 04:48:41 INFO : one: Copied (server-side copy) to: one.bak 2025/05/03 04:48:42 INFO : one: Deleted 2025/05/03 04:48:42 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:43 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:48:43 INFO : one: Copied (new) 2025/05/03 04:48:43 DEBUG : Waiting for deletions to finish 2025/05/03 04:48:44 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/03 04:48:44 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/03 04:48:44 INFO : three.txt: Deleted 2025/05/03 04:48:44 INFO : three.txt: Moved into backup dir 2025/05/03 04:48:45 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/03 04:48:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:48:45 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:45 DEBUG : two: Unchanged skipping 2025/05/03 04:48:46 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:48:46 INFO : one: Copied (server-side copy) to: one.bak 2025/05/03 04:48:46 INFO : one: Deleted 2025/05/03 04:48:46 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:47 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/03 04:48:47 INFO : one: Copied (new) 2025/05/03 04:48:47 DEBUG : Waiting for deletions to finish 2025/05/03 04:48:47 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/03 04:48:47 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/03 04:48:47 INFO : three.txt: Deleted 2025/05/03 04:48:47 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (12.98s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:48:50 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/dst" 2025/05/03 04:48:51 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/backup" 2025/05/03 04:48:53 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/03 04:48:53 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:48:53 DEBUG : two: Unchanged skipping 2025/05/03 04:48:53 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:54 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/03 04:48:54 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/05/03 04:48:54 INFO : one: Deleted 2025/05/03 04:48:54 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:55 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:48:55 INFO : one: Copied (new) 2025/05/03 04:48:55 DEBUG : Waiting for deletions to finish 2025/05/03 04:48:55 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/03 04:48:55 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/05/03 04:48:56 INFO : three.txt: Deleted 2025/05/03 04:48:56 INFO : three.txt: Moved into backup dir 2025/05/03 04:48:57 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/03 04:48:57 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:48:57 DEBUG : two: Unchanged skipping 2025/05/03 04:48:57 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:48:58 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:48:58 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/05/03 04:48:58 INFO : one: Deleted 2025/05/03 04:48:58 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:48:58 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/03 04:48:58 INFO : one: Copied (new) 2025/05/03 04:48:58 DEBUG : Waiting for deletions to finish 2025/05/03 04:48:59 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/03 04:48:59 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/05/03 04:48:59 INFO : three.txt: Deleted 2025/05/03 04:48:59 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.94s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:49:02 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/dst" 2025/05/03 04:49:04 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/03 04:49:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:04 DEBUG : two: Unchanged skipping 2025/05/03 04:49:04 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:49:04 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/03 04:49:04 INFO : one: Copied (server-side copy) to: one.bak 2025/05/03 04:49:04 INFO : one: Deleted 2025/05/03 04:49:04 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:49:05 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:49:05 INFO : one: Copied (new) 2025/05/03 04:49:05 DEBUG : Waiting for deletions to finish 2025/05/03 04:49:06 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/03 04:49:06 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/03 04:49:06 INFO : three.txt: Deleted 2025/05/03 04:49:06 INFO : three.txt: Moved into backup dir 2025/05/03 04:49:07 DEBUG : one.bak: Excluded (Path Filter) 2025/05/03 04:49:07 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/05/03 04:49:07 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/03 04:49:07 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:07 DEBUG : two: Unchanged skipping 2025/05/03 04:49:07 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for checks to finish 2025/05/03 04:49:07 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:49:07 INFO : one: Copied (server-side copy) to: one.bak 2025/05/03 04:49:07 INFO : one: Deleted 2025/05/03 04:49:07 DEBUG : B2 bucket rclone-test-hewinod8tane path dst: Waiting for transfers to finish 2025/05/03 04:49:08 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/03 04:49:08 INFO : one: Copied (new) 2025/05/03 04:49:08 DEBUG : Waiting for deletions to finish 2025/05/03 04:49:08 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/03 04:49:08 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/03 04:49:08 INFO : three.txt: Deleted 2025/05/03 04:49:08 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (9.22s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:49:11 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/dst" 2025/05/03 04:49:12 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/03 04:49:14 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/03 04:49:14 INFO : one: Copied (server-side copy) to: one.bak 2025/05/03 04:49:14 INFO : one: Deleted 2025/05/03 04:49:14 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:49:14 INFO : one: Copied (new) 2025/05/03 04:49:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:15 DEBUG : two: Unchanged skipping 2025/05/03 04:49:15 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/05/03 04:49:15 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/03 04:49:15 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/03 04:49:16 INFO : three.txt: Deleted 2025/05/03 04:49:16 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/03 04:49:16 INFO : three.txt: Copied (new) 2025/05/03 04:49:16 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/03 04:49:17 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:49:17 INFO : one: Copied (server-side copy) to: one.bak 2025/05/03 04:49:17 INFO : one: Deleted 2025/05/03 04:49:17 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/03 04:49:17 INFO : one: Copied (new) 2025/05/03 04:49:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:17 DEBUG : two: Unchanged skipping 2025/05/03 04:49:18 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/05/03 04:49:18 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/03 04:49:18 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/03 04:49:18 INFO : three.txt: Deleted 2025/05/03 04:49:18 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/05/03 04:49:18 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.25s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:49:22 DEBUG : Creating backend with remote "TestB2:rclone-test-hewinod8tane/dst" 2025/05/03 04:49:23 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/03 04:49:24 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/03 04:49:24 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/05/03 04:49:25 INFO : one: Deleted 2025/05/03 04:49:26 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:49:26 INFO : one: Copied (new) 2025/05/03 04:49:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:26 DEBUG : two: Unchanged skipping 2025/05/03 04:49:26 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/05/03 04:49:27 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/03 04:49:27 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/05/03 04:49:27 INFO : three.txt: Deleted 2025/05/03 04:49:27 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/03 04:49:27 INFO : three.txt: Copied (new) 2025/05/03 04:49:28 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/03 04:49:29 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/03 04:49:29 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/05/03 04:49:29 INFO : one: Deleted 2025/05/03 04:49:30 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/03 04:49:30 INFO : one: Copied (new) 2025/05/03 04:49:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:30 DEBUG : two: Unchanged skipping 2025/05/03 04:49:30 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/05/03 04:49:31 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/03 04:49:31 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/05/03 04:49:31 INFO : three.txt: Deleted 2025/05/03 04:49:31 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/05/03 04:49:31 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (13.08s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:49:34 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/05/03 04:49:34 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:49:34 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:49:34 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/05/03 04:49:34 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/05/03 04:49:34 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (1.93s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:49:35 DEBUG : existing: Need to transfer - File not found at Destination 2025/05/03 04:49:35 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:49:35 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:49:36 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/05/03 04:49:36 INFO : existing: Copied (new) 2025/05/03 04:49:36 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:49:37 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/05/03 04:49:37 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/05/03 04:49:37 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:49:37 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:49:37 ERROR : B2 bucket rclone-test-hewinod8tane: not deleting files as there were IO errors 2025/05/03 04:49:37 ERROR : B2 bucket rclone-test-hewinod8tane: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncImmutable (3.26s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:49:39 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:39 DEBUG : existing: Unchanged skipping 2025/05/03 04:49:39 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:49:39 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:49:39 DEBUG : Waiting for deletions to finish 2025/05/03 04:49:39 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.36s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.38s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.15s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.39s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:49:53 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:49:53 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both0: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both12: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both13: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both14: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both15: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both16: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both17: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both18: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both19: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both2: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both3: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both4: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both5: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both6: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both7: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both8: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:49:53 DEBUG : both9: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both10: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both11: Unchanged skipping 2025/05/03 04:49:53 DEBUG : both1: Unchanged skipping 2025/05/03 04:49:53 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:49:53 DEBUG : Waiting for deletions to finish 2025/05/03 04:49:54 INFO : only0: Deleted 2025/05/03 04:49:54 INFO : only12: Deleted 2025/05/03 04:49:54 INFO : only16: Deleted 2025/05/03 04:49:54 INFO : only11: Deleted 2025/05/03 04:49:54 INFO : only9: Deleted 2025/05/03 04:49:54 INFO : only13: Deleted 2025/05/03 04:49:54 INFO : only2: Deleted 2025/05/03 04:49:54 INFO : only3: Deleted 2025/05/03 04:49:54 INFO : only10: Deleted 2025/05/03 04:49:54 INFO : only17: Deleted 2025/05/03 04:49:54 INFO : only4: Deleted 2025/05/03 04:49:54 INFO : only1: Deleted 2025/05/03 04:49:54 INFO : only14: Deleted 2025/05/03 04:49:54 INFO : only15: Deleted 2025/05/03 04:49:55 INFO : only18: Deleted 2025/05/03 04:49:55 INFO : only19: Deleted 2025/05/03 04:49:55 INFO : only5: Deleted 2025/05/03 04:49:55 INFO : only6: Deleted 2025/05/03 04:49:55 INFO : only7: Deleted 2025/05/03 04:49:55 INFO : only8: Deleted 2025/05/03 04:49:55 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (18.40s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:50:12 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for checks to finish 2025/05/03 04:50:12 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both1: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both12: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both13: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both0: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both15: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both10: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both11: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both14: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both16: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both2: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both3: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both4: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both5: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both6: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both7: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both8: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/03 04:50:12 DEBUG : both9: Unchanged skipping 2025/05/03 04:50:12 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/05/03 04:50:12 DEBUG : both17: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both18: Unchanged skipping 2025/05/03 04:50:12 DEBUG : both19: Unchanged skipping 2025/05/03 04:50:12 DEBUG : B2 bucket rclone-test-hewinod8tane: Waiting for transfers to finish 2025/05/03 04:50:12 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:12 INFO : only0: Copied (replaced existing) 2025/05/03 04:50:12 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:12 INFO : only10: Copied (replaced existing) 2025/05/03 04:50:12 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:12 INFO : only1: Copied (replaced existing) 2025/05/03 04:50:12 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:12 INFO : only13: Copied (replaced existing) 2025/05/03 04:50:12 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:12 INFO : only12: Copied (replaced existing) 2025/05/03 04:50:12 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:12 INFO : only14: Copied (replaced existing) 2025/05/03 04:50:12 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:12 INFO : only15: Copied (replaced existing) 2025/05/03 04:50:12 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:12 INFO : only16: Copied (replaced existing) 2025/05/03 04:50:12 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:12 INFO : only17: Copied (replaced existing) 2025/05/03 04:50:12 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:12 INFO : only11: Copied (replaced existing) 2025/05/03 04:50:13 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:13 INFO : only18: Copied (replaced existing) 2025/05/03 04:50:13 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:13 INFO : only19: Copied (replaced existing) 2025/05/03 04:50:13 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:13 INFO : only2: Copied (replaced existing) 2025/05/03 04:50:13 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:13 INFO : only3: Copied (replaced existing) 2025/05/03 04:50:13 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:13 INFO : only4: Copied (replaced existing) 2025/05/03 04:50:13 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:13 INFO : only5: Copied (replaced existing) 2025/05/03 04:50:13 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:13 INFO : only6: Copied (replaced existing) 2025/05/03 04:50:13 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:13 INFO : only7: Copied (replaced existing) 2025/05/03 04:50:13 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:13 INFO : only8: Copied (replaced existing) 2025/05/03 04:50:13 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/03 04:50:13 INFO : only9: Copied (replaced existing) 2025/05/03 04:50:13 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (21.99s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:50:21 DEBUG : empty_dir: Making directory with metadata 2025/05/03 04:50:21 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/03 04:50:21 DEBUG : empty_on_remote: Making directory with metadata 2025/05/03 04:50:21 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/03 04:50:21 INFO : empty_on_remote: Making directory 2025/05/03 04:50:21 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:50:22 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/05/03 04:50:22 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/05/03 04:50:22 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/05/03 04:50:22 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTime (3.12s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:50:25 DEBUG : empty_dir: Making directory with metadata 2025/05/03 04:50:25 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/03 04:50:25 DEBUG : empty_on_remote: Making directory with metadata 2025/05/03 04:50:25 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/03 04:50:25 INFO : empty_on_remote: Making directory 2025/05/03 04:50:25 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:50:25 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/05/03 04:50:25 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/05/03 04:50:25 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/05/03 04:50:25 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/05/03 04:50:25 INFO : empty_dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.58s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:50:27 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/03 04:50:27 INFO : sub dir: Making directory 2025/05/03 04:50:27 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (2.65s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" 2025/05/03 04:50:30 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/03 04:50:30 INFO : sub dir: Making directory 2025/05/03 04:50:30 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hewinod8tane", Local "Local file system at /tmp/rclone310667497", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (2.90s) PASS 2025/05/03 04:50:33 DEBUG : B2 bucket rclone-test-hewinod8tane: Purge remote 2025/05/03 04:50:33 INFO : B2 bucket rclone-test-hewinod8tane: cleaning bucket "rclone-test-hewinod8tane" of all files 2025/05/03 04:50:33 DEBUG : BackupDir/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f421f4d6436232755_d20250503_m044822_c001_v7007000_t0000_u01746247702647") 2025/05/03 04:50:33 DEBUG : BackupDir/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1173a34c13b45bfd_d20250503_m044817_c001_v0001092_t0020_u01746247697919") 2025/05/03 04:50:33 DEBUG : CompareDest/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e89_d20250503_m044758_c001_v7007000_t0000_u01746247678681") 2025/05/03 04:50:33 DEBUG : CompareDest/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2102_d20250503_m044753_c001_v0001184_t0007_u01746247673171") 2025/05/03 04:50:33 DEBUG : CompareDest/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e8a_d20250503_m044758_c001_v7007000_t0000_u01746247678865") 2025/05/03 04:50:33 DEBUG : CompareDest/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2118_d20250503_m044754_c001_v0001184_t0001_u01746247674112") 2025/05/03 04:50:33 DEBUG : CopyDest/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f421f4d6436232756_d20250503_m044822_c001_v7007000_t0000_u01746247702829") 2025/05/03 04:50:33 DEBUG : CopyDest/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d767_d20250503_m044814_c001_v0001157_t0013_u01746247694863") 2025/05/03 04:50:33 DEBUG : CopyDest/three: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f421f4d6436232758_d20250503_m044823_c001_v7007000_t0000_u01746247703010") 2025/05/03 04:50:34 DEBUG : CopyDest/three: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2327_d20250503_m044820_c001_v0001184_t0044_u01746247700777") 2025/05/03 04:50:34 DEBUG : CopyDest/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f421f4d6436232759_d20250503_m044823_c001_v7007000_t0000_u01746247703193") 2025/05/03 04:50:34 DEBUG : CopyDest/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2305_d20250503_m044819_c001_v0001184_t0006_u01746247699184") 2025/05/03 04:50:34 DEBUG : EXISTING: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe399168b_d20250503_m044939_c001_v7007000_t0000_u01746247779739") 2025/05/03 04:50:34 DEBUG : EXISTING: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac28fb_d20250503_m044938_c001_v0001184_t0025_u01746247778758") 2025/05/03 04:50:34 DEBUG : Testêé: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe3991681_d20250503_m044935_c001_v7007000_t0000_u01746247775129") 2025/05/03 04:50:34 DEBUG : Testêé: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac28ad_d20250503_m044934_c001_v0001184_t0052_u01746247774516") 2025/05/03 04:50:34 DEBUG : Testêé: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac289b_d20250503_m044933_c001_v0001184_t0003_u01746247773935") 2025/05/03 04:50:34 DEBUG : a/potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e1a_d20250503_m044603_c001_v7007000_t0000_u01746247563789") 2025/05/03 04:50:34 DEBUG : a/potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d560_d20250503_m044603_c001_v0001157_t0041_u01746247563036") 2025/05/03 04:50:34 DEBUG : a/potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e16_d20250503_m044601_c001_v7007000_t0000_u01746247561150") 2025/05/03 04:50:34 DEBUG : a/potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d558_d20250503_m044600_c001_v0001157_t0048_u01746247560307") 2025/05/03 04:50:34 DEBUG : a/potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4dd4_d20250503_m044539_c001_v7007000_t0000_u01746247539382") 2025/05/03 04:50:34 DEBUG : a/potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d4e4_d20250503_m044538_c001_v0001157_t0000_u01746247538421") 2025/05/03 04:50:34 DEBUG : b/potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c63_d20250503_m044604_c001_v7007000_t0000_u01746247564339") 2025/05/03 04:50:35 DEBUG : b/potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d55a_d20250503_m044602_c001_v0001157_t0039_u01746247562066") 2025/05/03 04:50:35 DEBUG : b/potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e15_d20250503_m044600_c001_v7007000_t0000_u01746247560589") 2025/05/03 04:50:35 DEBUG : b/potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d554_d20250503_m044559_c001_v0001157_t0029_u01746247559284") 2025/05/03 04:50:35 DEBUG : b/potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4dcf_d20250503_m044538_c001_v7007000_t0000_u01746247538827") 2025/05/03 04:50:35 DEBUG : b/potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d4dc_d20250503_m044537_c001_v0001157_t0036_u01746247537200") 2025/05/03 04:50:35 DEBUG : backup/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4040a27e706702d2_d20250503_m044835_c001_v7007000_t0000_u01746247715159") 2025/05/03 04:50:35 DEBUG : backup/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f119616afc4db1dea_d20250503_m044833_c001_v0001184_t0053_u01746247713280") 2025/05/03 04:50:35 DEBUG : backup/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f106228ad69c0b115_d20250503_m044829_c001_v0001180_t0006_u01746247709311") 2025/05/03 04:50:35 DEBUG : backup/one-2019-01-01: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb477e_d20250503_m044900_c001_v7007000_t0000_u01746247740108") 2025/05/03 04:50:35 DEBUG : backup/one-2019-01-01: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f116f5521d59971f0_d20250503_m044857_c001_v0001171_t0002_u01746247737908") 2025/05/03 04:50:35 DEBUG : backup/one-2019-01-01: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1026b11fbf25e8c0_d20250503_m044854_c001_v0001182_t0032_u01746247734475") 2025/05/03 04:50:35 DEBUG : backup/one.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe3991636_d20250503_m044848_c001_v7007000_t0000_u01746247728173") 2025/05/03 04:50:35 DEBUG : backup/one.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f107d4cdd49ec2b79_d20250503_m044846_c001_v0001042_t0038_u01746247726056") 2025/05/03 04:50:35 DEBUG : backup/one.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f105ebb16e0586f2c_d20250503_m044841_c001_v0001029_t0014_u01746247721288") 2025/05/03 04:50:35 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb477f_d20250503_m044900_c001_v7007000_t0000_u01746247740291") 2025/05/03 04:50:35 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f112584d34d531b83_d20250503_m044859_c001_v0001154_t0024_u01746247739122") 2025/05/03 04:50:35 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1043c7ce07aa2a4a_d20250503_m044855_c001_v0001177_t0005_u01746247735823") 2025/05/03 04:50:35 DEBUG : backup/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4040a27e706702d3_d20250503_m044835_c001_v7007000_t0000_u01746247715344") 2025/05/03 04:50:35 DEBUG : backup/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f106b0a64756ba34d_d20250503_m044834_c001_v0001146_t0029_u01746247714218") 2025/05/03 04:50:35 DEBUG : backup/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f119d0f6d0196166e_d20250503_m044831_c001_v0001113_t0021_u01746247711022") 2025/05/03 04:50:35 DEBUG : backup/three.txt.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe3991637_d20250503_m044848_c001_v7007000_t0000_u01746247728354") 2025/05/03 04:50:36 DEBUG : backup/three.txt.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1093b5083286ac09_d20250503_m044847_c001_v0001098_t0043_u01746247727306") 2025/05/03 04:50:36 DEBUG : backup/three.txt.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f106228ad69c0b171_d20250503_m044843_c001_v0001180_t0050_u01746247723961") 2025/05/03 04:50:36 DEBUG : both0: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695ce4_d20250503_m045014_c001_v7007000_t0000_u01746247814067") 2025/05/03 04:50:36 DEBUG : both0: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8c6_d20250503_m045000_c001_v0001157_t0026_u01746247800403") 2025/05/03 04:50:36 DEBUG : both0: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399ac_d20250503_m044955_c001_v7007000_t0000_u01746247795808") 2025/05/03 04:50:36 DEBUG : both0: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac292c_d20250503_m044941_c001_v0001184_t0054_u01746247781645") 2025/05/03 04:50:36 DEBUG : both1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695ce5_d20250503_m045014_c001_v7007000_t0000_u01746247814250") 2025/05/03 04:50:36 DEBUG : both1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2a9d_d20250503_m045001_c001_v0001184_t0024_u01746247801350") 2025/05/03 04:50:36 DEBUG : both1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399ad_d20250503_m044955_c001_v7007000_t0000_u01746247795990") 2025/05/03 04:50:36 DEBUG : both1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac293c_d20250503_m044942_c001_v0001184_t0019_u01746247782562") 2025/05/03 04:50:36 DEBUG : both10: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695ce6_d20250503_m045014_c001_v7007000_t0000_u01746247814433") 2025/05/03 04:50:36 DEBUG : both10: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b0d_d20250503_m045006_c001_v0001184_t0000_u01746247806221") 2025/05/03 04:50:36 DEBUG : both10: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399ae_d20250503_m044956_c001_v7007000_t0000_u01746247796171") 2025/05/03 04:50:36 DEBUG : both10: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29b7_d20250503_m044947_c001_v0001184_t0029_u01746247787681") 2025/05/03 04:50:36 DEBUG : both11: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695ce7_d20250503_m045014_c001_v7007000_t0000_u01746247814615") 2025/05/03 04:50:36 DEBUG : both11: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b1d_d20250503_m045006_c001_v0001184_t0004_u01746247806851") 2025/05/03 04:50:36 DEBUG : both11: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399af_d20250503_m044956_c001_v7007000_t0000_u01746247796354") 2025/05/03 04:50:36 DEBUG : both11: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8a2_d20250503_m044948_c001_v0001157_t0031_u01746247788113") 2025/05/03 04:50:36 DEBUG : both12: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695ce8_d20250503_m045014_c001_v7007000_t0000_u01746247814799") 2025/05/03 04:50:36 DEBUG : both12: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8e8_d20250503_m045007_c001_v0001157_t0032_u01746247807270") 2025/05/03 04:50:36 DEBUG : both12: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399b0_d20250503_m044956_c001_v7007000_t0000_u01746247796539") 2025/05/03 04:50:36 DEBUG : both12: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29c8_d20250503_m044948_c001_v0001184_t0046_u01746247788641") 2025/05/03 04:50:37 DEBUG : both13: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695ce9_d20250503_m045014_c001_v7007000_t0000_u01746247814982") 2025/05/03 04:50:37 DEBUG : both13: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b3f_d20250503_m045007_c001_v0001184_t0031_u01746247807795") 2025/05/03 04:50:37 DEBUG : both13: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399b1_d20250503_m044956_c001_v7007000_t0000_u01746247796721") 2025/05/03 04:50:37 DEBUG : both13: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29d3_d20250503_m044949_c001_v0001184_t0034_u01746247789513") 2025/05/03 04:50:37 DEBUG : both14: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cea_d20250503_m045015_c001_v7007000_t0000_u01746247815165") 2025/05/03 04:50:37 DEBUG : both14: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b53_d20250503_m045008_c001_v0001184_t0046_u01746247808515") 2025/05/03 04:50:37 DEBUG : both14: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399b2_d20250503_m044956_c001_v7007000_t0000_u01746247796904") 2025/05/03 04:50:37 DEBUG : both14: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8aa_d20250503_m044949_c001_v0001157_t0023_u01746247789932") 2025/05/03 04:50:37 DEBUG : both15: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695ceb_d20250503_m045015_c001_v7007000_t0000_u01746247815347") 2025/05/03 04:50:37 DEBUG : both15: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8f8_d20250503_m045008_c001_v0001157_t0015_u01746247808913") 2025/05/03 04:50:37 DEBUG : both15: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399b3_d20250503_m044957_c001_v7007000_t0000_u01746247797086") 2025/05/03 04:50:37 DEBUG : both15: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29e5_d20250503_m044950_c001_v0001184_t0038_u01746247790410") 2025/05/03 04:50:37 DEBUG : both16: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cec_d20250503_m045015_c001_v7007000_t0000_u01746247815533") 2025/05/03 04:50:37 DEBUG : both16: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b71_d20250503_m045009_c001_v0001184_t0041_u01746247809460") 2025/05/03 04:50:37 DEBUG : both16: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399b4_d20250503_m044957_c001_v7007000_t0000_u01746247797268") 2025/05/03 04:50:37 DEBUG : both16: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29eb_d20250503_m044950_c001_v0001184_t0023_u01746247790928") 2025/05/03 04:50:37 DEBUG : both17: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695ced_d20250503_m045015_c001_v7007000_t0000_u01746247815737") 2025/05/03 04:50:37 DEBUG : both17: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b75_d20250503_m045009_c001_v0001184_t0030_u01746247809956") 2025/05/03 04:50:37 DEBUG : both17: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399b6_d20250503_m044957_c001_v7007000_t0000_u01746247797451") 2025/05/03 04:50:37 DEBUG : both17: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8b2_d20250503_m044951_c001_v0001157_t0018_u01746247791330") 2025/05/03 04:50:37 DEBUG : both18: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cee_d20250503_m045015_c001_v7007000_t0000_u01746247815920") 2025/05/03 04:50:38 DEBUG : both18: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d900_d20250503_m045010_c001_v0001157_t0002_u01746247810398") 2025/05/03 04:50:38 DEBUG : both18: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399b7_d20250503_m044957_c001_v7007000_t0000_u01746247797633") 2025/05/03 04:50:38 DEBUG : both18: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29ff_d20250503_m044952_c001_v0001184_t0055_u01746247792147") 2025/05/03 04:50:38 DEBUG : both19: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cef_d20250503_m045016_c001_v7007000_t0000_u01746247816103") 2025/05/03 04:50:38 DEBUG : both19: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b89_d20250503_m045010_c001_v0001184_t0036_u01746247810995") 2025/05/03 04:50:38 DEBUG : both19: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399b8_d20250503_m044957_c001_v7007000_t0000_u01746247797824") 2025/05/03 04:50:38 DEBUG : both19: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2a03_d20250503_m044952_c001_v0001184_t0018_u01746247792674") 2025/05/03 04:50:38 DEBUG : both2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cf1_d20250503_m045016_c001_v7007000_t0000_u01746247816286") 2025/05/03 04:50:38 DEBUG : both2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2ab3_d20250503_m045001_c001_v0001184_t0044_u01746247801972") 2025/05/03 04:50:38 DEBUG : both2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399b9_d20250503_m044958_c001_v7007000_t0000_u01746247798005") 2025/05/03 04:50:38 DEBUG : both2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d88c_d20250503_m044942_c001_v0001157_t0001_u01746247782958") 2025/05/03 04:50:38 DEBUG : both3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cf3_d20250503_m045016_c001_v7007000_t0000_u01746247816470") 2025/05/03 04:50:38 DEBUG : both3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8cc_d20250503_m045002_c001_v0001157_t0046_u01746247802386") 2025/05/03 04:50:38 DEBUG : both3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399bb_d20250503_m044958_c001_v7007000_t0000_u01746247798187") 2025/05/03 04:50:38 DEBUG : both3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2951_d20250503_m044943_c001_v0001184_t0004_u01746247783561") 2025/05/03 04:50:38 DEBUG : both4: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cf5_d20250503_m045016_c001_v7007000_t0000_u01746247816653") 2025/05/03 04:50:38 DEBUG : both4: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2ac9_d20250503_m045002_c001_v0001184_t0035_u01746247802907") 2025/05/03 04:50:38 DEBUG : both4: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399bc_d20250503_m044958_c001_v7007000_t0000_u01746247798371") 2025/05/03 04:50:38 DEBUG : both4: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac295f_d20250503_m044944_c001_v0001184_t0024_u01746247784452") 2025/05/03 04:50:38 DEBUG : both5: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cf7_d20250503_m045016_c001_v7007000_t0000_u01746247816836") 2025/05/03 04:50:38 DEBUG : both5: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2ad1_d20250503_m045003_c001_v0001184_t0045_u01746247803433") 2025/05/03 04:50:39 DEBUG : both5: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399bd_d20250503_m044958_c001_v7007000_t0000_u01746247798554") 2025/05/03 04:50:39 DEBUG : both5: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d892_d20250503_m044944_c001_v0001157_t0031_u01746247784890") 2025/05/03 04:50:39 DEBUG : both6: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cf9_d20250503_m045017_c001_v7007000_t0000_u01746247817019") 2025/05/03 04:50:39 DEBUG : both6: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8d6_d20250503_m045003_c001_v0001157_t0015_u01746247803872") 2025/05/03 04:50:39 DEBUG : both6: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399be_d20250503_m044958_c001_v7007000_t0000_u01746247798736") 2025/05/03 04:50:39 DEBUG : both6: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2973_d20250503_m044945_c001_v0001184_t0050_u01746247785360") 2025/05/03 04:50:39 DEBUG : both7: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cfb_d20250503_m045017_c001_v7007000_t0000_u01746247817202") 2025/05/03 04:50:39 DEBUG : both7: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2af0_d20250503_m045004_c001_v0001184_t0022_u01746247804587") 2025/05/03 04:50:39 DEBUG : both7: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399bf_d20250503_m044958_c001_v7007000_t0000_u01746247798918") 2025/05/03 04:50:39 DEBUG : both7: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2987_d20250503_m044946_c001_v0001184_t0013_u01746247786121") 2025/05/03 04:50:39 DEBUG : both8: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cfd_d20250503_m045017_c001_v7007000_t0000_u01746247817387") 2025/05/03 04:50:39 DEBUG : both8: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2af6_d20250503_m045005_c001_v0001184_t0007_u01746247805165") 2025/05/03 04:50:39 DEBUG : both8: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399c0_d20250503_m044959_c001_v7007000_t0000_u01746247799101") 2025/05/03 04:50:39 DEBUG : both8: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d89a_d20250503_m044946_c001_v0001157_t0029_u01746247786525") 2025/05/03 04:50:39 DEBUG : both9: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cfe_d20250503_m045017_c001_v7007000_t0000_u01746247817571") 2025/05/03 04:50:39 DEBUG : both9: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8de_d20250503_m045005_c001_v0001157_t0023_u01746247805556") 2025/05/03 04:50:39 DEBUG : both9: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399c2_d20250503_m044959_c001_v7007000_t0000_u01746247799285") 2025/05/03 04:50:39 DEBUG : both9: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29ad_d20250503_m044947_c001_v0001184_t0029_u01746247787029") 2025/05/03 04:50:39 DEBUG : c/non empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c64_d20250503_m044604_c001_v7007000_t0000_u01746247564520") 2025/05/03 04:50:39 DEBUG : c/non empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d55c_d20250503_m044602_c001_v0001157_t0043_u01746247562353") 2025/05/03 04:50:40 DEBUG : c/non empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e17_d20250503_m044601_c001_v7007000_t0000_u01746247561334") 2025/05/03 04:50:40 DEBUG : c/non empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d556_d20250503_m044559_c001_v0001157_t0051_u01746247559588") 2025/05/03 04:50:40 DEBUG : c/non empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4dd7_d20250503_m044539_c001_v7007000_t0000_u01746247539566") 2025/05/03 04:50:40 DEBUG : c/non empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d4de_d20250503_m044537_c001_v0001157_t0033_u01746247537503") 2025/05/03 04:50:40 DEBUG : check sum: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4057770624095f21_d20250503_m044525_c001_v7007000_t0000_u01746247525658") 2025/05/03 04:50:40 DEBUG : check sum: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d490_d20250503_m044524_c001_v0001157_t0045_u01746247524623") 2025/05/03 04:50:40 DEBUG : dest/3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f421f4d6436232748_d20250503_m044807_c001_v7007000_t0000_u01746247687757") 2025/05/03 04:50:40 DEBUG : dest/3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f413a36bb942ff3b8_d20250503_m044806_c001_v0001171_t0005_u01746247686657") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe399167c_d20250503_m044932_c001_v7007000_t0000_u01746247772353") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f11383ec33b91d0a0_d20250503_m044929_c001_v0001109_t0023_u01746247769746") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f417a837580ba08cf_d20250503_m044929_c001_v7007000_t0000_u01746247769565") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f11383ec33b91d088_d20250503_m044925_c001_v0001109_t0042_u01746247765676") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f417a837580ba08cd_d20250503_m044924_c001_v7007000_t0000_u01746247764950") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac27bd_d20250503_m044920_c001_v0001184_t0056_u01746247760918") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4790_d20250503_m044919_c001_v7007000_t0000_u01746247759390") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1026b11fbf25e99b_d20250503_m044917_c001_v0001182_t0051_u01746247757579") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f408d092892b2d290_d20250503_m044917_c001_v7007000_t0000_u01746247757398") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1026b11fbf25e977_d20250503_m044914_c001_v0001182_t0031_u01746247754882") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f408d092892b2d28a_d20250503_m044914_c001_v7007000_t0000_u01746247754112") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2705_d20250503_m044910_c001_v0001184_t0017_u01746247750599") 2025/05/03 04:50:40 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4788_d20250503_m044909_c001_v7007000_t0000_u01746247749321") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f106523b341f51734_d20250503_m044907_c001_v0001036_t0027_u01746247747967") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e3997c_d20250503_m044907_c001_v7007000_t0000_u01746247747784") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f106523b341f51732_d20250503_m044905_c001_v0001036_t0035_u01746247745525") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e3997a_d20250503_m044904_c001_v7007000_t0000_u01746247744721") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d7fc_d20250503_m044901_c001_v0001157_t0019_u01746247741384") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4780_d20250503_m044900_c001_v7007000_t0000_u01746247740475") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f106228ad69c0b199_d20250503_m044858_c001_v0001180_t0002_u01746247738665") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41311f5624319fc4_d20250503_m044858_c001_v7007000_t0000_u01746247738479") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f106228ad69c0b18b_d20250503_m044855_c001_v0001180_t0038_u01746247735425") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41311f5624319fc2_d20250503_m044854_c001_v7007000_t0000_u01746247734690") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac256d_d20250503_m044849_c001_v0001184_t0022_u01746247729087") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe3991638_d20250503_m044848_c001_v7007000_t0000_u01746247728537") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f106c4dd26f01ef87_d20250503_m044846_c001_v0001117_t0009_u01746247726625") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f42076873fb4d332a_d20250503_m044846_c001_v7007000_t0000_u01746247726443") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f106c4dd26f01ef79_d20250503_m044843_c001_v0001117_t0006_u01746247723098") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f42076873fb4d3320_d20250503_m044842_c001_v7007000_t0000_u01746247722037") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac244d_d20250503_m044836_c001_v0001184_t0004_u01746247716460") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4040a27e706702d4_d20250503_m044835_c001_v7007000_t0000_u01746247715527") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1154bef36e6f45b7_d20250503_m044833_c001_v0001171_t0010_u01746247713666") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4091e5176daebb33_d20250503_m044833_c001_v7007000_t0000_u01746247713481") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1154bef36e6f458f_d20250503_m044830_c001_v0001171_t0053_u01746247710266") 2025/05/03 04:50:41 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4091e5176daebb2d_d20250503_m044829_c001_v7007000_t0000_u01746247709538") 2025/05/03 04:50:42 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d784_d20250503_m044824_c001_v0001157_t0016_u01746247704466") 2025/05/03 04:50:42 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f421f4d643623275a_d20250503_m044823_c001_v7007000_t0000_u01746247703376") 2025/05/03 04:50:42 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f103f909a30d3432c_d20250503_m044818_c001_v0001042_t0006_u01746247698526") 2025/05/03 04:50:42 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418eb39b0e748281_d20250503_m044818_c001_v7007000_t0000_u01746247698318") 2025/05/03 04:50:42 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac22a3_d20250503_m044814_c001_v0001184_t0016_u01746247694300") 2025/05/03 04:50:42 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f117040e761e7a873_d20250503_m044813_c001_v0001090_t0039_u01746247693400") 2025/05/03 04:50:42 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f117040e761e7a86f_d20250503_m044812_c001_v0001090_t0010_u01746247692243") 2025/05/03 04:50:42 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e8b_d20250503_m044759_c001_v7007000_t0000_u01746247679051") 2025/05/03 04:50:42 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d71b_d20250503_m044752_c001_v0001157_t0048_u01746247672479") 2025/05/03 04:50:42 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1196c8cebacd7519_d20250503_m044751_c001_v0001153_t0006_u01746247671367") 2025/05/03 04:50:42 DEBUG : dst/one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1196c8cebacd7517_d20250503_m044750_c001_v0001153_t0002_u01746247670232") 2025/05/03 04:50:42 DEBUG : dst/one-2019-01-01: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe399167d_d20250503_m044932_c001_v7007000_t0000_u01746247772549") 2025/05/03 04:50:42 DEBUG : dst/one-2019-01-01: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1074e3ae19d75946_d20250503_m044929_c001_v0001090_t0024_u01746247769213") 2025/05/03 04:50:42 DEBUG : dst/one-2019-01-01: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f106433da9357cf13_d20250503_m044924_c001_v0001029_t0005_u01746247764497") 2025/05/03 04:50:42 DEBUG : dst/one.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4791_d20250503_m044919_c001_v7007000_t0000_u01746247759575") 2025/05/03 04:50:42 DEBUG : dst/one.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1144d534a8f5178e_d20250503_m044917_c001_v0001165_t0033_u01746247757124") 2025/05/03 04:50:42 DEBUG : dst/one.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1037a166e9bd47df_d20250503_m044913_c001_v0001176_t0030_u01746247753899") 2025/05/03 04:50:42 DEBUG : dst/one.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4789_d20250503_m044909_c001_v7007000_t0000_u01746247749502") 2025/05/03 04:50:42 DEBUG : dst/one.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f11036b0634c4931b_d20250503_m044907_c001_v0001182_t0050_u01746247747577") 2025/05/03 04:50:42 DEBUG : dst/one.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f102bf4744d51aaff_d20250503_m044904_c001_v0001176_t0002_u01746247744504") 2025/05/03 04:50:42 DEBUG : dst/three: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f421f4d643623275b_d20250503_m044823_c001_v7007000_t0000_u01746247703559") 2025/05/03 04:50:43 DEBUG : dst/three: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f117040e761e7a881_d20250503_m044821_c001_v0001090_t0052_u01746247701916") 2025/05/03 04:50:43 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe399167e_d20250503_m044932_c001_v7007000_t0000_u01746247772738") 2025/05/03 04:50:43 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f109fec3156587aec_d20250503_m044930_c001_v0001043_t0002_u01746247770862") 2025/05/03 04:50:43 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f11857b0b15903f74_d20250503_m044926_c001_v0001161_t0013_u01746247766935") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe399167f_d20250503_m044932_c001_v7007000_t0000_u01746247772922") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f11383ec33b91d0a8_d20250503_m044931_c001_v0001109_t0028_u01746247771501") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f417a837580ba08d1_d20250503_m044931_c001_v7007000_t0000_u01746247771318") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f11383ec33b91d094_d20250503_m044927_c001_v0001109_t0057_u01746247767526") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f417a837580ba08ce_d20250503_m044927_c001_v7007000_t0000_u01746247767345") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d845_d20250503_m044921_c001_v0001157_t0001_u01746247761679") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4792_d20250503_m044919_c001_v7007000_t0000_u01746247759757") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1026b11fbf25e9a5_d20250503_m044918_c001_v0001182_t0051_u01746247758799") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f408d092892b2d291_d20250503_m044918_c001_v7007000_t0000_u01746247758617") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1026b11fbf25e989_d20250503_m044916_c001_v0001182_t0056_u01746247756140") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f408d092892b2d28f_d20250503_m044915_c001_v7007000_t0000_u01746247755945") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d827_d20250503_m044911_c001_v0001157_t0026_u01746247751029") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e3997d_d20250503_m044908_c001_v7007000_t0000_u01746247748760") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d817_d20250503_m044906_c001_v0001157_t0027_u01746247746688") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e3997b_d20250503_m044906_c001_v7007000_t0000_u01746247746318") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac268b_d20250503_m044902_c001_v0001184_t0059_u01746247742075") 2025/05/03 04:50:43 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41311f5624319fc5_d20250503_m044859_c001_v7007000_t0000_u01746247739547") 2025/05/03 04:50:44 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac261b_d20250503_m044857_c001_v0001184_t0014_u01746247737121") 2025/05/03 04:50:44 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41311f5624319fc3_d20250503_m044856_c001_v7007000_t0000_u01746247736035") 2025/05/03 04:50:44 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac257f_d20250503_m044850_c001_v0001184_t0026_u01746247730020") 2025/05/03 04:50:44 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f42076873fb4d332e_d20250503_m044847_c001_v7007000_t0000_u01746247727619") 2025/05/03 04:50:44 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2523_d20250503_m044845_c001_v0001184_t0054_u01746247725265") 2025/05/03 04:50:44 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f42076873fb4d3323_d20250503_m044844_c001_v7007000_t0000_u01746247724166") 2025/05/03 04:50:44 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d7b0_d20250503_m044836_c001_v0001157_t0002_u01746247716863") 2025/05/03 04:50:44 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4091e5176daebb34_d20250503_m044834_c001_v7007000_t0000_u01746247714604") 2025/05/03 04:50:44 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d79a_d20250503_m044832_c001_v0001157_t0033_u01746247712361") 2025/05/03 04:50:44 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4091e5176daebb2f_d20250503_m044831_c001_v7007000_t0000_u01746247711273") 2025/05/03 04:50:44 DEBUG : dst/three.txt: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac237f_d20250503_m044825_c001_v0001184_t0040_u01746247705019") 2025/05/03 04:50:44 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4793_d20250503_m044919_c001_v7007000_t0000_u01746247759939") 2025/05/03 04:50:44 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f102bdf5e6394754a_d20250503_m044918_c001_v0001181_t0029_u01746247758402") 2025/05/03 04:50:44 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f10229f3d4d9a372c_d20250503_m044915_c001_v0001105_t0020_u01746247755632") 2025/05/03 04:50:44 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb478a_d20250503_m044909_c001_v7007000_t0000_u01746247749684") 2025/05/03 04:50:44 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1159f8a7a99fb740_d20250503_m044908_c001_v0001184_t0040_u01746247748552") 2025/05/03 04:50:44 DEBUG : dst/three.txt.bak: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1103887a2fce6435_d20250503_m044906_c001_v0001176_t0000_u01746247746099") 2025/05/03 04:50:44 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe3991680_d20250503_m044933_c001_v7007000_t0000_u01746247773108") 2025/05/03 04:50:44 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac27c3_d20250503_m044921_c001_v0001184_t0035_u01746247761122") 2025/05/03 04:50:44 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4794_d20250503_m044920_c001_v7007000_t0000_u01746247760120") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2709_d20250503_m044910_c001_v0001184_t0029_u01746247750811") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb478c_d20250503_m044909_c001_v7007000_t0000_u01746247749874") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2687_d20250503_m044901_c001_v0001184_t0006_u01746247741871") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4781_d20250503_m044900_c001_v7007000_t0000_u01746247740657") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d7e6_d20250503_m044849_c001_v0001157_t0052_u01746247729643") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe3991639_d20250503_m044848_c001_v7007000_t0000_u01746247728719") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac245b_d20250503_m044836_c001_v0001184_t0016_u01746247716657") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4040a27e706702d5_d20250503_m044835_c001_v7007000_t0000_u01746247715719") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2379_d20250503_m044824_c001_v0001184_t0006_u01746247704809") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f421f4d643623275c_d20250503_m044823_c001_v7007000_t0000_u01746247703740") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f105b04ccc1bd82ce_d20250503_m044819_c001_v0001184_t0000_u01746247699982") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e8d_d20250503_m044759_c001_v7007000_t0000_u01746247679236") 2025/05/03 04:50:45 DEBUG : dst/two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1196c8cebacd752f_d20250503_m044757_c001_v0001153_t0018_u01746247677969") 2025/05/03 04:50:45 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41592b801b4752f8_d20250503_m044715_c001_v7007000_t0000_u01746247635745") 2025/05/03 04:50:45 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1dd1_d20250503_m044711_c001_v0001184_t0039_u01746247631933") 2025/05/03 04:50:45 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41592b801b4752dc_d20250503_m044710_c001_v7007000_t0000_u01746247630439") 2025/05/03 04:50:45 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1c5c_d20250503_m044659_c001_v0001184_t0030_u01746247619373") 2025/05/03 04:50:45 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a73a2_d20250503_m044646_c001_v7007000_t0000_u01746247606304") 2025/05/03 04:50:45 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1a9f_d20250503_m044641_c001_v0001184_t0058_u01746247601939") 2025/05/03 04:50:45 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c79_d20250503_m044618_c001_v7007000_t0000_u01746247578386") 2025/05/03 04:50:45 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d5a0_d20250503_m044616_c001_v0001157_t0040_u01746247576412") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c72_d20250503_m044614_c001_v7007000_t0000_u01746247574826") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d594_d20250503_m044613_c001_v0001157_t0056_u01746247573615") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c6c_d20250503_m044610_c001_v7007000_t0000_u01746247570047") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d574_d20250503_m044608_c001_v0001157_t0043_u01746247568274") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c69_d20250503_m044607_c001_v7007000_t0000_u01746247567020") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d56c_d20250503_m044605_c001_v0001157_t0004_u01746247565594") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e10_d20250503_m044558_c001_v7007000_t0000_u01746247558368") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d548_d20250503_m044556_c001_v0001157_t0005_u01746247556697") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e0c_d20250503_m044555_c001_v7007000_t0000_u01746247555421") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d53c_d20250503_m044554_c001_v0001157_t0041_u01746247554522") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e01_d20250503_m044548_c001_v7007000_t0000_u01746247548797") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d512_d20250503_m044547_c001_v0001157_t0040_u01746247547424") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4dfb_d20250503_m044544_c001_v7007000_t0000_u01746247544824") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d4fe_d20250503_m044543_c001_v0001157_t0019_u01746247543777") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4df8_d20250503_m044542_c001_v7007000_t0000_u01746247542679") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f110e4d2894ea51ed_d20250503_m044542_c001_v0001131_t0050_u01746247542005") 2025/05/03 04:50:46 DEBUG : empty space: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d4f0_d20250503_m044540_c001_v0001157_t0031_u01746247540297") 2025/05/03 04:50:46 DEBUG : enormous: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c78_d20250503_m044617_c001_v7007000_t0000_u01746247577649") 2025/05/03 04:50:46 DEBUG : enormous: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d5a2_d20250503_m044616_c001_v0001157_t0031_u01746247576748") 2025/05/03 04:50:46 DEBUG : existing: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4044b1ffe3991684_d20250503_m044937_c001_v7007000_t0000_u01746247777621") 2025/05/03 04:50:46 DEBUG : existing: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d873_d20250503_m044936_c001_v0001157_t0039_u01746247776251") 2025/05/03 04:50:46 DEBUG : existing: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a7394_d20250503_m044640_c001_v7007000_t0000_u01746247600165") 2025/05/03 04:50:46 DEBUG : existing: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1a33_d20250503_m044639_c001_v0001184_t0059_u01746247599058") 2025/05/03 04:50:47 DEBUG : existing: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4057770624095f2a_d20250503_m044535_c001_v7007000_t0000_u01746247535738") 2025/05/03 04:50:47 DEBUG : existing: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d4ca_d20250503_m044534_c001_v0001157_t0050_u01746247534522") 2025/05/03 04:50:47 DEBUG : existing: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4057770624095f28_d20250503_m044533_c001_v7007000_t0000_u01746247533250") 2025/05/03 04:50:47 DEBUG : existing: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d4be_d20250503_m044532_c001_v0001157_t0035_u01746247532579") 2025/05/03 04:50:47 DEBUG : existing: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d4ba_d20250503_m044531_c001_v0001157_t0053_u01746247531703") 2025/05/03 04:50:47 DEBUG : existing-b: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a7395_d20250503_m044640_c001_v7007000_t0000_u01746247600359") 2025/05/03 04:50:47 DEBUG : existing-b: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d616_d20250503_m044639_c001_v0001157_t0027_u01746247599046") 2025/05/03 04:50:47 DEBUG : file1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d1a_d20250503_m045026_c001_v7007000_t0000_u01746247826178") 2025/05/03 04:50:47 DEBUG : file1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2ca9_d20250503_m045025_c001_v0001184_t0032_u01746247825365") 2025/05/03 04:50:47 DEBUG : file1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d14_d20250503_m045023_c001_v7007000_t0000_u01746247823623") 2025/05/03 04:50:47 DEBUG : file1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2c67_d20250503_m045022_c001_v0001184_t0007_u01746247822231") 2025/05/03 04:50:47 DEBUG : five: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c7c_d20250503_m044623_c001_v7007000_t0000_u01746247583138") 2025/05/03 04:50:47 DEBUG : five: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4135e578f468d5c2_d20250503_m044621_c001_v0001157_t0013_u01746247581010") 2025/05/03 04:50:47 DEBUG : foo: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4dfc_d20250503_m044546_c001_v7007000_t0000_u01746247546677") 2025/05/03 04:50:47 DEBUG : foo: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4135e578f468d508_d20250503_m044546_c001_v0001157_t0013_u01746247546124") 2025/05/03 04:50:47 DEBUG : foo: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4135e578f468d506_d20250503_m044545_c001_v0001157_t0013_u01746247545561") 2025/05/03 04:50:47 DEBUG : four: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c7d_d20250503_m044623_c001_v7007000_t0000_u01746247583323") 2025/05/03 04:50:47 DEBUG : four: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac188d_d20250503_m044621_c001_v0001184_t0043_u01746247581827") 2025/05/03 04:50:47 DEBUG : four: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d5bc_d20250503_m044620_c001_v0001157_t0018_u01746247580182") 2025/05/03 04:50:47 DEBUG : hello world2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4595_d20250503_m044435_c001_v7007000_t0000_u01746247475035") 2025/05/03 04:50:48 DEBUG : hello world2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d3a8_d20250503_m044434_c001_v0001157_t0027_u01746247474364") 2025/05/03 04:50:48 DEBUG : ignore-size: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4057770624095f25_d20250503_m044530_c001_v7007000_t0000_u01746247530612") 2025/05/03 04:50:48 DEBUG : ignore-size: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d4ae_d20250503_m044529_c001_v0001157_t0050_u01746247529335") 2025/05/03 04:50:48 DEBUG : nested/sub dir/file: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a738e_d20250503_m044637_c001_v7007000_t0000_u01746247597931") 2025/05/03 04:50:48 DEBUG : nested/sub dir/file: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1a0b_d20250503_m044637_c001_v0001184_t0042_u01746247597348") 2025/05/03 04:50:48 DEBUG : nested/sub dir/file: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a7389_d20250503_m044636_c001_v7007000_t0000_u01746247596233") 2025/05/03 04:50:48 DEBUG : nested/sub dir/file: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac19c1_d20250503_m044635_c001_v0001184_t0043_u01746247595078") 2025/05/03 04:50:48 DEBUG : one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c7e_d20250503_m044623_c001_v7007000_t0000_u01746247583506") 2025/05/03 04:50:48 DEBUG : one: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4135e578f468d5b2_d20250503_m044619_c001_v0001157_t0013_u01746247579497") 2025/05/03 04:50:48 DEBUG : only0: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695cff_d20250503_m045017_c001_v7007000_t0000_u01746247817755") 2025/05/03 04:50:48 DEBUG : only0: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac2ba5_d20250503_m045012_c001_v0001184_t0022_u01746247812245") 2025/05/03 04:50:48 DEBUG : only0: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2a99_d20250503_m045001_c001_v0001184_t0022_u01746247801137") 2025/05/03 04:50:48 DEBUG : only0: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f407399c8ff1e9085_d20250503_m044954_c001_v7007000_t0000_u01746247794067") 2025/05/03 04:50:48 DEBUG : only0: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d888_d20250503_m044942_c001_v0001157_t0058_u01746247782216") 2025/05/03 04:50:48 DEBUG : only1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d00_d20250503_m045017_c001_v7007000_t0000_u01746247817939") 2025/05/03 04:50:48 DEBUG : only1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac2ba7_d20250503_m045012_c001_v0001184_t0043_u01746247812428") 2025/05/03 04:50:48 DEBUG : only1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8ca_d20250503_m045001_c001_v0001157_t0015_u01746247801543") 2025/05/03 04:50:48 DEBUG : only1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399a8_d20250503_m044954_c001_v7007000_t0000_u01746247794818") 2025/05/03 04:50:48 DEBUG : only1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac293e_d20250503_m044942_c001_v0001184_t0038_u01746247782755") 2025/05/03 04:50:48 DEBUG : only10: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d01_d20250503_m045018_c001_v7007000_t0000_u01746247818122") 2025/05/03 04:50:48 DEBUG : only10: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4135e578f468d908_d20250503_m045012_c001_v0001157_t0013_u01746247812267") 2025/05/03 04:50:49 DEBUG : only10: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8e4_d20250503_m045006_c001_v0001157_t0057_u01746247806469") 2025/05/03 04:50:49 DEBUG : only10: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a7423_d20250503_m044954_c001_v7007000_t0000_u01746247794646") 2025/05/03 04:50:49 DEBUG : only10: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29bd_d20250503_m044947_c001_v0001184_t0057_u01746247787893") 2025/05/03 04:50:49 DEBUG : only11: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d02_d20250503_m045018_c001_v7007000_t0000_u01746247818305") 2025/05/03 04:50:49 DEBUG : only11: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41036b0634c495de_d20250503_m045012_c001_v0001182_t0046_u01746247812822") 2025/05/03 04:50:49 DEBUG : only11: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b27_d20250503_m045007_c001_v0001184_t0044_u01746247807053") 2025/05/03 04:50:49 DEBUG : only11: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399a6_d20250503_m044954_c001_v7007000_t0000_u01746247794451") 2025/05/03 04:50:49 DEBUG : only11: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29c5_d20250503_m044948_c001_v0001184_t0017_u01746247788426") 2025/05/03 04:50:49 DEBUG : only12: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d03_d20250503_m045018_c001_v7007000_t0000_u01746247818489") 2025/05/03 04:50:49 DEBUG : only12: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac2baf_d20250503_m045012_c001_v0001184_t0022_u01746247812609") 2025/05/03 04:50:49 DEBUG : only12: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b39_d20250503_m045007_c001_v0001184_t0027_u01746247807590") 2025/05/03 04:50:49 DEBUG : only12: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f407399c8ff1e9086_d20250503_m044954_c001_v7007000_t0000_u01746247794252") 2025/05/03 04:50:49 DEBUG : only12: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8a6_d20250503_m044948_c001_v0001157_t0041_u01746247788852") 2025/05/03 04:50:49 DEBUG : only13: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d04_d20250503_m045018_c001_v7007000_t0000_u01746247818672") 2025/05/03 04:50:49 DEBUG : only13: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4135e578f468d90a_d20250503_m045012_c001_v0001157_t0013_u01746247812477") 2025/05/03 04:50:49 DEBUG : only13: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8f2_d20250503_m045007_c001_v0001157_t0039_u01746247807986") 2025/05/03 04:50:49 DEBUG : only13: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418eb39b0e7482d8_d20250503_m044954_c001_v7007000_t0000_u01746247794466") 2025/05/03 04:50:49 DEBUG : only13: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29d7_d20250503_m044949_c001_v0001184_t0029_u01746247789738") 2025/05/03 04:50:49 DEBUG : only14: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d05_d20250503_m045018_c001_v7007000_t0000_u01746247818856") 2025/05/03 04:50:49 DEBUG : only14: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac2bb1_d20250503_m045012_c001_v0001184_t0043_u01746247812617") 2025/05/03 04:50:49 DEBUG : only14: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b57_d20250503_m045008_c001_v0001184_t0039_u01746247808708") 2025/05/03 04:50:50 DEBUG : only14: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a7424_d20250503_m044954_c001_v7007000_t0000_u01746247794833") 2025/05/03 04:50:50 DEBUG : only14: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29df_d20250503_m044950_c001_v0001184_t0000_u01746247790211") 2025/05/03 04:50:50 DEBUG : only15: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d06_d20250503_m045019_c001_v7007000_t0000_u01746247819040") 2025/05/03 04:50:50 DEBUG : only15: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4135e578f468d90c_d20250503_m045012_c001_v0001157_t0013_u01746247812662") 2025/05/03 04:50:50 DEBUG : only15: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b6d_d20250503_m045009_c001_v0001184_t0032_u01746247809260") 2025/05/03 04:50:50 DEBUG : only15: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418eb39b0e7482da_d20250503_m044954_c001_v7007000_t0000_u01746247794845") 2025/05/03 04:50:50 DEBUG : only15: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8ae_d20250503_m044950_c001_v0001157_t0059_u01746247790625") 2025/05/03 04:50:50 DEBUG : only16: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d07_d20250503_m045019_c001_v7007000_t0000_u01746247819223") 2025/05/03 04:50:50 DEBUG : only16: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac2bb3_d20250503_m045012_c001_v0001184_t0022_u01746247812792") 2025/05/03 04:50:50 DEBUG : only16: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8fe_d20250503_m045009_c001_v0001157_t0018_u01746247809659") 2025/05/03 04:50:50 DEBUG : only16: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f407399c8ff1e9088_d20250503_m044954_c001_v7007000_t0000_u01746247794435") 2025/05/03 04:50:50 DEBUG : only16: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29ef_d20250503_m044951_c001_v0001184_t0030_u01746247791126") 2025/05/03 04:50:50 DEBUG : only17: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d08_d20250503_m045019_c001_v7007000_t0000_u01746247819413") 2025/05/03 04:50:50 DEBUG : only17: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac2bb5_d20250503_m045012_c001_v0001184_t0043_u01746247812803") 2025/05/03 04:50:50 DEBUG : only17: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b7d_d20250503_m045010_c001_v0001184_t0014_u01746247810199") 2025/05/03 04:50:50 DEBUG : only17: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418eb39b0e7482d9_d20250503_m044954_c001_v7007000_t0000_u01746247794656") 2025/05/03 04:50:50 DEBUG : only17: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29f9_d20250503_m044951_c001_v0001184_t0002_u01746247791947") 2025/05/03 04:50:50 DEBUG : only18: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d09_d20250503_m045019_c001_v7007000_t0000_u01746247819596") 2025/05/03 04:50:50 DEBUG : only18: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4135e578f468d90e_d20250503_m045012_c001_v0001157_t0013_u01746247812914") 2025/05/03 04:50:51 DEBUG : only18: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b83_d20250503_m045010_c001_v0001184_t0034_u01746247810792") 2025/05/03 04:50:51 DEBUG : only18: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f407399c8ff1e908c_d20250503_m044954_c001_v7007000_t0000_u01746247794985") 2025/05/03 04:50:51 DEBUG : only18: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8b6_d20250503_m044952_c001_v0001157_t0041_u01746247792340") 2025/05/03 04:50:51 DEBUG : only19: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d0a_d20250503_m045019_c001_v7007000_t0000_u01746247819778") 2025/05/03 04:50:51 DEBUG : only19: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac2bb9_d20250503_m045012_c001_v0001184_t0022_u01746247812976") 2025/05/03 04:50:51 DEBUG : only19: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d904_d20250503_m045011_c001_v0001157_t0009_u01746247811219") 2025/05/03 04:50:51 DEBUG : only19: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399a9_d20250503_m044955_c001_v7007000_t0000_u01746247795001") 2025/05/03 04:50:51 DEBUG : only19: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2a09_d20250503_m044952_c001_v0001184_t0019_u01746247792895") 2025/05/03 04:50:51 DEBUG : only2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d0b_d20250503_m045019_c001_v7007000_t0000_u01746247819964") 2025/05/03 04:50:51 DEBUG : only2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac2bbd_d20250503_m045012_c001_v0001184_t0043_u01746247812986") 2025/05/03 04:50:51 DEBUG : only2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2abb_d20250503_m045002_c001_v0001184_t0020_u01746247802177") 2025/05/03 04:50:51 DEBUG : only2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f407399c8ff1e9089_d20250503_m044954_c001_v7007000_t0000_u01746247794620") 2025/05/03 04:50:51 DEBUG : only2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac294b_d20250503_m044943_c001_v0001184_t0059_u01746247783353") 2025/05/03 04:50:51 DEBUG : only3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d0c_d20250503_m045020_c001_v7007000_t0000_u01746247820147") 2025/05/03 04:50:51 DEBUG : only3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41036b0634c495e0_d20250503_m045013_c001_v0001182_t0046_u01746247813010") 2025/05/03 04:50:51 DEBUG : only3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2abf_d20250503_m045002_c001_v0001184_t0005_u01746247802696") 2025/05/03 04:50:51 DEBUG : only3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399a7_d20250503_m044954_c001_v7007000_t0000_u01746247794633") 2025/05/03 04:50:51 DEBUG : only3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d88e_d20250503_m044943_c001_v0001157_t0049_u01746247783766") 2025/05/03 04:50:51 DEBUG : only4: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d0d_d20250503_m045020_c001_v7007000_t0000_u01746247820330") 2025/05/03 04:50:51 DEBUG : only4: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4135e578f468d910_d20250503_m045013_c001_v0001157_t0013_u01746247813099") 2025/05/03 04:50:51 DEBUG : only4: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8d4_d20250503_m045003_c001_v0001157_t0024_u01746247803118") 2025/05/03 04:50:51 DEBUG : only4: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f407399c8ff1e908a_d20250503_m044954_c001_v7007000_t0000_u01746247794803") 2025/05/03 04:50:51 DEBUG : only4: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2967_d20250503_m044944_c001_v0001184_t0035_u01746247784677") 2025/05/03 04:50:52 DEBUG : only5: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d0e_d20250503_m045020_c001_v7007000_t0000_u01746247820514") 2025/05/03 04:50:52 DEBUG : only5: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac2bbf_d20250503_m045013_c001_v0001184_t0022_u01746247813157") 2025/05/03 04:50:52 DEBUG : only5: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2ad7_d20250503_m045003_c001_v0001184_t0036_u01746247803650") 2025/05/03 04:50:52 DEBUG : only5: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a7425_d20250503_m044955_c001_v7007000_t0000_u01746247795019") 2025/05/03 04:50:52 DEBUG : only5: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac296f_d20250503_m044945_c001_v0001184_t0036_u01746247785160") 2025/05/03 04:50:52 DEBUG : only6: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d0f_d20250503_m045020_c001_v7007000_t0000_u01746247820710") 2025/05/03 04:50:52 DEBUG : only6: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac2bc1_d20250503_m045013_c001_v0001184_t0043_u01746247813168") 2025/05/03 04:50:52 DEBUG : only6: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2aea_d20250503_m045004_c001_v0001184_t0034_u01746247804373") 2025/05/03 04:50:52 DEBUG : only6: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418eb39b0e7482db_d20250503_m044955_c001_v7007000_t0000_u01746247795039") 2025/05/03 04:50:52 DEBUG : only6: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d896_d20250503_m044945_c001_v0001157_t0009_u01746247785554") 2025/05/03 04:50:52 DEBUG : only7: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d10_d20250503_m045020_c001_v7007000_t0000_u01746247820894") 2025/05/03 04:50:52 DEBUG : only7: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41036b0634c495e4_d20250503_m045013_c001_v0001182_t0046_u01746247813197") 2025/05/03 04:50:52 DEBUG : only7: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8dc_d20250503_m045004_c001_v0001157_t0051_u01746247804888") 2025/05/03 04:50:52 DEBUG : only7: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f407399c8ff1e908d_d20250503_m044955_c001_v7007000_t0000_u01746247795167") 2025/05/03 04:50:52 DEBUG : only7: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2997_d20250503_m044946_c001_v0001184_t0029_u01746247786315") 2025/05/03 04:50:52 DEBUG : only8: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d11_d20250503_m045021_c001_v7007000_t0000_u01746247821076") 2025/05/03 04:50:52 DEBUG : only8: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4135e578f468d914_d20250503_m045013_c001_v0001157_t0013_u01746247813286") 2025/05/03 04:50:52 DEBUG : only8: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2afb_d20250503_m045005_c001_v0001184_t0020_u01746247805362") 2025/05/03 04:50:52 DEBUG : only8: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f422273c2c8e399aa_d20250503_m044955_c001_v7007000_t0000_u01746247795184") 2025/05/03 04:50:52 DEBUG : only8: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac29a5_d20250503_m044946_c001_v0001184_t0022_u01746247786817") 2025/05/03 04:50:52 DEBUG : only9: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d12_d20250503_m045021_c001_v7007000_t0000_u01746247821259") 2025/05/03 04:50:53 DEBUG : only9: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac2bc3_d20250503_m045013_c001_v0001184_t0022_u01746247813348") 2025/05/03 04:50:53 DEBUG : only9: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2b09_d20250503_m045006_c001_v0001184_t0028_u01746247806011") 2025/05/03 04:50:53 DEBUG : only9: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a7422_d20250503_m044954_c001_v7007000_t0000_u01746247794453") 2025/05/03 04:50:53 DEBUG : only9: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d8a0_d20250503_m044947_c001_v0001157_t0029_u01746247787226") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a7380_d20250503_m044633_c001_v7007000_t0000_u01746247593199") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1961_d20250503_m044631_c001_v0001184_t0030_u01746247591392") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c8a_d20250503_m044629_c001_v7007000_t0000_u01746247589916") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d5e4_d20250503_m044628_c001_v0001157_t0017_u01746247588155") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c84_d20250503_m044626_c001_v7007000_t0000_u01746247586321") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac18d1_d20250503_m044624_c001_v0001184_t0032_u01746247584427") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c6e_d20250503_m044612_c001_v7007000_t0000_u01746247572345") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d588_d20250503_m044610_c001_v0001157_t0021_u01746247570964") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c6b_d20250503_m044608_c001_v7007000_t0000_u01746247568968") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d572_d20250503_m044607_c001_v0001157_t0041_u01746247567952") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c66_d20250503_m044606_c001_v7007000_t0000_u01746247566319") 2025/05/03 04:50:53 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d56a_d20250503_m044605_c001_v0001157_t0022_u01746247565276") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e0f_d20250503_m044557_c001_v7007000_t0000_u01746247557809") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d546_d20250503_m044556_c001_v0001157_t0001_u01746247556359") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e0d_d20250503_m044555_c001_v7007000_t0000_u01746247555604") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d53a_d20250503_m044554_c001_v0001157_t0019_u01746247554233") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e09_d20250503_m044553_c001_v7007000_t0000_u01746247553500") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d530_d20250503_m044552_c001_v0001157_t0025_u01746247552864") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d52a_d20250503_m044551_c001_v0001157_t0014_u01746247551914") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e08_d20250503_m044551_c001_v7007000_t0000_u01746247551186") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d522_d20250503_m044550_c001_v0001157_t0014_u01746247550463") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d520_d20250503_m044549_c001_v0001157_t0056_u01746247549708") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e02_d20250503_m044548_c001_v7007000_t0000_u01746247548981") 2025/05/03 04:50:54 DEBUG : potato: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d516_d20250503_m044548_c001_v0001157_t0025_u01746247548110") 2025/05/03 04:50:54 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f416a323ede3212fa_d20250503_m044727_c001_v7007000_t0000_u01746247647463") 2025/05/03 04:50:54 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1ef2_d20250503_m044726_c001_v0001184_t0057_u01746247646904") 2025/05/03 04:50:54 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41592b801b4752fa_d20250503_m044715_c001_v7007000_t0000_u01746247635989") 2025/05/03 04:50:54 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1dcb_d20250503_m044711_c001_v0001184_t0002_u01746247631727") 2025/05/03 04:50:54 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4091e5176daebaef_d20250503_m044703_c001_v7007000_t0000_u01746247623647") 2025/05/03 04:50:54 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1c58_d20250503_m044659_c001_v0001184_t0035_u01746247619144") 2025/05/03 04:50:54 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a73a3_d20250503_m044646_c001_v7007000_t0000_u01746247606522") 2025/05/03 04:50:54 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1a93_d20250503_m044641_c001_v0001184_t0035_u01746247601729") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c77_d20250503_m044617_c001_v7007000_t0000_u01746247577465") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d59c_d20250503_m044616_c001_v0001157_t0031_u01746247576117") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c74_d20250503_m044615_c001_v7007000_t0000_u01746247575008") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d592_d20250503_m044613_c001_v0001157_t0021_u01746247573264") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c6f_d20250503_m044612_c001_v7007000_t0000_u01746247572528") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d58a_d20250503_m044611_c001_v0001157_t0040_u01746247571654") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c6d_d20250503_m044610_c001_v7007000_t0000_u01746247570230") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d576_d20250503_m044609_c001_v0001157_t0039_u01746247569337") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c6a_d20250503_m044607_c001_v7007000_t0000_u01746247567220") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d56e_d20250503_m044606_c001_v0001157_t0031_u01746247566331") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e11_d20250503_m044558_c001_v7007000_t0000_u01746247558552") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d54c_d20250503_m044557_c001_v0001157_t0020_u01746247557480") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4597_d20250503_m044438_c001_v7007000_t0000_u01746247478692") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d3bc_d20250503_m044437_c001_v0001157_t0007_u01746247477934") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4596_d20250503_m044436_c001_v7007000_t0000_u01746247476666") 2025/05/03 04:50:55 DEBUG : potato2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d3b2_d20250503_m044435_c001_v0001157_t0022_u01746247475943") 2025/05/03 04:50:55 DEBUG : potato3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41592b801b4752fd_d20250503_m044716_c001_v7007000_t0000_u01746247636317") 2025/05/03 04:50:55 DEBUG : potato3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d69e_d20250503_m044712_c001_v0001157_t0055_u01746247632500") 2025/05/03 04:50:55 DEBUG : potato3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4091e5176daebaf1_d20250503_m044704_c001_v7007000_t0000_u01746247624369") 2025/05/03 04:50:55 DEBUG : potato3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d676_d20250503_m044659_c001_v0001157_t0001_u01746247619956") 2025/05/03 04:50:55 DEBUG : potato3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a73a5_d20250503_m044647_c001_v7007000_t0000_u01746247607004") 2025/05/03 04:50:56 DEBUG : potato3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d626_d20250503_m044642_c001_v0001157_t0038_u01746247602159") 2025/05/03 04:50:56 DEBUG : pre-dest1/1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f421f4d6436232749_d20250503_m044807_c001_v7007000_t0000_u01746247687940") 2025/05/03 04:50:56 DEBUG : pre-dest1/1: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d72d_d20250503_m044759_c001_v0001157_t0025_u01746247679978") 2025/05/03 04:50:56 DEBUG : pre-dest2/2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f421f4d643623274a_d20250503_m044808_c001_v7007000_t0000_u01746247688124") 2025/05/03 04:50:56 DEBUG : pre-dest2/2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2194_d20250503_m044800_c001_v0001184_t0048_u01746247680646") 2025/05/03 04:50:56 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4e64_d20250503_m044739_c001_v7007000_t0000_u01746247659854") 2025/05/03 04:50:56 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1fb8_d20250503_m044736_c001_v0001184_t0020_u01746247656774") 2025/05/03 04:50:56 DEBUG : sizeonly: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4057770624095f22_d20250503_m044528_c001_v7007000_t0000_u01746247528058") 2025/05/03 04:50:56 DEBUG : sizeonly: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d49e_d20250503_m044526_c001_v0001157_t0035_u01746247526939") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d20_d20250503_m045031_c001_v7007000_t0000_u01746247831953") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2d0f_d20250503_m045030_c001_v0001184_t0053_u01746247830612") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d1d_d20250503_m045029_c001_v7007000_t0000_u01746247829040") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2cd7_d20250503_m045028_c001_v0001184_t0017_u01746247828025") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a7390_d20250503_m044638_c001_v7007000_t0000_u01746247598123") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1a09_d20250503_m044637_c001_v0001184_t0053_u01746247597336") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a738b_d20250503_m044636_c001_v7007000_t0000_u01746247596416") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d602_d20250503_m044635_c001_v0001157_t0039_u01746247595427") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4057770624095f20_d20250503_m044523_c001_v7007000_t0000_u01746247523703") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d480_d20250503_m044522_c001_v0001157_t0034_u01746247522326") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4057770624095f1e_d20250503_m044521_c001_v7007000_t0000_u01746247521601") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d47c_d20250503_m044520_c001_v0001157_t0009_u01746247520356") 2025/05/03 04:50:56 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4057770624095f1a_d20250503_m044514_c001_v7007000_t0000_u01746247514208") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d456_d20250503_m044513_c001_v0001157_t0032_u01746247513092") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4057770624095f18_d20250503_m044512_c001_v7007000_t0000_u01746247512544") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d450_d20250503_m044511_c001_v0001157_t0041_u01746247511343") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d442_d20250503_m044508_c001_v0001157_t0029_u01746247508790") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4057770624095f14_d20250503_m044508_c001_v7007000_t0000_u01746247508061") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d440_d20250503_m044507_c001_v0001157_t0001_u01746247507405") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d43c_d20250503_m044506_c001_v0001157_t0022_u01746247506643") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4057770624095f12_d20250503_m044505_c001_v7007000_t0000_u01746247505558") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d422_d20250503_m044502_c001_v0001157_t0007_u01746247502580") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d410_d20250503_m044456_c001_v0001157_t0046_u01746247496758") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4dab_d20250503_m044456_c001_v7007000_t0000_u01746247496026") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d408_d20250503_m044455_c001_v0001157_t0000_u01746247495245") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d406_d20250503_m044454_c001_v0001157_t0027_u01746247494572") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4da9_d20250503_m044453_c001_v7007000_t0000_u01746247493839") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d3f2_d20250503_m044449_c001_v0001157_t0002_u01746247489943") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4019973f1b8a4da7_d20250503_m044449_c001_v7007000_t0000_u01746247489578") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d3f0_d20250503_m044448_c001_v0001157_t0052_u01746247488918") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb45a8_d20250503_m044447_c001_v7007000_t0000_u01746247487257") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d3e2_d20250503_m044446_c001_v0001157_t0005_u01746247486461") 2025/05/03 04:50:57 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb45a4_d20250503_m044445_c001_v7007000_t0000_u01746247485916") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d3dc_d20250503_m044445_c001_v0001157_t0037_u01746247485207") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb45a0_d20250503_m044443_c001_v7007000_t0000_u01746247483931") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d3d0_d20250503_m044442_c001_v0001157_t0013_u01746247482801") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb459b_d20250503_m044442_c001_v7007000_t0000_u01746247482255") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d3cc_d20250503_m044441_c001_v0001157_t0007_u01746247481397") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4598_d20250503_m044440_c001_v7007000_t0000_u01746247480490") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d3c0_d20250503_m044439_c001_v0001157_t0059_u01746247479600") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4593_d20250503_m044433_c001_v7007000_t0000_u01746247473407") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d39e_d20250503_m044432_c001_v0001157_t0052_u01746247472757") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4591_d20250503_m044431_c001_v7007000_t0000_u01746247471852") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d396_d20250503_m044431_c001_v0001157_t0031_u01746247471199") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb458a_d20250503_m044430_c001_v7007000_t0000_u01746247470279") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d386_d20250503_m044429_c001_v0001157_t0003_u01746247469633") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f41118ea0aefb4589_d20250503_m044426_c001_v7007000_t0000_u01746247466736") 2025/05/03 04:50:58 DEBUG : sub dir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d36e_d20250503_m044426_c001_v0001157_t0055_u01746247466067") 2025/05/03 04:50:58 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d21_d20250503_m045032_c001_v7007000_t0000_u01746247832136") 2025/05/03 04:50:58 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f11036b0634c49694_d20250503_m045030_c001_v0001182_t0022_u01746247830963") 2025/05/03 04:50:58 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d1e_d20250503_m045029_c001_v7007000_t0000_u01746247829232") 2025/05/03 04:50:58 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2cd5_d20250503_m045027_c001_v0001184_t0044_u01746247827962") 2025/05/03 04:50:58 DEBUG : sub/yam: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a737c_d20250503_m044632_c001_v7007000_t0000_u01746247592644") 2025/05/03 04:50:59 DEBUG : sub/yam: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1965_d20250503_m044631_c001_v0001184_t0019_u01746247591655") 2025/05/03 04:50:59 DEBUG : test_dir1/file2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d1b_d20250503_m045026_c001_v7007000_t0000_u01746247826384") 2025/05/03 04:50:59 DEBUG : test_dir1/file2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f11036b0634c49660_d20250503_m045025_c001_v0001182_t0039_u01746247825384") 2025/05/03 04:50:59 DEBUG : test_dir1/file2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d15_d20250503_m045023_c001_v7007000_t0000_u01746247823812") 2025/05/03 04:50:59 DEBUG : test_dir1/file2: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d92c_d20250503_m045022_c001_v0001157_t0000_u01746247822606") 2025/05/03 04:50:59 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d1c_d20250503_m045026_c001_v7007000_t0000_u01746247826569") 2025/05/03 04:50:59 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac2cab_d20250503_m045025_c001_v0001184_t0015_u01746247825373") 2025/05/03 04:50:59 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40323404b2695d16_d20250503_m045023_c001_v7007000_t0000_u01746247823994") 2025/05/03 04:50:59 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f11036b0634c4963a_d20250503_m045022_c001_v0001182_t0037_u01746247822601") 2025/05/03 04:50:59 DEBUG : three: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c7f_d20250503_m044623_c001_v7007000_t0000_u01746247583688") 2025/05/03 04:50:59 DEBUG : three: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d5cc_d20250503_m044622_c001_v0001157_t0031_u01746247582394") 2025/05/03 04:50:59 DEBUG : three: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1135e578f468d5b6_d20250503_m044619_c001_v0001157_t0001_u01746247579874") 2025/05/03 04:50:59 DEBUG : two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c80_d20250503_m044623_c001_v7007000_t0000_u01746247583871") 2025/05/03 04:50:59 DEBUG : two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f418a7fa2a0ac188f_d20250503_m044621_c001_v0001184_t0022_u01746247581828") 2025/05/03 04:50:59 DEBUG : two: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f4135e578f468d5b4_d20250503_m044619_c001_v0001157_t0013_u01746247579689") 2025/05/03 04:50:59 DEBUG : yam: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f400bd31f480a7381_d20250503_m044633_c001_v7007000_t0000_u01746247593394") 2025/05/03 04:50:59 DEBUG : yam: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f102232d5f1ab1e5e_d20250503_m044632_c001_v0001184_t0056_u01746247592440") 2025/05/03 04:50:59 DEBUG : yam: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c89_d20250503_m044629_c001_v7007000_t0000_u01746247589349") 2025/05/03 04:50:59 DEBUG : yam: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac1913_d20250503_m044627_c001_v0001184_t0016_u01746247587806") 2025/05/03 04:50:59 DEBUG : yam: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c82_d20250503_m044625_c001_v7007000_t0000_u01746247585772") 2025/05/03 04:50:59 DEBUG : yam: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f118a7fa2a0ac18d3_d20250503_m044624_c001_v0001184_t0048_u01746247584437") 2025/05/03 04:51:00 DEBUG : yaml: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c8c_d20250503_m044630_c001_v7007000_t0000_u01746247590100") 2025/05/03 04:51:00 DEBUG : yaml: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f1198d04b93c0c52b_d20250503_m044629_c001_v0001178_t0048_u01746247589081") 2025/05/03 04:51:00 DEBUG : yaml: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f40211bca4d191c85_d20250503_m044626_c001_v7007000_t0000_u01746247586503") 2025/05/03 04:51:00 DEBUG : yaml: Deleting (id "4_z8fe2bd33705d9b4b9f680e1b_f105a6baad2bc9961_d20250503_m044625_c001_v0001177_t0012_u01746247585563") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 6m38.374254312s (try 1/5)