"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2024/12/13 01:17:59 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe" 2024/12/13 01:17:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/13 01:17:59 DEBUG : Creating backend with remote "/tmp/rclone1178583213" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:00 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/12/13 01:18:00 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:00 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.02s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:01 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/13 01:18:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:01 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:01 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:02 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:03 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.42s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", 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-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", 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-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:04 DEBUG : Creating backend with remote "/non-existing" 2024/12/13 01:18:04 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/12/13 01:18:04 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:04 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.90s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:06 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:06 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:06 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.97s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:07 INFO : B2 bucket rclone-test-tifojuh0rexe: Running all checks before starting transfers 2024/12/13 01:18:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:07 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:07 INFO : B2 bucket rclone-test-tifojuh0rexe: Checks finished, now starting transfers 2024/12/13 01:18:07 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:08 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:08 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.89s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:09 ERROR : Ignoring --no-traverse with sync 2024/12/13 01:18:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:09 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:09 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:10 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:10 INFO : sub dir/hello world: Copied (new) 2024/12/13 01:18:10 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.98s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:11 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/12/13 01:18:11 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:11 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:12 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2024/12/13 01:18:12 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.71s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:13 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:18:13 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:13 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:13 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:13 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.56s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:15 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:18:15 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:15 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:15 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:15 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.92s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:16 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/12/13 01:18:16 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/13 01:18:16 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/12/13 01:18:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/13 01:18:16 DEBUG : sub dir: Making directory 2024/12/13 01:18:16 DEBUG : sub dir2: Making directory 2024/12/13 01:18:16 DEBUG : sub dir2/sub sub dir2: Making directory 2024/12/13 01:18:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:16 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:16 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:17 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:17 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2024/12/13 01:18:17 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.67s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:18 DEBUG : sub dir2: Making directory 2024/12/13 01:18:18 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/12/13 01:18:18 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/13 01:18:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:18 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:18 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:18 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:18 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.27s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:19 DEBUG : sub dir2: Making directory with metadata 2024/12/13 01:18:19 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/13 01:18:19 DEBUG : sub dir: Making directory 2024/12/13 01:18:19 DEBUG : sub dir2: Making directory 2024/12/13 01:18:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:19 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:19 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:20 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:20 INFO : sub dir/hello world: Copied (new) 2024/12/13 01:18:20 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/12/13 01:18:20 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/12/13 01:18:20 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.84s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", 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-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:21 DEBUG : sub dir2: Making directory 2024/12/13 01:18:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:22 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:22 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:22 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:22 INFO : sub dir/hello world: Copied (new) 2024/12/13 01:18:22 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.22s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:23 DEBUG : sub dir2: Making directory with metadata 2024/12/13 01:18:23 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/13 01:18:23 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/13 01:18:23 DEBUG : sub dir: Making directory 2024/12/13 01:18:23 DEBUG : sub dir2: Making directory 2024/12/13 01:18:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:23 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:23 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:23 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:23 INFO : sub dir/hello world: Copied (new) 2024/12/13 01:18:23 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/12/13 01:18:23 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.80s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.40s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:25 DEBUG : sub dir2: Making directory 2024/12/13 01:18:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:25 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:25 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:26 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:26 INFO : sub dir/hello world: Copied (new) 2024/12/13 01:18:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.62s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:27 DEBUG : Creating backend with remote "TestB2:rclone-test-yewukaf0tage" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-tifojuh0rexe -> B2 bucket rclone-test-yewukaf0tage 2024/12/13 01:18:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:28 DEBUG : B2 bucket rclone-test-yewukaf0tage: Waiting for checks to finish 2024/12/13 01:18:28 DEBUG : B2 bucket rclone-test-yewukaf0tage: Waiting for transfers to finish 2024/12/13 01:18:29 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:29 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:29 DEBUG : B2 bucket rclone-test-yewukaf0tage: Purge remote 2024/12/13 01:18:29 INFO : B2 bucket rclone-test-yewukaf0tage: cleaning bucket "rclone-test-yewukaf0tage" of all files 2024/12/13 01:18:29 DEBUG : sub dir/hello world: Deleting (id "4_z2f528d23908dbbdb9f380e1b_f10347fa6aba2fcd5_d20241213_m011829_c001_v0001182_t0008_u01734052709436") --- PASS: TestServerSideCopy (4.62s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:32 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/13 01:18:32 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:32 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:33 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/12/13 01:18:33 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.81s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:34 DEBUG : Creating backend with remote "TestB2:rclone-test-sapipot4luqu" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-tifojuh0rexe -> B2 bucket rclone-test-sapipot4luqu 2024/12/13 01:18:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:36 DEBUG : B2 bucket rclone-test-sapipot4luqu: Waiting for checks to finish 2024/12/13 01:18:36 DEBUG : B2 bucket rclone-test-sapipot4luqu: Waiting for transfers to finish 2024/12/13 01:18:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:37 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:38 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/13 01:18:38 DEBUG : B2 bucket rclone-test-sapipot4luqu: Waiting for checks to finish 2024/12/13 01:18:38 DEBUG : B2 bucket rclone-test-sapipot4luqu: Waiting for transfers to finish 2024/12/13 01:18:38 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/12/13 01:18:38 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:38 DEBUG : B2 bucket rclone-test-sapipot4luqu: Purge remote 2024/12/13 01:18:38 INFO : B2 bucket rclone-test-sapipot4luqu: cleaning bucket "rclone-test-sapipot4luqu" of all files 2024/12/13 01:18:39 DEBUG : sub dir/hello world: Deleting (id "4_z3f929df3908dbbdb9f380e1b_f118ab46d7f901bc5_d20241213_m011838_c001_v0001116_t0054_u01734052718384") 2024/12/13 01:18:39 DEBUG : sub dir/hello world: Deleting (id "4_z3f929df3908dbbdb9f380e1b_f111cfae3c406fac0_d20241213_m011836_c001_v0001183_t0055_u01734052716907") --- PASS: TestServerSideCopyOverSelf (6.92s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:42 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/13 01:18:42 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:42 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:42 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/12/13 01:18:42 INFO : sub dir/hello world: Copied (replaced existing) 2024/12/13 01:18:42 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.60s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:44 DEBUG : Creating backend with remote "TestB2:rclone-test-vuyices8quqo" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-tifojuh0rexe -> B2 bucket rclone-test-vuyices8quqo 2024/12/13 01:18:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:46 DEBUG : B2 bucket rclone-test-vuyices8quqo: Waiting for checks to finish 2024/12/13 01:18:46 DEBUG : B2 bucket rclone-test-vuyices8quqo: Waiting for transfers to finish 2024/12/13 01:18:46 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:46 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:48 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/13 01:18:48 DEBUG : B2 bucket rclone-test-vuyices8quqo: Waiting for checks to finish 2024/12/13 01:18:48 DEBUG : B2 bucket rclone-test-vuyices8quqo: Waiting for transfers to finish 2024/12/13 01:18:48 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/12/13 01:18:48 INFO : sub dir/hello world: Copied (server-side copy) 2024/12/13 01:18:48 INFO : sub dir/hello world: Deleted 2024/12/13 01:18:49 DEBUG : testing file moves 2024/12/13 01:18:49 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/12/13 01:18:49 DEBUG : B2 bucket rclone-test-vuyices8quqo: Waiting for checks to finish 2024/12/13 01:18:49 DEBUG : B2 bucket rclone-test-vuyices8quqo: Waiting for transfers to finish 2024/12/13 01:18:49 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2024/12/13 01:18:49 INFO : sub dir/hello world: Copied (server-side copy) 2024/12/13 01:18:50 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:50 DEBUG : B2 bucket rclone-test-vuyices8quqo: Purge remote 2024/12/13 01:18:50 INFO : B2 bucket rclone-test-vuyices8quqo: cleaning bucket "rclone-test-vuyices8quqo" of all files 2024/12/13 01:18:50 DEBUG : sub dir/hello world: Deleting (id "4_zdf32cd53908dbbdb9f380e1b_f112152a5f4a9c2b8_d20241213_m011849_c001_v0001183_t0004_u01734052729786") 2024/12/13 01:18:50 DEBUG : sub dir/hello world: Deleting (id "4_zdf32cd53908dbbdb9f380e1b_f1104f415f13c8e08_d20241213_m011848_c001_v0001183_t0000_u01734052728149") 2024/12/13 01:18:50 DEBUG : sub dir/hello world: Deleting (id "4_zdf32cd53908dbbdb9f380e1b_f103fe20ba9ca52d1_d20241213_m011846_c001_v0001128_t0009_u01734052726700") --- PASS: TestServerSideMoveOverSelf (8.94s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:53 ERROR : : error listing: directory not found 2024/12/13 01:18:53 DEBUG : Local file system at /tmp/rclone1178583213: Making directory 2024/12/13 01:18:53 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:53 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.22s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:18:55 DEBUG : Local file system at /tmp/rclone1178583213: Waiting for checks to finish 2024/12/13 01:18:55 DEBUG : Local file system at /tmp/rclone1178583213: Waiting for transfers to finish 2024/12/13 01:18:56 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:18:56 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2024/12/13 01:18:56 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestCopyRedownload (2.35s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:57 DEBUG : check sum: Need to transfer - File not found at Destination 2024/12/13 01:18:57 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:57 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:57 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/13 01:18:57 INFO : check sum: Copied (new) 2024/12/13 01:18:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:58 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:58 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/13 01:18:58 DEBUG : check sum: Size and sha1 of src and dst objects identical 2024/12/13 01:18:58 DEBUG : check sum: Unchanged skipping 2024/12/13 01:18:58 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:18:58 DEBUG : Waiting for deletions to finish 2024/12/13 01:18:58 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.41s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:18:59 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/12/13 01:18:59 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:18:59 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:00 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/12/13 01:19:00 INFO : sizeonly: Copied (new) 2024/12/13 01:19:00 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:00 DEBUG : sizeonly: Sizes identical 2024/12/13 01:19:00 DEBUG : sizeonly: Unchanged skipping 2024/12/13 01:19:00 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:00 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:00 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:00 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.87s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:02 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/12/13 01:19:02 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:02 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:03 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2024/12/13 01:19:03 INFO : ignore-size: Copied (new) 2024/12/13 01:19:03 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:03 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:19:03 DEBUG : ignore-size: Unchanged skipping 2024/12/13 01:19:03 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:03 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:03 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:03 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.65s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:06 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:19:06 DEBUG : existing: Unchanged skipping 2024/12/13 01:19:06 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:06 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:06 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:06 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:06 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/12/13 01:19:06 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:06 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:06 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/12/13 01:19:06 INFO : existing: Copied (replaced existing) 2024/12/13 01:19:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.80s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:08 DEBUG : existing: Need to transfer - File not found at Destination 2024/12/13 01:19:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:08 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/12/13 01:19:08 INFO : existing: Copied (new) 2024/12/13 01:19:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:08 DEBUG : existing: Destination exists, skipping 2024/12/13 01:19:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:08 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:08 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.32s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:11 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/12/13 01:19:11 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/13 01:19:11 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:19:11 DEBUG : c/non empty space: Unchanged skipping 2024/12/13 01:19:11 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:11 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:11 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:19:11 INFO : a/potato2: Copied (new) 2024/12/13 01:19:11 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:12 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (2.97s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:14 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 2024/12/13 01:19:14 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:14 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/13 01:19:14 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/12/13 01:19:14 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:14 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:14 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:14 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:14 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:14 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 2024/12/13 01:19:14 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/13 01:19:15 INFO : empty space: Updated modification time in destination 2024/12/13 01:19:15 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:15 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:15 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:15 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.39s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:17 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 2024/12/13 01:19:17 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:17 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/13 01:19:17 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:17 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:17 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:17 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.81s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:19 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 2024/12/13 01:19:19 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:19 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone1178583213) 2024/12/13 01:19:19 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-tifojuh0rexe) 2024/12/13 01:19:19 DEBUG : foo: sha1 differ 2024/12/13 01:19:19 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:19 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2024/12/13 01:19:19 INFO : foo: Copied (replaced existing) 2024/12/13 01:19:19 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.84s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:21 DEBUG : potato: Need to transfer - File not found at Destination 2024/12/13 01:19:21 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:19:21 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:21 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:21 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:21 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:19:21 INFO : potato: Copied (new) 2024/12/13 01:19:21 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.24s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:23 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/12/13 01:19:23 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:23 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:24 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2024/12/13 01:19:24 INFO : potato: Copied (replaced existing) 2024/12/13 01:19:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.77s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:26 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:26 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 2024/12/13 01:19:26 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone1178583213) 2024/12/13 01:19:26 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-tifojuh0rexe) 2024/12/13 01:19:26 DEBUG : potato: sha1 differ 2024/12/13 01:19:26 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:26 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2024/12/13 01:19:26 INFO : potato: Copied (replaced existing) 2024/12/13 01:19:26 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.26s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:28 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:19:28 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/12/13 01:19:28 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:19:28 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:28 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:28 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:28 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:28 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.20s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:30 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:19:30 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:19:30 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:30 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:30 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:31 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:19:31 INFO : potato2: Copied (new) 2024/12/13 01:19:31 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:31 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.90s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:33 DEBUG : d: Making directory 2024/12/13 01:19:33 DEBUG : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2024/12/13 01:19:33 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/13 01:19:33 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:19:33 DEBUG : c/non empty space: Unchanged skipping 2024/12/13 01:19:34 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:34 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:34 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:19:34 INFO : a/potato2: Copied (new) 2024/12/13 01:19:34 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:34 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (3.00s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:36 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/12/13 01:19:36 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/13 01:19:37 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:19:37 DEBUG : c/non empty space: Unchanged skipping 2024/12/13 01:19:37 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:37 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:37 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:19:37 INFO : a/potato2: Copied (new) 2024/12/13 01:19:37 ERROR : B2 bucket rclone-test-tifojuh0rexe: not deleting files as there were IO errors 2024/12/13 01:19:37 ERROR : B2 bucket rclone-test-tifojuh0rexe: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.06s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:39 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:39 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:19:39 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:19:39 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:39 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:39 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:40 INFO : potato: Deleted 2024/12/13 01:19:40 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:19:40 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.72s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:42 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:42 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:42 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:42 INFO : potato: Deleted 2024/12/13 01:19:42 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:19:42 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:19:42 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:42 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:42 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:43 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:19:43 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (2.96s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:45 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:19:45 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:45 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:45 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2024/12/13 01:19:45 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.32s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:47 DEBUG : enormous: Excluded (Size Filter) 2024/12/13 01:19:47 DEBUG : enormous: Excluded 2024/12/13 01:19:47 DEBUG : potato2: Excluded (Size Filter) 2024/12/13 01:19:47 DEBUG : potato2: Excluded 2024/12/13 01:19:48 DEBUG : potato2: Excluded (Size Filter) 2024/12/13 01:19:48 DEBUG : potato2: Excluded 2024/12/13 01:19:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:19:48 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:48 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:48 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:48 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:48 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:48 DEBUG : enormous: Excluded (Size Filter) 2024/12/13 01:19:48 DEBUG : enormous: Excluded 2024/12/13 01:19:48 DEBUG : potato2: Excluded (Size Filter) 2024/12/13 01:19:48 DEBUG : potato2: Excluded 2024/12/13 01:19:48 DEBUG : potato2: Excluded (Size Filter) 2024/12/13 01:19:48 DEBUG : potato2: Excluded 2024/12/13 01:19:48 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/12/13 01:19:48 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:48 DEBUG : Local file system at /tmp/rclone1178583213: Waiting for checks to finish 2024/12/13 01:19:48 DEBUG : Local file system at /tmp/rclone1178583213: Waiting for transfers to finish 2024/12/13 01:19:48 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:48 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncWithExclude (3.14s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:51 DEBUG : enormous: Excluded (Size Filter) 2024/12/13 01:19:51 DEBUG : enormous: Excluded 2024/12/13 01:19:51 DEBUG : potato2: Excluded (Size Filter) 2024/12/13 01:19:51 DEBUG : potato2: Excluded 2024/12/13 01:19:51 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:19:51 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:51 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:51 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:51 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:51 INFO : enormous: Deleted 2024/12/13 01:19:51 INFO : potato2: Deleted 2024/12/13 01:19:51 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:52 DEBUG : Local file system at /tmp/rclone1178583213: Waiting for checks to finish 2024/12/13 01:19:52 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/12/13 01:19:52 DEBUG : empty space: Unchanged skipping 2024/12/13 01:19:52 DEBUG : Local file system at /tmp/rclone1178583213: Waiting for transfers to finish 2024/12/13 01:19:52 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:52 INFO : enormous: Deleted 2024/12/13 01:19:52 INFO : potato2: Deleted 2024/12/13 01:19:52 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.67s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:55 DEBUG : five: Need to transfer - File not found at Destination 2024/12/13 01:19:55 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/12/13 01:19:55 DEBUG : one: Destination is newer than source, skipping 2024/12/13 01:19:55 DEBUG : three: Sizes identical 2024/12/13 01:19:55 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:55 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone1178583213) 2024/12/13 01:19:55 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-tifojuh0rexe) 2024/12/13 01:19:55 DEBUG : two: sha1 differ 2024/12/13 01:19:55 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/12/13 01:19:55 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/12/13 01:19:55 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:55 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/12/13 01:19:55 INFO : five: Copied (new) 2024/12/13 01:19:56 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/12/13 01:19:56 INFO : four: Copied (replaced existing) 2024/12/13 01:19:56 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/12/13 01:19:56 INFO : two: Copied (replaced existing) 2024/12/13 01:19:56 DEBUG : Waiting for deletions to finish 2024/12/13 01:19:56 DEBUG : one: Destination is newer than source, skipping 2024/12/13 01:19:56 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:56 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/12/13 01:19:56 DEBUG : five: Size and sha1 of src and dst objects identical 2024/12/13 01:19:56 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/12/13 01:19:56 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/12/13 01:19:56 DEBUG : two: Size and sha1 of src and dst objects identical 2024/12/13 01:19:56 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/12/13 01:19:56 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/12/13 01:19:56 DEBUG : four: Size and sha1 of src and dst objects identical 2024/12/13 01:19:56 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/12/13 01:19:56 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone1178583213) 2024/12/13 01:19:56 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-tifojuh0rexe) 2024/12/13 01:19:56 DEBUG : three: sha1 differ 2024/12/13 01:19:56 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/12/13 01:19:56 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:57 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/13 01:19:57 INFO : three: Copied (replaced existing) 2024/12/13 01:19:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.91s) === 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-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2024/12/13 01:19:58 INFO : B2 bucket rclone-test-tifojuh0rexe: Making map for --track-renames 2024/12/13 01:19:58 INFO : B2 bucket rclone-test-tifojuh0rexe: Finished making map for --track-renames 2024/12/13 01:19:58 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:58 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/13 01:19:58 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for renames to finish 2024/12/13 01:19:58 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/12/13 01:19:58 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:19:58 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/13 01:19:58 INFO : yam: Copied (new) 2024/12/13 01:19:59 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/12/13 01:19:59 INFO : potato: Copied (new) 2024/12/13 01:19:59 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:19:59 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:19:59 INFO : B2 bucket rclone-test-tifojuh0rexe: Making map for --track-renames 2024/12/13 01:19:59 INFO : B2 bucket rclone-test-tifojuh0rexe: Finished making map for --track-renames 2024/12/13 01:19:59 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:19:59 DEBUG : potato: Unchanged skipping 2024/12/13 01:19:59 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for renames to finish 2024/12/13 01:20:00 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/13 01:20:00 INFO : yam: Copied (server-side copy) to: yaml 2024/12/13 01:20:01 INFO : yam: Deleted 2024/12/13 01:20:01 INFO : yaml: Renamed from "yam" 2024/12/13 01:20:01 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:20:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (4.22s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2024/12/13 01:20:02 INFO : B2 bucket rclone-test-tifojuh0rexe: Making map for --track-renames 2024/12/13 01:20:02 INFO : B2 bucket rclone-test-tifojuh0rexe: Finished making map for --track-renames 2024/12/13 01:20:02 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:20:02 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/12/13 01:20:02 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for renames to finish 2024/12/13 01:20:02 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/13 01:20:02 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:20:03 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/12/13 01:20:03 INFO : potato: Copied (new) 2024/12/13 01:20:03 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/13 01:20:03 INFO : yam: Copied (new) 2024/12/13 01:20:03 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:20:04 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:20:04 INFO : B2 bucket rclone-test-tifojuh0rexe: Making map for --track-renames 2024/12/13 01:20:04 INFO : B2 bucket rclone-test-tifojuh0rexe: Finished making map for --track-renames 2024/12/13 01:20:04 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:20:04 DEBUG : potato: Unchanged skipping 2024/12/13 01:20:04 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for renames to finish 2024/12/13 01:20:04 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/13 01:20:04 INFO : yam: Copied (server-side copy) to: yaml 2024/12/13 01:20:04 INFO : yam: Deleted 2024/12/13 01:20:04 INFO : yaml: Renamed from "yam" 2024/12/13 01:20:04 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:20:04 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.05s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2024/12/13 01:20:07 INFO : B2 bucket rclone-test-tifojuh0rexe: Making map for --track-renames 2024/12/13 01:20:07 INFO : B2 bucket rclone-test-tifojuh0rexe: Finished making map for --track-renames 2024/12/13 01:20:07 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:20:07 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/13 01:20:07 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/12/13 01:20:07 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for renames to finish 2024/12/13 01:20:07 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:20:07 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/13 01:20:07 INFO : sub/yam: Copied (new) 2024/12/13 01:20:07 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/12/13 01:20:07 INFO : potato: Copied (new) 2024/12/13 01:20:07 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:20:07 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:20:07 DEBUG : potato: Unchanged skipping 2024/12/13 01:20:08 INFO : B2 bucket rclone-test-tifojuh0rexe: Making map for --track-renames 2024/12/13 01:20:08 INFO : B2 bucket rclone-test-tifojuh0rexe: Finished making map for --track-renames 2024/12/13 01:20:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:20:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for renames to finish 2024/12/13 01:20:08 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/13 01:20:08 INFO : sub/yam: Copied (server-side copy) to: yam 2024/12/13 01:20:08 INFO : sub/yam: Deleted 2024/12/13 01:20:08 INFO : yam: Renamed from "sub/yam" 2024/12/13 01:20:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:20:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.86s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:20:10 DEBUG : Creating backend with remote "/tmp/rclone1178583213/dir1" 2024/12/13 01:20:10 DEBUG : Creating backend with remote "/tmp/rclone1178583213/dir2" 2024/12/13 01:20:10 DEBUG : Local file system at /tmp/rclone1178583213/dir2: Using server-side directory move 2024/12/13 01:20:10 INFO : Local file system at /tmp/rclone1178583213/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/12/13 01:20:10 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/12/13 01:20:10 INFO : file1.txt: Moved (server-side) 2024/12/13 01:20:10 DEBUG : Local file system at /tmp/rclone1178583213/dir2: Waiting for checks to finish 2024/12/13 01:20:10 DEBUG : Local file system at /tmp/rclone1178583213/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:20:11 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/12/13 01:20:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:20:11 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:20:11 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:20:11 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:20:11 INFO : sub dir/hello world: Copied (new) 2024/12/13 01:20:11 INFO : sub dir/hello world: Deleted 2024/12/13 01:20:11 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/12/13 01:20:11 INFO : nested/sub dir/file: Copied (new) 2024/12/13 01:20:11 INFO : nested/sub dir/file: Deleted 2024/12/13 01:20:11 INFO : sub dir: Removing directory 2024/12/13 01:20:11 INFO : nested/sub dir: Removing directory 2024/12/13 01:20:11 INFO : nested: Removing directory 2024/12/13 01:20:11 DEBUG : Local file system at /tmp/rclone1178583213: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.21s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:20:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/13 01:20:13 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/12/13 01:20:13 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:20:13 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:20:13 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/12/13 01:20:13 INFO : nested/sub dir/file: Copied (new) 2024/12/13 01:20:13 INFO : nested/sub dir/file: Deleted 2024/12/13 01:20:14 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/13 01:20:14 INFO : sub dir/hello world: Copied (new) 2024/12/13 01:20:14 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.09s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:20:15 DEBUG : existing: Need to transfer - File not found at Destination 2024/12/13 01:20:15 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/12/13 01:20:15 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:20:15 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:20:15 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2024/12/13 01:20:15 INFO : existing-b: Copied (new) 2024/12/13 01:20:15 INFO : existing-b: Deleted 2024/12/13 01:20:15 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/12/13 01:20:15 INFO : existing: Copied (new) 2024/12/13 01:20:15 INFO : existing: Deleted 2024/12/13 01:20:16 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:20:16 DEBUG : existing: Destination exists, skipping 2024/12/13 01:20:16 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/12/13 01:20:16 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:20:16 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.23s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:20:17 DEBUG : Creating backend with remote "TestB2:rclone-test-tohimac7foge" 2024/12/13 01:20:17 DEBUG : Config file has changed externally - reloading sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-tifojuh0rexe -> B2 bucket rclone-test-tohimac7foge 2024/12/13 01:20:21 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:20:21 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/12/13 01:20:21 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/13 01:20:21 DEBUG : B2 bucket rclone-test-tohimac7foge: Waiting for checks to finish 2024/12/13 01:20:21 DEBUG : empty space: Unchanged skipping 2024/12/13 01:20:21 INFO : empty space: Deleted 2024/12/13 01:20:21 DEBUG : B2 bucket rclone-test-tohimac7foge: Waiting for transfers to finish 2024/12/13 01:20:21 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:20:21 INFO : potato2: Copied (server-side copy) 2024/12/13 01:20:22 INFO : potato2: Deleted 2024/12/13 01:20:22 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/13 01:20:22 INFO : potato3: Copied (server-side copy) 2024/12/13 01:20:22 INFO : potato3: Deleted 2024/12/13 01:20:22 DEBUG : Creating backend with remote "TestB2:rclone-test-wacajim7hiko" 2024/12/13 01:20:23 DEBUG : empty space: Need to transfer - File not found at Destination 2024/12/13 01:20:23 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:20:23 DEBUG : potato3: Need to transfer - File not found at Destination 2024/12/13 01:20:23 DEBUG : B2 bucket rclone-test-wacajim7hiko: Waiting for checks to finish 2024/12/13 01:20:23 DEBUG : B2 bucket rclone-test-wacajim7hiko: Waiting for transfers to finish 2024/12/13 01:20:24 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/13 01:20:24 INFO : empty space: Copied (server-side copy) 2024/12/13 01:20:24 INFO : empty space: Deleted 2024/12/13 01:20:25 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/13 01:20:25 INFO : potato3: Copied (server-side copy) 2024/12/13 01:20:25 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:20:25 INFO : potato2: Copied (server-side copy) 2024/12/13 01:20:25 INFO : potato3: Deleted 2024/12/13 01:20:25 INFO : potato2: Deleted 2024/12/13 01:20:25 DEBUG : B2 bucket rclone-test-wacajim7hiko: Purge remote 2024/12/13 01:20:25 INFO : B2 bucket rclone-test-wacajim7hiko: cleaning bucket "rclone-test-wacajim7hiko" of all files 2024/12/13 01:20:26 DEBUG : empty space: Deleting (id "4_zcf724d3390adbbdb9f380e1b_f102fa048a527cfdc_d20241213_m012024_c001_v0001182_t0052_u01734052824534") 2024/12/13 01:20:26 DEBUG : potato2: Deleting (id "4_zcf724d3390adbbdb9f380e1b_f116eda58e0acfa7d_d20241213_m012024_c001_v0001109_t0007_u01734052824789") 2024/12/13 01:20:26 DEBUG : potato3: Deleting (id "4_zcf724d3390adbbdb9f380e1b_f111de1b047be3f8c_d20241213_m012024_c001_v0001090_t0027_u01734052824939") 2024/12/13 01:20:27 DEBUG : B2 bucket rclone-test-tohimac7foge: Purge remote 2024/12/13 01:20:27 INFO : B2 bucket rclone-test-tohimac7foge: cleaning bucket "rclone-test-tohimac7foge" of all files 2024/12/13 01:20:27 DEBUG : empty space: Deleting (id "4_z1f623d3390adbbdb9f380e1b_f4059a8ef02fd4ebb_d20241213_m012024_c001_v7007000_t0000_u01734052824760") 2024/12/13 01:20:27 DEBUG : empty space: Deleting (id "4_z1f623d3390adbbdb9f380e1b_f1040fbabfa526567_d20241213_m012020_c001_v0001181_t0058_u01734052820789") 2024/12/13 01:20:27 DEBUG : potato2: Deleting (id "4_z1f623d3390adbbdb9f380e1b_f416d2c3c04b88e81_d20241213_m012025_c001_v7007000_t0000_u01734052825513") 2024/12/13 01:20:27 DEBUG : potato2: Deleting (id "4_z1f623d3390adbbdb9f380e1b_f107508ae4fc97300_d20241213_m012021_c001_v0001177_t0044_u01734052821756") 2024/12/13 01:20:27 DEBUG : potato3: Deleting (id "4_z1f623d3390adbbdb9f380e1b_f4059a8ef02fd4ebf_d20241213_m012025_c001_v7007000_t0000_u01734052825335") 2024/12/13 01:20:27 DEBUG : potato3: Deleting (id "4_z1f623d3390adbbdb9f380e1b_f1053c20eb46a984d_d20241213_m012022_c001_v0001182_t0017_u01734052822028") 2024/12/13 01:20:27 DEBUG : potato3: Deleting (id "4_z1f623d3390adbbdb9f380e1b_f1040fbabfa526569_d20241213_m012021_c001_v0001181_t0051_u01734052821007") --- PASS: TestServerSideMove (11.59s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:20:29 DEBUG : Creating backend with remote "TestB2:rclone-test-ganexum9qoxu" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-tifojuh0rexe -> B2 bucket rclone-test-ganexum9qoxu 2024/12/13 01:20:34 DEBUG : empty space: Excluded (Size Filter) 2024/12/13 01:20:34 DEBUG : empty space: Excluded 2024/12/13 01:20:34 DEBUG : empty space: Excluded (Size Filter) 2024/12/13 01:20:34 DEBUG : empty space: Excluded 2024/12/13 01:20:34 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:20:34 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/13 01:20:34 DEBUG : B2 bucket rclone-test-ganexum9qoxu: Waiting for checks to finish 2024/12/13 01:20:34 DEBUG : B2 bucket rclone-test-ganexum9qoxu: Waiting for transfers to finish 2024/12/13 01:20:34 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:20:34 INFO : potato2: Copied (server-side copy) 2024/12/13 01:20:34 INFO : potato2: Deleted 2024/12/13 01:20:35 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/13 01:20:35 INFO : potato3: Copied (server-side copy) 2024/12/13 01:20:35 INFO : potato3: Deleted 2024/12/13 01:20:35 DEBUG : Creating backend with remote "TestB2:rclone-test-gujoqaw8labi" 2024/12/13 01:20:36 DEBUG : empty space: Excluded (Size Filter) 2024/12/13 01:20:36 DEBUG : empty space: Excluded 2024/12/13 01:20:36 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:20:36 DEBUG : potato3: Need to transfer - File not found at Destination 2024/12/13 01:20:36 DEBUG : B2 bucket rclone-test-gujoqaw8labi: Waiting for checks to finish 2024/12/13 01:20:36 DEBUG : B2 bucket rclone-test-gujoqaw8labi: Waiting for transfers to finish 2024/12/13 01:20:37 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:20:37 INFO : potato2: Copied (server-side copy) 2024/12/13 01:20:38 INFO : potato2: Deleted 2024/12/13 01:20:38 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/13 01:20:38 INFO : potato3: Copied (server-side copy) 2024/12/13 01:20:38 INFO : potato3: Deleted 2024/12/13 01:20:38 DEBUG : B2 bucket rclone-test-gujoqaw8labi: Purge remote 2024/12/13 01:20:38 INFO : B2 bucket rclone-test-gujoqaw8labi: cleaning bucket "rclone-test-gujoqaw8labi" of all files 2024/12/13 01:20:38 DEBUG : potato2: Deleting (id "4_zbf027d6390adbbdb9f380e1b_f105ac4fd51ba2e49_d20241213_m012037_c001_v0001106_t0058_u01734052837464") 2024/12/13 01:20:38 DEBUG : potato3: Deleting (id "4_zbf027d6390adbbdb9f380e1b_f1162e1d07512c03f_d20241213_m012037_c001_v0001120_t0038_u01734052837834") 2024/12/13 01:20:39 DEBUG : B2 bucket rclone-test-ganexum9qoxu: Purge remote 2024/12/13 01:20:39 INFO : B2 bucket rclone-test-ganexum9qoxu: cleaning bucket "rclone-test-ganexum9qoxu" of all files 2024/12/13 01:20:39 DEBUG : empty space: Deleting (id "4_z6f126d4390adbbdb9f380e1b_f115cbe759815c58d_d20241213_m012033_c001_v0001182_t0055_u01734052833329") 2024/12/13 01:20:39 DEBUG : potato2: Deleting (id "4_z6f126d4390adbbdb9f380e1b_f4093b0dae0232a07_d20241213_m012038_c001_v7007000_t0000_u01734052838045") 2024/12/13 01:20:39 DEBUG : potato2: Deleting (id "4_z6f126d4390adbbdb9f380e1b_f11489859cc751475_d20241213_m012034_c001_v0001177_t0023_u01734052834190") 2024/12/13 01:20:39 DEBUG : potato3: Deleting (id "4_z6f126d4390adbbdb9f380e1b_f4093b0dae0232a08_d20241213_m012038_c001_v7007000_t0000_u01734052838299") 2024/12/13 01:20:39 DEBUG : potato3: Deleting (id "4_z6f126d4390adbbdb9f380e1b_f108c335efb317e4a_d20241213_m012034_c001_v0001115_t0026_u01734052834437") 2024/12/13 01:20:39 DEBUG : potato3: Deleting (id "4_z6f126d4390adbbdb9f380e1b_f115cbe759815c597_d20241213_m012033_c001_v0001182_t0048_u01734052833551") --- PASS: TestServerSideMoveWithFilter (12.56s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:20:41 DEBUG : Creating backend with remote "TestB2:rclone-test-jacazol8jeve" 2024/12/13 01:20:44 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-tifojuh0rexe -> B2 bucket rclone-test-jacazol8jeve 2024/12/13 01:20:47 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:20:47 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/13 01:20:47 DEBUG : B2 bucket rclone-test-jacazol8jeve: Waiting for checks to finish 2024/12/13 01:20:47 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/12/13 01:20:47 DEBUG : empty space: Unchanged skipping 2024/12/13 01:20:47 INFO : empty space: Deleted 2024/12/13 01:20:47 DEBUG : B2 bucket rclone-test-jacazol8jeve: Waiting for transfers to finish 2024/12/13 01:20:47 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:20:47 INFO : potato2: Copied (server-side copy) 2024/12/13 01:20:47 INFO : potato2: Deleted 2024/12/13 01:20:48 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/13 01:20:48 INFO : potato3: Copied (server-side copy) 2024/12/13 01:20:48 INFO : potato3: Deleted 2024/12/13 01:20:48 DEBUG : Creating backend with remote "TestB2:rclone-test-faboqic2cepa" 2024/12/13 01:20:49 DEBUG : tomatoDir: Making directory 2024/12/13 01:20:49 DEBUG : empty space: Need to transfer - File not found at Destination 2024/12/13 01:20:49 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/13 01:20:49 DEBUG : potato3: Need to transfer - File not found at Destination 2024/12/13 01:20:49 DEBUG : B2 bucket rclone-test-faboqic2cepa: Waiting for checks to finish 2024/12/13 01:20:49 DEBUG : B2 bucket rclone-test-faboqic2cepa: Waiting for transfers to finish 2024/12/13 01:20:50 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/13 01:20:50 INFO : empty space: Copied (server-side copy) 2024/12/13 01:20:50 INFO : empty space: Deleted 2024/12/13 01:20:51 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/13 01:20:51 INFO : potato2: Copied (server-side copy) 2024/12/13 01:20:51 INFO : potato2: Deleted 2024/12/13 01:20:51 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/13 01:20:51 INFO : potato3: Copied (server-side copy) 2024/12/13 01:20:51 INFO : potato3: Deleted 2024/12/13 01:20:52 DEBUG : B2 bucket rclone-test-faboqic2cepa: Purge remote 2024/12/13 01:20:52 INFO : B2 bucket rclone-test-faboqic2cepa: cleaning bucket "rclone-test-faboqic2cepa" of all files 2024/12/13 01:20:52 DEBUG : empty space: Deleting (id "4_zbf12ad9390adbbdb9f380e1b_f106bb49167960008_d20241213_m012050_c001_v0001150_t0045_u01734052850681") 2024/12/13 01:20:52 DEBUG : potato2: Deleting (id "4_zbf12ad9390adbbdb9f380e1b_f101acf7749328110_d20241213_m012050_c001_v0001183_t0058_u01734052850924") 2024/12/13 01:20:52 DEBUG : potato3: Deleting (id "4_zbf12ad9390adbbdb9f380e1b_f1130adcc150f8a66_d20241213_m012051_c001_v0001144_t0042_u01734052851066") 2024/12/13 01:20:53 DEBUG : B2 bucket rclone-test-jacazol8jeve: Purge remote 2024/12/13 01:20:53 INFO : B2 bucket rclone-test-jacazol8jeve: cleaning bucket "rclone-test-jacazol8jeve" of all files 2024/12/13 01:20:53 DEBUG : empty space: Deleting (id "4_z6f229d5390adbbdb9f380e1b_f407af66b016ca621_d20241213_m012050_c001_v7007000_t0000_u01734052850895") 2024/12/13 01:20:53 DEBUG : empty space: Deleting (id "4_z6f229d5390adbbdb9f380e1b_f1168719a6e38a04f_d20241213_m012045_c001_v0001104_t0042_u01734052845963") 2024/12/13 01:20:53 DEBUG : potato2: Deleting (id "4_z6f229d5390adbbdb9f380e1b_f407af66b016ca622_d20241213_m012051_c001_v7007000_t0000_u01734052851131") 2024/12/13 01:20:53 DEBUG : potato2: Deleting (id "4_z6f229d5390adbbdb9f380e1b_f1053c20eb46a9c3e_d20241213_m012047_c001_v0001182_t0032_u01734052847434") 2024/12/13 01:20:53 DEBUG : potato3: Deleting (id "4_z6f229d5390adbbdb9f380e1b_f407af66b016ca623_d20241213_m012051_c001_v7007000_t0000_u01734052851569") 2024/12/13 01:20:53 DEBUG : potato3: Deleting (id "4_z6f229d5390adbbdb9f380e1b_f104fcc6a2f414809_d20241213_m012047_c001_v0001104_t0012_u01734052847667") 2024/12/13 01:20:53 DEBUG : potato3: Deleting (id "4_z6f229d5390adbbdb9f380e1b_f1168719a6e38a053_d20241213_m012046_c001_v0001104_t0047_u01734052846485") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (13.43s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:20:55 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.45s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:20:57 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncOverlap (3.00s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:21:00 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/rclone-sync-test" 2024/12/13 01:21:02 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/rclone-sync-test-include/layer2" 2024/12/13 01:21:02 DEBUG : Config file has changed externally - reloading 2024/12/13 01:21:04 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/rclone-sync-test-ignore-file" 2024/12/13 01:21:07 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2024/12/13 01:21:07 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2024/12/13 01:21:08 DEBUG : pacer: Reducing sleep to 10ms 2024/12/13 01:21:08 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/13 01:21:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe path rclone-sync-test: Waiting for checks to finish 2024/12/13 01:21:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe path rclone-sync-test: Waiting for transfers to finish 2024/12/13 01:21:08 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:08 INFO : There was nothing to transfer 2024/12/13 01:21:08 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/13 01:21:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:21:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:21:08 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:08 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:21:09 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/13 01:21:09 DEBUG : B2 bucket rclone-test-tifojuh0rexe path rclone-sync-test-include/layer2: Waiting for checks to finish 2024/12/13 01:21:09 DEBUG : B2 bucket rclone-test-tifojuh0rexe path rclone-sync-test-include/layer2: Waiting for transfers to finish 2024/12/13 01:21:09 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:09 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:21:09 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/13 01:21:09 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:21:09 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:21:09 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:09 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:21:10 DEBUG : : Excluded 2024/12/13 01:21:10 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/13 01:21:10 DEBUG : B2 bucket rclone-test-tifojuh0rexe path rclone-sync-test-ignore-file: Waiting for checks to finish 2024/12/13 01:21:10 DEBUG : B2 bucket rclone-test-tifojuh0rexe path rclone-sync-test-ignore-file: Waiting for transfers to finish 2024/12/13 01:21:10 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:10 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (16.78s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:21:17 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/dst" 2024/12/13 01:21:18 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/CompareDest" 2024/12/13 01:21:20 DEBUG : one: Need to transfer - File not found at Destination 2024/12/13 01:21:20 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:20 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:21 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/13 01:21:21 INFO : one: Copied (new) 2024/12/13 01:21:21 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:21:22 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:22 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:23 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/12/13 01:21:23 INFO : one: Copied (replaced existing) 2024/12/13 01:21:23 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:21:25 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:25 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/13 01:21:25 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:25 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:25 INFO : There was nothing to transfer 2024/12/13 01:21:26 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:26 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/13 01:21:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:21:26 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:27 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/13 01:21:27 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:27 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:27 INFO : There was nothing to transfer 2024/12/13 01:21:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:27 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/13 01:21:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:21:27 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:27 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/13 01:21:27 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:27 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:27 INFO : There was nothing to transfer 2024/12/13 01:21:28 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 2024/12/13 01:21:28 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/12/13 01:21:28 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/13 01:21:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:21:28 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:29 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:29 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/13 01:21:29 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:29 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:29 INFO : There was nothing to transfer 2024/12/13 01:21:29 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/13 01:21:29 DEBUG : two: Need to transfer - File not found at Destination 2024/12/13 01:21:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:21:29 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:29 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:29 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/13 01:21:29 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:30 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2024/12/13 01:21:30 INFO : two: Copied (new) 2024/12/13 01:21:30 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (14.49s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:21:33 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/dest" 2024/12/13 01:21:34 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/pre-dest1" 2024/12/13 01:21:35 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/pre-dest2" 2024/12/13 01:21:37 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:21:37 DEBUG : 1: Destination found in --compare-dest, skipping 2024/12/13 01:21:38 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:21:38 DEBUG : 2: Destination found in --compare-dest, skipping 2024/12/13 01:21:38 DEBUG : 3: Need to transfer - File not found at Destination 2024/12/13 01:21:38 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dest: Waiting for checks to finish 2024/12/13 01:21:38 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dest: Waiting for transfers to finish 2024/12/13 01:21:39 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2024/12/13 01:21:39 INFO : 3: Copied (new) 2024/12/13 01:21:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.88s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:21:40 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/dst" 2024/12/13 01:21:41 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/CopyDest" 2024/12/13 01:21:43 DEBUG : one: Need to transfer - File not found at Destination 2024/12/13 01:21:43 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:43 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:44 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/13 01:21:44 INFO : one: Copied (new) 2024/12/13 01:21:44 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:21:45 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:45 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:46 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/12/13 01:21:46 INFO : one: Copied (replaced existing) 2024/12/13 01:21:46 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:47 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/BackupDir" 2024/12/13 01:21:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:21:49 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/13 01:21:50 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/13 01:21:50 INFO : one: Copied (server-side copy) 2024/12/13 01:21:50 INFO : one: Deleted 2024/12/13 01:21:51 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/12/13 01:21:51 INFO : one: Copied (server-side copy) 2024/12/13 01:21:51 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/13 01:21:51 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:51 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:52 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/12/13 01:21:52 INFO : two: Copied (server-side copy) 2024/12/13 01:21:52 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/13 01:21:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:52 DEBUG : one: Unchanged skipping 2024/12/13 01:21:52 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:52 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:52 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:53 DEBUG : one: Unchanged skipping 2024/12/13 01:21:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:53 DEBUG : two: Unchanged skipping 2024/12/13 01:21:53 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:53 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:53 DEBUG : Waiting for deletions to finish 2024/12/13 01:21:53 INFO : There was nothing to transfer 2024/12/13 01:21:54 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/13 01:21:54 DEBUG : three: Destination not found in --copy-dest 2024/12/13 01:21:54 DEBUG : three: Need to transfer - File not found at Destination 2024/12/13 01:21:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:54 DEBUG : one: Unchanged skipping 2024/12/13 01:21:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/13 01:21:54 DEBUG : two: Unchanged skipping 2024/12/13 01:21:54 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:21:54 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:21:55 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2024/12/13 01:21:55 INFO : three: Copied (new) 2024/12/13 01:21:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (16.21s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:21:58 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/dst" 2024/12/13 01:21:58 DEBUG : Config file has changed externally - reloading 2024/12/13 01:21:59 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/backup" 2024/12/13 01:22:01 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/13 01:22:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:22:01 DEBUG : two: Unchanged skipping 2024/12/13 01:22:01 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:22:02 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/13 01:22:02 INFO : one: Copied (server-side copy) 2024/12/13 01:22:03 INFO : one: Deleted 2024/12/13 01:22:03 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:22:03 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:22:03 INFO : one: Copied (new) 2024/12/13 01:22:03 DEBUG : Waiting for deletions to finish 2024/12/13 01:22:04 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/13 01:22:04 INFO : three.txt: Copied (server-side copy) 2024/12/13 01:22:04 INFO : three.txt: Deleted 2024/12/13 01:22:04 INFO : three.txt: Moved into backup dir 2024/12/13 01:22:06 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/13 01:22:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:22:06 DEBUG : two: Unchanged skipping 2024/12/13 01:22:06 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:22:07 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:22:07 INFO : one: Copied (server-side copy) 2024/12/13 01:22:07 INFO : one: Deleted 2024/12/13 01:22:07 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:22:07 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/13 01:22:07 INFO : one: Copied (new) 2024/12/13 01:22:07 DEBUG : Waiting for deletions to finish 2024/12/13 01:22:07 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/13 01:22:07 INFO : three.txt: Copied (server-side copy) 2024/12/13 01:22:08 INFO : three.txt: Deleted 2024/12/13 01:22:08 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (12.38s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:22:11 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/dst" 2024/12/13 01:22:12 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/backup" 2024/12/13 01:22:14 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/13 01:22:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:22:14 DEBUG : two: Unchanged skipping 2024/12/13 01:22:14 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:22:15 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/13 01:22:15 INFO : one: Copied (server-side copy) to: one.bak 2024/12/13 01:22:15 INFO : one: Deleted 2024/12/13 01:22:15 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:22:16 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:22:16 INFO : one: Copied (new) 2024/12/13 01:22:16 DEBUG : Waiting for deletions to finish 2024/12/13 01:22:16 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/13 01:22:16 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/13 01:22:17 INFO : three.txt: Deleted 2024/12/13 01:22:17 INFO : three.txt: Moved into backup dir 2024/12/13 01:22:18 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/13 01:22:18 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:22:18 DEBUG : two: Unchanged skipping 2024/12/13 01:22:18 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:22:18 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:22:18 INFO : one: Copied (server-side copy) to: one.bak 2024/12/13 01:22:19 INFO : one: Deleted 2024/12/13 01:22:19 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:22:19 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/13 01:22:19 INFO : one: Copied (new) 2024/12/13 01:22:19 DEBUG : Waiting for deletions to finish 2024/12/13 01:22:19 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/13 01:22:19 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/13 01:22:20 INFO : three.txt: Deleted 2024/12/13 01:22:20 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (11.94s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:22:23 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/dst" 2024/12/13 01:22:24 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/backup" 2024/12/13 01:22:26 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/13 01:22:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:22:26 DEBUG : two: Unchanged skipping 2024/12/13 01:22:26 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:22:27 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/13 01:22:27 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/12/13 01:22:27 INFO : one: Deleted 2024/12/13 01:22:27 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:22:28 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:22:28 INFO : one: Copied (new) 2024/12/13 01:22:28 DEBUG : Waiting for deletions to finish 2024/12/13 01:22:28 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/13 01:22:28 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/12/13 01:22:29 INFO : three.txt: Deleted 2024/12/13 01:22:29 INFO : three.txt: Moved into backup dir 2024/12/13 01:22:30 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/13 01:22:30 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:22:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:22:30 DEBUG : two: Unchanged skipping 2024/12/13 01:22:31 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:22:31 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/12/13 01:22:31 INFO : one: Deleted 2024/12/13 01:22:31 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:22:31 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/13 01:22:31 INFO : one: Copied (new) 2024/12/13 01:22:31 DEBUG : Waiting for deletions to finish 2024/12/13 01:22:31 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/13 01:22:31 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/12/13 01:22:32 INFO : three.txt: Deleted 2024/12/13 01:22:32 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (12.03s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:22:34 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/dst" 2024/12/13 01:22:34 DEBUG : Config file has changed externally - reloading 2024/12/13 01:22:36 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/13 01:22:36 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:22:36 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:22:36 DEBUG : two: Unchanged skipping 2024/12/13 01:22:37 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/13 01:22:37 INFO : one: Copied (server-side copy) to: one.bak 2024/12/13 01:22:37 INFO : one: Deleted 2024/12/13 01:22:37 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:22:38 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:22:38 INFO : one: Copied (new) 2024/12/13 01:22:38 DEBUG : Waiting for deletions to finish 2024/12/13 01:22:38 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/13 01:22:38 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/13 01:22:39 INFO : three.txt: Deleted 2024/12/13 01:22:39 INFO : three.txt: Moved into backup dir 2024/12/13 01:22:40 DEBUG : one.bak: Excluded (Path Filter) 2024/12/13 01:22:40 DEBUG : one.bak: Excluded 2024/12/13 01:22:40 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/12/13 01:22:40 DEBUG : three.txt.bak: Excluded 2024/12/13 01:22:40 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/13 01:22:40 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for checks to finish 2024/12/13 01:22:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:22:40 DEBUG : two: Unchanged skipping 2024/12/13 01:22:41 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:22:41 INFO : one: Copied (server-side copy) to: one.bak 2024/12/13 01:22:41 INFO : one: Deleted 2024/12/13 01:22:41 DEBUG : B2 bucket rclone-test-tifojuh0rexe path dst: Waiting for transfers to finish 2024/12/13 01:22:41 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/13 01:22:41 INFO : one: Copied (new) 2024/12/13 01:22:41 DEBUG : Waiting for deletions to finish 2024/12/13 01:22:42 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/13 01:22:42 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/13 01:22:42 INFO : three.txt: Deleted 2024/12/13 01:22:42 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (10.64s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:22:46 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/dst" 2024/12/13 01:22:46 DEBUG : Config file has changed externally - reloading 2024/12/13 01:22:47 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/13 01:22:48 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/13 01:22:48 INFO : one: Copied (server-side copy) to: one.bak 2024/12/13 01:22:48 INFO : one: Deleted 2024/12/13 01:22:49 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:22:49 INFO : one: Copied (new) 2024/12/13 01:22:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:22:49 DEBUG : two: Unchanged skipping 2024/12/13 01:22:49 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/12/13 01:22:50 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/13 01:22:50 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/13 01:22:50 INFO : three.txt: Deleted 2024/12/13 01:22:50 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/13 01:22:50 INFO : three.txt: Copied (new) 2024/12/13 01:22:51 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/13 01:22:51 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:22:51 INFO : one: Copied (server-side copy) to: one.bak 2024/12/13 01:22:51 INFO : one: Deleted 2024/12/13 01:22:52 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/13 01:22:52 INFO : one: Copied (new) 2024/12/13 01:22:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:22:52 DEBUG : two: Unchanged skipping 2024/12/13 01:22:52 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/12/13 01:22:53 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/13 01:22:53 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/13 01:22:53 INFO : three.txt: Deleted 2024/12/13 01:22:53 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/12/13 01:22:53 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (11.10s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:22:57 DEBUG : Creating backend with remote "TestB2:rclone-test-tifojuh0rexe/dst" 2024/12/13 01:22:58 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/13 01:22:59 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/13 01:22:59 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/12/13 01:22:59 INFO : one: Deleted 2024/12/13 01:23:00 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:23:00 INFO : one: Copied (new) 2024/12/13 01:23:00 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:00 DEBUG : two: Unchanged skipping 2024/12/13 01:23:01 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/12/13 01:23:01 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/13 01:23:01 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/12/13 01:23:01 INFO : three.txt: Deleted 2024/12/13 01:23:02 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/13 01:23:02 INFO : three.txt: Copied (new) 2024/12/13 01:23:02 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2024/12/13 01:23:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2024/12/13 01:23:02 DEBUG : pacer: Reducing sleep to 10ms 2024/12/13 01:23:03 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/13 01:23:03 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/13 01:23:03 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/12/13 01:23:03 INFO : one: Deleted 2024/12/13 01:23:04 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/13 01:23:04 INFO : one: Copied (new) 2024/12/13 01:23:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:04 DEBUG : two: Unchanged skipping 2024/12/13 01:23:04 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/12/13 01:23:04 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/13 01:23:04 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/12/13 01:23:05 INFO : three.txt: Deleted 2024/12/13 01:23:05 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/12/13 01:23:05 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (12.17s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:23:08 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/12/13 01:23:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:23:08 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:23:08 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2024/12/13 01:23:08 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/12/13 01:23:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.34s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:23:09 DEBUG : existing: Need to transfer - File not found at Destination 2024/12/13 01:23:09 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:23:09 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:23:10 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/12/13 01:23:10 INFO : existing: Copied (new) 2024/12/13 01:23:10 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:23:11 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/12/13 01:23:11 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/12/13 01:23:11 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:23:11 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:23:11 ERROR : B2 bucket rclone-test-tifojuh0rexe: not deleting files as there were IO errors 2024/12/13 01:23:11 ERROR : B2 bucket rclone-test-tifojuh0rexe: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncImmutable (3.20s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:23:12 DEBUG : EXISTING: Clearing upload URL because of error: Post "https://pod-000-1182-09.backblaze.com/b2api/v1/b2_upload_file/cf321d13908dbbdb9f380e1b/c001_v0001182_t0035": EOF 2024/12/13 01:23:12 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1182-09.backblaze.com/b2api/v1/b2_upload_file/cf321d13908dbbdb9f380e1b/c001_v0001182_t0035": EOF) 2024/12/13 01:23:12 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "EXISTING" to B2 bucket rclone-test-tifojuh0rexe: 1/10 (Post "https://pod-000-1182-09.backblaze.com/b2api/v1/b2_upload_file/cf321d13908dbbdb9f380e1b/c001_v0001182_t0035": EOF) 2024/12/13 01:23:15 DEBUG : pacer: Reducing sleep to 10ms 2024/12/13 01:23:15 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:23:15 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:15 DEBUG : existing: Unchanged skipping 2024/12/13 01:23:15 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:23:15 DEBUG : Waiting for deletions to finish 2024/12/13 01:23:15 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (3.78s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", 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-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.13s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.37s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:23:32 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:23:32 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both1: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both12: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both13: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both14: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both15: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both16: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both17: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both18: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both10: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both0: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both11: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both19: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both5: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both6: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both2: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both8: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:32 DEBUG : both9: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both3: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both4: Unchanged skipping 2024/12/13 01:23:32 DEBUG : both7: Unchanged skipping 2024/12/13 01:23:32 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:23:32 DEBUG : Waiting for deletions to finish 2024/12/13 01:23:32 INFO : only14: Deleted 2024/12/13 01:23:32 INFO : only17: Deleted 2024/12/13 01:23:32 INFO : only6: Deleted 2024/12/13 01:23:33 INFO : only10: Deleted 2024/12/13 01:23:33 INFO : only7: Deleted 2024/12/13 01:23:33 INFO : only8: Deleted 2024/12/13 01:23:33 INFO : only12: Deleted 2024/12/13 01:23:33 INFO : only16: Deleted 2024/12/13 01:23:33 INFO : only19: Deleted 2024/12/13 01:23:33 INFO : only11: Deleted 2024/12/13 01:23:33 INFO : only18: Deleted 2024/12/13 01:23:33 INFO : only5: Deleted 2024/12/13 01:23:33 INFO : only0: Deleted 2024/12/13 01:23:33 INFO : only13: Deleted 2024/12/13 01:23:33 INFO : only15: Deleted 2024/12/13 01:23:33 INFO : only2: Deleted 2024/12/13 01:23:33 INFO : only3: Deleted 2024/12/13 01:23:33 INFO : only4: Deleted 2024/12/13 01:23:33 INFO : only9: Deleted 2024/12/13 01:23:33 INFO : only1: Deleted 2024/12/13 01:23:33 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (20.37s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:23:51 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for checks to finish 2024/12/13 01:23:51 DEBUG : both0: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both10: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both13: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both14: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both15: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both16: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both17: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both18: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both19: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both2: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both3: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both4: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both5: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both6: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both7: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both8: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/13 01:23:51 DEBUG : both9: Unchanged skipping 2024/12/13 01:23:51 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/12/13 01:23:51 DEBUG : both1: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both11: Unchanged skipping 2024/12/13 01:23:51 DEBUG : both12: Unchanged skipping 2024/12/13 01:23:51 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Waiting for transfers to finish 2024/12/13 01:23:51 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:51 INFO : only0: Copied (replaced existing) 2024/12/13 01:23:51 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:51 INFO : only1: Copied (replaced existing) 2024/12/13 01:23:51 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:51 INFO : only12: Copied (replaced existing) 2024/12/13 01:23:51 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:51 INFO : only13: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only11: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only14: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only15: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only16: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only10: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only17: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only18: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only19: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only2: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only3: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only4: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only5: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only6: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only7: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only8: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/13 01:23:52 INFO : only9: Copied (replaced existing) 2024/12/13 01:23:52 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (22.99s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:24:01 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/13 01:24:01 DEBUG : sub dir: Making directory 2024/12/13 01:24:01 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (4.55s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" 2024/12/13 01:24:05 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/13 01:24:05 DEBUG : sub dir: Making directory 2024/12/13 01:24:05 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-tifojuh0rexe", Local "Local file system at /tmp/rclone1178583213", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (4.40s) PASS 2024/12/13 01:24:10 DEBUG : B2 bucket rclone-test-tifojuh0rexe: Purge remote 2024/12/13 01:24:10 INFO : B2 bucket rclone-test-tifojuh0rexe: cleaning bucket "rclone-test-tifojuh0rexe" of all files 2024/12/13 01:24:11 DEBUG : BackupDir/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4021fd09ead8832e_d20241213_m012155_c001_v7007000_t0000_u01734052915601") 2024/12/13 01:24:11 DEBUG : BackupDir/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10367d5309102a3f_d20241213_m012150_c001_v0001179_t0035_u01734052910429") 2024/12/13 01:24:11 DEBUG : CompareDest/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4101957d2ea0f34a_d20241213_m012131_c001_v7007000_t0000_u01734052891065") 2024/12/13 01:24:11 DEBUG : CompareDest/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72db5e_d20241213_m012124_c001_v0001182_t0011_u01734052884766") 2024/12/13 01:24:11 DEBUG : CompareDest/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4101957d2ea0f34b_d20241213_m012131_c001_v7007000_t0000_u01734052891252") 2024/12/13 01:24:11 DEBUG : CompareDest/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebeca848_d20241213_m012126_c001_v0001182_t0031_u01734052886130") 2024/12/13 01:24:11 DEBUG : CopyDest/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4021fd09ead8832f_d20241213_m012155_c001_v7007000_t0000_u01734052915794") 2024/12/13 01:24:11 DEBUG : CopyDest/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7d88_d20241213_m012147_c001_v0001102_t0014_u01734052907293") 2024/12/13 01:24:11 DEBUG : CopyDest/three: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4021fd09ead88331_d20241213_m012155_c001_v7007000_t0000_u01734052915976") 2024/12/13 01:24:11 DEBUG : CopyDest/three: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecad86_d20241213_m012153_c001_v0001182_t0035_u01734052913680") 2024/12/13 01:24:11 DEBUG : CopyDest/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4021fd09ead88333_d20241213_m012156_c001_v7007000_t0000_u01734052916158") 2024/12/13 01:24:11 DEBUG : CopyDest/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72df75_d20241213_m012151_c001_v0001182_t0005_u01734052911727") 2024/12/13 01:24:11 DEBUG : EXISTING: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f402fbf86e223d986_d20241213_m012316_c001_v7007000_t0000_u01734052996273") 2024/12/13 01:24:11 DEBUG : EXISTING: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbcec_d20241213_m012315_c001_v0001182_t0048_u01734052995299") 2024/12/13 01:24:11 DEBUG : Testêé: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f402fbf86e223d984_d20241213_m012309_c001_v7007000_t0000_u01734052989289") 2024/12/13 01:24:11 DEBUG : Testêé: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbb9e_d20241213_m012308_c001_v0001182_t0020_u01734052988676") 2024/12/13 01:24:11 DEBUG : Testêé: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72ec0c_d20241213_m012307_c001_v0001182_t0009_u01734052987707") 2024/12/13 01:24:11 DEBUG : a/potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e65_d20241213_m011937_c001_v7007000_t0000_u01734052777825") 2024/12/13 01:24:11 DEBUG : a/potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bf6_d20241213_m011936_c001_v0001102_t0024_u01734052776993") 2024/12/13 01:24:11 DEBUG : a/potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a2990_d20241213_m011934_c001_v7007000_t0000_u01734052774965") 2024/12/13 01:24:11 DEBUG : a/potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7be6_d20241213_m011933_c001_v0001102_t0000_u01734052773870") 2024/12/13 01:24:12 DEBUG : a/potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e09_d20241213_m011912_c001_v7007000_t0000_u01734052752560") 2024/12/13 01:24:12 DEBUG : a/potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b74_d20241213_m011911_c001_v0001102_t0052_u01734052751639") 2024/12/13 01:24:12 DEBUG : b/potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e66_d20241213_m011938_c001_v7007000_t0000_u01734052778008") 2024/12/13 01:24:12 DEBUG : b/potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bee_d20241213_m011935_c001_v0001102_t0031_u01734052775872") 2024/12/13 01:24:12 DEBUG : b/potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a298f_d20241213_m011934_c001_v7007000_t0000_u01734052774414") 2024/12/13 01:24:12 DEBUG : b/potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bda_d20241213_m011932_c001_v0001102_t0048_u01734052772875") 2024/12/13 01:24:12 DEBUG : b/potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e08_d20241213_m011912_c001_v7007000_t0000_u01734052752009") 2024/12/13 01:24:12 DEBUG : b/potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b6e_d20241213_m011910_c001_v0001102_t0052_u01734052750510") 2024/12/13 01:24:12 DEBUG : backup/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f400b9e616b17f5c2_d20241213_m012208_c001_v7007000_t0000_u01734052928545") 2024/12/13 01:24:12 DEBUG : backup/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f108b2e0441992701_d20241213_m012206_c001_v0001038_t0031_u01734052926555") 2024/12/13 01:24:12 DEBUG : backup/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f119a36cc310014e7_d20241213_m012202_c001_v0001176_t0044_u01734052922800") 2024/12/13 01:24:12 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc924264c_d20241213_m012232_c001_v7007000_t0000_u01734052952472") 2024/12/13 01:24:12 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1137b9112562d225_d20241213_m012230_c001_v0001183_t0042_u01734052950906") 2024/12/13 01:24:12 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1137b9112562d159_d20241213_m012227_c001_v0001183_t0028_u01734052947240") 2024/12/13 01:24:12 DEBUG : backup/one.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4184e9ccd3032e17_d20241213_m012220_c001_v7007000_t0000_u01734052940478") 2024/12/13 01:24:12 DEBUG : backup/one.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f101dd3d74be91458_d20241213_m012218_c001_v0001178_t0015_u01734052938826") 2024/12/13 01:24:12 DEBUG : backup/one.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f102a4c62335ca9ee_d20241213_m012215_c001_v0001128_t0053_u01734052935201") 2024/12/13 01:24:12 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc924264d_d20241213_m012232_c001_v7007000_t0000_u01734052952654") 2024/12/13 01:24:12 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10347fa6aba322b6_d20241213_m012231_c001_v0001182_t0023_u01734052951715") 2024/12/13 01:24:12 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1042769cb76f0401_d20241213_m012228_c001_v0001130_t0045_u01734052948603") 2024/12/13 01:24:13 DEBUG : backup/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f400b9e616b17f5c3_d20241213_m012208_c001_v7007000_t0000_u01734052928735") 2024/12/13 01:24:13 DEBUG : backup/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f117376d4574b7b3c_d20241213_m012207_c001_v0001177_t0007_u01734052927716") 2024/12/13 01:24:13 DEBUG : backup/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f104fcd0225560b85_d20241213_m012204_c001_v0001183_t0025_u01734052924193") 2024/12/13 01:24:13 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4184e9ccd3032e18_d20241213_m012220_c001_v7007000_t0000_u01734052940663") 2024/12/13 01:24:13 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f100c6e246cc380d2_d20241213_m012219_c001_v0001183_t0023_u01734052939725") 2024/12/13 01:24:13 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1137482e92f61936_d20241213_m012216_c001_v0001157_t0036_u01734052936673") 2024/12/13 01:24:13 DEBUG : both0: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd500a_d20241213_m012353_c001_v7007000_t0000_u01734053033423") 2024/12/13 01:24:13 DEBUG : both0: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7efc_d20241213_m012338_c001_v0001102_t0040_u01734053018884") 2024/12/13 01:24:13 DEBUG : both0: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e14_d20241213_m012334_c001_v7007000_t0000_u01734053014280") 2024/12/13 01:24:13 DEBUG : both0: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7e9e_d20241213_m012318_c001_v0001102_t0036_u01734052998519") 2024/12/13 01:24:13 DEBUG : both1: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd500b_d20241213_m012353_c001_v7007000_t0000_u01734053033605") 2024/12/13 01:24:13 DEBUG : both1: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f00_d20241213_m012339_c001_v0001102_t0040_u01734053019775") 2024/12/13 01:24:13 DEBUG : both1: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e16_d20241213_m012334_c001_v7007000_t0000_u01734053014463") 2024/12/13 01:24:13 DEBUG : both1: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ea0_d20241213_m012319_c001_v0001102_t0009_u01734052999170") 2024/12/13 01:24:13 DEBUG : both10: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd500c_d20241213_m012353_c001_v7007000_t0000_u01734053033788") 2024/12/13 01:24:13 DEBUG : both10: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f24_d20241213_m012344_c001_v0001102_t0047_u01734053024942") 2024/12/13 01:24:13 DEBUG : both10: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e18_d20241213_m012334_c001_v7007000_t0000_u01734053014644") 2024/12/13 01:24:13 DEBUG : both10: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ec4_d20241213_m012325_c001_v0001102_t0036_u01734053005331") 2024/12/13 01:24:13 DEBUG : both11: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd500e_d20241213_m012353_c001_v7007000_t0000_u01734053033980") 2024/12/13 01:24:13 DEBUG : both11: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f28_d20241213_m012345_c001_v0001102_t0026_u01734053025545") 2024/12/13 01:24:14 DEBUG : both11: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e19_d20241213_m012334_c001_v7007000_t0000_u01734053014824") 2024/12/13 01:24:14 DEBUG : both11: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ec8_d20241213_m012325_c001_v0001102_t0029_u01734053005867") 2024/12/13 01:24:14 DEBUG : both12: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd500f_d20241213_m012354_c001_v7007000_t0000_u01734053034195") 2024/12/13 01:24:14 DEBUG : both12: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f2a_d20241213_m012346_c001_v0001102_t0010_u01734053026128") 2024/12/13 01:24:14 DEBUG : both12: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e1a_d20241213_m012335_c001_v7007000_t0000_u01734053015004") 2024/12/13 01:24:14 DEBUG : both12: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ecc_d20241213_m012326_c001_v0001102_t0046_u01734053006516") 2024/12/13 01:24:14 DEBUG : both13: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5010_d20241213_m012354_c001_v7007000_t0000_u01734053034378") 2024/12/13 01:24:14 DEBUG : both13: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f2e_d20241213_m012346_c001_v0001102_t0024_u01734053026890") 2024/12/13 01:24:14 DEBUG : both13: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e1b_d20241213_m012335_c001_v7007000_t0000_u01734053015184") 2024/12/13 01:24:14 DEBUG : both13: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ece_d20241213_m012327_c001_v0001102_t0010_u01734053007095") 2024/12/13 01:24:14 DEBUG : both14: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5011_d20241213_m012354_c001_v7007000_t0000_u01734053034560") 2024/12/13 01:24:14 DEBUG : both14: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f32_d20241213_m012347_c001_v0001102_t0043_u01734053027525") 2024/12/13 01:24:14 DEBUG : both14: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e1d_d20241213_m012335_c001_v7007000_t0000_u01734053015364") 2024/12/13 01:24:14 DEBUG : both14: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ed2_d20241213_m012327_c001_v0001102_t0022_u01734053007647") 2024/12/13 01:24:14 DEBUG : both15: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5013_d20241213_m012354_c001_v7007000_t0000_u01734053034744") 2024/12/13 01:24:14 DEBUG : both15: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f36_d20241213_m012348_c001_v0001102_t0015_u01734053028040") 2024/12/13 01:24:14 DEBUG : both15: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e1e_d20241213_m012335_c001_v7007000_t0000_u01734053015545") 2024/12/13 01:24:14 DEBUG : both15: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ed6_d20241213_m012328_c001_v0001102_t0006_u01734053008252") 2024/12/13 01:24:14 DEBUG : both16: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5014_d20241213_m012354_c001_v7007000_t0000_u01734053034936") 2024/12/13 01:24:14 DEBUG : both16: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f38_d20241213_m012348_c001_v0001102_t0039_u01734053028625") 2024/12/13 01:24:15 DEBUG : both16: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e1f_d20241213_m012335_c001_v7007000_t0000_u01734053015725") 2024/12/13 01:24:15 DEBUG : both16: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ed8_d20241213_m012328_c001_v0001102_t0026_u01734053008822") 2024/12/13 01:24:15 DEBUG : both17: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5015_d20241213_m012355_c001_v7007000_t0000_u01734053035145") 2024/12/13 01:24:15 DEBUG : both17: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f3a_d20241213_m012349_c001_v0001102_t0025_u01734053029123") 2024/12/13 01:24:15 DEBUG : both17: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e21_d20241213_m012335_c001_v7007000_t0000_u01734053015931") 2024/12/13 01:24:15 DEBUG : both17: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ede_d20241213_m012329_c001_v0001102_t0046_u01734053009360") 2024/12/13 01:24:15 DEBUG : both18: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5016_d20241213_m012355_c001_v7007000_t0000_u01734053035390") 2024/12/13 01:24:15 DEBUG : both18: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f3c_d20241213_m012349_c001_v0001102_t0027_u01734053029755") 2024/12/13 01:24:15 DEBUG : both18: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e23_d20241213_m012336_c001_v7007000_t0000_u01734053016112") 2024/12/13 01:24:15 DEBUG : both18: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ee4_d20241213_m012329_c001_v0001102_t0020_u01734053009949") 2024/12/13 01:24:15 DEBUG : both19: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5018_d20241213_m012355_c001_v7007000_t0000_u01734053035570") 2024/12/13 01:24:15 DEBUG : both19: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f3e_d20241213_m012350_c001_v0001102_t0032_u01734053030276") 2024/12/13 01:24:15 DEBUG : both19: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e24_d20241213_m012336_c001_v7007000_t0000_u01734053016306") 2024/12/13 01:24:15 DEBUG : both19: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ee8_d20241213_m012330_c001_v0001102_t0007_u01734053010771") 2024/12/13 01:24:15 DEBUG : both2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5019_d20241213_m012355_c001_v7007000_t0000_u01734053035755") 2024/12/13 01:24:15 DEBUG : both2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f04_d20241213_m012340_c001_v0001102_t0053_u01734053020308") 2024/12/13 01:24:15 DEBUG : both2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e25_d20241213_m012336_c001_v7007000_t0000_u01734053016499") 2024/12/13 01:24:15 DEBUG : both2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ea2_d20241213_m012319_c001_v0001102_t0041_u01734052999766") 2024/12/13 01:24:15 DEBUG : both3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd501a_d20241213_m012355_c001_v7007000_t0000_u01734053035949") 2024/12/13 01:24:15 DEBUG : both3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f08_d20241213_m012340_c001_v0001102_t0052_u01734053020858") 2024/12/13 01:24:16 DEBUG : both3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e26_d20241213_m012336_c001_v7007000_t0000_u01734053016699") 2024/12/13 01:24:16 DEBUG : both3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ea6_d20241213_m012320_c001_v0001102_t0051_u01734053000338") 2024/12/13 01:24:16 DEBUG : both4: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd501b_d20241213_m012356_c001_v7007000_t0000_u01734053036134") 2024/12/13 01:24:16 DEBUG : both4: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f0a_d20241213_m012341_c001_v0001102_t0034_u01734053021416") 2024/12/13 01:24:16 DEBUG : both4: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e28_d20241213_m012336_c001_v7007000_t0000_u01734053016880") 2024/12/13 01:24:16 DEBUG : both4: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ea8_d20241213_m012320_c001_v0001102_t0019_u01734053000976") 2024/12/13 01:24:16 DEBUG : both5: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd501c_d20241213_m012356_c001_v7007000_t0000_u01734053036321") 2024/12/13 01:24:16 DEBUG : both5: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f0e_d20241213_m012341_c001_v0001102_t0009_u01734053021925") 2024/12/13 01:24:16 DEBUG : both5: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e29_d20241213_m012337_c001_v7007000_t0000_u01734053017061") 2024/12/13 01:24:16 DEBUG : both5: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7eae_d20241213_m012321_c001_v0001102_t0056_u01734053001663") 2024/12/13 01:24:16 DEBUG : both6: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd501d_d20241213_m012356_c001_v7007000_t0000_u01734053036504") 2024/12/13 01:24:16 DEBUG : both6: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f16_d20241213_m012342_c001_v0001102_t0017_u01734053022626") 2024/12/13 01:24:16 DEBUG : both6: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e2a_d20241213_m012337_c001_v7007000_t0000_u01734053017241") 2024/12/13 01:24:16 DEBUG : both6: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7eb6_d20241213_m012322_c001_v0001102_t0018_u01734053002469") 2024/12/13 01:24:16 DEBUG : both7: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5020_d20241213_m012356_c001_v7007000_t0000_u01734053036687") 2024/12/13 01:24:16 DEBUG : both7: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f1c_d20241213_m012343_c001_v0001102_t0014_u01734053023144") 2024/12/13 01:24:16 DEBUG : both7: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e2c_d20241213_m012337_c001_v7007000_t0000_u01734053017421") 2024/12/13 01:24:16 DEBUG : both7: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7eb8_d20241213_m012323_c001_v0001102_t0017_u01734053003190") 2024/12/13 01:24:16 DEBUG : both8: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5022_d20241213_m012356_c001_v7007000_t0000_u01734053036870") 2024/12/13 01:24:16 DEBUG : both8: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f1e_d20241213_m012343_c001_v0001102_t0007_u01734053023715") 2024/12/13 01:24:17 DEBUG : both8: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e2d_d20241213_m012337_c001_v7007000_t0000_u01734053017601") 2024/12/13 01:24:17 DEBUG : both8: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ebc_d20241213_m012323_c001_v0001102_t0034_u01734053003793") 2024/12/13 01:24:17 DEBUG : both9: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5023_d20241213_m012357_c001_v7007000_t0000_u01734053037067") 2024/12/13 01:24:17 DEBUG : both9: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f22_d20241213_m012344_c001_v0001102_t0000_u01734053024307") 2024/12/13 01:24:17 DEBUG : both9: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e2e_d20241213_m012337_c001_v7007000_t0000_u01734053017781") 2024/12/13 01:24:17 DEBUG : both9: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ec0_d20241213_m012324_c001_v0001102_t0056_u01734053004337") 2024/12/13 01:24:17 DEBUG : c/non empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e67_d20241213_m011938_c001_v7007000_t0000_u01734052778191") 2024/12/13 01:24:17 DEBUG : c/non empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bf0_d20241213_m011936_c001_v0001102_t0027_u01734052776213") 2024/12/13 01:24:17 DEBUG : c/non empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a2991_d20241213_m011935_c001_v7007000_t0000_u01734052775147") 2024/12/13 01:24:17 DEBUG : c/non empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bde_d20241213_m011933_c001_v0001102_t0029_u01734052773199") 2024/12/13 01:24:17 DEBUG : c/non empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e0a_d20241213_m011912_c001_v7007000_t0000_u01734052752743") 2024/12/13 01:24:17 DEBUG : c/non empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b70_d20241213_m011910_c001_v0001102_t0030_u01734052750864") 2024/12/13 01:24:17 DEBUG : check sum: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40493f3e2c1e30a7_d20241213_m011858_c001_v7007000_t0000_u01734052738758") 2024/12/13 01:24:17 DEBUG : check sum: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b32_d20241213_m011857_c001_v0001102_t0043_u01734052737677") 2024/12/13 01:24:17 DEBUG : dest/3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4021fd09ead8831e_d20241213_m012140_c001_v7007000_t0000_u01734052900140") 2024/12/13 01:24:17 DEBUG : dest/3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f408da45884e1d9e8_d20241213_m012139_c001_v0001153_t0020_u01734052899039") 2024/12/13 01:24:17 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f402fbf86e223d97f_d20241213_m012306_c001_v7007000_t0000_u01734052986211") 2024/12/13 01:24:17 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10532e3a95751e79_d20241213_m012303_c001_v0001157_t0004_u01734052983822") 2024/12/13 01:24:17 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd9e8_d20241213_m012303_c001_v7007000_t0000_u01734052983636") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10532e3a95751e67_d20241213_m012300_c001_v0001157_t0034_u01734052980560") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd9e1_d20241213_m012259_c001_v7007000_t0000_u01734052979828") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72e9e1_d20241213_m012255_c001_v0001182_t0051_u01734052975533") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc9242662_d20241213_m012254_c001_v7007000_t0000_u01734052974070") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1053c20eb46ab244_d20241213_m012252_c001_v0001182_t0029_u01734052972070") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f401c0aa24c264abc_d20241213_m012251_c001_v7007000_t0000_u01734052971868") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1053c20eb46ab1a8_d20241213_m012249_c001_v0001182_t0026_u01734052969327") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f401c0aa24c264ab8_d20241213_m012248_c001_v7007000_t0000_u01734052968594") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72e7fe_d20241213_m012244_c001_v0001182_t0013_u01734052964437") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc9242658_d20241213_m012243_c001_v7007000_t0000_u01734052963158") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f106218bdebacc2e3_d20241213_m012241_c001_v0001182_t0012_u01734052961350") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca6cf_d20241213_m012241_c001_v7007000_t0000_u01734052961162") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f106218bdebacc229_d20241213_m012238_c001_v0001182_t0039_u01734052958379") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca6c5_d20241213_m012237_c001_v7007000_t0000_u01734052957645") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7e0f_d20241213_m012233_c001_v0001102_t0013_u01734052953800") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc924264e_d20241213_m012232_c001_v7007000_t0000_u01734052952845") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1166147ccbef20be_d20241213_m012231_c001_v0001183_t0020_u01734052951294") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f8fd_d20241213_m012231_c001_v7007000_t0000_u01734052951114") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1166147ccbef200a_d20241213_m012228_c001_v0001183_t0055_u01734052948166") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f8f9_d20241213_m012227_c001_v7007000_t0000_u01734052947444") 2024/12/13 01:24:18 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecb2dd_d20241213_m012221_c001_v0001182_t0020_u01734052941755") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4184e9ccd3032e19_d20241213_m012220_c001_v7007000_t0000_u01734052940846") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f106888021fddda38_d20241213_m012219_c001_v0001181_t0057_u01734052939275") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca6aa_d20241213_m012219_c001_v7007000_t0000_u01734052939089") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f106888021fddda26_d20241213_m012216_c001_v0001181_t0000_u01734052936251") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca6a1_d20241213_m012215_c001_v7007000_t0000_u01734052935518") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72e245_d20241213_m012209_c001_v0001182_t0048_u01734052929827") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f400b9e616b17f5c4_d20241213_m012208_c001_v7007000_t0000_u01734052928916") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1028ef3d3129b794_d20241213_m012207_c001_v0001183_t0058_u01734052927298") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4191a778bf07ef46_d20241213_m012207_c001_v7007000_t0000_u01734052927115") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1028ef3d3129b6a8_d20241213_m012203_c001_v0001183_t0029_u01734052923764") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4191a778bf07ef3b_d20241213_m012203_c001_v7007000_t0000_u01734052923036") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7da6_d20241213_m012157_c001_v0001102_t0023_u01734052917441") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4021fd09ead88334_d20241213_m012156_c001_v7007000_t0000_u01734052916345") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10532e3a95751d7f_d20241213_m012150_c001_v0001157_t0048_u01734052910848") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4191a778bf07ef0c_d20241213_m012150_c001_v7007000_t0000_u01734052910641") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecac3c_d20241213_m012146_c001_v0001182_t0043_u01734052906679") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1003066343e06a1f_d20241213_m012145_c001_v0001037_t0027_u01734052905727") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1003066343e06a1d_d20241213_m012144_c001_v0001037_t0014_u01734052904616") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4101957d2ea0f34c_d20241213_m012131_c001_v7007000_t0000_u01734052891434") 2024/12/13 01:24:19 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7d4b_d20241213_m012123_c001_v0001102_t0034_u01734052883989") 2024/12/13 01:24:20 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f108c335efb317f08_d20241213_m012122_c001_v0001115_t0049_u01734052882585") 2024/12/13 01:24:20 DEBUG : dst/one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f108c335efb317f02_d20241213_m012121_c001_v0001115_t0024_u01734052881241") 2024/12/13 01:24:20 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f402fbf86e223d980_d20241213_m012306_c001_v7007000_t0000_u01734052986405") 2024/12/13 01:24:20 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10333e8924d3789f_d20241213_m012303_c001_v0001183_t0017_u01734052983431") 2024/12/13 01:24:20 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10316649d5e5372e_d20241213_m012259_c001_v0001181_t0051_u01734052979618") 2024/12/13 01:24:20 DEBUG : dst/one.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc9242663_d20241213_m012254_c001_v7007000_t0000_u01734052974252") 2024/12/13 01:24:20 DEBUG : dst/one.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10347fa6aba325e2_d20241213_m012251_c001_v0001182_t0009_u01734052971574") 2024/12/13 01:24:20 DEBUG : dst/one.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f106218bdebacc48b_d20241213_m012248_c001_v0001182_t0027_u01734052968391") 2024/12/13 01:24:20 DEBUG : dst/one.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc9242659_d20241213_m012243_c001_v7007000_t0000_u01734052963339") 2024/12/13 01:24:20 DEBUG : dst/one.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110c550d5edecff5_d20241213_m012240_c001_v0001145_t0056_u01734052960695") 2024/12/13 01:24:20 DEBUG : dst/one.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1006a1b4ba7fe1b7_d20241213_m012237_c001_v0001115_t0051_u01734052957160") 2024/12/13 01:24:20 DEBUG : dst/three: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4021fd09ead88337_d20241213_m012156_c001_v7007000_t0000_u01734052916529") 2024/12/13 01:24:20 DEBUG : dst/three: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1003066343e06a33_d20241213_m012154_c001_v0001037_t0022_u01734052914846") 2024/12/13 01:24:20 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f402fbf86e223d981_d20241213_m012306_c001_v7007000_t0000_u01734052986605") 2024/12/13 01:24:20 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110ad53960931848_d20241213_m012304_c001_v0001178_t0016_u01734052984771") 2024/12/13 01:24:20 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1051c89415c7b789_d20241213_m012301_c001_v0001183_t0033_u01734052981496") 2024/12/13 01:24:20 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f402fbf86e223d982_d20241213_m012306_c001_v7007000_t0000_u01734052986791") 2024/12/13 01:24:20 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10532e3a95751e7d_d20241213_m012305_c001_v0001157_t0058_u01734052985354") 2024/12/13 01:24:20 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd9ed_d20241213_m012305_c001_v7007000_t0000_u01734052985166") 2024/12/13 01:24:20 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10532e3a95751e6d_d20241213_m012301_c001_v0001157_t0048_u01734052981890") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd9e5_d20241213_m012301_c001_v7007000_t0000_u01734052981701") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7e4b_d20241213_m012256_c001_v0001102_t0011_u01734052976697") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc9242664_d20241213_m012254_c001_v7007000_t0000_u01734052974439") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1053c20eb46ab2a0_d20241213_m012253_c001_v0001182_t0049_u01734052973478") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f401c0aa24c264abf_d20241213_m012253_c001_v7007000_t0000_u01734052973292") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1053c20eb46ab1e8_d20241213_m012250_c001_v0001182_t0056_u01734052970586") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f401c0aa24c264abb_d20241213_m012250_c001_v7007000_t0000_u01734052970398") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7e2b_d20241213_m012245_c001_v0001102_t0022_u01734052965613") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca6d4_d20241213_m012242_c001_v7007000_t0000_u01734052962595") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7e1d_d20241213_m012239_c001_v0001102_t0047_u01734052959752") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca6cb_d20241213_m012239_c001_v7007000_t0000_u01734052959021") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecb54e_d20241213_m012234_c001_v0001182_t0031_u01734052954701") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f8fe_d20241213_m012231_c001_v7007000_t0000_u01734052951926") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecb46b_d20241213_m012230_c001_v0001182_t0041_u01734052950070") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f8fb_d20241213_m012228_c001_v7007000_t0000_u01734052948979") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72e435_d20241213_m012222_c001_v0001182_t0018_u01734052942788") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca6ac_d20241213_m012219_c001_v7007000_t0000_u01734052939923") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72e37d_d20241213_m012218_c001_v0001182_t0015_u01734052938037") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca6a5_d20241213_m012216_c001_v7007000_t0000_u01734052936937") 2024/12/13 01:24:21 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7dc4_d20241213_m012210_c001_v0001102_t0026_u01734052930624") 2024/12/13 01:24:22 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4191a778bf07ef48_d20241213_m012207_c001_v7007000_t0000_u01734052927982") 2024/12/13 01:24:22 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7db8_d20241213_m012205_c001_v0001102_t0018_u01734052925486") 2024/12/13 01:24:22 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4191a778bf07ef43_d20241213_m012204_c001_v7007000_t0000_u01734052924398") 2024/12/13 01:24:22 DEBUG : dst/three.txt: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecae4a_d20241213_m012158_c001_v0001182_t0026_u01734052918355") 2024/12/13 01:24:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc9242665_d20241213_m012254_c001_v7007000_t0000_u01734052974620") 2024/12/13 01:24:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110af3bb70006685_d20241213_m012252_c001_v0001146_t0000_u01734052972875") 2024/12/13 01:24:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f114c3f395bf554a6_d20241213_m012250_c001_v0001136_t0025_u01734052970121") 2024/12/13 01:24:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc924265a_d20241213_m012243_c001_v7007000_t0000_u01734052963523") 2024/12/13 01:24:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f115cc49f5368397e_d20241213_m012241_c001_v0001115_t0023_u01734052961794") 2024/12/13 01:24:22 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f100c6e246cc384cd_d20241213_m012238_c001_v0001183_t0051_u01734052958812") 2024/12/13 01:24:22 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f402fbf86e223d983_d20241213_m012306_c001_v7007000_t0000_u01734052986972") 2024/12/13 01:24:22 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecb92d_d20241213_m012256_c001_v0001182_t0050_u01734052976119") 2024/12/13 01:24:22 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc9242666_d20241213_m012254_c001_v7007000_t0000_u01734052974800") 2024/12/13 01:24:22 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecb71f_d20241213_m012245_c001_v0001182_t0012_u01734052965008") 2024/12/13 01:24:22 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc924265b_d20241213_m012243_c001_v7007000_t0000_u01734052963705") 2024/12/13 01:24:22 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72e63a_d20241213_m012234_c001_v0001182_t0039_u01734052954505") 2024/12/13 01:24:22 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f417797dfc924264f_d20241213_m012233_c001_v7007000_t0000_u01734052953026") 2024/12/13 01:24:22 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7def_d20241213_m012222_c001_v0001102_t0018_u01734052942344") 2024/12/13 01:24:22 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4184e9ccd3032e1a_d20241213_m012221_c001_v7007000_t0000_u01734052941032") 2024/12/13 01:24:22 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecb0b0_d20241213_m012210_c001_v0001182_t0041_u01734052930393") 2024/12/13 01:24:23 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f400b9e616b17f5c5_d20241213_m012209_c001_v7007000_t0000_u01734052929096") 2024/12/13 01:24:23 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72e07d_d20241213_m012158_c001_v0001182_t0056_u01734052918120") 2024/12/13 01:24:23 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4021fd09ead88338_d20241213_m012156_c001_v7007000_t0000_u01734052916711") 2024/12/13 01:24:23 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f107850b1f68625ba_d20241213_m012152_c001_v0001183_t0028_u01734052912521") 2024/12/13 01:24:23 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4101957d2ea0f34d_d20241213_m012131_c001_v7007000_t0000_u01734052891622") 2024/12/13 01:24:23 DEBUG : dst/two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f108c335efb317f20_d20241213_m012130_c001_v0001115_t0037_u01734052890238") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f408340799466e645_d20241213_m012047_c001_v7007000_t0000_u01734052847376") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebec9fe1_d20241213_m012043_c001_v0001182_t0022_u01734052843321") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f408340799466e63e_d20241213_m012041_c001_v7007000_t0000_u01734052841469") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebec9d8d_d20241213_m012030_c001_v0001182_t0033_u01734052830836") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd120_d20241213_m012021_c001_v7007000_t0000_u01734052821729") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebec9b68_d20241213_m012018_c001_v0001182_t0009_u01734052818473") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a299f_d20241213_m011952_c001_v7007000_t0000_u01734052792653") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c2e_d20241213_m011950_c001_v0001102_t0007_u01734052790500") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a299b_d20241213_m011948_c001_v7007000_t0000_u01734052788807") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c24_d20241213_m011947_c001_v0001102_t0028_u01734052787324") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a2995_d20241213_m011943_c001_v7007000_t0000_u01734052783694") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c0c_d20241213_m011941_c001_v0001102_t0014_u01734052781963") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e6e_d20241213_m011940_c001_v7007000_t0000_u01734052780719") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bfe_d20241213_m011939_c001_v0001102_t0048_u01734052779311") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e4f_d20241213_m011931_c001_v7007000_t0000_u01734052771906") 2024/12/13 01:24:23 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bd2_d20241213_m011930_c001_v0001102_t0015_u01734052770247") 2024/12/13 01:24:24 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e3f_d20241213_m011929_c001_v7007000_t0000_u01734052769053") 2024/12/13 01:24:24 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bcc_d20241213_m011928_c001_v0001102_t0031_u01734052768119") 2024/12/13 01:24:24 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e1e_d20241213_m011921_c001_v7007000_t0000_u01734052761831") 2024/12/13 01:24:24 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b9e_d20241213_m011920_c001_v0001102_t0036_u01734052760508") 2024/12/13 01:24:24 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e13_d20241213_m011917_c001_v7007000_t0000_u01734052757927") 2024/12/13 01:24:24 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b90_d20241213_m011916_c001_v0001102_t0015_u01734052756869") 2024/12/13 01:24:24 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e0d_d20241213_m011915_c001_v7007000_t0000_u01734052755762") 2024/12/13 01:24:24 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f106218bdebac9e79_d20241213_m011915_c001_v0001182_t0023_u01734052755178") 2024/12/13 01:24:24 DEBUG : empty space: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b7a_d20241213_m011913_c001_v0001102_t0032_u01734052753477") 2024/12/13 01:24:24 DEBUG : enormous: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a299d_d20241213_m011951_c001_v7007000_t0000_u01734052791732") 2024/12/13 01:24:24 DEBUG : enormous: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c30_d20241213_m011951_c001_v0001102_t0040_u01734052791036") 2024/12/13 01:24:24 DEBUG : existing: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f402fbf86e223d985_d20241213_m012311_c001_v7007000_t0000_u01734052991743") 2024/12/13 01:24:24 DEBUG : existing: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7e7c_d20241213_m012310_c001_v0001102_t0047_u01734052990426") 2024/12/13 01:24:24 DEBUG : existing: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd11a_d20241213_m012016_c001_v7007000_t0000_u01734052816772") 2024/12/13 01:24:24 DEBUG : existing: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c82_d20241213_m012015_c001_v0001102_t0050_u01734052815646") 2024/12/13 01:24:24 DEBUG : existing: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f400b9e616b17f4af_d20241213_m011909_c001_v7007000_t0000_u01734052749412") 2024/12/13 01:24:24 DEBUG : existing: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b66_d20241213_m011908_c001_v0001102_t0027_u01734052748383") 2024/12/13 01:24:24 DEBUG : existing: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f400b9e616b17f4aa_d20241213_m011907_c001_v7007000_t0000_u01734052747092") 2024/12/13 01:24:24 DEBUG : existing: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b56_d20241213_m011906_c001_v0001102_t0007_u01734052746304") 2024/12/13 01:24:24 DEBUG : existing: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b54_d20241213_m011905_c001_v0001102_t0032_u01734052745397") 2024/12/13 01:24:25 DEBUG : existing-b: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd11b_d20241213_m012016_c001_v7007000_t0000_u01734052816954") 2024/12/13 01:24:25 DEBUG : existing-b: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebec9af0_d20241213_m012015_c001_v0001182_t0014_u01734052815653") 2024/12/13 01:24:25 DEBUG : five: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a2d88_d20241213_m011957_c001_v7007000_t0000_u01734052797548") 2024/12/13 01:24:25 DEBUG : five: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f410b855c6dec7c42_d20241213_m011955_c001_v0001102_t0024_u01734052795543") 2024/12/13 01:24:25 DEBUG : foo: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e18_d20241213_m011919_c001_v7007000_t0000_u01734052759776") 2024/12/13 01:24:25 DEBUG : foo: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f410b855c6dec7b9a_d20241213_m011919_c001_v0001102_t0024_u01734052759225") 2024/12/13 01:24:25 DEBUG : foo: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f410b855c6dec7b96_d20241213_m011918_c001_v0001102_t0024_u01734052758670") 2024/12/13 01:24:25 DEBUG : four: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a2d89_d20241213_m011957_c001_v7007000_t0000_u01734052797730") 2024/12/13 01:24:25 DEBUG : four: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40935d080c72cd4c_d20241213_m011956_c001_v0001182_t0035_u01734052796095") 2024/12/13 01:24:25 DEBUG : four: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c40_d20241213_m011954_c001_v0001102_t0007_u01734052794714") 2024/12/13 01:24:25 DEBUG : hello world2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f12d_d20241213_m011812_c001_v7007000_t0000_u01734052692608") 2024/12/13 01:24:25 DEBUG : hello world2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7a92_d20241213_m011811_c001_v0001102_t0052_u01734052691800") 2024/12/13 01:24:25 DEBUG : ignore-size: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f400b9e616b17f4a9_d20241213_m011904_c001_v7007000_t0000_u01734052744307") 2024/12/13 01:24:25 DEBUG : ignore-size: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b48_d20241213_m011902_c001_v0001102_t0057_u01734052742923") 2024/12/13 01:24:25 DEBUG : nested/sub dir/file: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd114_d20241213_m012014_c001_v7007000_t0000_u01734052814537") 2024/12/13 01:24:25 DEBUG : nested/sub dir/file: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebec9a82_d20241213_m012013_c001_v0001182_t0043_u01734052813564") 2024/12/13 01:24:25 DEBUG : nested/sub dir/file: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd111_d20241213_m012012_c001_v7007000_t0000_u01734052812453") 2024/12/13 01:24:25 DEBUG : nested/sub dir/file: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c7c_d20241213_m012011_c001_v0001102_t0032_u01734052811708") 2024/12/13 01:24:25 DEBUG : one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a2d8a_d20241213_m011957_c001_v7007000_t0000_u01734052797913") 2024/12/13 01:24:25 DEBUG : one: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f410b855c6dec7c38_d20241213_m011953_c001_v0001102_t0024_u01734052793758") 2024/12/13 01:24:26 DEBUG : only0: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5025_d20241213_m012357_c001_v7007000_t0000_u01734053037251") 2024/12/13 01:24:26 DEBUG : only0: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f410b855c6dec7f42_d20241213_m012351_c001_v0001102_t0024_u01734053031410") 2024/12/13 01:24:26 DEBUG : only0: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc192_d20241213_m012339_c001_v0001182_t0018_u01734053019564") 2024/12/13 01:24:26 DEBUG : only0: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f408340799466e75d_d20241213_m012333_c001_v7007000_t0000_u01734053013308") 2024/12/13 01:24:26 DEBUG : only0: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbdb0_d20241213_m012318_c001_v0001182_t0037_u01734052998864") 2024/12/13 01:24:26 DEBUG : only1: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5029_d20241213_m012357_c001_v7007000_t0000_u01734053037432") 2024/12/13 01:24:26 DEBUG : only1: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4111e696ebecc419_d20241213_m012351_c001_v0001182_t0019_u01734053031415") 2024/12/13 01:24:26 DEBUG : only1: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc1ae_d20241213_m012340_c001_v0001182_t0043_u01734053020082") 2024/12/13 01:24:26 DEBUG : only1: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e12_d20241213_m012333_c001_v7007000_t0000_u01734053013662") 2024/12/13 01:24:26 DEBUG : only1: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbdce_d20241213_m012319_c001_v0001182_t0052_u01734052999552") 2024/12/13 01:24:26 DEBUG : only10: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd502c_d20241213_m012357_c001_v7007000_t0000_u01734053037630") 2024/12/13 01:24:26 DEBUG : only10: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406bb2f204e23da4_d20241213_m012352_c001_v0001120_t0050_u01734053032164") 2024/12/13 01:24:26 DEBUG : only10: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc2b6_d20241213_m012345_c001_v0001182_t0015_u01734053025328") 2024/12/13 01:24:26 DEBUG : only10: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e0c_d20241213_m012332_c001_v7007000_t0000_u01734053012939") 2024/12/13 01:24:26 DEBUG : only10: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbf06_d20241213_m012325_c001_v0001182_t0053_u01734053005614") 2024/12/13 01:24:26 DEBUG : only11: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd502e_d20241213_m012357_c001_v7007000_t0000_u01734053037816") 2024/12/13 01:24:26 DEBUG : only11: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f404458663453366b_d20241213_m012351_c001_v0001145_t0034_u01734053031970") 2024/12/13 01:24:26 DEBUG : only11: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc2de_d20241213_m012345_c001_v0001182_t0030_u01734053025922") 2024/12/13 01:24:26 DEBUG : only11: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca724_d20241213_m012333_c001_v7007000_t0000_u01734053013137") 2024/12/13 01:24:26 DEBUG : only11: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbf2e_d20241213_m012326_c001_v0001182_t0054_u01734053006281") 2024/12/13 01:24:27 DEBUG : only12: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5030_d20241213_m012358_c001_v7007000_t0000_u01734053038012") 2024/12/13 01:24:27 DEBUG : only12: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f410b855c6dec7f46_d20241213_m012351_c001_v0001102_t0024_u01734053031809") 2024/12/13 01:24:27 DEBUG : only12: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc308_d20241213_m012346_c001_v0001182_t0006_u01734053026660") 2024/12/13 01:24:27 DEBUG : only12: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f92c_d20241213_m012333_c001_v7007000_t0000_u01734053013083") 2024/12/13 01:24:27 DEBUG : only12: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbf4a_d20241213_m012326_c001_v0001182_t0050_u01734053006853") 2024/12/13 01:24:27 DEBUG : only13: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5033_d20241213_m012358_c001_v7007000_t0000_u01734053038196") 2024/12/13 01:24:27 DEBUG : only13: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4111e696ebecc431_d20241213_m012351_c001_v0001182_t0019_u01734053031816") 2024/12/13 01:24:27 DEBUG : only13: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc332_d20241213_m012347_c001_v0001182_t0035_u01734053027311") 2024/12/13 01:24:27 DEBUG : only13: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca725_d20241213_m012333_c001_v7007000_t0000_u01734053013321") 2024/12/13 01:24:27 DEBUG : only13: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbf64_d20241213_m012327_c001_v0001182_t0030_u01734053007435") 2024/12/13 01:24:27 DEBUG : only14: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5035_d20241213_m012358_c001_v7007000_t0000_u01734053038377") 2024/12/13 01:24:27 DEBUG : only14: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f410b855c6dec7f48_d20241213_m012351_c001_v0001102_t0024_u01734053031990") 2024/12/13 01:24:27 DEBUG : only14: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc34a_d20241213_m012347_c001_v0001182_t0023_u01734053027806") 2024/12/13 01:24:27 DEBUG : only14: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f929_d20241213_m012332_c001_v7007000_t0000_u01734053012540") 2024/12/13 01:24:27 DEBUG : only14: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbf72_d20241213_m012328_c001_v0001182_t0040_u01734053008022") 2024/12/13 01:24:27 DEBUG : only15: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5037_d20241213_m012358_c001_v7007000_t0000_u01734053038561") 2024/12/13 01:24:27 DEBUG : only15: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4111e696ebecc439_d20241213_m012351_c001_v0001182_t0019_u01734053031998") 2024/12/13 01:24:27 DEBUG : only15: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc36a_d20241213_m012348_c001_v0001182_t0015_u01734053028407") 2024/12/13 01:24:27 DEBUG : only15: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f92f_d20241213_m012333_c001_v7007000_t0000_u01734053013470") 2024/12/13 01:24:27 DEBUG : only15: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbf90_d20241213_m012328_c001_v0001182_t0058_u01734053008612") 2024/12/13 01:24:28 DEBUG : only16: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5038_d20241213_m012358_c001_v7007000_t0000_u01734053038744") 2024/12/13 01:24:28 DEBUG : only16: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f404458663453366f_d20241213_m012352_c001_v0001145_t0034_u01734053032157") 2024/12/13 01:24:28 DEBUG : only16: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc384_d20241213_m012348_c001_v0001182_t0058_u01734053028908") 2024/12/13 01:24:28 DEBUG : only16: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e0d_d20241213_m012333_c001_v7007000_t0000_u01734053013120") 2024/12/13 01:24:28 DEBUG : only16: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbfa8_d20241213_m012329_c001_v0001182_t0047_u01734053009127") 2024/12/13 01:24:28 DEBUG : only17: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd503a_d20241213_m012358_c001_v7007000_t0000_u01734053038926") 2024/12/13 01:24:28 DEBUG : only17: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f410b855c6dec7f4c_d20241213_m012352_c001_v0001102_t0024_u01734053032172") 2024/12/13 01:24:28 DEBUG : only17: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc3a4_d20241213_m012349_c001_v0001182_t0012_u01734053029536") 2024/12/13 01:24:28 DEBUG : only17: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f92a_d20241213_m012332_c001_v7007000_t0000_u01734053012720") 2024/12/13 01:24:28 DEBUG : only17: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbfca_d20241213_m012329_c001_v0001182_t0015_u01734053009722") 2024/12/13 01:24:28 DEBUG : only18: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd503c_d20241213_m012359_c001_v7007000_t0000_u01734053039114") 2024/12/13 01:24:28 DEBUG : only18: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4111e696ebecc441_d20241213_m012352_c001_v0001182_t0019_u01734053032180") 2024/12/13 01:24:28 DEBUG : only18: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc3be_d20241213_m012350_c001_v0001182_t0054_u01734053030058") 2024/12/13 01:24:28 DEBUG : only18: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f92d_d20241213_m012333_c001_v7007000_t0000_u01734053013264") 2024/12/13 01:24:28 DEBUG : only18: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbfe8_d20241213_m012330_c001_v0001182_t0050_u01734053010522") 2024/12/13 01:24:28 DEBUG : only19: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd503e_d20241213_m012359_c001_v7007000_t0000_u01734053039296") 2024/12/13 01:24:28 DEBUG : only19: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4044586634533673_d20241213_m012352_c001_v0001145_t0034_u01734053032340") 2024/12/13 01:24:28 DEBUG : only19: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc3da_d20241213_m012350_c001_v0001182_t0031_u01734053030559") 2024/12/13 01:24:28 DEBUG : only19: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f408340799466e75c_d20241213_m012333_c001_v7007000_t0000_u01734053013123") 2024/12/13 01:24:28 DEBUG : only19: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc016_d20241213_m012331_c001_v0001182_t0038_u01734053011298") 2024/12/13 01:24:29 DEBUG : only2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd503f_d20241213_m012359_c001_v7007000_t0000_u01734053039479") 2024/12/13 01:24:29 DEBUG : only2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406bb2f204e23da8_d20241213_m012352_c001_v0001120_t0050_u01734053032352") 2024/12/13 01:24:29 DEBUG : only2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc1cc_d20241213_m012340_c001_v0001182_t0024_u01734053020649") 2024/12/13 01:24:29 DEBUG : only2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e11_d20241213_m012333_c001_v7007000_t0000_u01734053013481") 2024/12/13 01:24:29 DEBUG : only2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbdee_d20241213_m012320_c001_v0001182_t0049_u01734053000119") 2024/12/13 01:24:29 DEBUG : only3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5040_d20241213_m012359_c001_v7007000_t0000_u01734053039661") 2024/12/13 01:24:29 DEBUG : only3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f410b855c6dec7f4e_d20241213_m012352_c001_v0001102_t0024_u01734053032364") 2024/12/13 01:24:29 DEBUG : only3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc1e6_d20241213_m012341_c001_v0001182_t0038_u01734053021192") 2024/12/13 01:24:29 DEBUG : only3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f408340799466e75e_d20241213_m012333_c001_v7007000_t0000_u01734053013490") 2024/12/13 01:24:29 DEBUG : only3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbe0e_d20241213_m012320_c001_v0001182_t0026_u01734053000723") 2024/12/13 01:24:29 DEBUG : only4: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5041_d20241213_m012359_c001_v7007000_t0000_u01734053039843") 2024/12/13 01:24:29 DEBUG : only4: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4111e696ebecc44d_d20241213_m012352_c001_v0001182_t0019_u01734053032371") 2024/12/13 01:24:29 DEBUG : only4: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc1fe_d20241213_m012341_c001_v0001182_t0022_u01734053021709") 2024/12/13 01:24:29 DEBUG : only4: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca726_d20241213_m012333_c001_v7007000_t0000_u01734053013505") 2024/12/13 01:24:29 DEBUG : only4: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbe30_d20241213_m012321_c001_v0001182_t0006_u01734053001379") 2024/12/13 01:24:29 DEBUG : only5: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5043_d20241213_m012400_c001_v7007000_t0000_u01734053040025") 2024/12/13 01:24:29 DEBUG : only5: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4044586634533677_d20241213_m012352_c001_v0001145_t0034_u01734053032522") 2024/12/13 01:24:29 DEBUG : only5: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc222_d20241213_m012342_c001_v0001182_t0028_u01734053022407") 2024/12/13 01:24:29 DEBUG : only5: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406a316924804e0f_d20241213_m012333_c001_v7007000_t0000_u01734053013301") 2024/12/13 01:24:29 DEBUG : only5: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbe50_d20241213_m012322_c001_v0001182_t0009_u01734053002194") 2024/12/13 01:24:30 DEBUG : only6: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5044_d20241213_m012400_c001_v7007000_t0000_u01734053040207") 2024/12/13 01:24:30 DEBUG : only6: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f406bb2f204e23daa_d20241213_m012352_c001_v0001120_t0050_u01734053032534") 2024/12/13 01:24:30 DEBUG : only6: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc23a_d20241213_m012342_c001_v0001182_t0046_u01734053022935") 2024/12/13 01:24:30 DEBUG : only6: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f92b_d20241213_m012332_c001_v7007000_t0000_u01734053012902") 2024/12/13 01:24:30 DEBUG : only6: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbe75_d20241213_m012322_c001_v0001182_t0051_u01734053002956") 2024/12/13 01:24:30 DEBUG : only7: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5045_d20241213_m012400_c001_v7007000_t0000_u01734053040388") 2024/12/13 01:24:30 DEBUG : only7: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f410b855c6dec7f50_d20241213_m012352_c001_v0001102_t0024_u01734053032546") 2024/12/13 01:24:30 DEBUG : only7: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc258_d20241213_m012343_c001_v0001182_t0054_u01734053023486") 2024/12/13 01:24:30 DEBUG : only7: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f407af66b016ca723_d20241213_m012332_c001_v7007000_t0000_u01734053012938") 2024/12/13 01:24:30 DEBUG : only7: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbe90_d20241213_m012323_c001_v0001182_t0057_u01734053003514") 2024/12/13 01:24:30 DEBUG : only8: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5046_d20241213_m012400_c001_v7007000_t0000_u01734053040574") 2024/12/13 01:24:30 DEBUG : only8: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4111e696ebecc455_d20241213_m012352_c001_v0001182_t0019_u01734053032554") 2024/12/13 01:24:30 DEBUG : only8: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc27a_d20241213_m012344_c001_v0001182_t0034_u01734053024089") 2024/12/13 01:24:30 DEBUG : only8: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f408340799466e75b_d20241213_m012332_c001_v7007000_t0000_u01734053012932") 2024/12/13 01:24:30 DEBUG : only8: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbeb9_d20241213_m012324_c001_v0001182_t0012_u01734053004109") 2024/12/13 01:24:30 DEBUG : only9: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5047_d20241213_m012400_c001_v7007000_t0000_u01734053040756") 2024/12/13 01:24:30 DEBUG : only9: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4044586634533679_d20241213_m012352_c001_v0001145_t0034_u01734053032704") 2024/12/13 01:24:30 DEBUG : only9: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc29c_d20241213_m012344_c001_v0001182_t0047_u01734053024720") 2024/12/13 01:24:30 DEBUG : only9: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f930_d20241213_m012333_c001_v7007000_t0000_u01734053013651") 2024/12/13 01:24:30 DEBUG : only9: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecbeed_d20241213_m012325_c001_v0001182_t0005_u01734053005102") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd109_d20241213_m012009_c001_v7007000_t0000_u01734052809485") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72cef7_d20241213_m012007_c001_v0001182_t0030_u01734052807472") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a317b_d20241213_m012005_c001_v7007000_t0000_u01734052805271") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebec98cc_d20241213_m012003_c001_v0001182_t0018_u01734052803077") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a3177_d20241213_m012001_c001_v7007000_t0000_u01734052801590") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72cda6_d20241213_m011958_c001_v0001182_t0029_u01734052798844") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a2999_d20241213_m011946_c001_v7007000_t0000_u01734052786027") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c14_d20241213_m011944_c001_v0001102_t0031_u01734052784617") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a2994_d20241213_m011942_c001_v7007000_t0000_u01734052782651") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c04_d20241213_m011941_c001_v0001102_t0047_u01734052781655") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e6b_d20241213_m011939_c001_v7007000_t0000_u01734052779992") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bfc_d20241213_m011938_c001_v0001102_t0016_u01734052778933") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e4e_d20241213_m011931_c001_v7007000_t0000_u01734052771347") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bd0_d20241213_m011929_c001_v0001102_t0042_u01734052769971") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e41_d20241213_m011929_c001_v7007000_t0000_u01734052769236") 2024/12/13 01:24:31 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bc8_d20241213_m011927_c001_v0001102_t0014_u01734052767773") 2024/12/13 01:24:32 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e31_d20241213_m011927_c001_v7007000_t0000_u01734052767039") 2024/12/13 01:24:32 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bbe_d20241213_m011926_c001_v0001102_t0013_u01734052766172") 2024/12/13 01:24:32 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bbc_d20241213_m011925_c001_v0001102_t0045_u01734052765516") 2024/12/13 01:24:32 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e28_d20241213_m011924_c001_v7007000_t0000_u01734052764785") 2024/12/13 01:24:32 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bb6_d20241213_m011923_c001_v0001102_t0048_u01734052763899") 2024/12/13 01:24:32 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bae_d20241213_m011922_c001_v0001102_t0055_u01734052762746") 2024/12/13 01:24:32 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e1f_d20241213_m011922_c001_v7007000_t0000_u01734052762014") 2024/12/13 01:24:32 DEBUG : potato: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ba6_d20241213_m011921_c001_v0001102_t0052_u01734052761149") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f401c0aa24c264a46_d20241213_m012057_c001_v7007000_t0000_u01734052857357") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72d692_d20241213_m012056_c001_v0001182_t0054_u01734052856796") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f408340799466e646_d20241213_m012047_c001_v7007000_t0000_u01734052847638") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72d445_d20241213_m012042_c001_v0001182_t0037_u01734052842762") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4ece_d20241213_m012034_c001_v7007000_t0000_u01734052834415") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72d28b_d20241213_m012030_c001_v0001182_t0049_u01734052830263") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd122_d20241213_m012022_c001_v7007000_t0000_u01734052822001") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72d0c1_d20241213_m012018_c001_v0001182_t0055_u01734052818259") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a299e_d20241213_m011951_c001_v7007000_t0000_u01734052791914") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c2c_d20241213_m011950_c001_v0001102_t0053_u01734052790083") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a299c_d20241213_m011948_c001_v7007000_t0000_u01734052788988") 2024/12/13 01:24:32 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c1c_d20241213_m011946_c001_v0001102_t0029_u01734052786942") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a299a_d20241213_m011946_c001_v7007000_t0000_u01734052786209") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c18_d20241213_m011945_c001_v0001102_t0018_u01734052785342") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a2997_d20241213_m011943_c001_v7007000_t0000_u01734052783875") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c12_d20241213_m011943_c001_v0001102_t0043_u01734052783024") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e70_d20241213_m011940_c001_v7007000_t0000_u01734052780925") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c00_d20241213_m011940_c001_v0001102_t0039_u01734052780004") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4e51_d20241213_m011932_c001_v7007000_t0000_u01734052772145") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7bd8_d20241213_m011931_c001_v0001102_t0052_u01734052771020") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f138_d20241213_m011816_c001_v7007000_t0000_u01734052696079") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7a98_d20241213_m011815_c001_v0001102_t0043_u01734052695430") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f131_d20241213_m011814_c001_v7007000_t0000_u01734052694164") 2024/12/13 01:24:33 DEBUG : potato2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7a96_d20241213_m011813_c001_v0001102_t0017_u01734052693512") 2024/12/13 01:24:33 DEBUG : potato3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f408340799466e648_d20241213_m012048_c001_v7007000_t0000_u01734052848187") 2024/12/13 01:24:33 DEBUG : potato3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7cc6_d20241213_m012043_c001_v0001102_t0051_u01734052843886") 2024/12/13 01:24:33 DEBUG : potato3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd4ed3_d20241213_m012035_c001_v7007000_t0000_u01734052835227") 2024/12/13 01:24:33 DEBUG : potato3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7caa_d20241213_m012031_c001_v0001102_t0014_u01734052831426") 2024/12/13 01:24:33 DEBUG : potato3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd123_d20241213_m012022_c001_v7007000_t0000_u01734052822248") 2024/12/13 01:24:33 DEBUG : potato3: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c8a_d20241213_m012018_c001_v0001102_t0021_u01734052818745") 2024/12/13 01:24:33 DEBUG : pre-dest1/1: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4021fd09ead8831f_d20241213_m012140_c001_v7007000_t0000_u01734052900323") 2024/12/13 01:24:33 DEBUG : pre-dest1/1: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7d59_d20241213_m012132_c001_v0001102_t0020_u01734052892360") 2024/12/13 01:24:34 DEBUG : pre-dest2/2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4021fd09ead88320_d20241213_m012140_c001_v7007000_t0000_u01734052900505") 2024/12/13 01:24:34 DEBUG : pre-dest2/2: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72dcaa_d20241213_m012133_c001_v0001182_t0036_u01734052893084") 2024/12/13 01:24:34 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4101957d2ea0f328_d20241213_m012110_c001_v7007000_t0000_u01734052870756") 2024/12/13 01:24:34 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebeca478_d20241213_m012106_c001_v0001182_t0049_u01734052866758") 2024/12/13 01:24:34 DEBUG : sizeonly: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40493f3e2c1e30af_d20241213_m011901_c001_v7007000_t0000_u01734052741278") 2024/12/13 01:24:34 DEBUG : sizeonly: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b38_d20241213_m011900_c001_v0001102_t0052_u01734052740053") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5055_d20241213_m012409_c001_v7007000_t0000_u01734053049149") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebecc71c_d20241213_m012406_c001_v0001182_t0052_u01734053046636") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd504d_d20241213_m012404_c001_v7007000_t0000_u01734053044720") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f106bb2f204e23dc8_d20241213_m012402_c001_v0001120_t0049_u01734053042073") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd115_d20241213_m012014_c001_v7007000_t0000_u01734052814718") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10935d080c72d027_d20241213_m012013_c001_v0001182_t0047_u01734052813915") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd112_d20241213_m012012_c001_v7007000_t0000_u01734052812635") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebec9a2a_d20241213_m012011_c001_v0001182_t0010_u01734052811353") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40493f3e2c1e30a4_d20241213_m011856_c001_v7007000_t0000_u01734052736725") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b30_d20241213_m011855_c001_v0001102_t0008_u01734052735105") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40493f3e2c1e30a1_d20241213_m011854_c001_v7007000_t0000_u01734052734364") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b26_d20241213_m011852_c001_v0001102_t0036_u01734052732884") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40493f3e2c1e309c_d20241213_m011849_c001_v7007000_t0000_u01734052729987") 2024/12/13 01:24:34 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b1a_d20241213_m011848_c001_v0001102_t0013_u01734052728918") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40493f3e2c1e3093_d20241213_m011848_c001_v7007000_t0000_u01734052728363") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b0e_d20241213_m011847_c001_v0001102_t0011_u01734052727276") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b08_d20241213_m011843_c001_v0001102_t0057_u01734052723949") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40493f3e2c1e308a_d20241213_m011843_c001_v7007000_t0000_u01734052723178") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7b00_d20241213_m011842_c001_v0001102_t0005_u01734052722370") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7afa_d20241213_m011841_c001_v0001102_t0017_u01734052721348") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40493f3e2c1e3088_d20241213_m011840_c001_v7007000_t0000_u01734052720247") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7aeb_d20241213_m011837_c001_v0001102_t0057_u01734052717295") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ae1_d20241213_m011834_c001_v0001102_t0028_u01734052714424") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40493f3e2c1e3083_d20241213_m011833_c001_v7007000_t0000_u01734052713683") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ad9_d20241213_m011832_c001_v0001102_t0057_u01734052712681") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7acc_d20241213_m011831_c001_v0001102_t0016_u01734052711618") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40493f3e2c1e3081_d20241213_m011830_c001_v7007000_t0000_u01734052710883") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7aba_d20241213_m011826_c001_v0001102_t0049_u01734052706996") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f40493f3e2c1e307f_d20241213_m011826_c001_v7007000_t0000_u01734052706631") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ab4_d20241213_m011825_c001_v0001102_t0025_u01734052705932") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f146_d20241213_m011824_c001_v7007000_t0000_u01734052704255") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7ab0_d20241213_m011823_c001_v0001102_t0057_u01734052703359") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f145_d20241213_m011822_c001_v7007000_t0000_u01734052702798") 2024/12/13 01:24:35 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7aae_d20241213_m011822_c001_v0001102_t0022_u01734052702132") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f142_d20241213_m011820_c001_v7007000_t0000_u01734052700863") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7aa8_d20241213_m011819_c001_v0001102_t0009_u01734052699927") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f13e_d20241213_m011819_c001_v7007000_t0000_u01734052699381") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7aa4_d20241213_m011818_c001_v0001102_t0049_u01734052698654") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f13d_d20241213_m011817_c001_v7007000_t0000_u01734052697750") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7a9c_d20241213_m011816_c001_v0001102_t0010_u01734052696985") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f127_d20241213_m011810_c001_v7007000_t0000_u01734052690844") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7a90_d20241213_m011809_c001_v0001102_t0057_u01734052689820") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f11e_d20241213_m011808_c001_v7007000_t0000_u01734052688916") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7a8a_d20241213_m011807_c001_v0001102_t0057_u01734052687924") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f117_d20241213_m011807_c001_v7007000_t0000_u01734052687014") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7a86_d20241213_m011806_c001_v0001102_t0044_u01734052686327") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f415fe334d435f10b_d20241213_m011803_c001_v7007000_t0000_u01734052683423") 2024/12/13 01:24:36 DEBUG : sub dir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7a7c_d20241213_m011802_c001_v0001102_t0056_u01734052682452") 2024/12/13 01:24:36 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd5056_d20241213_m012409_c001_v7007000_t0000_u01734053049333") 2024/12/13 01:24:36 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f10445866345336ad_d20241213_m012406_c001_v0001145_t0030_u01734053046645") 2024/12/13 01:24:36 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4059a8ef02fd504e_d20241213_m012404_c001_v7007000_t0000_u01734053044908") 2024/12/13 01:24:36 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7f74_d20241213_m012402_c001_v0001102_t0051_u01734053042095") 2024/12/13 01:24:36 DEBUG : sub/yam: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd106_d20241213_m012008_c001_v7007000_t0000_u01734052808905") 2024/12/13 01:24:36 DEBUG : sub/yam: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebec997a_d20241213_m012007_c001_v0001182_t0057_u01734052807123") 2024/12/13 01:24:37 DEBUG : three: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a2d8b_d20241213_m011958_c001_v7007000_t0000_u01734052798110") 2024/12/13 01:24:37 DEBUG : three: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c46_d20241213_m011956_c001_v0001102_t0035_u01734052796870") 2024/12/13 01:24:37 DEBUG : three: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c3e_d20241213_m011954_c001_v0001102_t0012_u01734052794140") 2024/12/13 01:24:37 DEBUG : two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a2d8c_d20241213_m011958_c001_v7007000_t0000_u01734052798292") 2024/12/13 01:24:37 DEBUG : two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4111e696ebec978b_d20241213_m011956_c001_v0001182_t0019_u01734052796281") 2024/12/13 01:24:37 DEBUG : two: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f410b855c6dec7c3c_d20241213_m011953_c001_v0001102_t0024_u01734052793958") 2024/12/13 01:24:37 DEBUG : yam: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f403661e5c9acd10a_d20241213_m012009_c001_v7007000_t0000_u01734052809673") 2024/12/13 01:24:37 DEBUG : yam: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f11557a203f40e454_d20241213_m012008_c001_v0001042_t0018_u01734052808487") 2024/12/13 01:24:37 DEBUG : yam: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a317a_d20241213_m012004_c001_v7007000_t0000_u01734052804723") 2024/12/13 01:24:37 DEBUG : yam: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f110b855c6dec7c66_d20241213_m012003_c001_v0001102_t0009_u01734052803442") 2024/12/13 01:24:37 DEBUG : yam: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a3175_d20241213_m012001_c001_v7007000_t0000_u01734052801041") 2024/12/13 01:24:37 DEBUG : yam: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f1111e696ebec97fd_d20241213_m011958_c001_v0001182_t0007_u01734052798851") 2024/12/13 01:24:37 DEBUG : yaml: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a317c_d20241213_m012005_c001_v7007000_t0000_u01734052805453") 2024/12/13 01:24:37 DEBUG : yaml: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f104f9898a7b00b0f_d20241213_m012004_c001_v0001161_t0026_u01734052804385") 2024/12/13 01:24:37 DEBUG : yaml: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f4074200a604a3178_d20241213_m012001_c001_v7007000_t0000_u01734052801778") 2024/12/13 01:24:37 DEBUG : yaml: Deleting (id "4_zcf321d13908dbbdb9f380e1b_f111c675674262ea2_d20241213_m012000_c001_v0001106_t0050_u01734052800104") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 6m39.770646548s (try 1/5)