"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2025/01/15 03:39:47 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe" 2025/01/15 03:39:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/15 03:39:48 DEBUG : Creating backend with remote "/tmp/rclone1265811625" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:39:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:39:52 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:39:52 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:39:52 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestCopyWithDryRun (4.77s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:39:53 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/15 03:39:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:39:53 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:39:53 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:39:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:39:54 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:39:54 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.09s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", 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-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", 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-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:39:55 DEBUG : Creating backend with remote "/non-existing" 2025/01/15 03:39:56 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/01/15 03:39:56 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:39:56 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.89s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:39:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:39:57 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:39:57 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:39:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:39:57 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.95s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:39:58 INFO : B2 bucket rclone-test-goyuruy7gaxe: Running all checks before starting transfers 2025/01/15 03:39:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:39:58 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:39:58 INFO : B2 bucket rclone-test-goyuruy7gaxe: Checks finished, now starting transfers 2025/01/15 03:39:58 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:39:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:39:59 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.56s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:00 ERROR : Ignoring --no-traverse with sync 2025/01/15 03:40:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:40:00 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:00 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:00 INFO : sub dir/hello world: Copied (new) 2025/01/15 03:40:00 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.61s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:02 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/01/15 03:40:02 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:02 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:02 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/01/15 03:40:02 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.60s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:03 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:40:03 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:03 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:04 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:04 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.57s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:05 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:40:05 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:05 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:06 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:06 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.96s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:07 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/01/15 03:40:07 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/15 03:40:07 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/01/15 03:40:07 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/15 03:40:07 INFO : sub dir: Making directory 2025/01/15 03:40:07 INFO : sub dir2: Making directory 2025/01/15 03:40:07 INFO : sub dir2/sub sub dir2: Making directory 2025/01/15 03:40:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:40:07 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:07 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:07 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:07 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/01/15 03:40:07 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.62s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:08 INFO : sub dir2: Making directory 2025/01/15 03:40:08 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/01/15 03:40:08 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/15 03:40:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:40:08 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:08 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:09 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:09 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.23s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:09 DEBUG : sub dir2: Making directory with metadata 2025/01/15 03:40:09 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/15 03:40:10 INFO : sub dir: Making directory 2025/01/15 03:40:10 INFO : sub dir2: Making directory 2025/01/15 03:40:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:40:10 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:10 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:10 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:10 INFO : sub dir/hello world: Copied (new) 2025/01/15 03:40:10 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/01/15 03:40:10 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/01/15 03:40:10 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.90s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", 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-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:12 INFO : sub dir2: Making directory 2025/01/15 03:40:12 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:40:12 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:12 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:12 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:12 INFO : sub dir/hello world: Copied (new) 2025/01/15 03:40:12 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.25s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:13 DEBUG : sub dir2: Making directory with metadata 2025/01/15 03:40:13 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/15 03:40:13 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/15 03:40:13 INFO : sub dir: Making directory 2025/01/15 03:40:13 INFO : sub dir2: Making directory 2025/01/15 03:40:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:40:13 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:13 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:13 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:13 INFO : sub dir/hello world: Copied (new) 2025/01/15 03:40:13 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/01/15 03:40:14 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.56s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:15 INFO : sub dir2: Making directory 2025/01/15 03:40:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:40:15 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:15 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:16 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:16 INFO : sub dir/hello world: Copied (new) 2025/01/15 03:40:16 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.57s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:17 DEBUG : Creating backend with remote "TestB2:rclone-test-zasuqus9wugu" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-goyuruy7gaxe -> B2 bucket rclone-test-zasuqus9wugu 2025/01/15 03:40:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:40:18 DEBUG : B2 bucket rclone-test-zasuqus9wugu: Waiting for checks to finish 2025/01/15 03:40:18 DEBUG : B2 bucket rclone-test-zasuqus9wugu: Waiting for transfers to finish 2025/01/15 03:40:22 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:22 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:22 DEBUG : B2 bucket rclone-test-zasuqus9wugu: Purge remote 2025/01/15 03:40:22 INFO : B2 bucket rclone-test-zasuqus9wugu: cleaning bucket "rclone-test-zasuqus9wugu" of all files 2025/01/15 03:40:22 DEBUG : sub dir/hello world: Deleting (id "4_z7f723d7300cd6b8b9f480e1b_f114b7d24571fa4b8_d20250115_m034022_c001_v0001177_t0028_u01736912422398") --- PASS: TestServerSideCopy (9.82s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:27 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/15 03:40:27 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:27 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:28 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/01/15 03:40:28 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.45s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:29 DEBUG : Creating backend with remote "TestB2:rclone-test-juvivur2vewe" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-goyuruy7gaxe -> B2 bucket rclone-test-juvivur2vewe 2025/01/15 03:40:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:40:30 DEBUG : B2 bucket rclone-test-juvivur2vewe: Waiting for checks to finish 2025/01/15 03:40:30 DEBUG : B2 bucket rclone-test-juvivur2vewe: Waiting for transfers to finish 2025/01/15 03:40:34 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:34 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:36 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/15 03:40:36 DEBUG : B2 bucket rclone-test-juvivur2vewe: Waiting for checks to finish 2025/01/15 03:40:36 DEBUG : B2 bucket rclone-test-juvivur2vewe: Waiting for transfers to finish 2025/01/15 03:40:36 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/01/15 03:40:36 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:37 DEBUG : B2 bucket rclone-test-juvivur2vewe: Purge remote 2025/01/15 03:40:37 INFO : B2 bucket rclone-test-juvivur2vewe: cleaning bucket "rclone-test-juvivur2vewe" of all files 2025/01/15 03:40:37 DEBUG : sub dir/hello world: Deleting (id "4_z6f526d7300cd6b8b9f480e1b_f10581c3ad3de481f_d20250115_m034036_c001_v0001116_t0013_u01736912436441") 2025/01/15 03:40:37 DEBUG : sub dir/hello world: Deleting (id "4_z6f526d7300cd6b8b9f480e1b_f105f426b13e25b3e_d20250115_m034034_c001_v0001176_t0000_u01736912434618") 2025/01/15 03:40:41 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/01/15 03:40:41 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/01/15 03:40:41 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideCopyOverSelf (13.75s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:44 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/15 03:40:44 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:44 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:40:44 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/01/15 03:40:44 INFO : sub dir/hello world: Copied (replaced existing) 2025/01/15 03:40:44 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.53s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:46 DEBUG : Creating backend with remote "TestB2:rclone-test-somokof8seka" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-goyuruy7gaxe -> B2 bucket rclone-test-somokof8seka 2025/01/15 03:40:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:40:47 DEBUG : B2 bucket rclone-test-somokof8seka: Waiting for checks to finish 2025/01/15 03:40:47 DEBUG : B2 bucket rclone-test-somokof8seka: Waiting for transfers to finish 2025/01/15 03:40:50 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:40:50 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:51 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/15 03:40:51 DEBUG : B2 bucket rclone-test-somokof8seka: Waiting for checks to finish 2025/01/15 03:40:51 DEBUG : B2 bucket rclone-test-somokof8seka: Waiting for transfers to finish 2025/01/15 03:40:52 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/01/15 03:40:52 INFO : sub dir/hello world: Copied (server-side copy) 2025/01/15 03:40:52 INFO : sub dir/hello world: Deleted 2025/01/15 03:40:53 DEBUG : testing file moves 2025/01/15 03:40:53 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/01/15 03:40:53 DEBUG : B2 bucket rclone-test-somokof8seka: Waiting for checks to finish 2025/01/15 03:40:53 DEBUG : B2 bucket rclone-test-somokof8seka: Waiting for transfers to finish 2025/01/15 03:40:53 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/01/15 03:40:53 INFO : sub dir/hello world: Copied (server-side copy) 2025/01/15 03:40:53 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:54 DEBUG : B2 bucket rclone-test-somokof8seka: Purge remote 2025/01/15 03:40:54 INFO : B2 bucket rclone-test-somokof8seka: cleaning bucket "rclone-test-somokof8seka" of all files 2025/01/15 03:40:54 DEBUG : sub dir/hello world: Deleting (id "4_zbf02ad7300cd6b8b9f480e1b_f107280e7eae59526_d20250115_m034053_c001_v0001184_t0005_u01736912453580") 2025/01/15 03:40:54 DEBUG : sub dir/hello world: Deleting (id "4_zbf02ad7300cd6b8b9f480e1b_f10791921a1672f23_d20250115_m034051_c001_v0001109_t0016_u01736912451426") 2025/01/15 03:40:54 DEBUG : sub dir/hello world: Deleting (id "4_zbf02ad7300cd6b8b9f480e1b_f11532f6bf23f2583_d20250115_m034050_c001_v0001184_t0052_u01736912450243") --- PASS: TestServerSideMoveOverSelf (12.11s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:40:57 ERROR : : error listing: directory not found 2025/01/15 03:40:58 INFO : Local file system at /tmp/rclone1265811625: Making directory 2025/01/15 03:40:58 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:40:58 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestCopyAfterDelete (1.81s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:41:00 DEBUG : Local file system at /tmp/rclone1265811625: Waiting for checks to finish 2025/01/15 03:41:00 DEBUG : Local file system at /tmp/rclone1265811625: Waiting for transfers to finish 2025/01/15 03:41:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:41:00 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/01/15 03:41:00 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestCopyRedownload (2.17s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:01 DEBUG : check sum: Need to transfer - File not found at Destination 2025/01/15 03:41:01 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:01 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:02 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/15 03:41:02 INFO : check sum: Copied (new) 2025/01/15 03:41:02 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:02 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:02 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/15 03:41:02 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/01/15 03:41:02 DEBUG : check sum: Unchanged skipping 2025/01/15 03:41:02 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:02 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:02 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.29s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:04 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/01/15 03:41:04 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:04 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:04 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/01/15 03:41:04 INFO : sizeonly: Copied (new) 2025/01/15 03:41:04 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:04 DEBUG : sizeonly: Sizes identical 2025/01/15 03:41:04 DEBUG : sizeonly: Unchanged skipping 2025/01/15 03:41:04 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:04 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:04 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:04 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.32s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:06 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/01/15 03:41:06 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:06 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:06 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/01/15 03:41:06 INFO : ignore-size: Copied (new) 2025/01/15 03:41:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:07 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:41:07 DEBUG : ignore-size: Unchanged skipping 2025/01/15 03:41:07 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:07 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:07 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:07 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.31s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:09 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:41:09 DEBUG : existing: Unchanged skipping 2025/01/15 03:41:09 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:09 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:09 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:09 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:09 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/01/15 03:41:09 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:09 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:09 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/01/15 03:41:09 INFO : existing: Copied (replaced existing) 2025/01/15 03:41:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.63s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:11 DEBUG : existing: Need to transfer - File not found at Destination 2025/01/15 03:41:11 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:11 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:11 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/01/15 03:41:11 INFO : existing: Copied (new) 2025/01/15 03:41:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:12 DEBUG : existing: Destination exists, skipping 2025/01/15 03:41:12 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:12 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:12 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:12 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.77s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:14 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/01/15 03:41:14 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:41:14 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/01/15 03:41:14 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:14 DEBUG : c/non empty space: Unchanged skipping 2025/01/15 03:41:14 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:15 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:41:15 INFO : a/potato2: Copied (new) 2025/01/15 03:41:15 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:15 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (2.82s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:17 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41: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 2025/01/15 03:41:17 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/15 03:41:17 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/01/15 03:41:17 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:17 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:17 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:17 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:17 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41: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 2025/01/15 03:41:17 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/15 03:41:18 INFO : empty space: Updated modification time in destination 2025/01/15 03:41:18 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:18 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:18 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:18 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.28s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:20 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/01/15 03:41:20 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:20 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/15 03:41:20 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:20 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:20 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:20 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.77s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:22 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:22 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/01/15 03:41:22 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone1265811625) 2025/01/15 03:41:22 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-goyuruy7gaxe) 2025/01/15 03:41:22 DEBUG : foo: sha1 differ 2025/01/15 03:41:22 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:22 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/01/15 03:41:22 INFO : foo: Copied (replaced existing) 2025/01/15 03:41:22 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.86s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:24 DEBUG : potato: Need to transfer - File not found at Destination 2025/01/15 03:41:24 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:41:24 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:24 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:24 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:24 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:41:24 INFO : potato: Copied (new) 2025/01/15 03:41:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.33s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:26 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/01/15 03:41:26 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:26 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:27 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/01/15 03:41:27 INFO : potato: Copied (replaced existing) 2025/01/15 03:41:27 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.12s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:28 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2025/01/15 03:41:28 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:28 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone1265811625) 2025/01/15 03:41:28 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-goyuruy7gaxe) 2025/01/15 03:41:28 DEBUG : potato: sha1 differ 2025/01/15 03:41:28 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:29 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/01/15 03:41:29 INFO : potato: Copied (replaced existing) 2025/01/15 03:41:29 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.47s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:31 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:41:31 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/01/15 03:41:31 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:41:31 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:31 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:31 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:31 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:31 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.10s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:33 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:41:33 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:41:33 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:33 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:33 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:34 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:41:34 INFO : potato2: Copied (new) 2025/01/15 03:41:34 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:34 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.89s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:36 INFO : d: Making directory 2025/01/15 03:41:36 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/01/15 03:41:36 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/01/15 03:41:36 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:41:36 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:36 DEBUG : c/non empty space: Unchanged skipping 2025/01/15 03:41:36 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:37 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:41:37 INFO : a/potato2: Copied (new) 2025/01/15 03:41:37 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:37 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (3.20s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:39 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/01/15 03:41:39 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/01/15 03:41:39 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:41:39 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:39 DEBUG : c/non empty space: Unchanged skipping 2025/01/15 03:41:39 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:40 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:41:40 INFO : a/potato2: Copied (new) 2025/01/15 03:41:40 ERROR : B2 bucket rclone-test-goyuruy7gaxe: not deleting files as there were IO errors 2025/01/15 03:41:40 ERROR : B2 bucket rclone-test-goyuruy7gaxe: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.14s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:42 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:42 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:41:42 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:41:42 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:42 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:42 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:43 INFO : potato: Deleted 2025/01/15 03:41:43 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:41:43 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.69s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:45 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:45 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:45 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:45 INFO : potato: Deleted 2025/01/15 03:41:45 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:41:45 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:45 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:41:45 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:45 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:46 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:41:46 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (2.92s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:48 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:41:48 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:48 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:48 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/01/15 03:41:48 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.45s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:50 DEBUG : enormous: Excluded (Size Filter) 2025/01/15 03:41:50 DEBUG : enormous: Excluded 2025/01/15 03:41:50 DEBUG : potato2: Excluded (Size Filter) 2025/01/15 03:41:50 DEBUG : potato2: Excluded 2025/01/15 03:41:50 DEBUG : potato2: Excluded (Size Filter) 2025/01/15 03:41:50 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:41:50 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:50 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:50 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:50 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:50 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:51 DEBUG : enormous: Excluded (Size Filter) 2025/01/15 03:41:51 DEBUG : enormous: Excluded 2025/01/15 03:41:51 DEBUG : potato2: Excluded (Size Filter) 2025/01/15 03:41:51 DEBUG : potato2: Excluded 2025/01/15 03:41:51 DEBUG : potato2: Excluded (Size Filter) 2025/01/15 03:41:51 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/01/15 03:41:51 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:51 DEBUG : Local file system at /tmp/rclone1265811625: Waiting for checks to finish 2025/01/15 03:41:51 DEBUG : Local file system at /tmp/rclone1265811625: Waiting for transfers to finish 2025/01/15 03:41:51 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:51 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncWithExclude (2.80s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:54 DEBUG : enormous: Excluded (Size Filter) 2025/01/15 03:41:54 DEBUG : enormous: Excluded 2025/01/15 03:41:54 DEBUG : potato2: Excluded (Size Filter) 2025/01/15 03:41:54 DEBUG : potato2: Excluded 2025/01/15 03:41:54 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:41:54 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:54 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:54 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:54 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:54 INFO : enormous: Deleted 2025/01/15 03:41:54 INFO : potato2: Deleted 2025/01/15 03:41:54 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:55 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/01/15 03:41:55 DEBUG : empty space: Unchanged skipping 2025/01/15 03:41:55 DEBUG : Local file system at /tmp/rclone1265811625: Waiting for checks to finish 2025/01/15 03:41:55 DEBUG : Local file system at /tmp/rclone1265811625: Waiting for transfers to finish 2025/01/15 03:41:55 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:55 INFO : enormous: Deleted 2025/01/15 03:41:55 INFO : potato2: Deleted 2025/01/15 03:41:55 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.61s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:41:57 DEBUG : five: Need to transfer - File not found at Destination 2025/01/15 03:41:57 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/01/15 03:41:57 DEBUG : one: Destination is newer than source, skipping 2025/01/15 03:41:57 DEBUG : three: Sizes identical 2025/01/15 03:41:57 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:57 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone1265811625) 2025/01/15 03:41:57 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-goyuruy7gaxe) 2025/01/15 03:41:57 DEBUG : two: sha1 differ 2025/01/15 03:41:57 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/01/15 03:41:57 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/01/15 03:41:57 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:58 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/01/15 03:41:58 INFO : five: Copied (new) 2025/01/15 03:41:58 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/01/15 03:41:58 INFO : four: Copied (replaced existing) 2025/01/15 03:41:58 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/01/15 03:41:58 INFO : two: Copied (replaced existing) 2025/01/15 03:41:58 DEBUG : Waiting for deletions to finish 2025/01/15 03:41:58 DEBUG : one: Destination is newer than source, skipping 2025/01/15 03:41:58 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:41:58 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/01/15 03:41:58 DEBUG : five: Size and sha1 of src and dst objects identical 2025/01/15 03:41:58 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/01/15 03:41:58 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone1265811625) 2025/01/15 03:41:58 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-goyuruy7gaxe) 2025/01/15 03:41:58 DEBUG : three: sha1 differ 2025/01/15 03:41:58 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/01/15 03:41:58 DEBUG : four: Size and sha1 of src and dst objects identical 2025/01/15 03:41:58 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/01/15 03:41:58 DEBUG : two: Size and sha1 of src and dst objects identical 2025/01/15 03:41:58 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/01/15 03:41:58 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/01/15 03:41:58 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/01/15 03:41:58 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:41:59 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/15 03:41:59 INFO : three: Copied (replaced existing) 2025/01/15 03:41:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.48s) === 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-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/01/15 03:42:01 INFO : B2 bucket rclone-test-goyuruy7gaxe: Making map for --track-renames 2025/01/15 03:42:01 INFO : B2 bucket rclone-test-goyuruy7gaxe: Finished making map for --track-renames 2025/01/15 03:42:01 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:42:01 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/01/15 03:42:01 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/01/15 03:42:01 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for renames to finish 2025/01/15 03:42:01 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:42:01 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/15 03:42:01 INFO : yam: Copied (new) 2025/01/15 03:42:01 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/01/15 03:42:01 INFO : potato: Copied (new) 2025/01/15 03:42:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:42:01 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:42:01 INFO : B2 bucket rclone-test-goyuruy7gaxe: Making map for --track-renames 2025/01/15 03:42:01 INFO : B2 bucket rclone-test-goyuruy7gaxe: Finished making map for --track-renames 2025/01/15 03:42:01 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:42:01 DEBUG : potato: Unchanged skipping 2025/01/15 03:42:01 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for renames to finish 2025/01/15 03:42:02 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/15 03:42:02 INFO : yam: Copied (server-side copy) to: yaml 2025/01/15 03:42:03 INFO : yam: Deleted 2025/01/15 03:42:03 INFO : yaml: Renamed from "yam" 2025/01/15 03:42:03 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:42:03 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.93s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/01/15 03:42:04 INFO : B2 bucket rclone-test-goyuruy7gaxe: Making map for --track-renames 2025/01/15 03:42:04 INFO : B2 bucket rclone-test-goyuruy7gaxe: Finished making map for --track-renames 2025/01/15 03:42:04 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:42:04 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/01/15 03:42:04 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/01/15 03:42:04 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for renames to finish 2025/01/15 03:42:04 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:42:05 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/15 03:42:05 INFO : yam: Copied (new) 2025/01/15 03:42:05 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/01/15 03:42:05 INFO : potato: Copied (new) 2025/01/15 03:42:05 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:42:06 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:42:06 INFO : B2 bucket rclone-test-goyuruy7gaxe: Making map for --track-renames 2025/01/15 03:42:06 INFO : B2 bucket rclone-test-goyuruy7gaxe: Finished making map for --track-renames 2025/01/15 03:42:06 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:42:06 DEBUG : potato: Unchanged skipping 2025/01/15 03:42:06 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for renames to finish 2025/01/15 03:42:06 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/15 03:42:06 INFO : yam: Copied (server-side copy) to: yaml 2025/01/15 03:42:06 INFO : yam: Deleted 2025/01/15 03:42:06 INFO : yaml: Renamed from "yam" 2025/01/15 03:42:06 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:42:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.68s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/01/15 03:42:09 INFO : B2 bucket rclone-test-goyuruy7gaxe: Making map for --track-renames 2025/01/15 03:42:09 INFO : B2 bucket rclone-test-goyuruy7gaxe: Finished making map for --track-renames 2025/01/15 03:42:09 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:42:09 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/01/15 03:42:09 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for renames to finish 2025/01/15 03:42:09 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/01/15 03:42:09 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:42:09 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/01/15 03:42:09 INFO : potato: Copied (new) 2025/01/15 03:42:09 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/15 03:42:09 INFO : sub/yam: Copied (new) 2025/01/15 03:42:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:42:10 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:42:10 DEBUG : potato: Unchanged skipping 2025/01/15 03:42:10 INFO : B2 bucket rclone-test-goyuruy7gaxe: Making map for --track-renames 2025/01/15 03:42:10 INFO : B2 bucket rclone-test-goyuruy7gaxe: Finished making map for --track-renames 2025/01/15 03:42:10 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:42:10 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for renames to finish 2025/01/15 03:42:10 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/15 03:42:10 INFO : sub/yam: Copied (server-side copy) to: yam 2025/01/15 03:42:10 INFO : sub/yam: Deleted 2025/01/15 03:42:10 INFO : yam: Renamed from "sub/yam" 2025/01/15 03:42:10 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:42:10 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.93s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:42:12 DEBUG : Creating backend with remote "/tmp/rclone1265811625/dir1" 2025/01/15 03:42:12 DEBUG : Creating backend with remote "/tmp/rclone1265811625/dir2" 2025/01/15 03:42:12 DEBUG : Local file system at /tmp/rclone1265811625/dir2: Using server-side directory move 2025/01/15 03:42:12 INFO : Local file system at /tmp/rclone1265811625/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/01/15 03:42:12 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/01/15 03:42:12 DEBUG : Local file system at /tmp/rclone1265811625/dir2: Waiting for checks to finish 2025/01/15 03:42:12 DEBUG : Local file system at /tmp/rclone1265811625/dir2: Waiting for transfers to finish 2025/01/15 03:42:12 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:42:12 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:42:12 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/01/15 03:42:12 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:42:12 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:42:13 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/01/15 03:42:13 INFO : nested/sub dir/file: Copied (new) 2025/01/15 03:42:13 INFO : nested/sub dir/file: Deleted 2025/01/15 03:42:13 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:42:13 INFO : sub dir/hello world: Copied (new) 2025/01/15 03:42:13 INFO : sub dir/hello world: Deleted 2025/01/15 03:42:13 INFO : sub dir: Removing directory 2025/01/15 03:42:13 INFO : nested/sub dir: Removing directory 2025/01/15 03:42:13 INFO : nested: Removing directory 2025/01/15 03:42:13 DEBUG : Local file system at /tmp/rclone1265811625: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.13s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:42:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/15 03:42:15 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/01/15 03:42:15 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:42:15 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:42:15 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/01/15 03:42:15 INFO : nested/sub dir/file: Copied (new) 2025/01/15 03:42:15 INFO : nested/sub dir/file: Deleted 2025/01/15 03:42:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/15 03:42:15 INFO : sub dir/hello world: Copied (new) 2025/01/15 03:42:15 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.32s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:42:17 DEBUG : existing: Need to transfer - File not found at Destination 2025/01/15 03:42:17 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/01/15 03:42:17 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:42:17 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:42:17 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/01/15 03:42:17 INFO : existing-b: Copied (new) 2025/01/15 03:42:17 INFO : existing-b: Deleted 2025/01/15 03:42:17 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/01/15 03:42:17 INFO : existing: Copied (new) 2025/01/15 03:42:17 INFO : existing: Deleted 2025/01/15 03:42:18 DEBUG : existing: Destination exists, skipping 2025/01/15 03:42:18 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/01/15 03:42:18 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:42:18 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:42:18 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.13s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:42:19 DEBUG : Creating backend with remote "TestB2:rclone-test-tonoyoz2levo" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-goyuruy7gaxe -> B2 bucket rclone-test-tonoyoz2levo 2025/01/15 03:42:25 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:42:25 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/01/15 03:42:25 DEBUG : empty space: Unchanged skipping 2025/01/15 03:42:25 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/01/15 03:42:25 DEBUG : B2 bucket rclone-test-tonoyoz2levo: Waiting for checks to finish 2025/01/15 03:42:26 INFO : empty space: Deleted 2025/01/15 03:42:26 DEBUG : B2 bucket rclone-test-tonoyoz2levo: Waiting for transfers to finish 2025/01/15 03:42:26 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:42:26 INFO : potato2: Copied (server-side copy) 2025/01/15 03:42:26 INFO : potato2: Deleted 2025/01/15 03:42:26 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/15 03:42:26 INFO : potato3: Copied (server-side copy) 2025/01/15 03:42:26 INFO : potato3: Deleted 2025/01/15 03:42:26 DEBUG : Creating backend with remote "TestB2:rclone-test-kipavis6lire" 2025/01/15 03:42:28 DEBUG : empty space: Need to transfer - File not found at Destination 2025/01/15 03:42:28 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:42:28 DEBUG : potato3: Need to transfer - File not found at Destination 2025/01/15 03:42:28 DEBUG : B2 bucket rclone-test-kipavis6lire: Waiting for checks to finish 2025/01/15 03:42:28 DEBUG : B2 bucket rclone-test-kipavis6lire: Waiting for transfers to finish 2025/01/15 03:42:30 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/15 03:42:30 INFO : empty space: Copied (server-side copy) 2025/01/15 03:42:31 INFO : empty space: Deleted 2025/01/15 03:42:31 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/15 03:42:31 INFO : potato3: Copied (server-side copy) 2025/01/15 03:42:31 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:42:31 INFO : potato2: Copied (server-side copy) 2025/01/15 03:42:31 INFO : potato3: Deleted 2025/01/15 03:42:31 INFO : potato2: Deleted 2025/01/15 03:42:31 DEBUG : B2 bucket rclone-test-kipavis6lire: Purge remote 2025/01/15 03:42:31 INFO : B2 bucket rclone-test-kipavis6lire: cleaning bucket "rclone-test-kipavis6lire" of all files 2025/01/15 03:42:31 DEBUG : empty space: Deleting (id "4_z7f023d1300ed6b8b9f480e1b_f10325090a4ff8e9b_d20250115_m034230_c001_v0001037_t0038_u01736912550637") 2025/01/15 03:42:31 DEBUG : potato2: Deleting (id "4_z7f023d1300ed6b8b9f480e1b_f11655609c6c6bcfd_d20250115_m034231_c001_v0001136_t0030_u01736912550999") 2025/01/15 03:42:31 DEBUG : potato3: Deleting (id "4_z7f023d1300ed6b8b9f480e1b_f110242e6d63e068d_d20250115_m034231_c001_v0001098_t0025_u01736912551025") 2025/01/15 03:42:33 DEBUG : B2 bucket rclone-test-tonoyoz2levo: Purge remote 2025/01/15 03:42:33 INFO : B2 bucket rclone-test-tonoyoz2levo: cleaning bucket "rclone-test-tonoyoz2levo" of all files 2025/01/15 03:42:34 DEBUG : empty space: Deleting (id "4_z8f221d8300ed6b8b9f480e1b_f4165d2c33710ee15_d20250115_m034231_c001_v7007000_t0000_u01736912551017") 2025/01/15 03:42:34 DEBUG : empty space: Deleting (id "4_z8f221d8300ed6b8b9f480e1b_f1140e6bb0a6364b3_d20250115_m034225_c001_v0001165_t0052_u01736912545006") 2025/01/15 03:42:34 DEBUG : potato2: Deleting (id "4_z8f221d8300ed6b8b9f480e1b_f405dec4857e06787_d20250115_m034231_c001_v7007000_t0000_u01736912551338") 2025/01/15 03:42:34 DEBUG : potato2: Deleting (id "4_z8f221d8300ed6b8b9f480e1b_f119d242fc9e9afbc_d20250115_m034225_c001_v0001184_t0011_u01736912545945") 2025/01/15 03:42:34 DEBUG : potato3: Deleting (id "4_z8f221d8300ed6b8b9f480e1b_f4165d2c33710ee16_d20250115_m034231_c001_v7007000_t0000_u01736912551323") 2025/01/15 03:42:34 DEBUG : potato3: Deleting (id "4_z8f221d8300ed6b8b9f480e1b_f116521f2e655980f_d20250115_m034226_c001_v0001161_t0040_u01736912546172") 2025/01/15 03:42:34 DEBUG : potato3: Deleting (id "4_z8f221d8300ed6b8b9f480e1b_f1140e6bb0a6364b5_d20250115_m034225_c001_v0001165_t0017_u01736912545299") --- PASS: TestServerSideMove (18.27s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:42:37 DEBUG : Creating backend with remote "TestB2:rclone-test-gecupaw6kega" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-goyuruy7gaxe -> B2 bucket rclone-test-gecupaw6kega 2025/01/15 03:42:45 DEBUG : empty space: Excluded (Size Filter) 2025/01/15 03:42:45 DEBUG : empty space: Excluded (Size Filter) 2025/01/15 03:42:45 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:42:45 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/01/15 03:42:45 DEBUG : B2 bucket rclone-test-gecupaw6kega: Waiting for checks to finish 2025/01/15 03:42:45 DEBUG : B2 bucket rclone-test-gecupaw6kega: Waiting for transfers to finish 2025/01/15 03:42:46 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:42:46 INFO : potato2: Copied (server-side copy) 2025/01/15 03:42:46 INFO : potato2: Deleted 2025/01/15 03:42:46 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/15 03:42:46 INFO : potato3: Copied (server-side copy) 2025/01/15 03:42:46 INFO : potato3: Deleted 2025/01/15 03:42:47 DEBUG : Creating backend with remote "TestB2:rclone-test-jutahaf1jiye" 2025/01/15 03:42:47 DEBUG : empty space: Excluded (Size Filter) 2025/01/15 03:42:48 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:42:48 DEBUG : potato3: Need to transfer - File not found at Destination 2025/01/15 03:42:48 DEBUG : B2 bucket rclone-test-jutahaf1jiye: Waiting for checks to finish 2025/01/15 03:42:48 DEBUG : B2 bucket rclone-test-jutahaf1jiye: Waiting for transfers to finish 2025/01/15 03:42:52 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:42:52 INFO : potato2: Copied (server-side copy) 2025/01/15 03:42:52 INFO : potato2: Deleted 2025/01/15 03:42:52 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/15 03:42:52 INFO : potato3: Copied (server-side copy) 2025/01/15 03:42:52 INFO : potato3: Deleted 2025/01/15 03:42:53 DEBUG : B2 bucket rclone-test-jutahaf1jiye: Purge remote 2025/01/15 03:42:53 INFO : B2 bucket rclone-test-jutahaf1jiye: cleaning bucket "rclone-test-jutahaf1jiye" of all files 2025/01/15 03:42:53 DEBUG : potato2: Deleting (id "4_z1fd28d0300ed6b8b9f480e1b_f108b473e8c7f94a4_d20250115_m034252_c001_v0001180_t0003_u01736912572233") 2025/01/15 03:42:53 DEBUG : potato3: Deleting (id "4_z1fd28d0300ed6b8b9f480e1b_f11898fdcd5d5704d_d20250115_m034252_c001_v0001161_t0022_u01736912572459") 2025/01/15 03:42:55 DEBUG : B2 bucket rclone-test-gecupaw6kega: Purge remote 2025/01/15 03:42:55 INFO : B2 bucket rclone-test-gecupaw6kega: cleaning bucket "rclone-test-gecupaw6kega" of all files 2025/01/15 03:42:55 DEBUG : empty space: Deleting (id "4_zafe26d2300ed6b8b9f480e1b_f1175a2533c303257_d20250115_m034244_c001_v0001182_t0019_u01736912564903") 2025/01/15 03:42:55 DEBUG : potato2: Deleting (id "4_zafe26d2300ed6b8b9f480e1b_f4165d2c33710ee36_d20250115_m034252_c001_v7007000_t0000_u01736912572437") 2025/01/15 03:42:55 DEBUG : potato2: Deleting (id "4_zafe26d2300ed6b8b9f480e1b_f114da091043200a9_d20250115_m034246_c001_v0001183_t0036_u01736912566100") 2025/01/15 03:42:55 DEBUG : potato3: Deleting (id "4_zafe26d2300ed6b8b9f480e1b_f4165d2c33710ee38_d20250115_m034252_c001_v7007000_t0000_u01736912572758") 2025/01/15 03:42:55 DEBUG : potato3: Deleting (id "4_zafe26d2300ed6b8b9f480e1b_f116a21c322d549fe_d20250115_m034246_c001_v0001165_t0007_u01736912566337") 2025/01/15 03:42:55 DEBUG : potato3: Deleting (id "4_zafe26d2300ed6b8b9f480e1b_f1175a2533c303267_d20250115_m034245_c001_v0001182_t0033_u01736912565113") --- PASS: TestServerSideMoveWithFilter (21.73s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:42:59 DEBUG : Creating backend with remote "TestB2:rclone-test-vegasop8vime" 2025/01/15 03:43:01 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-goyuruy7gaxe -> B2 bucket rclone-test-vegasop8vime 2025/01/15 03:43:08 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:43:08 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/01/15 03:43:08 DEBUG : empty space: Unchanged skipping 2025/01/15 03:43:08 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/01/15 03:43:08 DEBUG : B2 bucket rclone-test-vegasop8vime: Waiting for checks to finish 2025/01/15 03:43:08 INFO : empty space: Deleted 2025/01/15 03:43:08 DEBUG : B2 bucket rclone-test-vegasop8vime: Waiting for transfers to finish 2025/01/15 03:43:08 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:43:08 INFO : potato2: Copied (server-side copy) 2025/01/15 03:43:08 INFO : potato2: Deleted 2025/01/15 03:43:08 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/15 03:43:08 INFO : potato3: Copied (server-side copy) 2025/01/15 03:43:08 INFO : potato3: Deleted 2025/01/15 03:43:09 DEBUG : Creating backend with remote "TestB2:rclone-test-jixazug6fowi" 2025/01/15 03:43:09 INFO : tomatoDir: Making directory 2025/01/15 03:43:10 DEBUG : empty space: Need to transfer - File not found at Destination 2025/01/15 03:43:10 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/15 03:43:10 DEBUG : potato3: Need to transfer - File not found at Destination 2025/01/15 03:43:10 DEBUG : B2 bucket rclone-test-jixazug6fowi: Waiting for checks to finish 2025/01/15 03:43:10 DEBUG : B2 bucket rclone-test-jixazug6fowi: Waiting for transfers to finish 2025/01/15 03:43:15 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/15 03:43:15 INFO : empty space: Copied (server-side copy) 2025/01/15 03:43:15 INFO : empty space: Deleted 2025/01/15 03:43:15 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/15 03:43:15 INFO : potato2: Copied (server-side copy) 2025/01/15 03:43:15 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/15 03:43:15 INFO : potato3: Copied (server-side copy) 2025/01/15 03:43:15 INFO : potato2: Deleted 2025/01/15 03:43:16 INFO : potato3: Deleted 2025/01/15 03:43:16 DEBUG : B2 bucket rclone-test-jixazug6fowi: Purge remote 2025/01/15 03:43:16 INFO : B2 bucket rclone-test-jixazug6fowi: cleaning bucket "rclone-test-jixazug6fowi" of all files 2025/01/15 03:43:16 DEBUG : empty space: Deleting (id "4_zff92dd6300ed6b8b9f480e1b_f107a11b69bd28991_d20250115_m034315_c001_v0001150_t0046_u01736912595273") 2025/01/15 03:43:16 DEBUG : potato2: Deleting (id "4_zff92dd6300ed6b8b9f480e1b_f11853f50c19c1865_d20250115_m034315_c001_v0001184_t0052_u01736912595615") 2025/01/15 03:43:16 DEBUG : potato3: Deleting (id "4_zff92dd6300ed6b8b9f480e1b_f10590222053b70b1_d20250115_m034315_c001_v0001150_t0051_u01736912595647") 2025/01/15 03:43:18 DEBUG : B2 bucket rclone-test-vegasop8vime: Purge remote 2025/01/15 03:43:18 INFO : B2 bucket rclone-test-vegasop8vime: cleaning bucket "rclone-test-vegasop8vime" of all files 2025/01/15 03:43:18 DEBUG : empty space: Deleting (id "4_zcfa2bd7300ed6b8b9f480e1b_f418b9a93d7225d5e_d20250115_m034315_c001_v7007000_t0000_u01736912595597") 2025/01/15 03:43:18 DEBUG : empty space: Deleting (id "4_zcfa2bd7300ed6b8b9f480e1b_f11554a6ffc188aef_d20250115_m034306_c001_v0001172_t0022_u01736912586654") 2025/01/15 03:43:18 DEBUG : potato2: Deleting (id "4_zcfa2bd7300ed6b8b9f480e1b_f418b9a93d7225d60_d20250115_m034315_c001_v7007000_t0000_u01736912595818") 2025/01/15 03:43:18 DEBUG : potato2: Deleting (id "4_zcfa2bd7300ed6b8b9f480e1b_f10697322d401ae93_d20250115_m034308_c001_v0001182_t0016_u01736912588131") 2025/01/15 03:43:18 DEBUG : potato3: Deleting (id "4_zcfa2bd7300ed6b8b9f480e1b_f418b9a93d7225d61_d20250115_m034316_c001_v7007000_t0000_u01736912596004") 2025/01/15 03:43:18 DEBUG : potato3: Deleting (id "4_zcfa2bd7300ed6b8b9f480e1b_f114da091043202ee_d20250115_m034308_c001_v0001183_t0054_u01736912588365") 2025/01/15 03:43:18 DEBUG : potato3: Deleting (id "4_zcfa2bd7300ed6b8b9f480e1b_f11554a6ffc188af3_d20250115_m034307_c001_v0001172_t0001_u01736912587063") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (22.93s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:43:22 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.65s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:43:24 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/rclone-sync-test" 2025/01/15 03:43:24 DEBUG : Config file has changed externally - reloading run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncOverlap (3.07s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:43:28 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/rclone-sync-test" 2025/01/15 03:43:29 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/rclone-sync-test-include/layer2" 2025/01/15 03:43:31 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/rclone-sync-test-ignore-file" 2025/01/15 03:43:31 DEBUG : Config file has changed externally - reloading 2025/01/15 03:43:34 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/01/15 03:43:34 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/01/15 03:43:35 DEBUG : pacer: Reducing sleep to 10ms 2025/01/15 03:43:35 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path rclone-sync-test: Waiting for checks to finish 2025/01/15 03:43:35 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path rclone-sync-test: Waiting for transfers to finish 2025/01/15 03:43:35 DEBUG : Waiting for deletions to finish 2025/01/15 03:43:35 INFO : There was nothing to transfer 2025/01/15 03:43:35 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:43:35 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:43:35 DEBUG : Waiting for deletions to finish 2025/01/15 03:43:35 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:43:36 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/01/15 03:43:36 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/01/15 03:43:36 DEBUG : Waiting for deletions to finish 2025/01/15 03:43:36 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:43:36 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:43:36 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:43:36 DEBUG : Waiting for deletions to finish 2025/01/15 03:43:36 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:43:36 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/01/15 03:43:36 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/01/15 03:43:36 DEBUG : Waiting for deletions to finish 2025/01/15 03:43:36 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.82s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:43:43 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/dst" 2025/01/15 03:43:44 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/CompareDest" 2025/01/15 03:43:46 DEBUG : one: Need to transfer - File not found at Destination 2025/01/15 03:43:46 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:43:46 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:43:48 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/15 03:43:48 INFO : one: Copied (new) 2025/01/15 03:43:48 DEBUG : Waiting for deletions to finish 2025/01/15 03:43:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/15 03:43:48 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:43:48 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:43:49 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/01/15 03:43:49 INFO : one: Copied (replaced existing) 2025/01/15 03:43:49 DEBUG : Waiting for deletions to finish 2025/01/15 03:43:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/15 03:43:51 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:43:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:43:51 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/15 03:43:51 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:43:51 DEBUG : Waiting for deletions to finish 2025/01/15 03:43:51 INFO : There was nothing to transfer 2025/01/15 03:43:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:43:52 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/15 03:43:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/15 03:43:52 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:43:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:43:53 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/15 03:43:53 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:43:53 DEBUG : Waiting for deletions to finish 2025/01/15 03:43:53 INFO : There was nothing to transfer 2025/01/15 03:43:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:43:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/15 03:43:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/15 03:43:53 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:43:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:43:53 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/15 03:43:53 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:43:53 DEBUG : Waiting for deletions to finish 2025/01/15 03:43:53 INFO : There was nothing to transfer 2025/01/15 03:43:54 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2025/01/15 03:43:54 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/01/15 03:43:54 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/15 03:43:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/15 03:43:54 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:43:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:43:55 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/15 03:43:55 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:43:55 DEBUG : Waiting for deletions to finish 2025/01/15 03:43:55 INFO : There was nothing to transfer 2025/01/15 03:43:55 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/01/15 03:43:55 DEBUG : two: Need to transfer - File not found at Destination 2025/01/15 03:43:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/15 03:43:55 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:43:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:43:56 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/15 03:43:56 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:43:56 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/01/15 03:43:56 INFO : two: Copied (new) 2025/01/15 03:43:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (14.06s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:43:59 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/dest" 2025/01/15 03:44:00 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/pre-dest1" 2025/01/15 03:44:01 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/pre-dest2" 2025/01/15 03:44:03 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:44:03 DEBUG : 1: Destination found in --compare-dest, skipping 2025/01/15 03:44:04 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:44:04 DEBUG : 2: Destination found in --compare-dest, skipping 2025/01/15 03:44:04 DEBUG : 3: Need to transfer - File not found at Destination 2025/01/15 03:44:04 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dest: Waiting for checks to finish 2025/01/15 03:44:04 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dest: Waiting for transfers to finish 2025/01/15 03:44:05 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/01/15 03:44:05 INFO : 3: Copied (new) 2025/01/15 03:44:05 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.96s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:44:06 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/dst" 2025/01/15 03:44:07 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/CopyDest" 2025/01/15 03:44:09 DEBUG : one: Need to transfer - File not found at Destination 2025/01/15 03:44:09 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:09 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:10 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/15 03:44:10 INFO : one: Copied (new) 2025/01/15 03:44:10 DEBUG : Waiting for deletions to finish 2025/01/15 03:44:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/15 03:44:11 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:11 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:11 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/01/15 03:44:11 INFO : one: Copied (replaced existing) 2025/01/15 03:44:11 DEBUG : Waiting for deletions to finish 2025/01/15 03:44:13 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/BackupDir" 2025/01/15 03:44:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/15 03:44:14 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:14 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:44:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/15 03:44:16 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/15 03:44:16 INFO : one: Copied (server-side copy) 2025/01/15 03:44:16 INFO : one: Deleted 2025/01/15 03:44:16 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/01/15 03:44:16 INFO : one: Copied (server-side copy) 2025/01/15 03:44:16 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/01/15 03:44:16 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:16 DEBUG : Waiting for deletions to finish 2025/01/15 03:44:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:44:18 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/01/15 03:44:18 INFO : two: Copied (server-side copy) 2025/01/15 03:44:18 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/01/15 03:44:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:44:18 DEBUG : one: Unchanged skipping 2025/01/15 03:44:18 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:18 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:18 DEBUG : Waiting for deletions to finish 2025/01/15 03:44:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:44:18 DEBUG : one: Unchanged skipping 2025/01/15 03:44:18 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:44:18 DEBUG : two: Unchanged skipping 2025/01/15 03:44:18 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:18 DEBUG : Waiting for deletions to finish 2025/01/15 03:44:18 INFO : There was nothing to transfer 2025/01/15 03:44:19 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/01/15 03:44:19 DEBUG : three: Destination not found in --copy-dest 2025/01/15 03:44:19 DEBUG : three: Need to transfer - File not found at Destination 2025/01/15 03:44:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:44:19 DEBUG : one: Unchanged skipping 2025/01/15 03:44:19 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/15 03:44:19 DEBUG : two: Unchanged skipping 2025/01/15 03:44:19 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:19 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:20 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/01/15 03:44:20 INFO : three: Copied (new) 2025/01/15 03:44:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.44s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:44:24 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/dst" 2025/01/15 03:44:24 DEBUG : Config file has changed externally - reloading 2025/01/15 03:44:25 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/backup" 2025/01/15 03:44:27 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/15 03:44:27 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:44:27 DEBUG : two: Unchanged skipping 2025/01/15 03:44:27 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:28 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/15 03:44:28 INFO : one: Copied (server-side copy) 2025/01/15 03:44:28 INFO : one: Deleted 2025/01/15 03:44:28 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:29 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:44:29 INFO : one: Copied (new) 2025/01/15 03:44:29 DEBUG : Waiting for deletions to finish 2025/01/15 03:44:29 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/15 03:44:29 INFO : three.txt: Copied (server-side copy) 2025/01/15 03:44:29 INFO : three.txt: Deleted 2025/01/15 03:44:29 INFO : three.txt: Moved into backup dir 2025/01/15 03:44:31 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/15 03:44:31 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:44:31 DEBUG : two: Unchanged skipping 2025/01/15 03:44:31 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:32 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:44:32 INFO : one: Copied (server-side copy) 2025/01/15 03:44:32 INFO : one: Deleted 2025/01/15 03:44:32 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:32 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/15 03:44:32 INFO : one: Copied (new) 2025/01/15 03:44:32 DEBUG : Waiting for deletions to finish 2025/01/15 03:44:33 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/15 03:44:33 INFO : three.txt: Copied (server-side copy) 2025/01/15 03:44:33 INFO : three.txt: Deleted 2025/01/15 03:44:33 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (12.57s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:44:37 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/dst" 2025/01/15 03:44:38 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/backup" 2025/01/15 03:44:40 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/15 03:44:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:44:40 DEBUG : two: Unchanged skipping 2025/01/15 03:44:40 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:41 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/15 03:44:41 INFO : one: Copied (server-side copy) to: one.bak 2025/01/15 03:44:41 INFO : one: Deleted 2025/01/15 03:44:41 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:42 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:44:42 INFO : one: Copied (new) 2025/01/15 03:44:42 DEBUG : Waiting for deletions to finish 2025/01/15 03:44:42 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/15 03:44:42 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/15 03:44:42 INFO : three.txt: Deleted 2025/01/15 03:44:42 INFO : three.txt: Moved into backup dir 2025/01/15 03:44:44 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/15 03:44:44 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:44:44 DEBUG : two: Unchanged skipping 2025/01/15 03:44:44 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:45 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:44:45 INFO : one: Copied (server-side copy) to: one.bak 2025/01/15 03:44:45 INFO : one: Deleted 2025/01/15 03:44:45 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:45 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/15 03:44:45 INFO : one: Copied (new) 2025/01/15 03:44:45 DEBUG : Waiting for deletions to finish 2025/01/15 03:44:46 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/15 03:44:46 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/15 03:44:46 INFO : three.txt: Deleted 2025/01/15 03:44:46 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (12.65s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:44:49 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/dst" 2025/01/15 03:44:50 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/backup" 2025/01/15 03:44:52 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/15 03:44:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:44:52 DEBUG : two: Unchanged skipping 2025/01/15 03:44:52 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:53 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/15 03:44:53 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/01/15 03:44:53 INFO : one: Deleted 2025/01/15 03:44:53 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:54 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:44:54 INFO : one: Copied (new) 2025/01/15 03:44:54 DEBUG : Waiting for deletions to finish 2025/01/15 03:44:54 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/15 03:44:54 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/01/15 03:44:55 INFO : three.txt: Deleted 2025/01/15 03:44:55 INFO : three.txt: Moved into backup dir 2025/01/15 03:44:56 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/15 03:44:56 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:44:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:44:56 DEBUG : two: Unchanged skipping 2025/01/15 03:44:56 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:44:56 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/01/15 03:44:57 INFO : one: Deleted 2025/01/15 03:44:57 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:44:57 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/15 03:44:57 INFO : one: Copied (new) 2025/01/15 03:44:57 DEBUG : Waiting for deletions to finish 2025/01/15 03:44:58 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/15 03:44:58 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/01/15 03:44:58 INFO : three.txt: Deleted 2025/01/15 03:44:58 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (12.03s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:45:01 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/dst" 2025/01/15 03:45:03 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/15 03:45:03 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:45:03 DEBUG : two: Unchanged skipping 2025/01/15 03:45:03 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:45:09 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/15 03:45:09 INFO : one: Copied (server-side copy) to: one.bak 2025/01/15 03:45:09 INFO : one: Deleted 2025/01/15 03:45:09 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:45:10 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:45:10 INFO : one: Copied (new) 2025/01/15 03:45:10 DEBUG : Waiting for deletions to finish 2025/01/15 03:45:11 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/15 03:45:11 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/15 03:45:11 INFO : three.txt: Deleted 2025/01/15 03:45:11 INFO : three.txt: Moved into backup dir 2025/01/15 03:45:13 DEBUG : one.bak: Excluded (Path Filter) 2025/01/15 03:45:13 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/01/15 03:45:13 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/15 03:45:13 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for checks to finish 2025/01/15 03:45:13 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:45:13 DEBUG : two: Unchanged skipping 2025/01/15 03:45:13 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:45:13 INFO : one: Copied (server-side copy) to: one.bak 2025/01/15 03:45:13 INFO : one: Deleted 2025/01/15 03:45:13 DEBUG : B2 bucket rclone-test-goyuruy7gaxe path dst: Waiting for transfers to finish 2025/01/15 03:45:14 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/15 03:45:14 INFO : one: Copied (new) 2025/01/15 03:45:14 DEBUG : Waiting for deletions to finish 2025/01/15 03:45:14 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/15 03:45:14 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/15 03:45:15 INFO : three.txt: Deleted 2025/01/15 03:45:15 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (16.89s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:45:18 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/dst" 2025/01/15 03:45:19 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/15 03:45:21 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/15 03:45:21 INFO : one: Copied (server-side copy) to: one.bak 2025/01/15 03:45:21 INFO : one: Deleted 2025/01/15 03:45:22 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:45:22 INFO : one: Copied (new) 2025/01/15 03:45:22 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:45:22 DEBUG : two: Unchanged skipping 2025/01/15 03:45:22 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/01/15 03:45:22 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/15 03:45:22 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/15 03:45:23 INFO : three.txt: Deleted 2025/01/15 03:45:23 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/15 03:45:23 INFO : three.txt: Copied (new) 2025/01/15 03:45:24 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/15 03:45:24 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:45:24 INFO : one: Copied (server-side copy) to: one.bak 2025/01/15 03:45:24 INFO : one: Deleted 2025/01/15 03:45:25 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/15 03:45:25 INFO : one: Copied (new) 2025/01/15 03:45:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:45:25 DEBUG : two: Unchanged skipping 2025/01/15 03:45:25 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/01/15 03:45:25 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/15 03:45:25 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/15 03:45:26 INFO : three.txt: Deleted 2025/01/15 03:45:26 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/01/15 03:45:26 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (11.50s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:45:30 DEBUG : Creating backend with remote "TestB2:rclone-test-goyuruy7gaxe/dst" 2025/01/15 03:45:31 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/15 03:45:32 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/15 03:45:32 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/01/15 03:45:32 INFO : one: Deleted 2025/01/15 03:45:33 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:45:33 INFO : one: Copied (new) 2025/01/15 03:45:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:45:33 DEBUG : two: Unchanged skipping 2025/01/15 03:45:34 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/01/15 03:45:34 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/15 03:45:34 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/01/15 03:45:34 INFO : three.txt: Deleted 2025/01/15 03:45:35 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/15 03:45:35 INFO : three.txt: Copied (new) 2025/01/15 03:45:36 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/15 03:45:36 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/15 03:45:36 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/01/15 03:45:36 INFO : one: Deleted 2025/01/15 03:45:37 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/15 03:45:37 INFO : one: Copied (new) 2025/01/15 03:45:37 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:45:37 DEBUG : two: Unchanged skipping 2025/01/15 03:45:37 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/01/15 03:45:38 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/15 03:45:38 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/01/15 03:45:38 INFO : three.txt: Deleted 2025/01/15 03:45:38 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/01/15 03:45:38 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (12.11s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:45:41 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/01/15 03:45:41 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:45:41 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:45:41 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/01/15 03:45:41 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/01/15 03:45:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.45s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:45:42 DEBUG : existing: Need to transfer - File not found at Destination 2025/01/15 03:45:42 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:45:42 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:45:43 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/01/15 03:45:43 INFO : existing: Copied (new) 2025/01/15 03:45:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:45:44 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/01/15 03:45:44 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:45:44 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/01/15 03:45:44 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:45:44 ERROR : B2 bucket rclone-test-goyuruy7gaxe: not deleting files as there were IO errors 2025/01/15 03:45:44 ERROR : B2 bucket rclone-test-goyuruy7gaxe: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncImmutable (3.11s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:45:46 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:45:46 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:45:46 DEBUG : existing: Unchanged skipping 2025/01/15 03:45:46 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:45:46 DEBUG : Waiting for deletions to finish 2025/01/15 03:45:46 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.50s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", 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-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.14s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:46:02 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:46:02 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both1: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both12: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both13: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both14: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both15: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both16: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both0: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both18: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both19: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both2: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both3: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both4: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both5: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both6: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both7: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both8: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:02 DEBUG : both9: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both10: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both11: Unchanged skipping 2025/01/15 03:46:02 DEBUG : both17: Unchanged skipping 2025/01/15 03:46:02 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:46:02 DEBUG : Waiting for deletions to finish 2025/01/15 03:46:02 INFO : only6: Deleted 2025/01/15 03:46:02 INFO : only16: Deleted 2025/01/15 03:46:02 INFO : only0: Deleted 2025/01/15 03:46:02 INFO : only1: Deleted 2025/01/15 03:46:02 INFO : only4: Deleted 2025/01/15 03:46:02 INFO : only12: Deleted 2025/01/15 03:46:02 INFO : only13: Deleted 2025/01/15 03:46:02 INFO : only14: Deleted 2025/01/15 03:46:02 INFO : only17: Deleted 2025/01/15 03:46:02 INFO : only19: Deleted 2025/01/15 03:46:03 INFO : only9: Deleted 2025/01/15 03:46:03 INFO : only7: Deleted 2025/01/15 03:46:03 INFO : only11: Deleted 2025/01/15 03:46:03 INFO : only8: Deleted 2025/01/15 03:46:03 INFO : only10: Deleted 2025/01/15 03:46:03 INFO : only15: Deleted 2025/01/15 03:46:03 INFO : only18: Deleted 2025/01/15 03:46:03 INFO : only2: Deleted 2025/01/15 03:46:03 INFO : only3: Deleted 2025/01/15 03:46:03 INFO : only5: Deleted 2025/01/15 03:46:03 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (19.63s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:46:21 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for checks to finish 2025/01/15 03:46:21 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both0: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both1: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both10: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both11: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both15: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both16: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both17: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both18: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both19: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both2: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both3: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both12: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both13: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both6: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both7: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both8: Unchanged skipping 2025/01/15 03:46:21 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/15 03:46:21 DEBUG : both14: Unchanged skipping 2025/01/15 03:46:21 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : both4: Unchanged skipping 2025/01/15 03:46:21 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : both5: Unchanged skipping 2025/01/15 03:46:21 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : both9: Unchanged skipping 2025/01/15 03:46:21 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/01/15 03:46:21 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Waiting for transfers to finish 2025/01/15 03:46:22 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only1: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only0: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only11: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only14: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only13: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only15: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only17: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only18: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only2: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only12: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only3: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only4: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only10: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only6: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only7: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only8: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only9: Copied (replaced existing) 2025/01/15 03:46:22 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:22 INFO : only16: Copied (replaced existing) 2025/01/15 03:46:23 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:23 INFO : only19: Copied (replaced existing) 2025/01/15 03:46:23 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/15 03:46:23 INFO : only5: Copied (replaced existing) 2025/01/15 03:46:23 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (23.33s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:46:31 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/15 03:46:31 INFO : sub dir: Making directory 2025/01/15 03:46:31 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (2.98s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" 2025/01/15 03:46:34 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/15 03:46:34 INFO : sub dir: Making directory 2025/01/15 03:46:34 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-goyuruy7gaxe", Local "Local file system at /tmp/rclone1265811625", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.11s) PASS 2025/01/15 03:46:37 DEBUG : B2 bucket rclone-test-goyuruy7gaxe: Purge remote 2025/01/15 03:46:37 INFO : B2 bucket rclone-test-goyuruy7gaxe: cleaning bucket "rclone-test-goyuruy7gaxe" of all files 2025/01/15 03:46:38 DEBUG : BackupDir/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c856b_d20250115_m034420_c001_v7007000_t0000_u01736912660875") 2025/01/15 03:46:38 DEBUG : BackupDir/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11939727ebb412d8_d20250115_m034415_c001_v0001182_t0046_u01736912655899") 2025/01/15 03:46:38 DEBUG : CompareDest/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac280_d20250115_m034357_c001_v7007000_t0000_u01736912637040") 2025/01/15 03:46:38 DEBUG : CompareDest/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc4c7_d20250115_m034350_c001_v0001098_t0042_u01736912630865") 2025/01/15 03:46:38 DEBUG : CompareDest/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac281_d20250115_m034357_c001_v7007000_t0000_u01736912637221") 2025/01/15 03:46:38 DEBUG : CompareDest/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266d83e_d20250115_m034352_c001_v0001183_t0032_u01736912632290") 2025/01/15 03:46:38 DEBUG : CopyDest/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c856c_d20250115_m034421_c001_v7007000_t0000_u01736912661073") 2025/01/15 03:46:38 DEBUG : CopyDest/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c827ec_d20250115_m034412_c001_v0001134_t0029_u01736912652878") 2025/01/15 03:46:38 DEBUG : CopyDest/three: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c856d_d20250115_m034421_c001_v7007000_t0000_u01736912661256") 2025/01/15 03:46:38 DEBUG : CopyDest/three: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266dbab_d20250115_m034419_c001_v0001183_t0027_u01736912659161") 2025/01/15 03:46:38 DEBUG : CopyDest/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c856e_d20250115_m034421_c001_v7007000_t0000_u01736912661438") 2025/01/15 03:46:39 DEBUG : CopyDest/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc510_d20250115_m034417_c001_v0001098_t0057_u01736912657141") 2025/01/15 03:46:39 DEBUG : EXISTING: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac3f9_d20250115_m034546_c001_v7007000_t0000_u01736912746802") 2025/01/15 03:46:39 DEBUG : EXISTING: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc60e_d20250115_m034545_c001_v0001098_t0025_u01736912745672") 2025/01/15 03:46:39 DEBUG : Testêé: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac3db_d20250115_m034542_c001_v7007000_t0000_u01736912742186") 2025/01/15 03:46:39 DEBUG : Testêé: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e449_d20250115_m034541_c001_v0001183_t0014_u01736912741608") 2025/01/15 03:46:39 DEBUG : Testêé: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc604_d20250115_m034540_c001_v0001098_t0025_u01736912740467") 2025/01/15 03:46:39 DEBUG : a/potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac149_d20250115_m034140_c001_v7007000_t0000_u01736912500524") 2025/01/15 03:46:39 DEBUG : a/potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826f9_d20250115_m034139_c001_v0001134_t0024_u01736912499873") 2025/01/15 03:46:39 DEBUG : a/potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac140_d20250115_m034137_c001_v7007000_t0000_u01736912497947") 2025/01/15 03:46:39 DEBUG : a/potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826f1_d20250115_m034137_c001_v0001134_t0003_u01736912497032") 2025/01/15 03:46:39 DEBUG : a/potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac0ea_d20250115_m034115_c001_v7007000_t0000_u01736912475926") 2025/01/15 03:46:39 DEBUG : a/potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826ab_d20250115_m034115_c001_v0001134_t0027_u01736912475062") 2025/01/15 03:46:39 DEBUG : b/potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac14c_d20250115_m034140_c001_v7007000_t0000_u01736912500707") 2025/01/15 03:46:39 DEBUG : b/potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826f5_d20250115_m034138_c001_v0001134_t0048_u01736912498858") 2025/01/15 03:46:39 DEBUG : b/potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac13f_d20250115_m034137_c001_v7007000_t0000_u01736912497399") 2025/01/15 03:46:39 DEBUG : b/potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826eb_d20250115_m034135_c001_v0001134_t0006_u01736912495661") 2025/01/15 03:46:39 DEBUG : b/potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac0e8_d20250115_m034115_c001_v7007000_t0000_u01736912475380") 2025/01/15 03:46:39 DEBUG : b/potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8269f_d20250115_m034114_c001_v0001134_t0041_u01736912474013") 2025/01/15 03:46:39 DEBUG : backup/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c8575_d20250115_m034434_c001_v7007000_t0000_u01736912674003") 2025/01/15 03:46:39 DEBUG : backup/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1133b8d885507222_d20250115_m034431_c001_v0001183_t0003_u01736912671941") 2025/01/15 03:46:39 DEBUG : backup/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f107d323736dc7ab4_d20250115_m034428_c001_v0001183_t0039_u01736912668272") 2025/01/15 03:46:39 DEBUG : backup/one-2019-01-01: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41099105f5903672_d20250115_m034458_c001_v7007000_t0000_u01736912698676") 2025/01/15 03:46:39 DEBUG : backup/one-2019-01-01: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11853f50c19c2761_d20250115_m034456_c001_v0001184_t0056_u01736912696866") 2025/01/15 03:46:40 DEBUG : backup/one-2019-01-01: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f103bacb2aef549c3_d20250115_m034453_c001_v0001182_t0013_u01736912693417") 2025/01/15 03:46:40 DEBUG : backup/one.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f418b9a93d7225ed9_d20250115_m034446_c001_v7007000_t0000_u01736912686657") 2025/01/15 03:46:40 DEBUG : backup/one.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11532f6bf23f4af4_d20250115_m034445_c001_v0001184_t0036_u01736912685009") 2025/01/15 03:46:40 DEBUG : backup/one.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f100f727de18cff37_d20250115_m034441_c001_v0001172_t0041_u01736912681298") 2025/01/15 03:46:40 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41099105f5903673_d20250115_m034458_c001_v7007000_t0000_u01736912698864") 2025/01/15 03:46:40 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f102664325593a0af_d20250115_m034457_c001_v0001104_t0020_u01736912697680") 2025/01/15 03:46:40 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f106166d00143f4e3_d20250115_m034454_c001_v0001184_t0007_u01736912694773") 2025/01/15 03:46:40 DEBUG : backup/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c8576_d20250115_m034434_c001_v7007000_t0000_u01736912674187") 2025/01/15 03:46:40 DEBUG : backup/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1153d977a714801f_d20250115_m034432_c001_v0001109_t0020_u01736912672977") 2025/01/15 03:46:40 DEBUG : backup/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f107d323736dc7ace_d20250115_m034429_c001_v0001183_t0005_u01736912669610") 2025/01/15 03:46:40 DEBUG : backup/three.txt.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f418b9a93d7225edb_d20250115_m034446_c001_v7007000_t0000_u01736912686840") 2025/01/15 03:46:40 DEBUG : backup/three.txt.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f108c495556abd3f0_d20250115_m034445_c001_v0001101_t0046_u01736912685801") 2025/01/15 03:46:40 DEBUG : backup/three.txt.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11532f6bf23f4a8c_d20250115_m034442_c001_v0001184_t0022_u01736912682687") 2025/01/15 03:46:40 DEBUG : both0: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7600d_d20250115_m034623_c001_v7007000_t0000_u01736912783675") 2025/01/15 03:46:40 DEBUG : both0: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82894_d20250115_m034608_c001_v0001134_t0039_u01736912768680") 2025/01/15 03:46:40 DEBUG : both0: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac449_d20250115_m034604_c001_v7007000_t0000_u01736912764032") 2025/01/15 03:46:40 DEBUG : both0: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e4fb_d20250115_m034549_c001_v0001183_t0023_u01736912749053") 2025/01/15 03:46:40 DEBUG : both1: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7600e_d20250115_m034623_c001_v7007000_t0000_u01736912783864") 2025/01/15 03:46:40 DEBUG : both1: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e712_d20250115_m034609_c001_v0001183_t0023_u01736912769965") 2025/01/15 03:46:40 DEBUG : both1: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac44a_d20250115_m034604_c001_v7007000_t0000_u01736912764214") 2025/01/15 03:46:40 DEBUG : both1: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc614_d20250115_m034549_c001_v0001098_t0035_u01736912749911") 2025/01/15 03:46:41 DEBUG : both10: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7600f_d20250115_m034624_c001_v7007000_t0000_u01736912784049") 2025/01/15 03:46:41 DEBUG : both10: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e7be_d20250115_m034615_c001_v0001183_t0039_u01736912775483") 2025/01/15 03:46:41 DEBUG : both10: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac44c_d20250115_m034604_c001_v7007000_t0000_u01736912764397") 2025/01/15 03:46:41 DEBUG : both10: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc620_d20250115_m034555_c001_v0001098_t0036_u01736912755643") 2025/01/15 03:46:41 DEBUG : both11: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76010_d20250115_m034624_c001_v7007000_t0000_u01736912784233") 2025/01/15 03:46:41 DEBUG : both11: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc650_d20250115_m034616_c001_v0001098_t0036_u01736912776002") 2025/01/15 03:46:41 DEBUG : both11: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac44e_d20250115_m034604_c001_v7007000_t0000_u01736912764580") 2025/01/15 03:46:41 DEBUG : both11: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8287c_d20250115_m034556_c001_v0001134_t0055_u01736912756293") 2025/01/15 03:46:41 DEBUG : both12: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76011_d20250115_m034624_c001_v7007000_t0000_u01736912784417") 2025/01/15 03:46:41 DEBUG : both12: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828b2_d20250115_m034616_c001_v0001134_t0054_u01736912776556") 2025/01/15 03:46:41 DEBUG : both12: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac451_d20250115_m034604_c001_v7007000_t0000_u01736912764764") 2025/01/15 03:46:41 DEBUG : both12: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e5b0_d20250115_m034556_c001_v0001183_t0025_u01736912756892") 2025/01/15 03:46:41 DEBUG : both13: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76012_d20250115_m034624_c001_v7007000_t0000_u01736912784605") 2025/01/15 03:46:41 DEBUG : both13: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e7ea_d20250115_m034617_c001_v0001183_t0051_u01736912777443") 2025/01/15 03:46:41 DEBUG : both13: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac453_d20250115_m034604_c001_v7007000_t0000_u01736912764950") 2025/01/15 03:46:41 DEBUG : both13: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc628_d20250115_m034557_c001_v0001098_t0041_u01736912757362") 2025/01/15 03:46:41 DEBUG : both14: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76013_d20250115_m034624_c001_v7007000_t0000_u01736912784790") 2025/01/15 03:46:41 DEBUG : both14: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc662_d20250115_m034617_c001_v0001098_t0056_u01736912777914") 2025/01/15 03:46:41 DEBUG : both14: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac455_d20250115_m034605_c001_v7007000_t0000_u01736912765133") 2025/01/15 03:46:41 DEBUG : both14: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82880_d20250115_m034557_c001_v0001134_t0025_u01736912757863") 2025/01/15 03:46:42 DEBUG : both15: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76014_d20250115_m034624_c001_v7007000_t0000_u01736912784974") 2025/01/15 03:46:42 DEBUG : both15: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828b6_d20250115_m034618_c001_v0001134_t0031_u01736912778403") 2025/01/15 03:46:42 DEBUG : both15: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac456_d20250115_m034605_c001_v7007000_t0000_u01736912765320") 2025/01/15 03:46:42 DEBUG : both15: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e5df_d20250115_m034558_c001_v0001183_t0014_u01736912758454") 2025/01/15 03:46:42 DEBUG : both16: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76015_d20250115_m034625_c001_v7007000_t0000_u01736912785157") 2025/01/15 03:46:42 DEBUG : both16: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e818_d20250115_m034619_c001_v0001183_t0043_u01736912779106") 2025/01/15 03:46:42 DEBUG : both16: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac458_d20250115_m034605_c001_v7007000_t0000_u01736912765519") 2025/01/15 03:46:42 DEBUG : both16: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc630_d20250115_m034558_c001_v0001098_t0014_u01736912758955") 2025/01/15 03:46:42 DEBUG : both17: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76016_d20250115_m034625_c001_v7007000_t0000_u01736912785349") 2025/01/15 03:46:42 DEBUG : both17: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc666_d20250115_m034619_c001_v0001098_t0027_u01736912779595") 2025/01/15 03:46:42 DEBUG : both17: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac45d_d20250115_m034605_c001_v7007000_t0000_u01736912765706") 2025/01/15 03:46:42 DEBUG : both17: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82886_d20250115_m034559_c001_v0001134_t0053_u01736912759482") 2025/01/15 03:46:42 DEBUG : both18: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76018_d20250115_m034625_c001_v7007000_t0000_u01736912785533") 2025/01/15 03:46:42 DEBUG : both18: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828ba_d20250115_m034620_c001_v0001134_t0017_u01736912780164") 2025/01/15 03:46:42 DEBUG : both18: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac45f_d20250115_m034605_c001_v7007000_t0000_u01736912765890") 2025/01/15 03:46:42 DEBUG : both18: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e618_d20250115_m034600_c001_v0001183_t0036_u01736912760196") 2025/01/15 03:46:42 DEBUG : both19: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76019_d20250115_m034625_c001_v7007000_t0000_u01736912785718") 2025/01/15 03:46:42 DEBUG : both19: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e85d_d20250115_m034620_c001_v0001183_t0029_u01736912780837") 2025/01/15 03:46:42 DEBUG : both19: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac461_d20250115_m034606_c001_v7007000_t0000_u01736912766073") 2025/01/15 03:46:42 DEBUG : both19: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc636_d20250115_m034600_c001_v0001098_t0045_u01736912760738") 2025/01/15 03:46:43 DEBUG : both2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7601a_d20250115_m034625_c001_v7007000_t0000_u01736912785902") 2025/01/15 03:46:43 DEBUG : both2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc644_d20250115_m034610_c001_v0001098_t0047_u01736912770495") 2025/01/15 03:46:43 DEBUG : both2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac462_d20250115_m034606_c001_v7007000_t0000_u01736912766256") 2025/01/15 03:46:43 DEBUG : both2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8286c_d20250115_m034550_c001_v0001134_t0043_u01736912750534") 2025/01/15 03:46:43 DEBUG : both3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7601b_d20250115_m034626_c001_v7007000_t0000_u01736912786086") 2025/01/15 03:46:43 DEBUG : both3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8289c_d20250115_m034611_c001_v0001134_t0022_u01736912771093") 2025/01/15 03:46:43 DEBUG : both3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac464_d20250115_m034606_c001_v7007000_t0000_u01736912766439") 2025/01/15 03:46:43 DEBUG : both3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e521_d20250115_m034551_c001_v0001183_t0023_u01736912751270") 2025/01/15 03:46:43 DEBUG : both4: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7601c_d20250115_m034626_c001_v7007000_t0000_u01736912786272") 2025/01/15 03:46:43 DEBUG : both4: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e74e_d20250115_m034611_c001_v0001183_t0037_u01736912771957") 2025/01/15 03:46:43 DEBUG : both4: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac465_d20250115_m034606_c001_v7007000_t0000_u01736912766622") 2025/01/15 03:46:43 DEBUG : both4: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc618_d20250115_m034551_c001_v0001098_t0005_u01736912751736") 2025/01/15 03:46:43 DEBUG : both5: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7601e_d20250115_m034626_c001_v7007000_t0000_u01736912786457") 2025/01/15 03:46:43 DEBUG : both5: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc648_d20250115_m034612_c001_v0001098_t0054_u01736912772476") 2025/01/15 03:46:43 DEBUG : both5: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac468_d20250115_m034606_c001_v7007000_t0000_u01736912766804") 2025/01/15 03:46:43 DEBUG : both5: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82872_d20250115_m034552_c001_v0001134_t0045_u01736912752464") 2025/01/15 03:46:43 DEBUG : both6: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7601f_d20250115_m034626_c001_v7007000_t0000_u01736912786643") 2025/01/15 03:46:43 DEBUG : both6: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828a4_d20250115_m034613_c001_v0001134_t0055_u01736912773074") 2025/01/15 03:46:43 DEBUG : both6: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac46a_d20250115_m034606_c001_v7007000_t0000_u01736912766995") 2025/01/15 03:46:43 DEBUG : both6: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e54c_d20250115_m034553_c001_v0001183_t0034_u01736912753392") 2025/01/15 03:46:43 DEBUG : both7: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76020_d20250115_m034626_c001_v7007000_t0000_u01736912786826") 2025/01/15 03:46:44 DEBUG : both7: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e780_d20250115_m034613_c001_v0001183_t0044_u01736912773748") 2025/01/15 03:46:44 DEBUG : both7: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac46b_d20250115_m034607_c001_v7007000_t0000_u01736912767192") 2025/01/15 03:46:44 DEBUG : both7: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc61c_d20250115_m034553_c001_v0001098_t0032_u01736912753919") 2025/01/15 03:46:44 DEBUG : both8: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76021_d20250115_m034627_c001_v7007000_t0000_u01736912787009") 2025/01/15 03:46:44 DEBUG : both8: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc64c_d20250115_m034614_c001_v0001098_t0028_u01736912774223") 2025/01/15 03:46:44 DEBUG : both8: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac46d_d20250115_m034607_c001_v7007000_t0000_u01736912767379") 2025/01/15 03:46:44 DEBUG : both8: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82878_d20250115_m034554_c001_v0001134_t0046_u01736912754429") 2025/01/15 03:46:44 DEBUG : both9: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76022_d20250115_m034627_c001_v7007000_t0000_u01736912787195") 2025/01/15 03:46:44 DEBUG : both9: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828a8_d20250115_m034614_c001_v0001134_t0050_u01736912774753") 2025/01/15 03:46:44 DEBUG : both9: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac46e_d20250115_m034607_c001_v7007000_t0000_u01736912767562") 2025/01/15 03:46:44 DEBUG : both9: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e578_d20250115_m034555_c001_v0001183_t0017_u01736912755113") 2025/01/15 03:46:44 DEBUG : c/non empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac14d_d20250115_m034140_c001_v7007000_t0000_u01736912500888") 2025/01/15 03:46:44 DEBUG : c/non empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826f7_d20250115_m034139_c001_v0001134_t0026_u01736912499161") 2025/01/15 03:46:44 DEBUG : c/non empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac141_d20250115_m034138_c001_v7007000_t0000_u01736912498130") 2025/01/15 03:46:44 DEBUG : c/non empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826ed_d20250115_m034136_c001_v0001134_t0015_u01736912496193") 2025/01/15 03:46:44 DEBUG : c/non empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac0eb_d20250115_m034116_c001_v7007000_t0000_u01736912476107") 2025/01/15 03:46:44 DEBUG : c/non empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826a5_d20250115_m034114_c001_v0001134_t0031_u01736912474339") 2025/01/15 03:46:44 DEBUG : check sum: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4eff8e_d20250115_m034102_c001_v7007000_t0000_u01736912462881") 2025/01/15 03:46:44 DEBUG : check sum: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82685_d20250115_m034101_c001_v0001134_t0042_u01736912461880") 2025/01/15 03:46:44 DEBUG : dest/3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c8563_d20250115_m034406_c001_v7007000_t0000_u01736912646194") 2025/01/15 03:46:44 DEBUG : dest/3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4050ced78ab9552f_d20250115_m034405_c001_v0001144_t0055_u01736912645077") 2025/01/15 03:46:44 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac3c2_d20250115_m034538_c001_v7007000_t0000_u01736912738993") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f105579bd99a28701_d20250115_m034536_c001_v0001146_t0027_u01736912736995") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f0289_d20250115_m034536_c001_v7007000_t0000_u01736912736801") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f105579bd99a286e5_d20250115_m034533_c001_v0001146_t0003_u01736912733584") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f0281_d20250115_m034532_c001_v7007000_t0000_u01736912732863") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc5ea_d20250115_m034528_c001_v0001098_t0051_u01736912728361") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b97d_d20250115_m034526_c001_v7007000_t0000_u01736912726896") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1059b98d90980b5a_d20250115_m034524_c001_v0001182_t0001_u01736912724940") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f0270_d20250115_m034524_c001_v7007000_t0000_u01736912724747") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1059b98d90980b24_d20250115_m034522_c001_v0001182_t0014_u01736912722015") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f0268_d20250115_m034521_c001_v7007000_t0000_u01736912721286") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc5c0_d20250115_m034516_c001_v0001098_t0020_u01736912716865") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b95d_d20250115_m034515_c001_v7007000_t0000_u01736912715517") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11942820294cb179_d20250115_m034513_c001_v0001102_t0048_u01736912713937") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da1780495443_d20250115_m034513_c001_v7007000_t0000_u01736912713746") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11942820294cb171_d20250115_m034510_c001_v0001102_t0059_u01736912710022") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da178049542d_d20250115_m034509_c001_v7007000_t0000_u01736912709291") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82826_d20250115_m034459_c001_v0001134_t0024_u01736912699976") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41099105f5903674_d20250115_m034459_c001_v7007000_t0000_u01736912699055") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f113103fb1b6eb2ab_d20250115_m034457_c001_v0001184_t0047_u01736912697263") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f408469fc246a78a9_d20250115_m034457_c001_v7007000_t0000_u01736912697078") 2025/01/15 03:46:45 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f113103fb1b6eb253_d20250115_m034454_c001_v0001184_t0054_u01736912694362") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f408469fc246a78a2_d20250115_m034453_c001_v7007000_t0000_u01736912693614") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266dea2_d20250115_m034447_c001_v0001183_t0053_u01736912687942") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f418b9a93d7225edc_d20250115_m034447_c001_v7007000_t0000_u01736912687024") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11853f50c19c25b8_d20250115_m034445_c001_v0001184_t0051_u01736912685393") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f01e6_d20250115_m034445_c001_v7007000_t0000_u01736912685204") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11853f50c19c2532_d20250115_m034442_c001_v0001184_t0048_u01736912682294") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f01d3_d20250115_m034441_c001_v7007000_t0000_u01736912681570") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc544_d20250115_m034435_c001_v0001098_t0003_u01736912675289") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c8577_d20250115_m034434_c001_v7007000_t0000_u01736912674373") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f113bbebd3369cc8f_d20250115_m034432_c001_v0001182_t0052_u01736912672564") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f408469fc246a785f_d20250115_m034432_c001_v7007000_t0000_u01736912672375") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f113bbebd3369cc28_d20250115_m034429_c001_v0001182_t0033_u01736912669214") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f408469fc246a7820_d20250115_m034428_c001_v7007000_t0000_u01736912668475") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c827fa_d20250115_m034422_c001_v0001134_t0034_u01736912662720") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c856f_d20250115_m034421_c001_v7007000_t0000_u01736912661624") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1097acb65fbf2e67_d20250115_m034416_c001_v0001182_t0048_u01736912656383") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4067400896345f66_d20250115_m034416_c001_v7007000_t0000_u01736912656114") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266dad3_d20250115_m034412_c001_v0001183_t0046_u01736912652275") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f116f9bb9a1fa3a30_d20250115_m034411_c001_v0001183_t0024_u01736912651531") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f116f9bb9a1fa3a22_d20250115_m034410_c001_v0001183_t0004_u01736912650583") 2025/01/15 03:46:46 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac282_d20250115_m034357_c001_v7007000_t0000_u01736912637402") 2025/01/15 03:46:47 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c827c1_d20250115_m034350_c001_v0001134_t0002_u01736912630018") 2025/01/15 03:46:47 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1196d7973737f6d0_d20250115_m034348_c001_v0001044_t0013_u01736912628952") 2025/01/15 03:46:47 DEBUG : dst/one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1196d7973737f6cc_d20250115_m034347_c001_v0001044_t0055_u01736912627603") 2025/01/15 03:46:47 DEBUG : dst/one-2019-01-01: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac3c3_d20250115_m034539_c001_v7007000_t0000_u01736912739177") 2025/01/15 03:46:47 DEBUG : dst/one-2019-01-01: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f102fedd18cc9ca40_d20250115_m034536_c001_v0001146_t0026_u01736912736496") 2025/01/15 03:46:47 DEBUG : dst/one-2019-01-01: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11055cce1b1839af_d20250115_m034532_c001_v0001184_t0020_u01736912732670") 2025/01/15 03:46:47 DEBUG : dst/one.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b97e_d20250115_m034527_c001_v7007000_t0000_u01736912727079") 2025/01/15 03:46:47 DEBUG : dst/one.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f103eaf2c070acb79_d20250115_m034524_c001_v0001039_t0005_u01736912724319") 2025/01/15 03:46:47 DEBUG : dst/one.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f113bbebd3369d20e_d20250115_m034521_c001_v0001182_t0039_u01736912721087") 2025/01/15 03:46:47 DEBUG : dst/one.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b95e_d20250115_m034515_c001_v7007000_t0000_u01736912715717") 2025/01/15 03:46:47 DEBUG : dst/one.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f112e5f8655159380_d20250115_m034513_c001_v0001043_t0012_u01736912713374") 2025/01/15 03:46:47 DEBUG : dst/one.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f116f9bb9a1fa3f06_d20250115_m034509_c001_v0001183_t0025_u01736912709097") 2025/01/15 03:46:47 DEBUG : dst/three: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c8570_d20250115_m034421_c001_v7007000_t0000_u01736912661808") 2025/01/15 03:46:47 DEBUG : dst/three: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f116f9bb9a1fa3b07_d20250115_m034420_c001_v0001183_t0023_u01736912660286") 2025/01/15 03:46:47 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac3c5_d20250115_m034539_c001_v7007000_t0000_u01736912739360") 2025/01/15 03:46:47 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e3e9_d20250115_m034537_c001_v0001183_t0046_u01736912737899") 2025/01/15 03:46:47 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1044d9f2370ba43c_d20250115_m034534_c001_v0001032_t0047_u01736912734449") 2025/01/15 03:46:47 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac3c8_d20250115_m034539_c001_v7007000_t0000_u01736912739550") 2025/01/15 03:46:47 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f105579bd99a2870d_d20250115_m034538_c001_v0001146_t0001_u01736912738295") 2025/01/15 03:46:47 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f028a_d20250115_m034538_c001_v7007000_t0000_u01736912738102") 2025/01/15 03:46:47 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f105579bd99a286ed_d20250115_m034534_c001_v0001146_t0006_u01736912734944") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f0284_d20250115_m034534_c001_v7007000_t0000_u01736912734760") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82852_d20250115_m034529_c001_v0001134_t0055_u01736912729615") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b97f_d20250115_m034527_c001_v7007000_t0000_u01736912727260") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1059b98d90980b85_d20250115_m034526_c001_v0001182_t0022_u01736912726235") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f0276_d20250115_m034526_c001_v7007000_t0000_u01736912726044") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1059b98d90980b42_d20250115_m034523_c001_v0001182_t0024_u01736912723220") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f026d_d20250115_m034523_c001_v7007000_t0000_u01736912723029") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8283e_d20250115_m034518_c001_v0001134_t0012_u01736912718301") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da1780495448_d20250115_m034514_c001_v7007000_t0000_u01736912714960") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8283a_d20250115_m034512_c001_v0001134_t0004_u01736912712392") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da1780495434_d20250115_m034511_c001_v7007000_t0000_u01736912711290") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e034_d20250115_m034500_c001_v0001183_t0052_u01736912700971") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f408469fc246a78ad_d20250115_m034458_c001_v7007000_t0000_u01736912698098") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266dfa9_d20250115_m034456_c001_v0001183_t0027_u01736912696069") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f408469fc246a78a4_d20250115_m034454_c001_v7007000_t0000_u01736912694967") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc564_d20250115_m034448_c001_v0001098_t0003_u01736912688861") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f01eb_d20250115_m034446_c001_v7007000_t0000_u01736912686098") 2025/01/15 03:46:48 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc558_d20250115_m034443_c001_v0001098_t0005_u01736912683990") 2025/01/15 03:46:49 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4f01da_d20250115_m034442_c001_v7007000_t0000_u01736912682892") 2025/01/15 03:46:49 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82810_d20250115_m034436_c001_v0001134_t0044_u01736912676723") 2025/01/15 03:46:49 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f408469fc246a7872_d20250115_m034433_c001_v7007000_t0000_u01736912673438") 2025/01/15 03:46:49 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82802_d20250115_m034430_c001_v0001134_t0037_u01736912670925") 2025/01/15 03:46:49 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f408469fc246a7829_d20250115_m034429_c001_v7007000_t0000_u01736912669810") 2025/01/15 03:46:49 DEBUG : dst/three.txt: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266dc23_d20250115_m034423_c001_v0001183_t0049_u01736912663918") 2025/01/15 03:46:49 DEBUG : dst/three.txt.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b981_d20250115_m034527_c001_v7007000_t0000_u01736912727448") 2025/01/15 03:46:49 DEBUG : dst/three.txt.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f101f52b8c3b7009e_d20250115_m034525_c001_v0001150_t0046_u01736912725722") 2025/01/15 03:46:49 DEBUG : dst/three.txt.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1053f991a12a3e04_d20250115_m034522_c001_v0001183_t0059_u01736912722819") 2025/01/15 03:46:49 DEBUG : dst/three.txt.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b95f_d20250115_m034515_c001_v7007000_t0000_u01736912715899") 2025/01/15 03:46:49 DEBUG : dst/three.txt.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f104b9efe4a19d151_d20250115_m034514_c001_v0001100_t0017_u01736912714657") 2025/01/15 03:46:49 DEBUG : dst/three.txt.bak: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f104f45acec4e2964_d20250115_m034511_c001_v0001184_t0002_u01736912711093") 2025/01/15 03:46:49 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac3ca_d20250115_m034539_c001_v7007000_t0000_u01736912739734") 2025/01/15 03:46:49 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e2ff_d20250115_m034529_c001_v0001183_t0045_u01736912729063") 2025/01/15 03:46:49 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b982_d20250115_m034527_c001_v7007000_t0000_u01736912727633") 2025/01/15 03:46:49 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e1f2_d20250115_m034517_c001_v0001183_t0043_u01736912717740") 2025/01/15 03:46:49 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b962_d20250115_m034516_c001_v7007000_t0000_u01736912716080") 2025/01/15 03:46:49 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc584_d20250115_m034500_c001_v0001098_t0014_u01736912700631") 2025/01/15 03:46:49 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41099105f5903675_d20250115_m034459_c001_v7007000_t0000_u01736912699239") 2025/01/15 03:46:49 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82818_d20250115_m034448_c001_v0001134_t0010_u01736912688516") 2025/01/15 03:46:50 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f418b9a93d7225ede_d20250115_m034447_c001_v7007000_t0000_u01736912687209") 2025/01/15 03:46:50 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266dd9b_d20250115_m034436_c001_v0001183_t0035_u01736912676162") 2025/01/15 03:46:50 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c8578_d20250115_m034434_c001_v7007000_t0000_u01736912674561") 2025/01/15 03:46:50 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc522_d20250115_m034423_c001_v0001098_t0000_u01736912663579") 2025/01/15 03:46:50 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c8571_d20250115_m034421_c001_v7007000_t0000_u01736912661991") 2025/01/15 03:46:50 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1088ceeaf2a3d55b_d20250115_m034418_c001_v0001184_t0058_u01736912658015") 2025/01/15 03:46:50 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac283_d20250115_m034357_c001_v7007000_t0000_u01736912637586") 2025/01/15 03:46:50 DEBUG : dst/two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1196d7973737f6dc_d20250115_m034356_c001_v0001044_t0048_u01736912636364") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da17804951da_d20250115_m034308_c001_v7007000_t0000_u01736912588093") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266d2f7_d20250115_m034301_c001_v0001183_t0053_u01736912581056") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4067400896345e3d_d20250115_m034259_c001_v7007000_t0000_u01736912579067") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266cf48_d20250115_m034239_c001_v0001183_t0046_u01736912559305") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fdd_d20250115_m034225_c001_v7007000_t0000_u01736912545877") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266cce1_d20250115_m034220_c001_v0001183_t0000_u01736912540573") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122728_d20250115_m034155_c001_v7007000_t0000_u01736912515371") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8271d_d20250115_m034153_c001_v0001134_t0017_u01736912513299") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122722_d20250115_m034151_c001_v7007000_t0000_u01736912511577") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82719_d20250115_m034150_c001_v0001134_t0049_u01736912510341") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b412271c_d20250115_m034146_c001_v7007000_t0000_u01736912506700") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82705_d20250115_m034144_c001_v0001134_t0021_u01736912504975") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122718_d20250115_m034143_c001_v7007000_t0000_u01736912503774") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826fd_d20250115_m034142_c001_v0001134_t0026_u01736912502308") 2025/01/15 03:46:50 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac13b_d20250115_m034134_c001_v7007000_t0000_u01736912494752") 2025/01/15 03:46:51 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826db_d20250115_m034133_c001_v0001134_t0041_u01736912493117") 2025/01/15 03:46:51 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac133_d20250115_m034131_c001_v7007000_t0000_u01736912491854") 2025/01/15 03:46:51 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826d5_d20250115_m034130_c001_v0001134_t0037_u01736912490993") 2025/01/15 03:46:51 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac10c_d20250115_m034125_c001_v7007000_t0000_u01736912485162") 2025/01/15 03:46:51 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826bd_d20250115_m034123_c001_v0001134_t0051_u01736912483747") 2025/01/15 03:46:51 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac0f1_d20250115_m034121_c001_v7007000_t0000_u01736912481138") 2025/01/15 03:46:51 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826b5_d20250115_m034120_c001_v0001134_t0031_u01736912480117") 2025/01/15 03:46:51 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac0ee_d20250115_m034119_c001_v7007000_t0000_u01736912479015") 2025/01/15 03:46:51 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f10993361d39028de_d20250115_m034118_c001_v0001183_t0025_u01736912478443") 2025/01/15 03:46:51 DEBUG : empty space: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826b1_d20250115_m034116_c001_v0001134_t0047_u01736912476832") 2025/01/15 03:46:51 DEBUG : enormous: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122726_d20250115_m034154_c001_v7007000_t0000_u01736912514448") 2025/01/15 03:46:51 DEBUG : enormous: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8271f_d20250115_m034153_c001_v0001134_t0044_u01736912513627") 2025/01/15 03:46:51 DEBUG : existing: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac3ed_d20250115_m034544_c001_v7007000_t0000_u01736912744543") 2025/01/15 03:46:51 DEBUG : existing: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82860_d20250115_m034543_c001_v0001134_t0028_u01736912743298") 2025/01/15 03:46:51 DEBUG : existing: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fd2_d20250115_m034218_c001_v7007000_t0000_u01736912538522") 2025/01/15 03:46:51 DEBUG : existing: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82747_d20250115_m034217_c001_v0001134_t0020_u01736912537490") 2025/01/15 03:46:51 DEBUG : existing: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4effa5_d20250115_m034112_c001_v7007000_t0000_u01736912472562") 2025/01/15 03:46:51 DEBUG : existing: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8269b_d20250115_m034111_c001_v0001134_t0037_u01736912471428") 2025/01/15 03:46:51 DEBUG : existing: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4effa3_d20250115_m034110_c001_v7007000_t0000_u01736912470149") 2025/01/15 03:46:51 DEBUG : existing: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82697_d20250115_m034109_c001_v0001134_t0000_u01736912469490") 2025/01/15 03:46:52 DEBUG : existing: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82695_d20250115_m034108_c001_v0001134_t0055_u01736912468679") 2025/01/15 03:46:52 DEBUG : existing-b: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fd3_d20250115_m034218_c001_v7007000_t0000_u01736912538703") 2025/01/15 03:46:52 DEBUG : existing-b: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266cc77_d20250115_m034217_c001_v0001183_t0005_u01736912537501") 2025/01/15 03:46:52 DEBUG : five: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b412272e_d20250115_m034159_c001_v7007000_t0000_u01736912519821") 2025/01/15 03:46:52 DEBUG : five: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4151cb7c33c8272d_d20250115_m034157_c001_v0001134_t0020_u01736912517774") 2025/01/15 03:46:52 DEBUG : foo: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac0f9_d20250115_m034123_c001_v7007000_t0000_u01736912483020") 2025/01/15 03:46:52 DEBUG : foo: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4151cb7c33c826bb_d20250115_m034122_c001_v0001134_t0020_u01736912482442") 2025/01/15 03:46:52 DEBUG : foo: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4151cb7c33c826b9_d20250115_m034121_c001_v0001134_t0020_u01736912481885") 2025/01/15 03:46:52 DEBUG : four: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b412272f_d20250115_m034200_c001_v7007000_t0000_u01736912520008") 2025/01/15 03:46:52 DEBUG : four: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f417f70937f2cc392_d20250115_m034158_c001_v0001098_t0003_u01736912518332") 2025/01/15 03:46:52 DEBUG : four: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8272b_d20250115_m034157_c001_v0001134_t0058_u01736912517130") 2025/01/15 03:46:52 DEBUG : hello world2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac06e_d20250115_m034002_c001_v7007000_t0000_u01736912402934") 2025/01/15 03:46:52 DEBUG : hello world2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82610_d20250115_m034002_c001_v0001134_t0012_u01736912402254") 2025/01/15 03:46:52 DEBUG : ignore-size: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4eff9d_d20250115_m034107_c001_v7007000_t0000_u01736912467503") 2025/01/15 03:46:52 DEBUG : ignore-size: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82693_d20250115_m034106_c001_v0001134_t0044_u01736912466485") 2025/01/15 03:46:52 DEBUG : nested/sub dir/file: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fcf_d20250115_m034216_c001_v7007000_t0000_u01736912536389") 2025/01/15 03:46:52 DEBUG : nested/sub dir/file: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266cc26_d20250115_m034215_c001_v0001183_t0054_u01736912535184") 2025/01/15 03:46:52 DEBUG : nested/sub dir/file: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fca_d20250115_m034214_c001_v7007000_t0000_u01736912534066") 2025/01/15 03:46:52 DEBUG : nested/sub dir/file: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266cbd7_d20250115_m034213_c001_v0001183_t0017_u01736912533057") 2025/01/15 03:46:52 DEBUG : one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122730_d20250115_m034200_c001_v7007000_t0000_u01736912520190") 2025/01/15 03:46:53 DEBUG : one: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4151cb7c33c82725_d20250115_m034156_c001_v0001134_t0020_u01736912516477") 2025/01/15 03:46:53 DEBUG : only0: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76023_d20250115_m034627_c001_v7007000_t0000_u01736912787378") 2025/01/15 03:46:53 DEBUG : only0: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41257d247266e877_d20250115_m034621_c001_v0001183_t0036_u01736912781977") 2025/01/15 03:46:53 DEBUG : only0: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc640_d20250115_m034609_c001_v0001098_t0039_u01736912769318") 2025/01/15 03:46:53 DEBUG : only0: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac43b_d20250115_m034602_c001_v7007000_t0000_u01736912762633") 2025/01/15 03:46:53 DEBUG : only0: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82868_d20250115_m034549_c001_v0001134_t0003_u01736912749613") 2025/01/15 03:46:53 DEBUG : only1: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76024_d20250115_m034627_c001_v7007000_t0000_u01736912787564") 2025/01/15 03:46:53 DEBUG : only1: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f417f70937f2cc66c_d20250115_m034621_c001_v0001098_t0003_u01736912781965") 2025/01/15 03:46:53 DEBUG : only1: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82898_d20250115_m034610_c001_v0001134_t0056_u01736912770185") 2025/01/15 03:46:53 DEBUG : only1: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da17804954e3_d20250115_m034602_c001_v7007000_t0000_u01736912762650") 2025/01/15 03:46:53 DEBUG : only1: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e513_d20250115_m034550_c001_v0001183_t0012_u01736912750331") 2025/01/15 03:46:53 DEBUG : only10: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76025_d20250115_m034627_c001_v7007000_t0000_u01736912787747") 2025/01/15 03:46:53 DEBUG : only10: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4151cb7c33c828c6_d20250115_m034622_c001_v0001134_t0020_u01736912782578") 2025/01/15 03:46:53 DEBUG : only10: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828ae_d20250115_m034615_c001_v0001134_t0030_u01736912775696") 2025/01/15 03:46:53 DEBUG : only10: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da17804954e9_d20250115_m034603_c001_v7007000_t0000_u01736912763206") 2025/01/15 03:46:53 DEBUG : only10: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e598_d20250115_m034556_c001_v0001183_t0031_u01736912756089") 2025/01/15 03:46:53 DEBUG : only11: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76026_d20250115_m034627_c001_v7007000_t0000_u01736912787933") 2025/01/15 03:46:53 DEBUG : only11: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4151cb7c33c828c0_d20250115_m034621_c001_v0001134_t0020_u01736912781988") 2025/01/15 03:46:53 DEBUG : only11: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e7d2_d20250115_m034616_c001_v0001183_t0024_u01736912776363") 2025/01/15 03:46:53 DEBUG : only11: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b9ba_d20250115_m034603_c001_v7007000_t0000_u01736912763036") 2025/01/15 03:46:53 DEBUG : only11: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc626_d20250115_m034556_c001_v0001098_t0028_u01736912756569") 2025/01/15 03:46:53 DEBUG : only12: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76027_d20250115_m034628_c001_v7007000_t0000_u01736912788116") 2025/01/15 03:46:54 DEBUG : only12: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400f82b16ca643a6_d20250115_m034622_c001_v0001184_t0049_u01736912782538") 2025/01/15 03:46:54 DEBUG : only12: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc658_d20250115_m034617_c001_v0001098_t0023_u01736912776905") 2025/01/15 03:46:54 DEBUG : only12: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b9b8_d20250115_m034602_c001_v7007000_t0000_u01736912762661") 2025/01/15 03:46:54 DEBUG : only12: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8287e_d20250115_m034557_c001_v0001134_t0014_u01736912757093") 2025/01/15 03:46:54 DEBUG : only13: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76029_d20250115_m034628_c001_v7007000_t0000_u01736912788300") 2025/01/15 03:46:54 DEBUG : only13: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41257d247266e87c_d20250115_m034622_c001_v0001183_t0036_u01736912782198") 2025/01/15 03:46:54 DEBUG : only13: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828b4_d20250115_m034617_c001_v0001134_t0037_u01736912777638") 2025/01/15 03:46:54 DEBUG : only13: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac43d_d20250115_m034602_c001_v7007000_t0000_u01736912762826") 2025/01/15 03:46:54 DEBUG : only13: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e5cd_d20250115_m034557_c001_v0001183_t0028_u01736912757664") 2025/01/15 03:46:54 DEBUG : only14: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7602a_d20250115_m034628_c001_v7007000_t0000_u01736912788483") 2025/01/15 03:46:54 DEBUG : only14: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f417f70937f2cc66e_d20250115_m034622_c001_v0001098_t0003_u01736912782185") 2025/01/15 03:46:54 DEBUG : only14: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e7f8_d20250115_m034618_c001_v0001183_t0042_u01736912778199") 2025/01/15 03:46:54 DEBUG : only14: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da17804954e7_d20250115_m034602_c001_v7007000_t0000_u01736912762834") 2025/01/15 03:46:54 DEBUG : only14: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc62c_d20250115_m034558_c001_v0001098_t0004_u01736912758134") 2025/01/15 03:46:54 DEBUG : only15: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7602b_d20250115_m034628_c001_v7007000_t0000_u01736912788669") 2025/01/15 03:46:54 DEBUG : only15: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4151cb7c33c828c2_d20250115_m034622_c001_v0001134_t0020_u01736912782209") 2025/01/15 03:46:54 DEBUG : only15: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc664_d20250115_m034618_c001_v0001098_t0012_u01736912778690") 2025/01/15 03:46:54 DEBUG : only15: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac442_d20250115_m034603_c001_v7007000_t0000_u01736912763216") 2025/01/15 03:46:54 DEBUG : only15: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82882_d20250115_m034558_c001_v0001134_t0024_u01736912758653") 2025/01/15 03:46:54 DEBUG : only16: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7602c_d20250115_m034628_c001_v7007000_t0000_u01736912788853") 2025/01/15 03:46:54 DEBUG : only16: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400f82b16ca643b6_d20250115_m034622_c001_v0001184_t0049_u01736912782905") 2025/01/15 03:46:54 DEBUG : only16: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828b8_d20250115_m034619_c001_v0001134_t0016_u01736912779300") 2025/01/15 03:46:55 DEBUG : only16: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b9b7_d20250115_m034602_c001_v7007000_t0000_u01736912762469") 2025/01/15 03:46:55 DEBUG : only16: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e5f5_d20250115_m034559_c001_v0001183_t0059_u01736912759254") 2025/01/15 03:46:55 DEBUG : only17: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7602d_d20250115_m034629_c001_v7007000_t0000_u01736912789037") 2025/01/15 03:46:55 DEBUG : only17: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f417f70937f2cc670_d20250115_m034622_c001_v0001098_t0003_u01736912782370") 2025/01/15 03:46:55 DEBUG : only17: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e830_d20250115_m034619_c001_v0001183_t0045_u01736912779965") 2025/01/15 03:46:55 DEBUG : only17: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b9b9_d20250115_m034602_c001_v7007000_t0000_u01736912762851") 2025/01/15 03:46:55 DEBUG : only17: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc634_d20250115_m034559_c001_v0001098_t0048_u01736912759930") 2025/01/15 03:46:55 DEBUG : only18: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7602f_d20250115_m034629_c001_v7007000_t0000_u01736912789222") 2025/01/15 03:46:55 DEBUG : only18: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41257d247266e881_d20250115_m034622_c001_v0001183_t0036_u01736912782382") 2025/01/15 03:46:55 DEBUG : only18: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc66a_d20250115_m034620_c001_v0001098_t0025_u01736912780530") 2025/01/15 03:46:55 DEBUG : only18: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b9bc_d20250115_m034603_c001_v7007000_t0000_u01736912763227") 2025/01/15 03:46:55 DEBUG : only18: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8288a_d20250115_m034600_c001_v0001134_t0000_u01736912760399") 2025/01/15 03:46:55 DEBUG : only19: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76030_d20250115_m034629_c001_v7007000_t0000_u01736912789406") 2025/01/15 03:46:55 DEBUG : only19: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f417f70937f2cc676_d20250115_m034622_c001_v0001098_t0003_u01736912782922") 2025/01/15 03:46:55 DEBUG : only19: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828be_d20250115_m034621_c001_v0001134_t0046_u01736912781042") 2025/01/15 03:46:55 DEBUG : only19: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40326dab2351f790_d20250115_m034602_c001_v7007000_t0000_u01736912762857") 2025/01/15 03:46:55 DEBUG : only19: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e63a_d20250115_m034601_c001_v0001183_t0045_u01736912761065") 2025/01/15 03:46:55 DEBUG : only2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76031_d20250115_m034629_c001_v7007000_t0000_u01736912789598") 2025/01/15 03:46:55 DEBUG : only2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4151cb7c33c828c4_d20250115_m034622_c001_v0001134_t0020_u01736912782394") 2025/01/15 03:46:55 DEBUG : only2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e72e_d20250115_m034610_c001_v0001183_t0024_u01736912770891") 2025/01/15 03:46:56 DEBUG : only2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40326dab2351f793_d20250115_m034603_c001_v7007000_t0000_u01736912763238") 2025/01/15 03:46:56 DEBUG : only2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc616_d20250115_m034550_c001_v0001098_t0013_u01736912750823") 2025/01/15 03:46:56 DEBUG : only3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76032_d20250115_m034629_c001_v7007000_t0000_u01736912789782") 2025/01/15 03:46:56 DEBUG : only3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f417f70937f2cc672_d20250115_m034622_c001_v0001098_t0003_u01736912782553") 2025/01/15 03:46:56 DEBUG : only3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc646_d20250115_m034611_c001_v0001098_t0005_u01736912771399") 2025/01/15 03:46:56 DEBUG : only3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da17804954eb_d20250115_m034603_c001_v7007000_t0000_u01736912763390") 2025/01/15 03:46:56 DEBUG : only3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8286e_d20250115_m034551_c001_v0001134_t0034_u01736912751464") 2025/01/15 03:46:56 DEBUG : only4: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76033_d20250115_m034629_c001_v7007000_t0000_u01736912789966") 2025/01/15 03:46:56 DEBUG : only4: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41257d247266e887_d20250115_m034622_c001_v0001183_t0036_u01736912782565") 2025/01/15 03:46:56 DEBUG : only4: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828a0_d20250115_m034612_c001_v0001134_t0002_u01736912772157") 2025/01/15 03:46:56 DEBUG : only4: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40326dab2351f78f_d20250115_m034602_c001_v7007000_t0000_u01736912762644") 2025/01/15 03:46:56 DEBUG : only4: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e53b_d20250115_m034552_c001_v0001183_t0015_u01736912752243") 2025/01/15 03:46:56 DEBUG : only5: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76034_d20250115_m034630_c001_v7007000_t0000_u01736912790148") 2025/01/15 03:46:56 DEBUG : only5: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41257d247266e89b_d20250115_m034622_c001_v0001183_t0036_u01736912782934") 2025/01/15 03:46:56 DEBUG : only5: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e762_d20250115_m034612_c001_v0001183_t0026_u01736912772857") 2025/01/15 03:46:56 DEBUG : only5: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac444_d20250115_m034603_c001_v7007000_t0000_u01736912763402") 2025/01/15 03:46:56 DEBUG : only5: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc61a_d20250115_m034552_c001_v0001098_t0036_u01736912752855") 2025/01/15 03:46:56 DEBUG : only6: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76035_d20250115_m034630_c001_v7007000_t0000_u01736912790332") 2025/01/15 03:46:56 DEBUG : only6: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400f82b16ca643ac_d20250115_m034622_c001_v0001184_t0049_u01736912782723") 2025/01/15 03:46:56 DEBUG : only6: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc64a_d20250115_m034613_c001_v0001098_t0027_u01736912773382") 2025/01/15 03:46:56 DEBUG : only6: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f400e399eebe6b9b6_d20250115_m034602_c001_v7007000_t0000_u01736912762284") 2025/01/15 03:46:56 DEBUG : only6: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82874_d20250115_m034553_c001_v0001134_t0023_u01736912753598") 2025/01/15 03:46:57 DEBUG : only7: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76036_d20250115_m034630_c001_v7007000_t0000_u01736912790516") 2025/01/15 03:46:57 DEBUG : only7: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f417f70937f2cc674_d20250115_m034622_c001_v0001098_t0003_u01736912782737") 2025/01/15 03:46:57 DEBUG : only7: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828a6_d20250115_m034613_c001_v0001134_t0035_u01736912773952") 2025/01/15 03:46:57 DEBUG : only7: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac43f_d20250115_m034603_c001_v7007000_t0000_u01736912763023") 2025/01/15 03:46:57 DEBUG : only7: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e556_d20250115_m034554_c001_v0001183_t0035_u01736912754217") 2025/01/15 03:46:57 DEBUG : only8: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76038_d20250115_m034630_c001_v7007000_t0000_u01736912790699") 2025/01/15 03:46:57 DEBUG : only8: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41257d247266e88b_d20250115_m034622_c001_v0001183_t0036_u01736912782750") 2025/01/15 03:46:57 DEBUG : only8: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e7a4_d20250115_m034614_c001_v0001183_t0016_u01736912774558") 2025/01/15 03:46:57 DEBUG : only8: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40326dab2351f791_d20250115_m034603_c001_v7007000_t0000_u01736912763051") 2025/01/15 03:46:57 DEBUG : only8: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc61e_d20250115_m034554_c001_v0001098_t0029_u01736912754729") 2025/01/15 03:46:57 DEBUG : only9: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76039_d20250115_m034630_c001_v7007000_t0000_u01736912790884") 2025/01/15 03:46:57 DEBUG : only9: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4151cb7c33c828c8_d20250115_m034622_c001_v0001134_t0020_u01736912782764") 2025/01/15 03:46:57 DEBUG : only9: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc64e_d20250115_m034615_c001_v0001098_t0045_u01736912775110") 2025/01/15 03:46:57 DEBUG : only9: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da17804954e8_d20250115_m034603_c001_v7007000_t0000_u01736912763019") 2025/01/15 03:46:57 DEBUG : only9: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8287a_d20250115_m034555_c001_v0001134_t0040_u01736912755337") 2025/01/15 03:46:57 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fc3_d20250115_m034211_c001_v7007000_t0000_u01736912531203") 2025/01/15 03:46:57 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266cb2b_d20250115_m034209_c001_v0001183_t0005_u01736912529114") 2025/01/15 03:46:57 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b412273d_d20250115_m034207_c001_v7007000_t0000_u01736912527267") 2025/01/15 03:46:57 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82735_d20250115_m034205_c001_v0001134_t0045_u01736912525429") 2025/01/15 03:46:57 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122739_d20250115_m034203_c001_v7007000_t0000_u01736912523592") 2025/01/15 03:46:57 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc3a2_d20250115_m034201_c001_v0001098_t0018_u01736912521139") 2025/01/15 03:46:57 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b412271f_d20250115_m034149_c001_v7007000_t0000_u01736912509136") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82711_d20250115_m034147_c001_v0001134_t0035_u01736912507613") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b412271b_d20250115_m034145_c001_v7007000_t0000_u01736912505658") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82703_d20250115_m034144_c001_v0001134_t0020_u01736912504690") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122717_d20250115_m034143_c001_v7007000_t0000_u01736912503058") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826fb_d20250115_m034141_c001_v0001134_t0039_u01736912501998") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac13a_d20250115_m034134_c001_v7007000_t0000_u01736912494189") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826d7_d20250115_m034132_c001_v0001134_t0026_u01736912492767") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac136_d20250115_m034132_c001_v7007000_t0000_u01736912492039") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826d3_d20250115_m034130_c001_v0001134_t0001_u01736912490669") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac12d_d20250115_m034129_c001_v7007000_t0000_u01736912489893") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826cd_d20250115_m034129_c001_v0001134_t0019_u01736912489036") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826c9_d20250115_m034128_c001_v0001134_t0039_u01736912488193") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac125_d20250115_m034127_c001_v7007000_t0000_u01736912487468") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826c7_d20250115_m034126_c001_v0001134_t0018_u01736912486781") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826c5_d20250115_m034126_c001_v0001134_t0014_u01736912486073") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac10d_d20250115_m034125_c001_v7007000_t0000_u01736912485345") 2025/01/15 03:46:58 DEBUG : potato: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826c1_d20250115_m034124_c001_v0001134_t0010_u01736912484467") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f418b9a93d7225d6d_d20250115_m034324_c001_v7007000_t0000_u01736912604649") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc485_d20250115_m034323_c001_v0001098_t0012_u01736912603818") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da17804951db_d20250115_m034308_c001_v7007000_t0000_u01736912588334") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc44b_d20250115_m034300_c001_v0001098_t0021_u01736912580349") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f402c573ce8771fd7_d20250115_m034246_c001_v7007000_t0000_u01736912566314") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc412_d20250115_m034238_c001_v0001098_t0031_u01736912558615") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fde_d20250115_m034226_c001_v7007000_t0000_u01736912546138") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc3df_d20250115_m034220_c001_v0001098_t0039_u01736912540016") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122727_d20250115_m034154_c001_v7007000_t0000_u01736912514631") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8271b_d20250115_m034152_c001_v0001134_t0032_u01736912512866") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122723_d20250115_m034151_c001_v7007000_t0000_u01736912511769") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82717_d20250115_m034150_c001_v0001134_t0059_u01736912510063") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122721_d20250115_m034149_c001_v7007000_t0000_u01736912509331") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82713_d20250115_m034148_c001_v0001134_t0053_u01736912508319") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b412271d_d20250115_m034146_c001_v7007000_t0000_u01736912506883") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82709_d20250115_m034146_c001_v0001134_t0019_u01736912506022") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122719_d20250115_m034143_c001_v7007000_t0000_u01736912503957") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826ff_d20250115_m034143_c001_v0001134_t0014_u01736912503066") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac13c_d20250115_m034134_c001_v7007000_t0000_u01736912494933") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c826e5_d20250115_m034133_c001_v0001134_t0035_u01736912493884") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac078_d20250115_m034006_c001_v7007000_t0000_u01736912406481") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82620_d20250115_m034005_c001_v0001134_t0012_u01736912405790") 2025/01/15 03:46:59 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac070_d20250115_m034004_c001_v7007000_t0000_u01736912404525") 2025/01/15 03:47:00 DEBUG : potato2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82618_d20250115_m034003_c001_v0001134_t0010_u01736912403853") 2025/01/15 03:47:00 DEBUG : potato3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4196da17804951dc_d20250115_m034308_c001_v7007000_t0000_u01736912588569") 2025/01/15 03:47:00 DEBUG : potato3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82787_d20250115_m034301_c001_v0001134_t0001_u01736912581684") 2025/01/15 03:47:00 DEBUG : potato3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f402c573ce8771fd8_d20250115_m034246_c001_v7007000_t0000_u01736912566569") 2025/01/15 03:47:00 DEBUG : potato3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8276b_d20250115_m034239_c001_v0001134_t0035_u01736912559887") 2025/01/15 03:47:00 DEBUG : potato3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fdf_d20250115_m034226_c001_v7007000_t0000_u01736912546475") 2025/01/15 03:47:00 DEBUG : potato3: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8274b_d20250115_m034220_c001_v0001134_t0001_u01736912540786") 2025/01/15 03:47:00 DEBUG : pre-dest1/1: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c8564_d20250115_m034406_c001_v7007000_t0000_u01736912646377") 2025/01/15 03:47:00 DEBUG : pre-dest1/1: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c827d5_d20250115_m034358_c001_v0001134_t0000_u01736912638337") 2025/01/15 03:47:00 DEBUG : pre-dest2/2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f411f8bcad25c8565_d20250115_m034406_c001_v7007000_t0000_u01736912646560") 2025/01/15 03:47:00 DEBUG : pre-dest2/2: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc4e6_d20250115_m034359_c001_v0001098_t0055_u01736912639042") 2025/01/15 03:47:00 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac259_d20250115_m034337_c001_v7007000_t0000_u01736912617259") 2025/01/15 03:47:00 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266d6b1_d20250115_m034334_c001_v0001183_t0026_u01736912614228") 2025/01/15 03:47:00 DEBUG : sizeonly: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4eff94_d20250115_m034105_c001_v7007000_t0000_u01736912465206") 2025/01/15 03:47:00 DEBUG : sizeonly: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8268d_d20250115_m034104_c001_v0001134_t0038_u01736912464167") 2025/01/15 03:47:00 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76042_d20250115_m034636_c001_v7007000_t0000_u01736912796326") 2025/01/15 03:47:00 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc68c_d20250115_m034635_c001_v0001098_t0036_u01736912795191") 2025/01/15 03:47:00 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7603c_d20250115_m034633_c001_v7007000_t0000_u01736912793278") 2025/01/15 03:47:00 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c828d4_d20250115_m034632_c001_v0001134_t0059_u01736912792213") 2025/01/15 03:47:00 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fd0_d20250115_m034216_c001_v7007000_t0000_u01736912536572") 2025/01/15 03:47:00 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc3d5_d20250115_m034215_c001_v0001098_t0044_u01736912535534") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fcb_d20250115_m034214_c001_v7007000_t0000_u01736912534250") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82743_d20250115_m034213_c001_v0001134_t0022_u01736912533410") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4efe46_d20250115_m034100_c001_v7007000_t0000_u01736912460951") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82683_d20250115_m034059_c001_v0001134_t0004_u01736912459526") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4efc62_d20250115_m034058_c001_v7007000_t0000_u01736912458794") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8267f_d20250115_m034057_c001_v0001134_t0003_u01736912457715") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4efc59_d20250115_m034053_c001_v7007000_t0000_u01736912453787") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82677_d20250115_m034052_c001_v0001134_t0055_u01736912452854") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4efc57_d20250115_m034052_c001_v7007000_t0000_u01736912452296") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82671_d20250115_m034050_c001_v0001134_t0038_u01736912450633") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82669_d20250115_m034045_c001_v0001134_t0050_u01736912445607") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4efc40_d20250115_m034044_c001_v7007000_t0000_u01736912444872") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82667_d20250115_m034044_c001_v0001134_t0020_u01736912444215") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82661_d20250115_m034043_c001_v0001134_t0005_u01736912443433") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401468940d4efc39_d20250115_m034041_c001_v7007000_t0000_u01736912441958") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82657_d20250115_m034035_c001_v0001134_t0043_u01736912435382") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82651_d20250115_m034029_c001_v0001134_t0014_u01736912429321") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401e355f52649a4d_d20250115_m034028_c001_v7007000_t0000_u01736912428587") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8264f_d20250115_m034027_c001_v0001134_t0012_u01736912427965") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8264d_d20250115_m034027_c001_v0001134_t0042_u01736912427280") 2025/01/15 03:47:01 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f401e355f52649a4a_d20250115_m034026_c001_v7007000_t0000_u01736912426140") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8263d_d20250115_m034017_c001_v0001134_t0045_u01736912417055") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41099105f590337e_d20250115_m034016_c001_v7007000_t0000_u01736912416690") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82639_d20250115_m034016_c001_v0001134_t0059_u01736912416029") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac08a_d20250115_m034014_c001_v7007000_t0000_u01736912414401") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82632_d20250115_m034013_c001_v0001134_t0032_u01736912413740") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac087_d20250115_m034013_c001_v7007000_t0000_u01736912413198") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82630_d20250115_m034012_c001_v0001134_t0042_u01736912412487") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac081_d20250115_m034011_c001_v7007000_t0000_u01736912411227") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8262a_d20250115_m034010_c001_v0001134_t0002_u01736912410230") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac07f_d20250115_m034009_c001_v7007000_t0000_u01736912409675") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82624_d20250115_m034009_c001_v0001134_t0035_u01736912409000") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac07b_d20250115_m034008_c001_v7007000_t0000_u01736912408100") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82622_d20250115_m034007_c001_v0001134_t0053_u01736912407383") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac06a_d20250115_m034001_c001_v7007000_t0000_u01736912401355") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8260e_d20250115_m034000_c001_v0001134_t0023_u01736912400643") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac066_d20250115_m033959_c001_v7007000_t0000_u01736912399745") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82606_d20250115_m033959_c001_v0001134_t0020_u01736912399080") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac062_d20250115_m033958_c001_v7007000_t0000_u01736912398131") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82604_d20250115_m033957_c001_v0001134_t0004_u01736912397493") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f40443c2818eac05e_d20250115_m033954_c001_v7007000_t0000_u01736912394621") 2025/01/15 03:47:02 DEBUG : sub dir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c825f8_d20250115_m033953_c001_v0001134_t0037_u01736912393969") 2025/01/15 03:47:03 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df76043_d20250115_m034636_c001_v7007000_t0000_u01736912796560") 2025/01/15 03:47:03 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266e9b6_d20250115_m034635_c001_v0001183_t0027_u01736912795197") 2025/01/15 03:47:03 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4133b6ec7df7603d_d20250115_m034633_c001_v7007000_t0000_u01736912793476") 2025/01/15 03:47:03 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f100f82b16ca64560_d20250115_m034632_c001_v0001184_t0025_u01736912792223") 2025/01/15 03:47:03 DEBUG : sub/yam: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fc0_d20250115_m034210_c001_v7007000_t0000_u01736912530655") 2025/01/15 03:47:03 DEBUG : sub/yam: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f117f70937f2cc3c1_d20250115_m034209_c001_v0001098_t0031_u01736912529468") 2025/01/15 03:47:03 DEBUG : three: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122732_d20250115_m034200_c001_v7007000_t0000_u01736912520375") 2025/01/15 03:47:03 DEBUG : three: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c8272f_d20250115_m034159_c001_v0001134_t0019_u01736912519087") 2025/01/15 03:47:03 DEBUG : three: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1151cb7c33c82729_d20250115_m034156_c001_v0001134_t0035_u01736912516847") 2025/01/15 03:47:03 DEBUG : two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122734_d20250115_m034200_c001_v7007000_t0000_u01736912520584") 2025/01/15 03:47:03 DEBUG : two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41257d247266c9a9_d20250115_m034158_c001_v0001183_t0036_u01736912518516") 2025/01/15 03:47:03 DEBUG : two: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4151cb7c33c82727_d20250115_m034156_c001_v0001134_t0020_u01736912516664") 2025/01/15 03:47:03 DEBUG : yam: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f4099f3ef9e385fc4_d20250115_m034211_c001_v7007000_t0000_u01736912531390") 2025/01/15 03:47:03 DEBUG : yam: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f1017b6eae1fd0422_d20250115_m034210_c001_v0001183_t0013_u01736912530461") 2025/01/15 03:47:03 DEBUG : yam: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b412273c_d20250115_m034206_c001_v7007000_t0000_u01736912526714") 2025/01/15 03:47:03 DEBUG : yam: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266ca9b_d20250115_m034205_c001_v0001183_t0032_u01736912525076") 2025/01/15 03:47:03 DEBUG : yam: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b4122738_d20250115_m034203_c001_v7007000_t0000_u01736912523041") 2025/01/15 03:47:03 DEBUG : yam: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f11257d247266ca09_d20250115_m034201_c001_v0001183_t0000_u01736912521145") 2025/01/15 03:47:03 DEBUG : yaml: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b412273e_d20250115_m034207_c001_v7007000_t0000_u01736912527453") 2025/01/15 03:47:03 DEBUG : yaml: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f102027579714225e_d20250115_m034206_c001_v0001116_t0058_u01736912526306") 2025/01/15 03:47:03 DEBUG : yaml: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f41522cc2b412273b_d20250115_m034203_c001_v7007000_t0000_u01736912523774") 2025/01/15 03:47:03 DEBUG : yaml: Deleting (id "4_z0fc2cd3300bd6b8b9f480e1b_f112543ef4000ee5c_d20250115_m034202_c001_v0001109_t0036_u01736912522480") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 7m20.630782772s (try 1/5)