"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2024/10/29 05:15:52 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe" 2024/10/29 05:15:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/10/29 05:15:53 DEBUG : Creating backend with remote "/tmp/rclone440180551" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:15:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:15:54 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:15:54 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:15:54 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.07s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:15:55 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/10/29 05:15:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:15:55 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:15:55 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:15:56 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:15:56 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:15:56 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.33s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.43s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.40s) === RUN TestCopyMissingDirectory run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:15:58 DEBUG : Creating backend with remote "/non-existing" 2024/10/29 05:15:58 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/10/29 05:15:58 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:15:58 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.93s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:15:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:15:59 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:15:59 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:00 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestCopyNoTraverse (2.23s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:01 INFO : B2 bucket rclone-test-hayupuk8boxe: Running all checks before starting transfers 2024/10/29 05:16:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:01 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:01 INFO : B2 bucket rclone-test-hayupuk8boxe: Checks finished, now starting transfers 2024/10/29 05:16:01 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:02 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.91s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:03 ERROR : Ignoring --no-traverse with sync 2024/10/29 05:16:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:03 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:03 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:04 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:04 INFO : sub dir/hello world: Copied (new) 2024/10/29 05:16:04 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.90s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:05 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/10/29 05:16:05 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:05 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:05 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2024/10/29 05:16:05 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.81s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:07 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:16:07 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:07 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:07 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:07 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.93s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:09 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:16:09 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:09 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:09 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:09 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (2.15s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:11 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/10/29 05:16:11 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/10/29 05:16:11 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/10/29 05:16:11 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/10/29 05:16:11 DEBUG : sub dir: Making directory 2024/10/29 05:16:11 DEBUG : sub dir2: Making directory 2024/10/29 05:16:11 DEBUG : sub dir2/sub sub dir2: Making directory 2024/10/29 05:16:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:11 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:11 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:11 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:11 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2024/10/29 05:16:11 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.69s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:12 DEBUG : sub dir2: Making directory 2024/10/29 05:16:12 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/10/29 05:16:12 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/10/29 05:16:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:13 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:13 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:13 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:13 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.28s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:14 DEBUG : sub dir2: Making directory with metadata 2024/10/29 05:16:14 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/10/29 05:16:14 DEBUG : sub dir: Making directory 2024/10/29 05:16:14 DEBUG : sub dir2: Making directory 2024/10/29 05:16:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:14 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:14 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:14 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:14 INFO : sub dir/hello world: Copied (new) 2024/10/29 05:16:14 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/10/29 05:16:14 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/10/29 05:16:15 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (2.01s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" sync_test.go:408: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.37s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:16 DEBUG : sub dir2: Making directory 2024/10/29 05:16:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:16 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:16 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:17 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:17 INFO : sub dir/hello world: Copied (new) 2024/10/29 05:16:17 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.39s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:17 DEBUG : sub dir2: Making directory with metadata 2024/10/29 05:16:17 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/10/29 05:16:17 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/10/29 05:16:18 DEBUG : sub dir: Making directory 2024/10/29 05:16:18 DEBUG : sub dir2: Making directory 2024/10/29 05:16:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:18 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:18 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:18 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:18 INFO : sub dir/hello world: Copied (new) 2024/10/29 05:16:18 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/10/29 05:16:18 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.79s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.38s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:20 DEBUG : sub dir2: Making directory 2024/10/29 05:16:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:20 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:20 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:21 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:21 INFO : sub dir/hello world: Copied (new) 2024/10/29 05:16:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.75s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:22 DEBUG : Creating backend with remote "TestB2:rclone-test-fonulup6zuso" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-hayupuk8boxe -> B2 bucket rclone-test-fonulup6zuso 2024/10/29 05:16:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:23 DEBUG : B2 bucket rclone-test-fonulup6zuso: Waiting for checks to finish 2024/10/29 05:16:23 DEBUG : B2 bucket rclone-test-fonulup6zuso: Waiting for transfers to finish 2024/10/29 05:16:24 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:24 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:24 DEBUG : B2 bucket rclone-test-fonulup6zuso: Purge remote 2024/10/29 05:16:24 INFO : B2 bucket rclone-test-fonulup6zuso: cleaning bucket "rclone-test-fonulup6zuso" of all files 2024/10/29 05:16:25 DEBUG : sub dir/hello world: Deleting (id "4_zbf622d73b04ddb6b9f280e1b_f110f6dbaaed4d869_d20241029_m051624_c001_v0001131_t0029_u01730178984398") --- PASS: TestServerSideCopy (4.77s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:27 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/10/29 05:16:27 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:27 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:27 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/10/29 05:16:27 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.48s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:29 DEBUG : Creating backend with remote "TestB2:rclone-test-guqojal7hena" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-hayupuk8boxe -> B2 bucket rclone-test-guqojal7hena 2024/10/29 05:16:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:30 DEBUG : B2 bucket rclone-test-guqojal7hena: Waiting for checks to finish 2024/10/29 05:16:30 DEBUG : B2 bucket rclone-test-guqojal7hena: Waiting for transfers to finish 2024/10/29 05:16:31 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:31 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:32 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/10/29 05:16:32 DEBUG : B2 bucket rclone-test-guqojal7hena: Waiting for checks to finish 2024/10/29 05:16:32 DEBUG : B2 bucket rclone-test-guqojal7hena: Waiting for transfers to finish 2024/10/29 05:16:33 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/10/29 05:16:33 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:33 DEBUG : B2 bucket rclone-test-guqojal7hena: Purge remote 2024/10/29 05:16:33 INFO : B2 bucket rclone-test-guqojal7hena: cleaning bucket "rclone-test-guqojal7hena" of all files 2024/10/29 05:16:33 DEBUG : sub dir/hello world: Deleting (id "4_zcfc24d33b04ddb6b9f280e1b_f103930c8d2b22de0_d20241029_m051632_c001_v0001182_t0048_u01730178992927") 2024/10/29 05:16:33 DEBUG : sub dir/hello world: Deleting (id "4_zcfc24d33b04ddb6b9f280e1b_f107a48ea5799f8b3_d20241029_m051631_c001_v0001177_t0026_u01730178991663") --- PASS: TestServerSideCopyOverSelf (6.67s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:36 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/10/29 05:16:36 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:36 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:37 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/10/29 05:16:37 INFO : sub dir/hello world: Copied (replaced existing) 2024/10/29 05:16:37 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.49s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:38 DEBUG : Creating backend with remote "TestB2:rclone-test-bugevuh5neya" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-hayupuk8boxe -> B2 bucket rclone-test-bugevuh5neya 2024/10/29 05:16:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:39 DEBUG : B2 bucket rclone-test-bugevuh5neya: Waiting for checks to finish 2024/10/29 05:16:39 DEBUG : B2 bucket rclone-test-bugevuh5neya: Waiting for transfers to finish 2024/10/29 05:16:40 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:40 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:41 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/10/29 05:16:41 DEBUG : B2 bucket rclone-test-bugevuh5neya: Waiting for checks to finish 2024/10/29 05:16:41 DEBUG : B2 bucket rclone-test-bugevuh5neya: Waiting for transfers to finish 2024/10/29 05:16:43 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/10/29 05:16:43 INFO : sub dir/hello world: Copied (server-side copy) 2024/10/29 05:16:43 INFO : sub dir/hello world: Deleted 2024/10/29 05:16:44 DEBUG : testing file moves 2024/10/29 05:16:44 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/10/29 05:16:44 DEBUG : B2 bucket rclone-test-bugevuh5neya: Waiting for checks to finish 2024/10/29 05:16:44 DEBUG : B2 bucket rclone-test-bugevuh5neya: Waiting for transfers to finish 2024/10/29 05:16:44 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2024/10/29 05:16:44 INFO : sub dir/hello world: Copied (server-side copy) 2024/10/29 05:16:45 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:45 DEBUG : B2 bucket rclone-test-bugevuh5neya: Purge remote 2024/10/29 05:16:45 INFO : B2 bucket rclone-test-bugevuh5neya: cleaning bucket "rclone-test-bugevuh5neya" of all files 2024/10/29 05:16:45 DEBUG : sub dir/hello world: Deleting (id "4_zeff26d63b04ddb6b9f280e1b_f105f3605b77d1f1a_d20241029_m051644_c001_v0001182_t0059_u01730179004714") 2024/10/29 05:16:45 DEBUG : sub dir/hello world: Deleting (id "4_zeff26d63b04ddb6b9f280e1b_f104c2723f5fe947e_d20241029_m051642_c001_v0001033_t0051_u01730179002890") 2024/10/29 05:16:45 DEBUG : sub dir/hello world: Deleting (id "4_zeff26d63b04ddb6b9f280e1b_f1113e4ed092380b1_d20241029_m051640_c001_v0001182_t0006_u01730179000618") --- PASS: TestServerSideMoveOverSelf (9.69s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:48 ERROR : : error listing: directory not found 2024/10/29 05:16:48 DEBUG : Local file system at /tmp/rclone440180551: Making directory 2024/10/29 05:16:48 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:48 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.04s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:16:50 DEBUG : Local file system at /tmp/rclone440180551: Waiting for checks to finish 2024/10/29 05:16:50 DEBUG : Local file system at /tmp/rclone440180551: Waiting for transfers to finish 2024/10/29 05:16:51 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:16:51 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2024/10/29 05:16:51 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestCopyRedownload (2.98s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:53 DEBUG : check sum: Need to transfer - File not found at Destination 2024/10/29 05:16:53 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:53 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:53 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/10/29 05:16:53 INFO : check sum: Copied (new) 2024/10/29 05:16:53 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:53 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:53 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/10/29 05:16:53 DEBUG : check sum: Size and sha1 of src and dst objects identical 2024/10/29 05:16:53 DEBUG : check sum: Unchanged skipping 2024/10/29 05:16:53 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:53 DEBUG : Waiting for deletions to finish 2024/10/29 05:16:53 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.43s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:55 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/10/29 05:16:55 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:55 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:55 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/10/29 05:16:55 INFO : sizeonly: Copied (new) 2024/10/29 05:16:55 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:56 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:56 DEBUG : sizeonly: Sizes identical 2024/10/29 05:16:56 DEBUG : sizeonly: Unchanged skipping 2024/10/29 05:16:56 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:56 DEBUG : Waiting for deletions to finish 2024/10/29 05:16:56 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.46s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:57 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/10/29 05:16:57 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:57 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:58 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2024/10/29 05:16:58 INFO : ignore-size: Copied (new) 2024/10/29 05:16:58 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:16:58 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:16:58 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:16:58 DEBUG : ignore-size: Unchanged skipping 2024/10/29 05:16:58 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:16:58 DEBUG : Waiting for deletions to finish 2024/10/29 05:16:58 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.91s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:01 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:17:01 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:01 DEBUG : existing: Unchanged skipping 2024/10/29 05:17:01 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:01 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:01 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:01 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/10/29 05:17:01 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:01 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:02 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/10/29 05:17:02 INFO : existing: Copied (replaced existing) 2024/10/29 05:17:02 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (3.16s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:04 DEBUG : existing: Need to transfer - File not found at Destination 2024/10/29 05:17:04 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:04 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:04 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/10/29 05:17:04 INFO : existing: Copied (new) 2024/10/29 05:17:04 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:05 DEBUG : existing: Destination exists, skipping 2024/10/29 05:17:05 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:05 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:05 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:05 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.79s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:07 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/10/29 05:17:08 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:17:08 DEBUG : c/non empty space: Unchanged skipping 2024/10/29 05:17:08 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/10/29 05:17:08 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:08 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:09 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:17:09 INFO : a/potato2: Copied (new) 2024/10/29 05:17:09 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:09 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (4.11s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:11 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:11 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/10/29 05:17:11 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/10/29 05:17:11 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/10/29 05:17:11 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:11 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:11 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:11 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:11 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/10/29 05:17:11 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:11 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/10/29 05:17:12 INFO : empty space: Updated modification time in destination 2024/10/29 05:17:12 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:12 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:12 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:12 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.57s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:15 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:15 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/10/29 05:17:15 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/10/29 05:17:15 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:15 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:15 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:15 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.84s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:16 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:16 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/10/29 05:17:16 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone440180551) 2024/10/29 05:17:16 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-hayupuk8boxe) 2024/10/29 05:17:16 DEBUG : foo: sha1 differ 2024/10/29 05:17:16 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:16 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2024/10/29 05:17:16 INFO : foo: Copied (replaced existing) 2024/10/29 05:17:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.90s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:18 DEBUG : potato: Need to transfer - File not found at Destination 2024/10/29 05:17:18 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:17:18 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:18 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:18 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:19 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:17:19 INFO : potato: Copied (new) 2024/10/29 05:17:19 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.53s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:21 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:21 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/10/29 05:17:21 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:22 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2024/10/29 05:17:22 INFO : potato: Copied (replaced existing) 2024/10/29 05:17:22 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.60s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:24 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:24 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2024/10/29 05:17:24 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone440180551) 2024/10/29 05:17:24 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-hayupuk8boxe) 2024/10/29 05:17:24 DEBUG : potato: sha1 differ 2024/10/29 05:17:24 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:24 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2024/10/29 05:17:24 INFO : potato: Copied (replaced existing) 2024/10/29 05:17:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.29s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:26 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:17:26 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/10/29 05:17:26 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:26 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:17:26 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:26 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:26 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:26 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.53s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:29 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:17:29 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:17:29 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:29 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:29 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:29 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:17:29 INFO : potato2: Copied (new) 2024/10/29 05:17:29 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:30 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (3.72s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:32 DEBUG : d: Making directory 2024/10/29 05:17:32 DEBUG : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2024/10/29 05:17:32 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:17:32 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/10/29 05:17:32 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:32 DEBUG : c/non empty space: Unchanged skipping 2024/10/29 05:17:32 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:33 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:17:33 INFO : a/potato2: Copied (new) 2024/10/29 05:17:33 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:33 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (3.14s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:35 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/10/29 05:17:36 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:17:36 DEBUG : c/non empty space: Unchanged skipping 2024/10/29 05:17:36 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/10/29 05:17:36 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:36 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:36 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:17:36 INFO : a/potato2: Copied (new) 2024/10/29 05:17:36 ERROR : B2 bucket rclone-test-hayupuk8boxe: not deleting files as there were IO errors 2024/10/29 05:17:36 ERROR : B2 bucket rclone-test-hayupuk8boxe: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.17s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:39 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:39 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:17:39 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:17:39 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:39 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:39 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:39 INFO : potato: Deleted 2024/10/29 05:17:39 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:17:39 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (3.13s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:42 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:42 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:42 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:42 INFO : potato: Deleted 2024/10/29 05:17:42 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:17:42 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:17:42 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:42 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:42 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:43 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:17:43 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (3.34s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:45 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:17:45 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:45 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:45 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2024/10/29 05:17:45 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.65s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:48 DEBUG : enormous: Excluded (Size Filter) 2024/10/29 05:17:48 DEBUG : enormous: Excluded 2024/10/29 05:17:48 DEBUG : potato2: Excluded (Size Filter) 2024/10/29 05:17:48 DEBUG : potato2: Excluded 2024/10/29 05:17:48 DEBUG : potato2: Excluded (Size Filter) 2024/10/29 05:17:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:17:48 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:48 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:48 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:48 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:48 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:48 DEBUG : enormous: Excluded (Size Filter) 2024/10/29 05:17:48 DEBUG : enormous: Excluded 2024/10/29 05:17:48 DEBUG : potato2: Excluded (Size Filter) 2024/10/29 05:17:48 DEBUG : potato2: Excluded 2024/10/29 05:17:48 DEBUG : potato2: Excluded (Size Filter) 2024/10/29 05:17:48 DEBUG : Local file system at /tmp/rclone440180551: Waiting for checks to finish 2024/10/29 05:17:48 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/10/29 05:17:48 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:48 DEBUG : Local file system at /tmp/rclone440180551: Waiting for transfers to finish 2024/10/29 05:17:48 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:48 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncWithExclude (3.20s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:51 DEBUG : enormous: Excluded (Size Filter) 2024/10/29 05:17:51 DEBUG : enormous: Excluded 2024/10/29 05:17:51 DEBUG : potato2: Excluded (Size Filter) 2024/10/29 05:17:51 DEBUG : potato2: Excluded 2024/10/29 05:17:52 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:17:52 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:52 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:52 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:52 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:52 INFO : enormous: Deleted 2024/10/29 05:17:52 INFO : potato2: Deleted 2024/10/29 05:17:52 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:52 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/10/29 05:17:52 DEBUG : empty space: Unchanged skipping 2024/10/29 05:17:52 DEBUG : Local file system at /tmp/rclone440180551: Waiting for checks to finish 2024/10/29 05:17:52 DEBUG : Local file system at /tmp/rclone440180551: Waiting for transfers to finish 2024/10/29 05:17:52 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:52 INFO : potato2: Deleted 2024/10/29 05:17:52 INFO : enormous: Deleted 2024/10/29 05:17:52 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.95s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:17:55 DEBUG : five: Need to transfer - File not found at Destination 2024/10/29 05:17:55 DEBUG : one: Destination is newer than source, skipping 2024/10/29 05:17:55 DEBUG : three: Sizes identical 2024/10/29 05:17:55 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/10/29 05:17:55 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/10/29 05:17:55 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:55 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/10/29 05:17:55 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone440180551) 2024/10/29 05:17:55 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-hayupuk8boxe) 2024/10/29 05:17:55 DEBUG : two: sha1 differ 2024/10/29 05:17:55 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:56 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/10/29 05:17:56 INFO : five: Copied (new) 2024/10/29 05:17:56 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/10/29 05:17:56 INFO : four: Copied (replaced existing) 2024/10/29 05:17:56 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/10/29 05:17:56 INFO : two: Copied (replaced existing) 2024/10/29 05:17:56 DEBUG : Waiting for deletions to finish 2024/10/29 05:17:57 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:57 DEBUG : one: Destination is newer than source, skipping 2024/10/29 05:17:57 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/10/29 05:17:57 DEBUG : five: Size and sha1 of src and dst objects identical 2024/10/29 05:17:57 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/10/29 05:17:57 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/10/29 05:17:57 DEBUG : two: Size and sha1 of src and dst objects identical 2024/10/29 05:17:57 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone440180551) 2024/10/29 05:17:57 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-hayupuk8boxe) 2024/10/29 05:17:57 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/10/29 05:17:57 DEBUG : four: Size and sha1 of src and dst objects identical 2024/10/29 05:17:57 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/10/29 05:17:57 DEBUG : three: sha1 differ 2024/10/29 05:17:57 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/10/29 05:17:57 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/10/29 05:17:57 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:57 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/10/29 05:17:57 INFO : three: Copied (replaced existing) 2024/10/29 05:17:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.87s) === 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-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2024/10/29 05:17:59 INFO : B2 bucket rclone-test-hayupuk8boxe: Making map for --track-renames 2024/10/29 05:17:59 INFO : B2 bucket rclone-test-hayupuk8boxe: Finished making map for --track-renames 2024/10/29 05:17:59 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:17:59 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for renames to finish 2024/10/29 05:17:59 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/10/29 05:17:59 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/10/29 05:17:59 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:17:59 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/10/29 05:17:59 INFO : yam: Copied (new) 2024/10/29 05:18:00 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/10/29 05:18:00 INFO : potato: Copied (new) 2024/10/29 05:18:00 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:18:00 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:18:00 INFO : B2 bucket rclone-test-hayupuk8boxe: Making map for --track-renames 2024/10/29 05:18:00 INFO : B2 bucket rclone-test-hayupuk8boxe: Finished making map for --track-renames 2024/10/29 05:18:00 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:18:00 DEBUG : potato: Unchanged skipping 2024/10/29 05:18:00 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for renames to finish 2024/10/29 05:18:02 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/10/29 05:18:02 INFO : yam: Copied (server-side copy) to: yaml 2024/10/29 05:18:02 INFO : yam: Deleted 2024/10/29 05:18:02 INFO : yaml: Renamed from "yam" 2024/10/29 05:18:02 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:18:02 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (4.94s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2024/10/29 05:18:04 INFO : B2 bucket rclone-test-hayupuk8boxe: Making map for --track-renames 2024/10/29 05:18:04 INFO : B2 bucket rclone-test-hayupuk8boxe: Finished making map for --track-renames 2024/10/29 05:18:04 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:18:04 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/10/29 05:18:04 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/10/29 05:18:04 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for renames to finish 2024/10/29 05:18:04 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:18:04 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/10/29 05:18:04 INFO : yam: Copied (new) 2024/10/29 05:18:05 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/10/29 05:18:05 INFO : potato: Copied (new) 2024/10/29 05:18:05 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:18:05 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:18:05 INFO : B2 bucket rclone-test-hayupuk8boxe: Making map for --track-renames 2024/10/29 05:18:05 INFO : B2 bucket rclone-test-hayupuk8boxe: Finished making map for --track-renames 2024/10/29 05:18:05 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:18:05 DEBUG : potato: Unchanged skipping 2024/10/29 05:18:05 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for renames to finish 2024/10/29 05:18:06 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/10/29 05:18:06 INFO : yam: Copied (server-side copy) to: yaml 2024/10/29 05:18:06 INFO : yam: Deleted 2024/10/29 05:18:06 INFO : yaml: Renamed from "yam" 2024/10/29 05:18:06 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:18:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.06s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2024/10/29 05:18:08 INFO : B2 bucket rclone-test-hayupuk8boxe: Making map for --track-renames 2024/10/29 05:18:08 INFO : B2 bucket rclone-test-hayupuk8boxe: Finished making map for --track-renames 2024/10/29 05:18:08 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:18:08 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/10/29 05:18:08 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/10/29 05:18:08 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for renames to finish 2024/10/29 05:18:08 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:18:08 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/10/29 05:18:08 INFO : sub/yam: Copied (new) 2024/10/29 05:18:09 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/10/29 05:18:09 INFO : potato: Copied (new) 2024/10/29 05:18:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:18:10 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:18:10 DEBUG : potato: Unchanged skipping 2024/10/29 05:18:10 INFO : B2 bucket rclone-test-hayupuk8boxe: Making map for --track-renames 2024/10/29 05:18:10 INFO : B2 bucket rclone-test-hayupuk8boxe: Finished making map for --track-renames 2024/10/29 05:18:10 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:18:10 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for renames to finish 2024/10/29 05:18:11 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/10/29 05:18:11 INFO : sub/yam: Copied (server-side copy) to: yam 2024/10/29 05:18:11 INFO : sub/yam: Deleted 2024/10/29 05:18:11 INFO : yam: Renamed from "sub/yam" 2024/10/29 05:18:11 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:18:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (5.25s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:18:13 DEBUG : Creating backend with remote "/tmp/rclone440180551/dir1" 2024/10/29 05:18:13 DEBUG : Config file has changed externally - reloading 2024/10/29 05:18:13 DEBUG : Creating backend with remote "/tmp/rclone440180551/dir2" 2024/10/29 05:18:13 DEBUG : Local file system at /tmp/rclone440180551/dir2: Using server-side directory move 2024/10/29 05:18:13 INFO : Local file system at /tmp/rclone440180551/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/10/29 05:18:13 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/10/29 05:18:13 DEBUG : Local file system at /tmp/rclone440180551/dir2: Waiting for checks to finish 2024/10/29 05:18:13 DEBUG : Local file system at /tmp/rclone440180551/dir2: Waiting for transfers to finish 2024/10/29 05:18:13 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.40s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:18:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:18:14 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/10/29 05:18:14 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:18:14 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:18:14 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/10/29 05:18:14 INFO : nested/sub dir/file: Copied (new) 2024/10/29 05:18:14 INFO : nested/sub dir/file: Deleted 2024/10/29 05:18:14 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:18:14 INFO : sub dir/hello world: Copied (new) 2024/10/29 05:18:14 INFO : sub dir/hello world: Deleted 2024/10/29 05:18:14 INFO : sub dir: Removing directory 2024/10/29 05:18:14 INFO : nested/sub dir: Removing directory 2024/10/29 05:18:14 INFO : nested: Removing directory 2024/10/29 05:18:14 DEBUG : Local file system at /tmp/rclone440180551: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.36s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:18:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/10/29 05:18:16 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/10/29 05:18:16 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:18:16 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:18:16 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/10/29 05:18:16 INFO : sub dir/hello world: Copied (new) 2024/10/29 05:18:16 INFO : sub dir/hello world: Deleted 2024/10/29 05:18:17 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/10/29 05:18:17 INFO : nested/sub dir/file: Copied (new) 2024/10/29 05:18:17 INFO : nested/sub dir/file: Deleted run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.55s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:18:18 DEBUG : existing: Need to transfer - File not found at Destination 2024/10/29 05:18:18 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/10/29 05:18:18 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:18:18 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:18:19 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2024/10/29 05:18:19 INFO : existing-b: Copied (new) 2024/10/29 05:18:19 INFO : existing-b: Deleted 2024/10/29 05:18:19 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/10/29 05:18:19 INFO : existing: Copied (new) 2024/10/29 05:18:19 INFO : existing: Deleted 2024/10/29 05:18:19 DEBUG : existing: Destination exists, skipping 2024/10/29 05:18:19 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/10/29 05:18:19 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:18:19 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:18:19 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.39s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:18:21 DEBUG : Creating backend with remote "TestB2:rclone-test-xirumah9tuso" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-hayupuk8boxe -> B2 bucket rclone-test-xirumah9tuso 2024/10/29 05:18:25 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:18:25 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/10/29 05:18:25 DEBUG : empty space: Unchanged skipping 2024/10/29 05:18:25 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/10/29 05:18:25 DEBUG : B2 bucket rclone-test-xirumah9tuso: Waiting for checks to finish 2024/10/29 05:18:25 INFO : empty space: Deleted 2024/10/29 05:18:25 DEBUG : B2 bucket rclone-test-xirumah9tuso: Waiting for transfers to finish 2024/10/29 05:18:26 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:18:26 INFO : potato2: Copied (server-side copy) 2024/10/29 05:18:26 INFO : potato2: Deleted 2024/10/29 05:18:26 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/10/29 05:18:26 INFO : potato3: Copied (server-side copy) 2024/10/29 05:18:26 INFO : potato3: Deleted 2024/10/29 05:18:27 DEBUG : Creating backend with remote "TestB2:rclone-test-kaqapim9habe" 2024/10/29 05:18:28 DEBUG : empty space: Need to transfer - File not found at Destination 2024/10/29 05:18:28 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:18:28 DEBUG : potato3: Need to transfer - File not found at Destination 2024/10/29 05:18:28 DEBUG : B2 bucket rclone-test-kaqapim9habe: Waiting for checks to finish 2024/10/29 05:18:28 DEBUG : B2 bucket rclone-test-kaqapim9habe: Waiting for transfers to finish 2024/10/29 05:18:29 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/10/29 05:18:29 INFO : empty space: Copied (server-side copy) 2024/10/29 05:18:29 INFO : empty space: Deleted 2024/10/29 05:18:29 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/10/29 05:18:29 INFO : potato3: Copied (server-side copy) 2024/10/29 05:18:30 INFO : potato3: Deleted 2024/10/29 05:18:30 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:18:30 INFO : potato2: Copied (server-side copy) 2024/10/29 05:18:30 INFO : potato2: Deleted 2024/10/29 05:18:30 DEBUG : B2 bucket rclone-test-kaqapim9habe: Purge remote 2024/10/29 05:18:30 INFO : B2 bucket rclone-test-kaqapim9habe: cleaning bucket "rclone-test-kaqapim9habe" of all files 2024/10/29 05:18:30 DEBUG : empty space: Deleting (id "4_z7fd20de3b06ddb6b9f280e1b_f103a7cc755123c60_d20241029_m051828_c001_v0001157_t0034_u01730179108897") 2024/10/29 05:18:30 DEBUG : potato2: Deleting (id "4_z7fd20de3b06ddb6b9f280e1b_f100a057a564be5bc_d20241029_m051829_c001_v0001106_t0003_u01730179109601") 2024/10/29 05:18:30 DEBUG : potato3: Deleting (id "4_z7fd20de3b06ddb6b9f280e1b_f107ba3f65f693214_d20241029_m051829_c001_v0001104_t0015_u01730179109321") 2024/10/29 05:18:31 DEBUG : B2 bucket rclone-test-xirumah9tuso: Purge remote 2024/10/29 05:18:31 INFO : B2 bucket rclone-test-xirumah9tuso: cleaning bucket "rclone-test-xirumah9tuso" of all files 2024/10/29 05:18:32 DEBUG : empty space: Deleting (id "4_zdf22fdc3b05ddb6b9f280e1b_f416ca964b92035d3_d20241029_m051829_c001_v7007000_t0000_u01730179109291") 2024/10/29 05:18:32 DEBUG : empty space: Deleting (id "4_zdf22fdc3b05ddb6b9f280e1b_f1047399962fe86b8_d20241029_m051824_c001_v0001181_t0043_u01730179104925") 2024/10/29 05:18:32 DEBUG : potato2: Deleting (id "4_zdf22fdc3b05ddb6b9f280e1b_f416ca964b92035d7_d20241029_m051830_c001_v7007000_t0000_u01730179110105") 2024/10/29 05:18:32 DEBUG : potato2: Deleting (id "4_zdf22fdc3b05ddb6b9f280e1b_f11494ef98905a425_d20241029_m051825_c001_v0001090_t0016_u01730179105824") 2024/10/29 05:18:32 DEBUG : potato3: Deleting (id "4_zdf22fdc3b05ddb6b9f280e1b_f416ca964b92035d6_d20241029_m051829_c001_v7007000_t0000_u01730179109904") 2024/10/29 05:18:32 DEBUG : potato3: Deleting (id "4_zdf22fdc3b05ddb6b9f280e1b_f11399ace8128e92c_d20241029_m051826_c001_v0001182_t0035_u01730179106403") 2024/10/29 05:18:32 DEBUG : potato3: Deleting (id "4_zdf22fdc3b05ddb6b9f280e1b_f1047399962fe86be_d20241029_m051825_c001_v0001181_t0052_u01730179105151") --- PASS: TestServerSideMove (13.15s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:18:34 DEBUG : Creating backend with remote "TestB2:rclone-test-rexelon4xewi" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-hayupuk8boxe -> B2 bucket rclone-test-rexelon4xewi 2024/10/29 05:18:40 DEBUG : empty space: Excluded (Size Filter) 2024/10/29 05:18:40 DEBUG : empty space: Excluded (Size Filter) 2024/10/29 05:18:40 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:18:40 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/10/29 05:18:40 DEBUG : B2 bucket rclone-test-rexelon4xewi: Waiting for checks to finish 2024/10/29 05:18:40 DEBUG : B2 bucket rclone-test-rexelon4xewi: Waiting for transfers to finish 2024/10/29 05:18:41 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:18:41 INFO : potato2: Copied (server-side copy) 2024/10/29 05:18:41 INFO : potato2: Deleted 2024/10/29 05:18:41 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/10/29 05:18:41 INFO : potato3: Copied (server-side copy) 2024/10/29 05:18:41 INFO : potato3: Deleted 2024/10/29 05:18:42 DEBUG : Creating backend with remote "TestB2:rclone-test-muzegeq9qafa" 2024/10/29 05:18:43 DEBUG : empty space: Excluded (Size Filter) 2024/10/29 05:18:43 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:18:43 DEBUG : potato3: Need to transfer - File not found at Destination 2024/10/29 05:18:43 DEBUG : B2 bucket rclone-test-muzegeq9qafa: Waiting for checks to finish 2024/10/29 05:18:43 DEBUG : B2 bucket rclone-test-muzegeq9qafa: Waiting for transfers to finish 2024/10/29 05:18:44 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:18:44 INFO : potato2: Copied (server-side copy) 2024/10/29 05:18:45 INFO : potato2: Deleted 2024/10/29 05:18:49 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/10/29 05:18:49 INFO : potato3: Copied (server-side copy) 2024/10/29 05:18:50 INFO : potato3: Deleted 2024/10/29 05:18:50 DEBUG : B2 bucket rclone-test-muzegeq9qafa: Purge remote 2024/10/29 05:18:50 INFO : B2 bucket rclone-test-muzegeq9qafa: cleaning bucket "rclone-test-muzegeq9qafa" of all files 2024/10/29 05:18:50 DEBUG : potato2: Deleting (id "4_zef624d93b06ddb6b9f280e1b_f1054665a2752dd6c_d20241029_m051844_c001_v0001128_t0014_u01730179124682") 2024/10/29 05:18:50 DEBUG : potato3: Deleting (id "4_zef624d93b06ddb6b9f280e1b_f118f9778bebf8d89_d20241029_m051849_c001_v0001182_t0020_u01730179129701") 2024/10/29 05:18:51 DEBUG : B2 bucket rclone-test-rexelon4xewi: Purge remote 2024/10/29 05:18:51 INFO : B2 bucket rclone-test-rexelon4xewi: cleaning bucket "rclone-test-rexelon4xewi" of all files 2024/10/29 05:18:51 DEBUG : empty space: Deleting (id "4_zbf423d33b06ddb6b9f280e1b_f10086bc167bd896e_d20241029_m051839_c001_v0001109_t0000_u01730179119032") 2024/10/29 05:18:51 DEBUG : potato2: Deleting (id "4_zbf423d33b06ddb6b9f280e1b_f416ca964b9203689_d20241029_m051845_c001_v7007000_t0000_u01730179125058") 2024/10/29 05:18:51 DEBUG : potato2: Deleting (id "4_zbf423d33b06ddb6b9f280e1b_f10223bed92ba66a2_d20241029_m051841_c001_v0001165_t0021_u01730179121284") 2024/10/29 05:18:51 DEBUG : potato3: Deleting (id "4_zbf423d33b06ddb6b9f280e1b_f416ca964b9203699_d20241029_m051849_c001_v7007000_t0000_u01730179129978") 2024/10/29 05:18:51 DEBUG : potato3: Deleting (id "4_zbf423d33b06ddb6b9f280e1b_f118a4a265b133513_d20241029_m051841_c001_v0001146_t0008_u01730179121502") 2024/10/29 05:18:51 DEBUG : potato3: Deleting (id "4_zbf423d33b06ddb6b9f280e1b_f10086bc167bd8978_d20241029_m051839_c001_v0001109_t0008_u01730179119976") --- PASS: TestServerSideMoveWithFilter (19.75s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:18:54 DEBUG : Creating backend with remote "TestB2:rclone-test-honuwoy1tibu" 2024/10/29 05:18:57 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-hayupuk8boxe -> B2 bucket rclone-test-honuwoy1tibu 2024/10/29 05:19:00 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:19:00 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/10/29 05:19:00 DEBUG : empty space: Unchanged skipping 2024/10/29 05:19:00 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/10/29 05:19:00 DEBUG : B2 bucket rclone-test-honuwoy1tibu: Waiting for checks to finish 2024/10/29 05:19:00 INFO : empty space: Deleted 2024/10/29 05:19:00 DEBUG : B2 bucket rclone-test-honuwoy1tibu: Waiting for transfers to finish 2024/10/29 05:19:01 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:19:01 INFO : potato2: Copied (server-side copy) 2024/10/29 05:19:01 INFO : potato2: Deleted 2024/10/29 05:19:01 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/10/29 05:19:01 INFO : potato3: Copied (server-side copy) 2024/10/29 05:19:01 INFO : potato3: Deleted 2024/10/29 05:19:02 DEBUG : Creating backend with remote "TestB2:rclone-test-witojaz7fowa" 2024/10/29 05:19:03 DEBUG : tomatoDir: Making directory 2024/10/29 05:19:03 DEBUG : empty space: Need to transfer - File not found at Destination 2024/10/29 05:19:03 DEBUG : potato2: Need to transfer - File not found at Destination 2024/10/29 05:19:03 DEBUG : potato3: Need to transfer - File not found at Destination 2024/10/29 05:19:03 DEBUG : B2 bucket rclone-test-witojaz7fowa: Waiting for checks to finish 2024/10/29 05:19:03 DEBUG : B2 bucket rclone-test-witojaz7fowa: Waiting for transfers to finish 2024/10/29 05:19:04 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/10/29 05:19:04 INFO : empty space: Copied (server-side copy) 2024/10/29 05:19:04 INFO : empty space: Deleted 2024/10/29 05:19:05 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/10/29 05:19:05 INFO : potato3: Copied (server-side copy) 2024/10/29 05:19:05 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/10/29 05:19:05 INFO : potato2: Copied (server-side copy) 2024/10/29 05:19:05 INFO : potato3: Deleted 2024/10/29 05:19:05 INFO : potato2: Deleted 2024/10/29 05:19:06 DEBUG : B2 bucket rclone-test-witojaz7fowa: Purge remote 2024/10/29 05:19:06 INFO : B2 bucket rclone-test-witojaz7fowa: cleaning bucket "rclone-test-witojaz7fowa" of all files 2024/10/29 05:19:06 DEBUG : empty space: Deleting (id "4_z9f929d83b06ddb6b9f280e1b_f10705ec5ac36e6e3_d20241029_m051904_c001_v0001179_t0029_u01730179144405") 2024/10/29 05:19:06 DEBUG : potato2: Deleting (id "4_z9f929d83b06ddb6b9f280e1b_f1074f0b855cec0f7_d20241029_m051904_c001_v0001109_t0008_u01730179144669") 2024/10/29 05:19:06 DEBUG : potato3: Deleting (id "4_z9f929d83b06ddb6b9f280e1b_f108a5da8e532929f_d20241029_m051905_c001_v0001100_t0043_u01730179145184") 2024/10/29 05:19:07 DEBUG : B2 bucket rclone-test-honuwoy1tibu: Purge remote 2024/10/29 05:19:07 INFO : B2 bucket rclone-test-honuwoy1tibu: cleaning bucket "rclone-test-honuwoy1tibu" of all files 2024/10/29 05:19:07 DEBUG : empty space: Deleting (id "4_zefb28d33b06ddb6b9f280e1b_f418b60c3d06011b8_d20241029_m051904_c001_v7007000_t0000_u01730179144734") 2024/10/29 05:19:07 DEBUG : empty space: Deleting (id "4_zefb28d33b06ddb6b9f280e1b_f112043a1aaae9926_d20241029_m051859_c001_v0001182_t0004_u01730179139861") 2024/10/29 05:19:07 DEBUG : potato2: Deleting (id "4_zefb28d33b06ddb6b9f280e1b_f4086d03dd030ca3d_d20241029_m051905_c001_v7007000_t0000_u01730179145742") 2024/10/29 05:19:07 DEBUG : potato2: Deleting (id "4_zefb28d33b06ddb6b9f280e1b_f1035a59038fe0ddb_d20241029_m051900_c001_v0001044_t0036_u01730179140938") 2024/10/29 05:19:07 DEBUG : potato3: Deleting (id "4_zefb28d33b06ddb6b9f280e1b_f418b60c3d06011b9_d20241029_m051905_c001_v7007000_t0000_u01730179145660") 2024/10/29 05:19:07 DEBUG : potato3: Deleting (id "4_zefb28d33b06ddb6b9f280e1b_f11914d4b50b71d2f_d20241029_m051901_c001_v0001182_t0052_u01730179141572") 2024/10/29 05:19:07 DEBUG : potato3: Deleting (id "4_zefb28d33b06ddb6b9f280e1b_f112043a1aaae992e_d20241029_m051900_c001_v0001182_t0006_u01730179140115") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (16.52s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:19:10 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/rclone-move-test" --- PASS: TestServerSideMoveOverlap (3.14s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:19:13 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncOverlap (5.28s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:19:19 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/rclone-sync-test" 2024/10/29 05:19:21 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/rclone-sync-test-include/layer2" 2024/10/29 05:19:22 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/rclone-sync-test-ignore-file" 2024/10/29 05:19:26 DEBUG : B2 bucket rclone-test-hayupuk8boxe path rclone-sync-test: Waiting for checks to finish 2024/10/29 05:19:26 DEBUG : B2 bucket rclone-test-hayupuk8boxe path rclone-sync-test: Waiting for transfers to finish 2024/10/29 05:19:26 DEBUG : Waiting for deletions to finish 2024/10/29 05:19:26 INFO : There was nothing to transfer 2024/10/29 05:19:27 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:19:27 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:19:27 DEBUG : Waiting for deletions to finish 2024/10/29 05:19:27 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:19:27 DEBUG : B2 bucket rclone-test-hayupuk8boxe path rclone-sync-test-include/layer2: Waiting for checks to finish 2024/10/29 05:19:27 DEBUG : B2 bucket rclone-test-hayupuk8boxe path rclone-sync-test-include/layer2: Waiting for transfers to finish 2024/10/29 05:19:27 DEBUG : Waiting for deletions to finish 2024/10/29 05:19:27 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:19:28 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:19:28 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:19:28 DEBUG : Waiting for deletions to finish 2024/10/29 05:19:28 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:19:28 DEBUG : B2 bucket rclone-test-hayupuk8boxe path rclone-sync-test-ignore-file: Waiting for checks to finish 2024/10/29 05:19:28 DEBUG : B2 bucket rclone-test-hayupuk8boxe path rclone-sync-test-ignore-file: Waiting for transfers to finish 2024/10/29 05:19:28 DEBUG : Waiting for deletions to finish 2024/10/29 05:19:28 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (18.11s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:19:37 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/dst" 2024/10/29 05:19:38 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/CompareDest" 2024/10/29 05:19:40 DEBUG : one: Need to transfer - File not found at Destination 2024/10/29 05:19:40 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:19:40 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:19:41 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/10/29 05:19:41 INFO : one: Copied (new) 2024/10/29 05:19:41 DEBUG : Waiting for deletions to finish 2024/10/29 05:19:41 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/29 05:19:41 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:19:42 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:19:42 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/10/29 05:19:42 INFO : one: Copied (replaced existing) 2024/10/29 05:19:42 DEBUG : Waiting for deletions to finish 2024/10/29 05:19:44 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:19:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/29 05:19:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:19:44 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/29 05:19:44 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:19:44 DEBUG : Waiting for deletions to finish 2024/10/29 05:19:44 INFO : There was nothing to transfer 2024/10/29 05:19:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:19:46 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/29 05:19:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/29 05:19:46 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:19:46 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:19:46 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/29 05:19:46 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:19:46 DEBUG : Waiting for deletions to finish 2024/10/29 05:19:46 INFO : There was nothing to transfer 2024/10/29 05:19:46 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:19:46 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/29 05:19:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/29 05:19:46 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:19:47 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:19:47 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/29 05:19:47 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:19:47 DEBUG : Waiting for deletions to finish 2024/10/29 05:19:47 INFO : There was nothing to transfer 2024/10/29 05:19:48 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2024/10/29 05:19:48 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/10/29 05:19:48 DEBUG : two: Destination found in --compare-dest, skipping 2024/10/29 05:19:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/29 05:19:48 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:19:48 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:19:48 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/29 05:19:48 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:19:48 DEBUG : Waiting for deletions to finish 2024/10/29 05:19:48 INFO : There was nothing to transfer 2024/10/29 05:19:49 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/10/29 05:19:49 DEBUG : two: Need to transfer - File not found at Destination 2024/10/29 05:19:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/29 05:19:49 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:19:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:19:49 DEBUG : one: Destination found in --compare-dest, skipping 2024/10/29 05:19:49 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:19:50 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2024/10/29 05:19:50 INFO : two: Copied (new) 2024/10/29 05:19:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (14.37s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:19:53 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/dest" 2024/10/29 05:19:55 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/pre-dest1" 2024/10/29 05:19:56 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/pre-dest2" 2024/10/29 05:19:58 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:19:58 DEBUG : 1: Destination found in --compare-dest, skipping 2024/10/29 05:19:58 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:19:58 DEBUG : 2: Destination found in --compare-dest, skipping 2024/10/29 05:19:59 DEBUG : 3: Need to transfer - File not found at Destination 2024/10/29 05:19:59 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dest: Waiting for checks to finish 2024/10/29 05:19:59 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dest: Waiting for transfers to finish 2024/10/29 05:19:59 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2024/10/29 05:19:59 INFO : 3: Copied (new) 2024/10/29 05:19:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (10.18s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:20:01 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/dst" 2024/10/29 05:20:03 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/CopyDest" 2024/10/29 05:20:05 DEBUG : one: Need to transfer - File not found at Destination 2024/10/29 05:20:05 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:20:05 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:20:06 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/10/29 05:20:06 INFO : one: Copied (new) 2024/10/29 05:20:06 DEBUG : Waiting for deletions to finish 2024/10/29 05:20:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/29 05:20:07 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:20:07 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:20:08 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/10/29 05:20:08 INFO : one: Copied (replaced existing) 2024/10/29 05:20:08 DEBUG : Waiting for deletions to finish 2024/10/29 05:20:10 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/BackupDir" 2024/10/29 05:20:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/29 05:20:11 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:20:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:20:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/10/29 05:20:13 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/10/29 05:20:13 INFO : one: Copied (server-side copy) 2024/10/29 05:20:13 INFO : one: Deleted 2024/10/29 05:20:13 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/10/29 05:20:13 INFO : one: Copied (server-side copy) 2024/10/29 05:20:13 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/10/29 05:20:13 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:20:13 DEBUG : Waiting for deletions to finish 2024/10/29 05:20:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:20:16 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/10/29 05:20:16 INFO : two: Copied (server-side copy) 2024/10/29 05:20:16 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/10/29 05:20:16 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:20:16 DEBUG : one: Unchanged skipping 2024/10/29 05:20:16 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:20:16 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:20:16 DEBUG : Waiting for deletions to finish 2024/10/29 05:20:16 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:20:16 DEBUG : one: Unchanged skipping 2024/10/29 05:20:16 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:20:16 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:20:16 DEBUG : two: Unchanged skipping 2024/10/29 05:20:16 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:20:16 DEBUG : Waiting for deletions to finish 2024/10/29 05:20:16 INFO : There was nothing to transfer 2024/10/29 05:20:18 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/10/29 05:20:18 DEBUG : three: Destination not found in --copy-dest 2024/10/29 05:20:18 DEBUG : three: Need to transfer - File not found at Destination 2024/10/29 05:20:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:20:18 DEBUG : one: Unchanged skipping 2024/10/29 05:20:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/10/29 05:20:18 DEBUG : two: Unchanged skipping 2024/10/29 05:20:18 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:20:18 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:20:19 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2024/10/29 05:20:19 INFO : three: Copied (new) 2024/10/29 05:20:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (19.78s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:20:24 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/dst" 2024/10/29 05:20:25 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/backup" 2024/10/29 05:20:28 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/10/29 05:20:28 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:20:28 DEBUG : two: Unchanged skipping 2024/10/29 05:20:28 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:20:29 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/10/29 05:20:29 INFO : one: Copied (server-side copy) 2024/10/29 05:20:29 INFO : one: Deleted 2024/10/29 05:20:29 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:20:30 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:20:30 INFO : one: Copied (new) 2024/10/29 05:20:30 DEBUG : Waiting for deletions to finish 2024/10/29 05:20:31 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/10/29 05:20:31 INFO : three.txt: Copied (server-side copy) 2024/10/29 05:20:31 INFO : three.txt: Deleted 2024/10/29 05:20:31 INFO : three.txt: Moved into backup dir 2024/10/29 05:20:33 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/10/29 05:20:33 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:20:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:20:33 DEBUG : two: Unchanged skipping 2024/10/29 05:20:34 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:20:34 INFO : one: Copied (server-side copy) 2024/10/29 05:20:34 INFO : one: Deleted 2024/10/29 05:20:34 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:20:35 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/10/29 05:20:35 INFO : one: Copied (new) 2024/10/29 05:20:35 DEBUG : Waiting for deletions to finish 2024/10/29 05:20:35 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/10/29 05:20:35 INFO : three.txt: Copied (server-side copy) 2024/10/29 05:20:35 INFO : three.txt: Deleted 2024/10/29 05:20:35 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (15.66s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:20:40 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/dst" 2024/10/29 05:20:40 DEBUG : Config file has changed externally - reloading 2024/10/29 05:20:41 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/backup" 2024/10/29 05:20:43 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/10/29 05:20:43 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:20:43 DEBUG : two: Unchanged skipping 2024/10/29 05:20:43 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:20:44 DEBUG : pacer: low level retry 1/10 (error Too busy. Please see documentation to learn when to retry. (503 too_busy)) 2024/10/29 05:20:44 DEBUG : pacer: Rate limited, increasing sleep to 1s 2024/10/29 05:20:45 DEBUG : pacer: Reducing sleep to 500ms 2024/10/29 05:20:45 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/10/29 05:20:45 INFO : one: Copied (server-side copy) to: one.bak 2024/10/29 05:20:45 INFO : one: Deleted 2024/10/29 05:20:45 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:20:46 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:20:46 INFO : one: Copied (new) 2024/10/29 05:20:46 DEBUG : Waiting for deletions to finish 2024/10/29 05:20:46 DEBUG : pacer: Reducing sleep to 250ms 2024/10/29 05:20:47 DEBUG : pacer: Reducing sleep to 125ms 2024/10/29 05:20:47 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/10/29 05:20:47 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/10/29 05:20:47 INFO : three.txt: Deleted 2024/10/29 05:20:47 INFO : three.txt: Moved into backup dir 2024/10/29 05:20:49 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/10/29 05:20:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:20:49 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:20:49 DEBUG : two: Unchanged skipping 2024/10/29 05:20:49 DEBUG : pacer: Reducing sleep to 62.5ms 2024/10/29 05:20:50 DEBUG : pacer: Reducing sleep to 31.25ms 2024/10/29 05:20:50 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:20:50 INFO : one: Copied (server-side copy) to: one.bak 2024/10/29 05:20:50 INFO : one: Deleted 2024/10/29 05:20:50 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:20:50 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/10/29 05:20:50 INFO : one: Copied (new) 2024/10/29 05:20:50 DEBUG : Waiting for deletions to finish 2024/10/29 05:20:51 DEBUG : pacer: Reducing sleep to 15.625ms 2024/10/29 05:20:51 DEBUG : pacer: low level retry 1/10 (error Too busy. Please see documentation to learn when to retry. (503 too_busy)) 2024/10/29 05:20:51 DEBUG : pacer: Rate limited, increasing sleep to 1s 2024/10/29 05:20:51 DEBUG : pacer: low level retry 2/10 (error Too busy. Please see documentation to learn when to retry. (503 too_busy)) 2024/10/29 05:20:52 DEBUG : pacer: low level retry 3/10 (error Too busy. Please see documentation to learn when to retry. (503 too_busy)) 2024/10/29 05:20:54 DEBUG : pacer: Reducing sleep to 500ms 2024/10/29 05:20:54 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/10/29 05:20:54 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/10/29 05:20:54 INFO : three.txt: Deleted 2024/10/29 05:20:54 INFO : three.txt: Moved into backup dir 2024/10/29 05:20:54 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2024/10/29 05:20:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2024/10/29 05:20:54 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestSyncBackupDirWithSuffix (18.99s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:20:58 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/dst" 2024/10/29 05:20:58 DEBUG : Config file has changed externally - reloading 2024/10/29 05:20:59 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/backup" 2024/10/29 05:21:02 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:21:02 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/10/29 05:21:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:21:02 DEBUG : two: Unchanged skipping 2024/10/29 05:21:03 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/10/29 05:21:03 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/10/29 05:21:04 INFO : one: Deleted 2024/10/29 05:21:04 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:21:04 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:21:04 INFO : one: Copied (new) 2024/10/29 05:21:04 DEBUG : Waiting for deletions to finish 2024/10/29 05:21:05 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/10/29 05:21:05 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/10/29 05:21:05 INFO : three.txt: Deleted 2024/10/29 05:21:05 INFO : three.txt: Moved into backup dir 2024/10/29 05:21:07 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/10/29 05:21:07 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:21:07 DEBUG : two: Unchanged skipping 2024/10/29 05:21:07 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:21:07 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:21:07 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/10/29 05:21:07 INFO : one: Deleted 2024/10/29 05:21:07 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:21:07 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/10/29 05:21:07 INFO : one: Copied (new) 2024/10/29 05:21:07 DEBUG : Waiting for deletions to finish 2024/10/29 05:21:08 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/10/29 05:21:08 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/10/29 05:21:08 INFO : three.txt: Deleted 2024/10/29 05:21:08 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (14.21s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:21:13 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/dst" 2024/10/29 05:21:14 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/10/29 05:21:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:21:14 DEBUG : two: Unchanged skipping 2024/10/29 05:21:14 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:21:15 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/10/29 05:21:15 INFO : one: Copied (server-side copy) to: one.bak 2024/10/29 05:21:15 INFO : one: Deleted 2024/10/29 05:21:15 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:21:17 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:21:17 INFO : one: Copied (new) 2024/10/29 05:21:17 DEBUG : Waiting for deletions to finish 2024/10/29 05:21:17 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/10/29 05:21:17 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/10/29 05:21:18 INFO : three.txt: Deleted 2024/10/29 05:21:18 INFO : three.txt: Moved into backup dir 2024/10/29 05:21:19 DEBUG : one.bak: Excluded (Path Filter) 2024/10/29 05:21:19 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/10/29 05:21:19 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/10/29 05:21:19 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:21:19 DEBUG : two: Unchanged skipping 2024/10/29 05:21:19 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for checks to finish 2024/10/29 05:21:20 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:21:20 INFO : one: Copied (server-side copy) to: one.bak 2024/10/29 05:21:20 INFO : one: Deleted 2024/10/29 05:21:20 DEBUG : B2 bucket rclone-test-hayupuk8boxe path dst: Waiting for transfers to finish 2024/10/29 05:21:21 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/10/29 05:21:21 INFO : one: Copied (new) 2024/10/29 05:21:21 DEBUG : Waiting for deletions to finish 2024/10/29 05:21:21 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/10/29 05:21:21 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/10/29 05:21:22 INFO : three.txt: Deleted 2024/10/29 05:21:22 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (13.08s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:21:26 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/dst" 2024/10/29 05:21:27 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/10/29 05:21:29 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/10/29 05:21:29 INFO : one: Copied (server-side copy) to: one.bak 2024/10/29 05:21:29 INFO : one: Deleted 2024/10/29 05:21:30 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:21:30 INFO : one: Copied (new) 2024/10/29 05:21:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:21:30 DEBUG : two: Unchanged skipping 2024/10/29 05:21:30 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/10/29 05:21:31 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/10/29 05:21:31 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/10/29 05:21:31 INFO : three.txt: Deleted 2024/10/29 05:21:31 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/10/29 05:21:31 INFO : three.txt: Copied (new) 2024/10/29 05:21:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/10/29 05:21:33 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:21:33 INFO : one: Copied (server-side copy) to: one.bak 2024/10/29 05:21:33 INFO : one: Deleted 2024/10/29 05:21:33 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/10/29 05:21:33 INFO : one: Copied (new) 2024/10/29 05:21:34 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:21:34 DEBUG : two: Unchanged skipping 2024/10/29 05:21:34 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/10/29 05:21:35 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/10/29 05:21:35 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/10/29 05:21:35 INFO : three.txt: Deleted 2024/10/29 05:21:35 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/10/29 05:21:35 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (13.72s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:21:39 DEBUG : Creating backend with remote "TestB2:rclone-test-hayupuk8boxe/dst" 2024/10/29 05:21:41 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/10/29 05:21:42 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/10/29 05:21:42 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/10/29 05:21:43 INFO : one: Deleted 2024/10/29 05:21:43 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:21:43 INFO : one: Copied (new) 2024/10/29 05:21:44 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:21:44 DEBUG : two: Unchanged skipping 2024/10/29 05:21:44 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/10/29 05:21:45 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/10/29 05:21:45 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/10/29 05:21:45 INFO : three.txt: Deleted 2024/10/29 05:21:45 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/10/29 05:21:45 INFO : three.txt: Copied (new) 2024/10/29 05:21:46 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/10/29 05:21:47 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/10/29 05:21:47 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/10/29 05:21:47 INFO : one: Deleted 2024/10/29 05:21:47 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/10/29 05:21:47 INFO : one: Copied (new) 2024/10/29 05:21:48 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:21:48 DEBUG : two: Unchanged skipping 2024/10/29 05:21:48 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/10/29 05:21:48 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/10/29 05:21:48 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/10/29 05:21:49 INFO : three.txt: Deleted 2024/10/29 05:21:49 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/10/29 05:21:49 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (13.68s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:21:52 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/10/29 05:21:52 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:21:52 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:21:52 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2024/10/29 05:21:52 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/10/29 05:21:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.83s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:21:53 DEBUG : existing: Need to transfer - File not found at Destination 2024/10/29 05:21:53 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:21:53 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:21:54 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/10/29 05:21:54 INFO : existing: Copied (new) 2024/10/29 05:21:54 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:21:55 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/10/29 05:21:55 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:21:55 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/10/29 05:21:55 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:21:55 ERROR : B2 bucket rclone-test-hayupuk8boxe: not deleting files as there were IO errors 2024/10/29 05:21:55 ERROR : B2 bucket rclone-test-hayupuk8boxe: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncImmutable (3.25s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:21:58 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:21:58 DEBUG : existing: Unchanged skipping 2024/10/29 05:21:58 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:21:58 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:21:58 DEBUG : Waiting for deletions to finish 2024/10/29 05:21:58 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (2.48s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", 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-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.16s) --- SKIP: TestMaxTransfer/Hard (0.39s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.39s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:22:06 DEBUG : only4: Clearing upload URL because of error: no tomes available (503 service_unavailable) 2024/10/29 05:22:06 DEBUG : pacer: low level retry 1/1 (error no tomes available (503 service_unavailable)) 2024/10/29 05:22:06 DEBUG : pacer: Rate limited, increasing sleep to 1s run.go:281: Retry Put of "only4" to B2 bucket rclone-test-hayupuk8boxe: 1/10 (no tomes available (503 service_unavailable)) 2024/10/29 05:22:08 DEBUG : pacer: Reducing sleep to 500ms 2024/10/29 05:22:10 DEBUG : pacer: Reducing sleep to 250ms 2024/10/29 05:22:10 DEBUG : pacer: Reducing sleep to 125ms 2024/10/29 05:22:11 DEBUG : pacer: Reducing sleep to 62.5ms 2024/10/29 05:22:12 DEBUG : pacer: Reducing sleep to 31.25ms 2024/10/29 05:22:13 DEBUG : pacer: Reducing sleep to 15.625ms 2024/10/29 05:22:13 DEBUG : pacer: Reducing sleep to 10ms 2024/10/29 05:22:29 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:22:29 DEBUG : both0: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both12: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both13: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both14: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both15: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both16: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both17: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both18: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both19: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both2: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both3: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both4: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both5: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both6: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both7: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both8: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:22:29 DEBUG : both9: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both1: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both10: Unchanged skipping 2024/10/29 05:22:29 DEBUG : both11: Unchanged skipping 2024/10/29 05:22:29 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:22:29 DEBUG : Waiting for deletions to finish 2024/10/29 05:22:30 INFO : only19: Deleted 2024/10/29 05:22:30 INFO : only5: Deleted 2024/10/29 05:22:30 INFO : only7: Deleted 2024/10/29 05:22:30 INFO : only11: Deleted 2024/10/29 05:22:30 INFO : only8: Deleted 2024/10/29 05:22:30 INFO : only16: Deleted 2024/10/29 05:22:30 INFO : only2: Deleted 2024/10/29 05:22:30 INFO : only13: Deleted 2024/10/29 05:22:30 INFO : only4: Deleted 2024/10/29 05:22:30 INFO : only1: Deleted 2024/10/29 05:22:30 INFO : only12: Deleted 2024/10/29 05:22:30 INFO : only18: Deleted 2024/10/29 05:22:30 INFO : only3: Deleted 2024/10/29 05:22:30 INFO : only9: Deleted 2024/10/29 05:22:31 INFO : only14: Deleted 2024/10/29 05:22:31 INFO : only15: Deleted 2024/10/29 05:22:31 INFO : only0: Deleted 2024/10/29 05:22:31 INFO : only17: Deleted 2024/10/29 05:22:31 INFO : only6: Deleted 2024/10/29 05:22:31 INFO : only10: Deleted 2024/10/29 05:22:31 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (35.46s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:23:02 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for checks to finish 2024/10/29 05:23:02 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both0: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both12: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both11: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both14: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both15: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both16: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both1: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both18: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both10: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both2: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both3: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both4: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both5: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both6: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both7: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both8: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/10/29 05:23:02 DEBUG : both9: Unchanged skipping 2024/10/29 05:23:02 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/10/29 05:23:02 DEBUG : both13: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both17: Unchanged skipping 2024/10/29 05:23:02 DEBUG : both19: Unchanged skipping 2024/10/29 05:23:02 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Waiting for transfers to finish 2024/10/29 05:23:02 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:02 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:02 INFO : only1: Copied (replaced existing) 2024/10/29 05:23:02 INFO : only0: Copied (replaced existing) 2024/10/29 05:23:02 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:02 INFO : only13: Copied (replaced existing) 2024/10/29 05:23:02 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:02 INFO : only12: Copied (replaced existing) 2024/10/29 05:23:02 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:02 INFO : only10: Copied (replaced existing) 2024/10/29 05:23:02 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:02 INFO : only14: Copied (replaced existing) 2024/10/29 05:23:02 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:02 INFO : only15: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only16: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only11: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only18: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only17: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only19: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only2: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only3: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only4: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only5: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only6: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only7: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only8: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/10/29 05:23:03 INFO : only9: Copied (replaced existing) 2024/10/29 05:23:03 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (36.66s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:23:13 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/10/29 05:23:13 DEBUG : sub dir: Making directory 2024/10/29 05:23:13 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (3.90s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" 2024/10/29 05:23:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/10/29 05:23:16 DEBUG : sub dir: Making directory 2024/10/29 05:23:16 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-hayupuk8boxe", Local "Local file system at /tmp/rclone440180551", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.76s) PASS 2024/10/29 05:23:20 DEBUG : B2 bucket rclone-test-hayupuk8boxe: Purge remote 2024/10/29 05:23:20 INFO : B2 bucket rclone-test-hayupuk8boxe: cleaning bucket "rclone-test-hayupuk8boxe" of all files 2024/10/29 05:23:21 DEBUG : BackupDir/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f417b8ac76e79646d_d20241029_m052020_c001_v7007000_t0000_u01730179220030") 2024/10/29 05:23:21 DEBUG : BackupDir/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f107b12de40a1dc31_d20241029_m052012_c001_v0001039_t0018_u01730179212702") 2024/10/29 05:23:21 DEBUG : CompareDest/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f416ca964b9203b06_d20241029_m051950_c001_v7007000_t0000_u01730179190520") 2024/10/29 05:23:21 DEBUG : CompareDest/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e25e_d20241029_m051943_c001_v0001115_t0026_u01730179183721") 2024/10/29 05:23:21 DEBUG : CompareDest/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f416ca964b9203b07_d20241029_m051950_c001_v7007000_t0000_u01730179190736") 2024/10/29 05:23:21 DEBUG : CompareDest/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d4792_d20241029_m051945_c001_v0001182_t0003_u01730179185456") 2024/10/29 05:23:21 DEBUG : CopyDest/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f417b8ac76e79646e_d20241029_m052020_c001_v7007000_t0000_u01730179220213") 2024/10/29 05:23:21 DEBUG : CopyDest/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94f84_d20241029_m052009_c001_v0001042_t0016_u01730179209585") 2024/10/29 05:23:21 DEBUG : CopyDest/three: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f417b8ac76e79646f_d20241029_m052020_c001_v7007000_t0000_u01730179220395") 2024/10/29 05:23:21 DEBUG : CopyDest/three: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d4a0b_d20241029_m052017_c001_v0001182_t0027_u01730179217642") 2024/10/29 05:23:21 DEBUG : CopyDest/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f417b8ac76e796472_d20241029_m052020_c001_v7007000_t0000_u01730179220581") 2024/10/29 05:23:22 DEBUG : CopyDest/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e30d_d20241029_m052014_c001_v0001115_t0001_u01730179214320") 2024/10/29 05:23:22 DEBUG : EXISTING: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4119bf2f5190cb6a_d20241029_m052159_c001_v7007000_t0000_u01730179319066") 2024/10/29 05:23:22 DEBUG : EXISTING: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e54b_d20241029_m052157_c001_v0001115_t0021_u01730179317314") 2024/10/29 05:23:22 DEBUG : Testêé: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4119bf2f5190cb64_d20241029_m052153_c001_v7007000_t0000_u01730179313331") 2024/10/29 05:23:22 DEBUG : Testêé: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d53ec_d20241029_m052152_c001_v0001182_t0059_u01730179312708") 2024/10/29 05:23:22 DEBUG : Testêé: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e52d_d20241029_m052151_c001_v0001115_t0029_u01730179311233") 2024/10/29 05:23:22 DEBUG : a/potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f655_d20241029_m051736_c001_v7007000_t0000_u01730179056982") 2024/10/29 05:23:22 DEBUG : a/potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d26_d20241029_m051736_c001_v0001042_t0034_u01730179056113") 2024/10/29 05:23:22 DEBUG : a/potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f264_d20241029_m051734_c001_v7007000_t0000_u01730179054032") 2024/10/29 05:23:22 DEBUG : a/potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d19_d20241029_m051732_c001_v0001042_t0011_u01730179052946") 2024/10/29 05:23:22 DEBUG : a/potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec0908e7_d20241029_m051709_c001_v7007000_t0000_u01730179029923") 2024/10/29 05:23:22 DEBUG : a/potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c91_d20241029_m051708_c001_v0001042_t0039_u01730179028349") 2024/10/29 05:23:22 DEBUG : b/potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f656_d20241029_m051737_c001_v7007000_t0000_u01730179057179") 2024/10/29 05:23:22 DEBUG : b/potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d1e_d20241029_m051734_c001_v0001042_t0044_u01730179054981") 2024/10/29 05:23:22 DEBUG : b/potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f263_d20241029_m051733_c001_v7007000_t0000_u01730179053410") 2024/10/29 05:23:22 DEBUG : b/potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d11_d20241029_m051731_c001_v0001042_t0045_u01730179051837") 2024/10/29 05:23:22 DEBUG : b/potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec0908e5_d20241029_m051709_c001_v7007000_t0000_u01730179029358") 2024/10/29 05:23:22 DEBUG : b/potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c89_d20241029_m051706_c001_v0001042_t0034_u01730179026753") 2024/10/29 05:23:22 DEBUG : backup/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f412ef77d7b76f231_d20241029_m052036_c001_v7007000_t0000_u01730179236250") 2024/10/29 05:23:23 DEBUG : backup/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1089e15e7b15ec37_d20241029_m052034_c001_v0001036_t0018_u01730179234213") 2024/10/29 05:23:23 DEBUG : backup/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1150819aab2b6b85_d20241029_m052029_c001_v0001182_t0005_u01730179229441") 2024/10/29 05:23:23 DEBUG : backup/one-2019-01-01: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a3904a_d20241029_m052109_c001_v7007000_t0000_u01730179269393") 2024/10/29 05:23:23 DEBUG : backup/one-2019-01-01: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f115645cecc42f57d_d20241029_m052107_c001_v0001165_t0032_u01730179267392") 2024/10/29 05:23:23 DEBUG : backup/one-2019-01-01: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10652c99a8a9d4b6_d20241029_m052103_c001_v0001098_t0005_u01730179263618") 2024/10/29 05:23:23 DEBUG : backup/one.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185f4f_d20241029_m052055_c001_v7007000_t0000_u01730179255229") 2024/10/29 05:23:23 DEBUG : backup/one.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f106a77944f0ae2c8_d20241029_m052050_c001_v0001134_t0029_u01730179250071") 2024/10/29 05:23:23 DEBUG : backup/one.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f104e2e30ccc316cc_d20241029_m052045_c001_v0001153_t0004_u01730179245000") 2024/10/29 05:23:23 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a3904b_d20241029_m052109_c001_v7007000_t0000_u01730179269591") 2024/10/29 05:23:23 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1110ef6c07106eec_d20241029_m052108_c001_v0001105_t0020_u01730179268289") 2024/10/29 05:23:23 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f101f12079a36061a_d20241029_m052105_c001_v0001179_t0036_u01730179265216") 2024/10/29 05:23:23 DEBUG : backup/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f412ef77d7b76f232_d20241029_m052036_c001_v7007000_t0000_u01730179236433") 2024/10/29 05:23:23 DEBUG : backup/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f110a5bb17f6d018e_d20241029_m052035_c001_v0001182_t0010_u01730179235372") 2024/10/29 05:23:23 DEBUG : backup/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1005a04558c54084_d20241029_m052031_c001_v0001092_t0009_u01730179231034") 2024/10/29 05:23:23 DEBUG : backup/three.txt.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185f50_d20241029_m052055_c001_v7007000_t0000_u01730179255411") 2024/10/29 05:23:23 DEBUG : backup/three.txt.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f105547637bfacc41_d20241029_m052053_c001_v0001144_t0048_u01730179253550") 2024/10/29 05:23:23 DEBUG : backup/three.txt.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f105f3605b77d3299_d20241029_m052047_c001_v0001182_t0029_u01730179247136") 2024/10/29 05:23:23 DEBUG : both0: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83436_d20241029_m052304_c001_v7007000_t0000_u01730179384350") 2024/10/29 05:23:23 DEBUG : both0: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e65f_d20241029_m052236_c001_v0001115_t0033_u01730179356806") 2024/10/29 05:23:24 DEBUG : both0: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82307_d20241029_m052231_c001_v7007000_t0000_u01730179351854") 2024/10/29 05:23:24 DEBUG : both0: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d54c6_d20241029_m052201_c001_v0001182_t0031_u01730179321359") 2024/10/29 05:23:24 DEBUG : both1: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8343a_d20241029_m052304_c001_v7007000_t0000_u01730179384548") 2024/10/29 05:23:24 DEBUG : both1: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e66f_d20241029_m052238_c001_v0001115_t0038_u01730179358443") 2024/10/29 05:23:24 DEBUG : both1: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8230a_d20241029_m052232_c001_v7007000_t0000_u01730179352040") 2024/10/29 05:23:24 DEBUG : both1: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e569_d20241029_m052202_c001_v0001115_t0005_u01730179322425") 2024/10/29 05:23:24 DEBUG : both10: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8343c_d20241029_m052304_c001_v7007000_t0000_u01730179384742") 2024/10/29 05:23:24 DEBUG : both10: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6c1_d20241029_m052249_c001_v0001115_t0059_u01730179369844") 2024/10/29 05:23:24 DEBUG : both10: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8230c_d20241029_m052232_c001_v7007000_t0000_u01730179352239") 2024/10/29 05:23:24 DEBUG : both10: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e5cc_d20241029_m052216_c001_v0001115_t0030_u01730179336314") 2024/10/29 05:23:24 DEBUG : both11: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83440_d20241029_m052304_c001_v7007000_t0000_u01730179384945") 2024/10/29 05:23:24 DEBUG : both11: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6c7_d20241029_m052251_c001_v0001115_t0051_u01730179371177") 2024/10/29 05:23:24 DEBUG : both11: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82310_d20241029_m052232_c001_v7007000_t0000_u01730179352453") 2024/10/29 05:23:24 DEBUG : both11: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e5d4_d20241029_m052217_c001_v0001115_t0054_u01730179337564") 2024/10/29 05:23:24 DEBUG : both12: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83448_d20241029_m052305_c001_v7007000_t0000_u01730179385211") 2024/10/29 05:23:24 DEBUG : both12: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6d1_d20241029_m052252_c001_v0001115_t0031_u01730179372225") 2024/10/29 05:23:24 DEBUG : both12: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82312_d20241029_m052232_c001_v7007000_t0000_u01730179352655") 2024/10/29 05:23:24 DEBUG : both12: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e5e0_d20241029_m052218_c001_v0001115_t0039_u01730179338684") 2024/10/29 05:23:24 DEBUG : both13: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8344e_d20241029_m052305_c001_v7007000_t0000_u01730179385460") 2024/10/29 05:23:25 DEBUG : both13: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6d5_d20241029_m052253_c001_v0001115_t0024_u01730179373287") 2024/10/29 05:23:25 DEBUG : both13: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82317_d20241029_m052232_c001_v7007000_t0000_u01730179352843") 2024/10/29 05:23:25 DEBUG : both13: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e5ea_d20241029_m052220_c001_v0001115_t0002_u01730179340035") 2024/10/29 05:23:25 DEBUG : both14: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83452_d20241029_m052305_c001_v7007000_t0000_u01730179385650") 2024/10/29 05:23:25 DEBUG : both14: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6dd_d20241029_m052254_c001_v0001115_t0026_u01730179374361") 2024/10/29 05:23:25 DEBUG : both14: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82319_d20241029_m052233_c001_v7007000_t0000_u01730179353044") 2024/10/29 05:23:25 DEBUG : both14: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e5f2_d20241029_m052221_c001_v0001115_t0028_u01730179341476") 2024/10/29 05:23:25 DEBUG : both15: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83454_d20241029_m052305_c001_v7007000_t0000_u01730179385852") 2024/10/29 05:23:25 DEBUG : both15: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6e3_d20241029_m052255_c001_v0001115_t0059_u01730179375530") 2024/10/29 05:23:25 DEBUG : both15: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8231a_d20241029_m052233_c001_v7007000_t0000_u01730179353229") 2024/10/29 05:23:25 DEBUG : both15: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e5f6_d20241029_m052222_c001_v0001115_t0039_u01730179342585") 2024/10/29 05:23:25 DEBUG : both16: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83458_d20241029_m052306_c001_v7007000_t0000_u01730179386052") 2024/10/29 05:23:25 DEBUG : both16: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6eb_d20241029_m052257_c001_v0001115_t0059_u01730179377048") 2024/10/29 05:23:25 DEBUG : both16: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8231c_d20241029_m052233_c001_v7007000_t0000_u01730179353437") 2024/10/29 05:23:25 DEBUG : both16: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e5fe_d20241029_m052223_c001_v0001115_t0047_u01730179343902") 2024/10/29 05:23:25 DEBUG : both17: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8345d_d20241029_m052306_c001_v7007000_t0000_u01730179386261") 2024/10/29 05:23:25 DEBUG : both17: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6f3_d20241029_m052257_c001_v0001115_t0053_u01730179377886") 2024/10/29 05:23:26 DEBUG : both17: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8231f_d20241029_m052233_c001_v7007000_t0000_u01730179353628") 2024/10/29 05:23:26 DEBUG : both17: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e608_d20241029_m052225_c001_v0001115_t0006_u01730179345138") 2024/10/29 05:23:26 DEBUG : both18: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8345e_d20241029_m052306_c001_v7007000_t0000_u01730179386450") 2024/10/29 05:23:26 DEBUG : both18: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6fd_d20241029_m052258_c001_v0001115_t0049_u01730179378885") 2024/10/29 05:23:26 DEBUG : both18: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82324_d20241029_m052233_c001_v7007000_t0000_u01730179353825") 2024/10/29 05:23:26 DEBUG : both18: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e60c_d20241029_m052226_c001_v0001115_t0035_u01730179346243") 2024/10/29 05:23:26 DEBUG : both19: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83460_d20241029_m052306_c001_v7007000_t0000_u01730179386637") 2024/10/29 05:23:26 DEBUG : both19: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e703_d20241029_m052300_c001_v0001115_t0059_u01730179380105") 2024/10/29 05:23:26 DEBUG : both19: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82329_d20241029_m052234_c001_v7007000_t0000_u01730179354065") 2024/10/29 05:23:26 DEBUG : both19: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e61b_d20241029_m052227_c001_v0001115_t0028_u01730179347697") 2024/10/29 05:23:26 DEBUG : both2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83464_d20241029_m052306_c001_v7007000_t0000_u01730179386852") 2024/10/29 05:23:26 DEBUG : both2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e689_d20241029_m052239_c001_v0001115_t0047_u01730179359943") 2024/10/29 05:23:26 DEBUG : both2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82714_d20241029_m052234_c001_v7007000_t0000_u01730179354278") 2024/10/29 05:23:26 DEBUG : both2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9512a_d20241029_m052203_c001_v0001042_t0044_u01730179323209") 2024/10/29 05:23:26 DEBUG : both3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83466_d20241029_m052307_c001_v7007000_t0000_u01730179387063") 2024/10/29 05:23:26 DEBUG : both3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e68f_d20241029_m052241_c001_v0001115_t0016_u01730179361403") 2024/10/29 05:23:26 DEBUG : both3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82717_d20241029_m052234_c001_v7007000_t0000_u01730179354470") 2024/10/29 05:23:27 DEBUG : both3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d54fe_d20241029_m052204_c001_v0001182_t0015_u01730179324431") 2024/10/29 05:23:27 DEBUG : both4: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8346e_d20241029_m052307_c001_v7007000_t0000_u01730179387254") 2024/10/29 05:23:27 DEBUG : both4: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e69f_d20241029_m052242_c001_v0001115_t0038_u01730179362801") 2024/10/29 05:23:27 DEBUG : both4: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82718_d20241029_m052234_c001_v7007000_t0000_u01730179354663") 2024/10/29 05:23:27 DEBUG : both4: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e57f_d20241029_m052205_c001_v0001115_t0035_u01730179325103") 2024/10/29 05:23:27 DEBUG : both5: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83471_d20241029_m052307_c001_v7007000_t0000_u01730179387453") 2024/10/29 05:23:27 DEBUG : both5: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6a9_d20241029_m052244_c001_v0001115_t0044_u01730179364415") 2024/10/29 05:23:27 DEBUG : both5: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82719_d20241029_m052234_c001_v7007000_t0000_u01730179354904") 2024/10/29 05:23:27 DEBUG : both5: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e592_d20241029_m052209_c001_v0001115_t0046_u01730179329216") 2024/10/29 05:23:27 DEBUG : both6: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83475_d20241029_m052307_c001_v7007000_t0000_u01730179387653") 2024/10/29 05:23:27 DEBUG : both6: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6ab_d20241029_m052245_c001_v0001115_t0026_u01730179365511") 2024/10/29 05:23:27 DEBUG : both6: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8271a_d20241029_m052235_c001_v7007000_t0000_u01730179355089") 2024/10/29 05:23:27 DEBUG : both6: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e5a2_d20241029_m052210_c001_v0001115_t0000_u01730179330949") 2024/10/29 05:23:27 DEBUG : both7: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8347d_d20241029_m052307_c001_v7007000_t0000_u01730179387841") 2024/10/29 05:23:27 DEBUG : both7: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6b3_d20241029_m052246_c001_v0001115_t0052_u01730179366647") 2024/10/29 05:23:27 DEBUG : both7: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8271f_d20241029_m052235_c001_v7007000_t0000_u01730179355290") 2024/10/29 05:23:27 DEBUG : both7: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e5aa_d20241029_m052212_c001_v0001115_t0039_u01730179332575") 2024/10/29 05:23:28 DEBUG : both8: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83480_d20241029_m052308_c001_v7007000_t0000_u01730179388040") 2024/10/29 05:23:28 DEBUG : both8: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6bb_d20241029_m052247_c001_v0001115_t0007_u01730179367625") 2024/10/29 05:23:28 DEBUG : both8: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82722_d20241029_m052235_c001_v7007000_t0000_u01730179355479") 2024/10/29 05:23:28 DEBUG : both8: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e5b8_d20241029_m052213_c001_v0001115_t0033_u01730179333952") 2024/10/29 05:23:28 DEBUG : both9: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83482_d20241029_m052308_c001_v7007000_t0000_u01730179388241") 2024/10/29 05:23:28 DEBUG : both9: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e6bd_d20241029_m052248_c001_v0001115_t0005_u01730179368669") 2024/10/29 05:23:28 DEBUG : both9: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc82724_d20241029_m052235_c001_v7007000_t0000_u01730179355668") 2024/10/29 05:23:28 DEBUG : both9: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e5c2_d20241029_m052214_c001_v0001115_t0003_u01730179334816") 2024/10/29 05:23:28 DEBUG : c/non empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f657_d20241029_m051737_c001_v7007000_t0000_u01730179057398") 2024/10/29 05:23:28 DEBUG : c/non empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d22_d20241029_m051735_c001_v0001042_t0030_u01730179055361") 2024/10/29 05:23:28 DEBUG : c/non empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f265_d20241029_m051734_c001_v7007000_t0000_u01730179054224") 2024/10/29 05:23:28 DEBUG : c/non empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d13_d20241029_m051732_c001_v0001042_t0007_u01730179052214") 2024/10/29 05:23:28 DEBUG : c/non empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec0908e8_d20241029_m051710_c001_v7007000_t0000_u01730179030108") 2024/10/29 05:23:28 DEBUG : c/non empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c8b_d20241029_m051707_c001_v0001042_t0021_u01730179027343") 2024/10/29 05:23:28 DEBUG : check sum: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185bdb_d20241029_m051654_c001_v7007000_t0000_u01730179014313") 2024/10/29 05:23:28 DEBUG : check sum: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c46_d20241029_m051653_c001_v0001042_t0053_u01730179013198") 2024/10/29 05:23:28 DEBUG : dest/3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f402d19b89ae434e8_d20241029_m052000_c001_v7007000_t0000_u01730179200956") 2024/10/29 05:23:28 DEBUG : dest/3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f411c36c4db7096d9_d20241029_m051959_c001_v0001150_t0028_u01730179199823") 2024/10/29 05:23:28 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4119bf2f5190cb5a_d20241029_m052149_c001_v7007000_t0000_u01730179309716") 2024/10/29 05:23:28 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10940bb735c5545b_d20241029_m052147_c001_v0001181_t0030_u01730179307815") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40428dd176cf3e0f_d20241029_m052147_c001_v7007000_t0000_u01730179307630") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10940bb735c5543f_d20241029_m052143_c001_v0001181_t0040_u01730179303750") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40428dd176cf3de6_d20241029_m052143_c001_v7007000_t0000_u01730179303006") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e4e1_d20241029_m052137_c001_v0001115_t0017_u01730179297557") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f401a95e812b96594_d20241029_m052136_c001_v7007000_t0000_u01730179296083") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1193e3493ef6db73_d20241029_m052133_c001_v0001172_t0015_u01730179293791") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4098e422b4740c8d_d20241029_m052133_c001_v7007000_t0000_u01730179293611") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1193e3493ef6db61_d20241029_m052130_c001_v0001172_t0044_u01730179290231") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4098e422b4740c80_d20241029_m052129_c001_v7007000_t0000_u01730179289495") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e491_d20241029_m052123_c001_v0001115_t0028_u01730179283832") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4100c3bc61ef442f_d20241029_m052122_c001_v7007000_t0000_u01730179282539") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11676bb5e59bfda6_d20241029_m052120_c001_v0001115_t0029_u01730179280609") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40650b7f8e4d0f0c_d20241029_m052120_c001_v7007000_t0000_u01730179280429") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11676bb5e59bfd80_d20241029_m052116_c001_v0001115_t0002_u01730179276308") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40650b7f8e4d0eff_d20241029_m052115_c001_v7007000_t0000_u01730179275585") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9505c_d20241029_m052110_c001_v0001042_t0019_u01730179270756") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a3904d_d20241029_m052109_c001_v7007000_t0000_u01730179269805") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f117eb1804718d40b_d20241029_m052107_c001_v0001179_t0053_u01730179267821") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40428dd176cf3b84_d20241029_m052107_c001_v7007000_t0000_u01730179267629") 2024/10/29 05:23:29 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f117eb1804718d3f8_d20241029_m052104_c001_v0001179_t0034_u01730179264779") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40428dd176cf3ae7_d20241029_m052104_c001_v7007000_t0000_u01730179264045") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d4de4_d20241029_m052056_c001_v0001182_t0000_u01730179256562") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185f52_d20241029_m052055_c001_v7007000_t0000_u01730179255607") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f100b58bc31f5e296_d20241029_m052050_c001_v0001145_t0026_u01730179250576") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40162a7bd7e80b9d_d20241029_m052050_c001_v7007000_t0000_u01730179250389") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f100b58bc31f5e270_d20241029_m052046_c001_v0001145_t0042_u01730179246080") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40162a7bd7e80784_d20241029_m052045_c001_v7007000_t0000_u01730179245329") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e37f_d20241029_m052037_c001_v0001115_t0020_u01730179237551") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f412ef77d7b76f234_d20241029_m052036_c001_v7007000_t0000_u01730179236622") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f103930c8d2b2414d_d20241029_m052034_c001_v0001182_t0019_u01730179234913") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f418b60c3d06022e5_d20241029_m052034_c001_v7007000_t0000_u01730179234727") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f103930c8d2b240e7_d20241029_m052030_c001_v0001182_t0027_u01730179230534") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f418b60c3d06022bc_d20241029_m052029_c001_v7007000_t0000_u01730179229727") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94fb8_d20241029_m052022_c001_v0001042_t0014_u01730179221897") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f417b8ac76e796473_d20241029_m052020_c001_v7007000_t0000_u01730179220765") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f110b2de7b1404114_d20241029_m052013_c001_v0001161_t0055_u01730179213471") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8173f_d20241029_m052013_c001_v7007000_t0000_u01730179213194") 2024/10/29 05:23:30 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d495b_d20241029_m052008_c001_v0001182_t0001_u01730179208972") 2024/10/29 05:23:31 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1024136e42ffef89_d20241029_m052008_c001_v0001041_t0006_u01730179208011") 2024/10/29 05:23:31 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1024136e42ffef87_d20241029_m052005_c001_v0001041_t0040_u01730179205785") 2024/10/29 05:23:31 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f416ca964b9203b09_d20241029_m051950_c001_v7007000_t0000_u01730179190988") 2024/10/29 05:23:31 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94f18_d20241029_m051942_c001_v0001042_t0059_u01730179182997") 2024/10/29 05:23:31 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1061851d58119d70_d20241029_m051942_c001_v0001137_t0059_u01730179182141") 2024/10/29 05:23:31 DEBUG : dst/one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1061851d58119d6c_d20241029_m051940_c001_v0001137_t0019_u01730179180954") 2024/10/29 05:23:31 DEBUG : dst/one-2019-01-01: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4119bf2f5190cb5c_d20241029_m052149_c001_v7007000_t0000_u01730179309900") 2024/10/29 05:23:31 DEBUG : dst/one-2019-01-01: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1053490f2172b3a8_d20241029_m052147_c001_v0001097_t0032_u01730179307227") 2024/10/29 05:23:31 DEBUG : dst/one-2019-01-01: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f101238b1688e942c_d20241029_m052142_c001_v0001109_t0038_u01730179302378") 2024/10/29 05:23:31 DEBUG : dst/one.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f401a95e812b96596_d20241029_m052136_c001_v7007000_t0000_u01730179296268") 2024/10/29 05:23:31 DEBUG : dst/one.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10163ce723d0abfb_d20241029_m052133_c001_v0001128_t0021_u01730179293228") 2024/10/29 05:23:31 DEBUG : dst/one.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11938079c12c532d_d20241029_m052128_c001_v0001109_t0018_u01730179288799") 2024/10/29 05:23:31 DEBUG : dst/one.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4100c3bc61ef4432_d20241029_m052122_c001_v7007000_t0000_u01730179282732") 2024/10/29 05:23:31 DEBUG : dst/one.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f103930c8d2b24669_d20241029_m052120_c001_v0001182_t0039_u01730179280154") 2024/10/29 05:23:31 DEBUG : dst/one.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1113e4ed09239816_d20241029_m052115_c001_v0001182_t0050_u01730179275284") 2024/10/29 05:23:31 DEBUG : dst/three: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f417b8ac76e796474_d20241029_m052020_c001_v7007000_t0000_u01730179220988") 2024/10/29 05:23:31 DEBUG : dst/three: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1024136e42ffef91_d20241029_m052018_c001_v0001041_t0001_u01730179218823") 2024/10/29 05:23:31 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4119bf2f5190cb5e_d20241029_m052150_c001_v7007000_t0000_u01730179310082") 2024/10/29 05:23:31 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f113e43b3540638a5_d20241029_m052148_c001_v0001165_t0013_u01730179308650") 2024/10/29 05:23:32 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1020ffd9ed259050_d20241029_m052144_c001_v0001115_t0046_u01730179304616") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4119bf2f5190cb5f_d20241029_m052150_c001_v7007000_t0000_u01730179310271") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10940bb735c55463_d20241029_m052149_c001_v0001181_t0058_u01730179309105") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40428dd176cf3e14_d20241029_m052148_c001_v7007000_t0000_u01730179308911") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10940bb735c5544d_d20241029_m052145_c001_v0001181_t0007_u01730179305743") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40428dd176cf3e06_d20241029_m052145_c001_v7007000_t0000_u01730179305552") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da950cf_d20241029_m052139_c001_v0001042_t0049_u01730179299362") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f401a95e812b96597_d20241029_m052136_c001_v7007000_t0000_u01730179296451") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1193e3493ef6db85_d20241029_m052135_c001_v0001172_t0012_u01730179295411") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4098e422b4740c91_d20241029_m052135_c001_v7007000_t0000_u01730179295231") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1193e3493ef6db67_d20241029_m052131_c001_v0001172_t0016_u01730179291598") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4098e422b4740c85_d20241029_m052131_c001_v7007000_t0000_u01730179291416") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95096_d20241029_m052125_c001_v0001042_t0023_u01730179285670") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40650b7f8e4d0f0f_d20241029_m052121_c001_v7007000_t0000_u01730179281952") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9507c_d20241029_m052119_c001_v0001042_t0040_u01730179279145") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40650b7f8e4d0f07_d20241029_m052118_c001_v7007000_t0000_u01730179278035") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d4fbe_d20241029_m052112_c001_v0001182_t0012_u01730179272625") 2024/10/29 05:23:32 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40428dd176cf3bba_d20241029_m052108_c001_v7007000_t0000_u01730179268833") 2024/10/29 05:23:33 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d4f04_d20241029_m052106_c001_v0001182_t0041_u01730179266532") 2024/10/29 05:23:33 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40428dd176cf3b21_d20241029_m052105_c001_v7007000_t0000_u01730179265426") 2024/10/29 05:23:33 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e3f1_d20241029_m052057_c001_v0001115_t0059_u01730179257990") 2024/10/29 05:23:33 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40162a7bd7e80bbb_d20241029_m052054_c001_v7007000_t0000_u01730179254288") 2024/10/29 05:23:33 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e3c5_d20241029_m052048_c001_v0001115_t0026_u01730179248511") 2024/10/29 05:23:33 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40162a7bd7e80793_d20241029_m052047_c001_v7007000_t0000_u01730179247408") 2024/10/29 05:23:33 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94ff6_d20241029_m052039_c001_v0001042_t0036_u01730179239490") 2024/10/29 05:23:33 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f418b60c3d06022f4_d20241029_m052035_c001_v7007000_t0000_u01730179235688") 2024/10/29 05:23:33 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94fda_d20241029_m052032_c001_v0001042_t0056_u01730179232732") 2024/10/29 05:23:33 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f418b60c3d06022ce_d20241029_m052031_c001_v7007000_t0000_u01730179231616") 2024/10/29 05:23:33 DEBUG : dst/three.txt: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d4aab_d20241029_m052024_c001_v0001182_t0021_u01730179224190") 2024/10/29 05:23:33 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f401a95e812b96599_d20241029_m052136_c001_v7007000_t0000_u01730179296639") 2024/10/29 05:23:33 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f106bb1a031be63eb_d20241029_m052134_c001_v0001106_t0049_u01730179294712") 2024/10/29 05:23:33 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f110a5bb17f6d0776_d20241029_m052131_c001_v0001182_t0024_u01730179291152") 2024/10/29 05:23:33 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4100c3bc61ef4433_d20241029_m052122_c001_v7007000_t0000_u01730179282917") 2024/10/29 05:23:33 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10490a999412b548_d20241029_m052121_c001_v0001039_t0032_u01730179281419") 2024/10/29 05:23:33 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f106568d81f20375a_d20241029_m052117_c001_v0001097_t0028_u01730179277556") 2024/10/29 05:23:33 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4119bf2f5190cb60_d20241029_m052150_c001_v7007000_t0000_u01730179310503") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d5292_d20241029_m052138_c001_v0001182_t0059_u01730179298766") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f401a95e812b9659a_d20241029_m052136_c001_v7007000_t0000_u01730179296825") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d510a_d20241029_m052124_c001_v0001182_t0026_u01730179284993") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4100c3bc61ef4434_d20241029_m052123_c001_v7007000_t0000_u01730179283102") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e44b_d20241029_m052111_c001_v0001115_t0022_u01730179271498") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a39050_d20241029_m052110_c001_v7007000_t0000_u01730179270022") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9502c_d20241029_m052057_c001_v0001042_t0046_u01730179257247") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185f56_d20241029_m052055_c001_v7007000_t0000_u01730179255801") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d4c1f_d20241029_m052038_c001_v0001182_t0019_u01730179238905") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f412ef77d7b76f236_d20241029_m052036_c001_v7007000_t0000_u01730179236825") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e33d_d20241029_m052022_c001_v0001115_t0049_u01730179222807") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f417b8ac76e796475_d20241029_m052021_c001_v7007000_t0000_u01730179221172") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1012e7f6cc91a597_d20241029_m052016_c001_v0001146_t0049_u01730179216324") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f416ca964b9203b0a_d20241029_m051951_c001_v7007000_t0000_u01730179191178") 2024/10/29 05:23:34 DEBUG : dst/two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1061851d58119d7e_d20241029_m051949_c001_v0001137_t0044_u01730179189748") 2024/10/29 05:23:34 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4076ed8f9dee9e34_d20241029_m051900_c001_v7007000_t0000_u01730179140815") 2024/10/29 05:23:34 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d4386_d20241029_m051856_c001_v0001182_t0056_u01730179136902") 2024/10/29 05:23:34 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4076ed8f9dee9e29_d20241029_m051853_c001_v7007000_t0000_u01730179133751") 2024/10/29 05:23:34 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d41c3_d20241029_m051836_c001_v0001182_t0048_u01730179116345") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a38515_d20241029_m051825_c001_v7007000_t0000_u01730179105742") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d409a_d20241029_m051822_c001_v0001182_t0028_u01730179102731") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302fa8b_d20241029_m051753_c001_v7007000_t0000_u01730179073199") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d78_d20241029_m051750_c001_v0001042_t0005_u01730179070883") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302fa82_d20241029_m051749_c001_v7007000_t0000_u01730179069143") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d6a_d20241029_m051747_c001_v0001042_t0038_u01730179067722") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f668_d20241029_m051743_c001_v7007000_t0000_u01730179063667") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d46_d20241029_m051741_c001_v0001042_t0055_u01730179061614") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f65b_d20241029_m051740_c001_v7007000_t0000_u01730179060346") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d36_d20241029_m051738_c001_v0001042_t0039_u01730179058505") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f25c_d20241029_m051730_c001_v7007000_t0000_u01730179050898") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94cfb_d20241029_m051728_c001_v0001042_t0015_u01730179048458") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec09090b_d20241029_m051727_c001_v7007000_t0000_u01730179047177") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94cf1_d20241029_m051726_c001_v0001042_t0012_u01730179046009") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec0908fc_d20241029_m051719_c001_v7007000_t0000_u01730179039770") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94cbf_d20241029_m051718_c001_v0001042_t0008_u01730179038165") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec0908f4_d20241029_m051715_c001_v7007000_t0000_u01730179035522") 2024/10/29 05:23:35 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94cad_d20241029_m051714_c001_v0001042_t0059_u01730179034428") 2024/10/29 05:23:36 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec0908ee_d20241029_m051713_c001_v7007000_t0000_u01730179033323") 2024/10/29 05:23:36 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1150819aab2b5c08_d20241029_m051712_c001_v0001182_t0038_u01730179032716") 2024/10/29 05:23:36 DEBUG : empty space: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c99_d20241029_m051710_c001_v0001042_t0021_u01730179030862") 2024/10/29 05:23:36 DEBUG : enormous: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302fa89_d20241029_m051752_c001_v7007000_t0000_u01730179072242") 2024/10/29 05:23:36 DEBUG : enormous: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d7c_d20241029_m051751_c001_v0001042_t0055_u01730179071466") 2024/10/29 05:23:36 DEBUG : existing: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4119bf2f5190cb66_d20241029_m052155_c001_v7007000_t0000_u01730179315838") 2024/10/29 05:23:36 DEBUG : existing: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9510a_d20241029_m052154_c001_v0001042_t0007_u01730179314444") 2024/10/29 05:23:36 DEBUG : existing: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a38508_d20241029_m051820_c001_v7007000_t0000_u01730179100271") 2024/10/29 05:23:36 DEBUG : existing: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94df8_d20241029_m051819_c001_v0001042_t0019_u01730179099040") 2024/10/29 05:23:36 DEBUG : existing: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec0908df_d20241029_m051705_c001_v7007000_t0000_u01730179025560") 2024/10/29 05:23:36 DEBUG : existing: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c79_d20241029_m051704_c001_v0001042_t0004_u01730179024149") 2024/10/29 05:23:36 DEBUG : existing: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec0908da_d20241029_m051702_c001_v7007000_t0000_u01730179022845") 2024/10/29 05:23:36 DEBUG : existing: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c6f_d20241029_m051701_c001_v0001042_t0054_u01730179021870") 2024/10/29 05:23:36 DEBUG : existing: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c6a_d20241029_m051700_c001_v0001042_t0019_u01730179020807") 2024/10/29 05:23:36 DEBUG : existing-b: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a38509_d20241029_m051820_c001_v7007000_t0000_u01730179100473") 2024/10/29 05:23:36 DEBUG : existing-b: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d4050_d20241029_m051819_c001_v0001182_t0020_u01730179099061") 2024/10/29 05:23:36 DEBUG : five: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302fa98_d20241029_m051758_c001_v7007000_t0000_u01730179078112") 2024/10/29 05:23:36 DEBUG : five: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f41755d2c5da94d9a_d20241029_m051755_c001_v0001042_t0036_u01730179075915") 2024/10/29 05:23:36 DEBUG : foo: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec0908f8_d20241029_m051717_c001_v7007000_t0000_u01730179037412") 2024/10/29 05:23:37 DEBUG : foo: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f41755d2c5da94cb9_d20241029_m051716_c001_v0001042_t0036_u01730179036847") 2024/10/29 05:23:37 DEBUG : foo: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f41755d2c5da94cb5_d20241029_m051716_c001_v0001042_t0036_u01730179036271") 2024/10/29 05:23:37 DEBUG : four: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302fa9b_d20241029_m051758_c001_v7007000_t0000_u01730179078322") 2024/10/29 05:23:37 DEBUG : four: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40991095c47d3e76_d20241029_m051756_c001_v0001182_t0049_u01730179076478") 2024/10/29 05:23:37 DEBUG : four: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d96_d20241029_m051755_c001_v0001042_t0032_u01730179075122") 2024/10/29 05:23:37 DEBUG : hello world2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc80305_d20241029_m051606_c001_v7007000_t0000_u01730178966349") 2024/10/29 05:23:37 DEBUG : hello world2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94b64_d20241029_m051605_c001_v0001042_t0048_u01730178965562") 2024/10/29 05:23:37 DEBUG : ignore-size: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185be3_d20241029_m051659_c001_v7007000_t0000_u01730179019300") 2024/10/29 05:23:37 DEBUG : ignore-size: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c60_d20241029_m051658_c001_v0001042_t0023_u01730179018084") 2024/10/29 05:23:37 DEBUG : nested/sub dir/file: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a384fd_d20241029_m051817_c001_v7007000_t0000_u01730179097867") 2024/10/29 05:23:37 DEBUG : nested/sub dir/file: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e023_d20241029_m051816_c001_v0001115_t0001_u01730179096858") 2024/10/29 05:23:37 DEBUG : nested/sub dir/file: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a384f9_d20241029_m051815_c001_v7007000_t0000_u01730179095341") 2024/10/29 05:23:37 DEBUG : nested/sub dir/file: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d3fd8_d20241029_m051814_c001_v0001182_t0021_u01730179094512") 2024/10/29 05:23:37 DEBUG : one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302fa9c_d20241029_m051758_c001_v7007000_t0000_u01730179078510") 2024/10/29 05:23:37 DEBUG : one: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f41755d2c5da94d8c_d20241029_m051754_c001_v0001042_t0036_u01730179074430") 2024/10/29 05:23:37 DEBUG : only0: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83486_d20241029_m052308_c001_v7007000_t0000_u01730179388440") 2024/10/29 05:23:37 DEBUG : only0: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4004def98fc1e713_d20241029_m052302_c001_v0001115_t0014_u01730179382271") 2024/10/29 05:23:38 DEBUG : only0: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da951cd_d20241029_m052238_c001_v0001042_t0059_u01730179358109") 2024/10/29 05:23:38 DEBUG : only0: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc81f1a_d20241029_m052231_c001_v7007000_t0000_u01730179351017") 2024/10/29 05:23:38 DEBUG : only0: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95124_d20241029_m052201_c001_v0001042_t0058_u01730179321987") 2024/10/29 05:23:38 DEBUG : only1: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83487_d20241029_m052308_c001_v7007000_t0000_u01730179388627") 2024/10/29 05:23:38 DEBUG : only1: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f41755d2c5da9523f_d20241029_m052302_c001_v0001042_t0036_u01730179382279") 2024/10/29 05:23:38 DEBUG : only1: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da951d3_d20241029_m052239_c001_v0001042_t0037_u01730179359509") 2024/10/29 05:23:38 DEBUG : only1: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40585b838f4d3e37_d20241029_m052230_c001_v7007000_t0000_u01730179350663") 2024/10/29 05:23:38 DEBUG : only1: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d54de_d20241029_m052202_c001_v0001182_t0046_u01730179322973") 2024/10/29 05:23:38 DEBUG : only10: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8348a_d20241029_m052308_c001_v7007000_t0000_u01730179388827") 2024/10/29 05:23:38 DEBUG : only10: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f415f3852c293ad4d_d20241029_m052302_c001_v0001178_t0014_u01730179382844") 2024/10/29 05:23:38 DEBUG : only10: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95209_d20241029_m052250_c001_v0001042_t0015_u01730179370630") 2024/10/29 05:23:38 DEBUG : only10: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc81f1c_d20241029_m052231_c001_v7007000_t0000_u01730179351214") 2024/10/29 05:23:38 DEBUG : only10: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9516b_d20241029_m052217_c001_v0001042_t0020_u01730179337168") 2024/10/29 05:23:38 DEBUG : only11: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8348e_d20241029_m052309_c001_v7007000_t0000_u01730179389014") 2024/10/29 05:23:38 DEBUG : only11: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40189f99eb5fd202_d20241029_m052303_c001_v0001106_t0015_u01730179383033") 2024/10/29 05:23:38 DEBUG : only11: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9520d_d20241029_m052251_c001_v0001042_t0037_u01730179371744") 2024/10/29 05:23:38 DEBUG : only11: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc81f0d_d20241029_m052230_c001_v7007000_t0000_u01730179350409") 2024/10/29 05:23:38 DEBUG : only11: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95171_d20241029_m052218_c001_v0001042_t0058_u01730179338213") 2024/10/29 05:23:38 DEBUG : only12: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8348f_d20241029_m052309_c001_v7007000_t0000_u01730179389205") 2024/10/29 05:23:38 DEBUG : only12: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f41755d2c5da95243_d20241029_m052302_c001_v0001042_t0036_u01730179382687") 2024/10/29 05:23:39 DEBUG : only12: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95215_d20241029_m052252_c001_v0001042_t0003_u01730179372915") 2024/10/29 05:23:39 DEBUG : only12: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc81f13_d20241029_m052230_c001_v7007000_t0000_u01730179350778") 2024/10/29 05:23:39 DEBUG : only12: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95177_d20241029_m052219_c001_v0001042_t0023_u01730179339544") 2024/10/29 05:23:39 DEBUG : only13: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83493_d20241029_m052309_c001_v7007000_t0000_u01730179389405") 2024/10/29 05:23:39 DEBUG : only13: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4004def98fc1e717_d20241029_m052302_c001_v0001115_t0014_u01730179382675") 2024/10/29 05:23:39 DEBUG : only13: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95219_d20241029_m052253_c001_v0001042_t0023_u01730179373966") 2024/10/29 05:23:39 DEBUG : only13: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40162a7bd7e81edd_d20241029_m052230_c001_v7007000_t0000_u01730179350604") 2024/10/29 05:23:39 DEBUG : only13: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9517d_d20241029_m052221_c001_v0001042_t0009_u01730179341139") 2024/10/29 05:23:39 DEBUG : only14: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc83495_d20241029_m052309_c001_v7007000_t0000_u01730179389603") 2024/10/29 05:23:39 DEBUG : only14: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4004def98fc1e719_d20241029_m052302_c001_v0001115_t0014_u01730179382857") 2024/10/29 05:23:39 DEBUG : only14: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9521f_d20241029_m052255_c001_v0001042_t0055_u01730179375008") 2024/10/29 05:23:39 DEBUG : only14: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40162a7bd7e81ee4_d20241029_m052231_c001_v7007000_t0000_u01730179351016") 2024/10/29 05:23:39 DEBUG : only14: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95181_d20241029_m052222_c001_v0001042_t0025_u01730179342094") 2024/10/29 05:23:39 DEBUG : only15: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8349c_d20241029_m052309_c001_v7007000_t0000_u01730179389807") 2024/10/29 05:23:39 DEBUG : only15: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f41755d2c5da95245_d20241029_m052302_c001_v0001042_t0036_u01730179382871") 2024/10/29 05:23:39 DEBUG : only15: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95225_d20241029_m052256_c001_v0001042_t0019_u01730179376428") 2024/10/29 05:23:39 DEBUG : only15: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc81f1b_d20241029_m052231_c001_v7007000_t0000_u01730179351024") 2024/10/29 05:23:39 DEBUG : only15: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95187_d20241029_m052223_c001_v0001042_t0036_u01730179343280") 2024/10/29 05:23:39 DEBUG : only16: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834a3_d20241029_m052310_c001_v7007000_t0000_u01730179390072") 2024/10/29 05:23:40 DEBUG : only16: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f415f3852c293ad4f_d20241029_m052303_c001_v0001178_t0014_u01730179383028") 2024/10/29 05:23:40 DEBUG : only16: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9522b_d20241029_m052257_c001_v0001042_t0006_u01730179377500") 2024/10/29 05:23:40 DEBUG : only16: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40585b838f4d3e32_d20241029_m052230_c001_v7007000_t0000_u01730179350438") 2024/10/29 05:23:40 DEBUG : only16: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9518d_d20241029_m052224_c001_v0001042_t0040_u01730179344607") 2024/10/29 05:23:40 DEBUG : only17: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834a4_d20241029_m052310_c001_v7007000_t0000_u01730179390297") 2024/10/29 05:23:40 DEBUG : only17: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4004def98fc1e71b_d20241029_m052303_c001_v0001115_t0014_u01730179383043") 2024/10/29 05:23:40 DEBUG : only17: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95231_d20241029_m052258_c001_v0001042_t0059_u01730179378435") 2024/10/29 05:23:40 DEBUG : only17: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40585b838f4d3e3f_d20241029_m052231_c001_v7007000_t0000_u01730179351066") 2024/10/29 05:23:40 DEBUG : only17: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95197_d20241029_m052225_c001_v0001042_t0034_u01730179345848") 2024/10/29 05:23:40 DEBUG : only18: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834a6_d20241029_m052310_c001_v7007000_t0000_u01730179390567") 2024/10/29 05:23:40 DEBUG : only18: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f41755d2c5da95249_d20241029_m052303_c001_v0001042_t0036_u01730179383056") 2024/10/29 05:23:40 DEBUG : only18: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95235_d20241029_m052259_c001_v0001042_t0048_u01730179379747") 2024/10/29 05:23:40 DEBUG : only18: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40162a7bd7e81ee0_d20241029_m052230_c001_v7007000_t0000_u01730179350785") 2024/10/29 05:23:40 DEBUG : only18: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da951a1_d20241029_m052227_c001_v0001042_t0031_u01730179347244") 2024/10/29 05:23:40 DEBUG : only19: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834a8_d20241029_m052310_c001_v7007000_t0000_u01730179390771") 2024/10/29 05:23:40 DEBUG : only19: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f415f3852c293ad51_d20241029_m052303_c001_v0001178_t0014_u01730179383211") 2024/10/29 05:23:40 DEBUG : only19: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9523b_d20241029_m052301_c001_v0001042_t0007_u01730179381082") 2024/10/29 05:23:40 DEBUG : only19: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc81f07_d20241029_m052230_c001_v7007000_t0000_u01730179350034") 2024/10/29 05:23:40 DEBUG : only19: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da951a9_d20241029_m052228_c001_v0001042_t0028_u01730179348596") 2024/10/29 05:23:41 DEBUG : only2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834ab_d20241029_m052310_c001_v7007000_t0000_u01730179390967") 2024/10/29 05:23:41 DEBUG : only2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40189f99eb5fd204_d20241029_m052303_c001_v0001106_t0015_u01730179383223") 2024/10/29 05:23:41 DEBUG : only2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da951d9_d20241029_m052240_c001_v0001042_t0034_u01730179360848") 2024/10/29 05:23:41 DEBUG : only2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc81f0f_d20241029_m052230_c001_v7007000_t0000_u01730179350592") 2024/10/29 05:23:41 DEBUG : only2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e571_d20241029_m052203_c001_v0001115_t0021_u01730179323645") 2024/10/29 05:23:41 DEBUG : only3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834ad_d20241029_m052311_c001_v7007000_t0000_u01730179391169") 2024/10/29 05:23:41 DEBUG : only3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f41755d2c5da9524b_d20241029_m052303_c001_v0001042_t0036_u01730179383237") 2024/10/29 05:23:41 DEBUG : only3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da951e1_d20241029_m052242_c001_v0001042_t0014_u01730179362361") 2024/10/29 05:23:41 DEBUG : only3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc81f14_d20241029_m052230_c001_v7007000_t0000_u01730179350817") 2024/10/29 05:23:41 DEBUG : only3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95132_d20241029_m052204_c001_v0001042_t0040_u01730179324670") 2024/10/29 05:23:41 DEBUG : only4: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834af_d20241029_m052311_c001_v7007000_t0000_u01730179391358") 2024/10/29 05:23:41 DEBUG : only4: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4004def98fc1e71d_d20241029_m052303_c001_v0001115_t0014_u01730179383346") 2024/10/29 05:23:41 DEBUG : only4: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da951e9_d20241029_m052243_c001_v0001042_t0042_u01730179363941") 2024/10/29 05:23:41 DEBUG : only4: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc81f10_d20241029_m052230_c001_v7007000_t0000_u01730179350599") 2024/10/29 05:23:41 DEBUG : only4: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9513c_d20241029_m052208_c001_v0001042_t0015_u01730179328216") 2024/10/29 05:23:41 DEBUG : only5: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834b1_d20241029_m052311_c001_v7007000_t0000_u01730179391555") 2024/10/29 05:23:42 DEBUG : only5: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f415f3852c293ad55_d20241029_m052303_c001_v0001178_t0014_u01730179383413") 2024/10/29 05:23:42 DEBUG : only5: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da951ef_d20241029_m052245_c001_v0001042_t0014_u01730179365133") 2024/10/29 05:23:42 DEBUG : only5: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc81f09_d20241029_m052230_c001_v7007000_t0000_u01730179350226") 2024/10/29 05:23:42 DEBUG : only5: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95146_d20241029_m052210_c001_v0001042_t0053_u01730179330239") 2024/10/29 05:23:42 DEBUG : only6: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834b4_d20241029_m052311_c001_v7007000_t0000_u01730179391741") 2024/10/29 05:23:42 DEBUG : only6: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40189f99eb5fd20c_d20241029_m052303_c001_v0001106_t0015_u01730179383416") 2024/10/29 05:23:42 DEBUG : only6: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da951f5_d20241029_m052246_c001_v0001042_t0021_u01730179366162") 2024/10/29 05:23:42 DEBUG : only6: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40162a7bd7e81ee7_d20241029_m052231_c001_v7007000_t0000_u01730179351201") 2024/10/29 05:23:42 DEBUG : only6: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9514e_d20241029_m052212_c001_v0001042_t0027_u01730179332060") 2024/10/29 05:23:42 DEBUG : only7: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834b6_d20241029_m052311_c001_v7007000_t0000_u01730179391931") 2024/10/29 05:23:42 DEBUG : only7: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f41755d2c5da9524d_d20241029_m052303_c001_v0001042_t0036_u01730179383427") 2024/10/29 05:23:42 DEBUG : only7: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da951f9_d20241029_m052247_c001_v0001042_t0058_u01730179367297") 2024/10/29 05:23:42 DEBUG : only7: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc81f0c_d20241029_m052230_c001_v7007000_t0000_u01730179350400") 2024/10/29 05:23:42 DEBUG : only7: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95157_d20241029_m052213_c001_v0001042_t0040_u01730179333254") 2024/10/29 05:23:42 DEBUG : only8: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834bc_d20241029_m052312_c001_v7007000_t0000_u01730179392124") 2024/10/29 05:23:42 DEBUG : only8: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4004def98fc1e71f_d20241029_m052303_c001_v0001115_t0014_u01730179383534") 2024/10/29 05:23:42 DEBUG : only8: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da951fd_d20241029_m052248_c001_v0001042_t0020_u01730179368278") 2024/10/29 05:23:42 DEBUG : only8: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40162a7bd7e81edc_d20241029_m052230_c001_v7007000_t0000_u01730179350409") 2024/10/29 05:23:42 DEBUG : only8: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da9515d_d20241029_m052214_c001_v0001042_t0027_u01730179334480") 2024/10/29 05:23:42 DEBUG : only9: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834bf_d20241029_m052312_c001_v7007000_t0000_u01730179392322") 2024/10/29 05:23:43 DEBUG : only9: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f415f3852c293ad57_d20241029_m052303_c001_v0001178_t0014_u01730179383595") 2024/10/29 05:23:43 DEBUG : only9: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95203_d20241029_m052249_c001_v0001042_t0041_u01730179369389") 2024/10/29 05:23:43 DEBUG : only9: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f40585b838f4d3e3c_d20241029_m052230_c001_v7007000_t0000_u01730179350877") 2024/10/29 05:23:43 DEBUG : only9: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95165_d20241029_m052215_c001_v0001042_t0044_u01730179335883") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a384f1_d20241029_m051812_c001_v7007000_t0000_u01730179092205") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1dffd_d20241029_m051808_c001_v0001115_t0041_u01730179088847") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a384d5_d20241029_m051806_c001_v7007000_t0000_u01730179086965") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94dc2_d20241029_m051804_c001_v0001042_t0015_u01730179084784") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a3849b_d20241029_m051802_c001_v7007000_t0000_u01730179082904") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1dfc3_d20241029_m051759_c001_v0001115_t0005_u01730179079489") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f675_d20241029_m051746_c001_v7007000_t0000_u01730179066282") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d5a_d20241029_m051744_c001_v0001042_t0030_u01730179064624") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f662_d20241029_m051742_c001_v7007000_t0000_u01730179062425") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d44_d20241029_m051741_c001_v0001042_t0048_u01730179061279") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f65a_d20241029_m051739_c001_v7007000_t0000_u01730179059578") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d2e_d20241029_m051738_c001_v0001042_t0004_u01730179058152") 2024/10/29 05:23:43 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec09090f_d20241029_m051729_c001_v7007000_t0000_u01730179049951") 2024/10/29 05:23:44 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94cf9_d20241029_m051728_c001_v0001042_t0018_u01730179048119") 2024/10/29 05:23:44 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec09090c_d20241029_m051727_c001_v7007000_t0000_u01730179047371") 2024/10/29 05:23:44 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94ced_d20241029_m051725_c001_v0001042_t0031_u01730179045593") 2024/10/29 05:23:44 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec090904_d20241029_m051724_c001_v7007000_t0000_u01730179044841") 2024/10/29 05:23:44 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94ce5_d20241029_m051724_c001_v0001042_t0014_u01730179044134") 2024/10/29 05:23:44 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94ce3_d20241029_m051723_c001_v0001042_t0015_u01730179043298") 2024/10/29 05:23:44 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec090901_d20241029_m051722_c001_v7007000_t0000_u01730179042508") 2024/10/29 05:23:44 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94cd5_d20241029_m051721_c001_v0001042_t0022_u01730179041563") 2024/10/29 05:23:44 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94cd1_d20241029_m051720_c001_v0001042_t0034_u01730179040699") 2024/10/29 05:23:44 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f413f8370ec0908fd_d20241029_m051719_c001_v7007000_t0000_u01730179039965") 2024/10/29 05:23:44 DEBUG : potato: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94cc3_d20241029_m051718_c001_v0001042_t0024_u01730179038957") 2024/10/29 05:23:44 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4027ba6b6077226b_d20241029_m051913_c001_v7007000_t0000_u01730179153428") 2024/10/29 05:23:44 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e164_d20241029_m051912_c001_v0001115_t0024_u01730179152133") 2024/10/29 05:23:44 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4076ed8f9dee9e36_d20241029_m051901_c001_v7007000_t0000_u01730179141483") 2024/10/29 05:23:44 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e112_d20241029_m051855_c001_v0001115_t0054_u01730179135168") 2024/10/29 05:23:44 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f405dedf207985d5b_d20241029_m051841_c001_v7007000_t0000_u01730179121522") 2024/10/29 05:23:44 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e09a_d20241029_m051835_c001_v0001115_t0045_u01730179115398") 2024/10/29 05:23:44 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a38516_d20241029_m051826_c001_v7007000_t0000_u01730179106248") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e042_d20241029_m051822_c001_v0001115_t0059_u01730179102198") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302fa8a_d20241029_m051752_c001_v7007000_t0000_u01730179072435") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d76_d20241029_m051750_c001_v0001042_t0032_u01730179070472") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302fa84_d20241029_m051749_c001_v7007000_t0000_u01730179069340") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d66_d20241029_m051747_c001_v0001042_t0024_u01730179067274") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f677_d20241029_m051746_c001_v7007000_t0000_u01730179066468") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d60_d20241029_m051745_c001_v0001042_t0033_u01730179065412") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f66b_d20241029_m051743_c001_v7007000_t0000_u01730179063858") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d4e_d20241029_m051742_c001_v0001042_t0015_u01730179062837") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f65d_d20241029_m051740_c001_v7007000_t0000_u01730179060545") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d3a_d20241029_m051739_c001_v0001042_t0025_u01730179059583") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302f25d_d20241029_m051731_c001_v7007000_t0000_u01730179051088") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d03_d20241029_m051729_c001_v0001042_t0040_u01730179049337") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc80311_d20241029_m051610_c001_v7007000_t0000_u01730178970471") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94b78_d20241029_m051609_c001_v0001042_t0027_u01730178969640") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc80308_d20241029_m051608_c001_v7007000_t0000_u01730178968320") 2024/10/29 05:23:45 DEBUG : potato2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94b6e_d20241029_m051607_c001_v0001042_t0043_u01730178967331") 2024/10/29 05:23:45 DEBUG : potato3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4076ed8f9dee9e37_d20241029_m051901_c001_v7007000_t0000_u01730179141824") 2024/10/29 05:23:45 DEBUG : potato3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94e7e_d20241029_m051857_c001_v0001042_t0056_u01730179137502") 2024/10/29 05:23:45 DEBUG : potato3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f405dedf207985d5d_d20241029_m051841_c001_v7007000_t0000_u01730179121835") 2024/10/29 05:23:46 DEBUG : potato3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94e32_d20241029_m051836_c001_v0001042_t0010_u01730179116993") 2024/10/29 05:23:46 DEBUG : potato3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a38518_d20241029_m051826_c001_v7007000_t0000_u01730179106664") 2024/10/29 05:23:46 DEBUG : potato3: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94e08_d20241029_m051822_c001_v0001042_t0046_u01730179102967") 2024/10/29 05:23:46 DEBUG : pre-dest1/1: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f402d19b89ae434e9_d20241029_m052001_c001_v7007000_t0000_u01730179201180") 2024/10/29 05:23:46 DEBUG : pre-dest1/1: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94f40_d20241029_m051951_c001_v0001042_t0041_u01730179191945") 2024/10/29 05:23:46 DEBUG : pre-dest2/2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f402d19b89ae434ea_d20241029_m052001_c001_v7007000_t0000_u01730179201375") 2024/10/29 05:23:46 DEBUG : pre-dest2/2: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e290_d20241029_m051952_c001_v0001115_t0050_u01730179192887") 2024/10/29 05:23:46 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f416ca964b9203ad9_d20241029_m051928_c001_v7007000_t0000_u01730179168658") 2024/10/29 05:23:46 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d45f3_d20241029_m051925_c001_v0001182_t0011_u01730179165561") 2024/10/29 05:23:46 DEBUG : sizeonly: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185bde_d20241029_m051656_c001_v7007000_t0000_u01730179016747") 2024/10/29 05:23:46 DEBUG : sizeonly: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c58_d20241029_m051655_c001_v0001042_t0024_u01730179015618") 2024/10/29 05:23:46 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8353a_d20241029_m052319_c001_v7007000_t0000_u01730179399295") 2024/10/29 05:23:46 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f1004def98fc1e759_d20241029_m052317_c001_v0001115_t0013_u01730179397590") 2024/10/29 05:23:46 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834f5_d20241029_m052315_c001_v7007000_t0000_u01730179395529") 2024/10/29 05:23:46 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10189f99eb5fd23a_d20241029_m052313_c001_v0001106_t0041_u01730179393675") 2024/10/29 05:23:46 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a384fe_d20241029_m051818_c001_v7007000_t0000_u01730179098084") 2024/10/29 05:23:46 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d4018_d20241029_m051816_c001_v0001182_t0041_u01730179096506") 2024/10/29 05:23:46 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a384fa_d20241029_m051815_c001_v7007000_t0000_u01730179095529") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94de8_d20241029_m051814_c001_v0001042_t0028_u01730179094497") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185bd2_d20241029_m051652_c001_v7007000_t0000_u01730179012259") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c34_d20241029_m051650_c001_v0001042_t0002_u01730179010024") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185bce_d20241029_m051649_c001_v7007000_t0000_u01730179009280") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c2a_d20241029_m051647_c001_v0001042_t0041_u01730179007980") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185bc7_d20241029_m051645_c001_v7007000_t0000_u01730179005058") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c1c_d20241029_m051643_c001_v0001042_t0054_u01730179003944") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185bc6_d20241029_m051643_c001_v7007000_t0000_u01730179003367") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c0a_d20241029_m051641_c001_v0001042_t0049_u01730179001049") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94c02_d20241029_m051638_c001_v0001042_t0011_u01730178998291") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185bba_d20241029_m051637_c001_v7007000_t0000_u01730178997550") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94bfa_d20241029_m051636_c001_v0001042_t0035_u01730178996666") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94bf8_d20241029_m051635_c001_v0001042_t0001_u01730178995801") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185bae_d20241029_m051634_c001_v7007000_t0000_u01730178994681") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94be8_d20241029_m051632_c001_v0001042_t0017_u01730178992074") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94be0_d20241029_m051629_c001_v0001042_t0029_u01730178989127") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e185b5b_d20241029_m051628_c001_v7007000_t0000_u01730178988355") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94bda_d20241029_m051627_c001_v0001042_t0016_u01730178987561") 2024/10/29 05:23:47 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94bd4_d20241029_m051626_c001_v0001042_t0018_u01730178986645") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e18572f_d20241029_m051625_c001_v7007000_t0000_u01730178985910") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94bc2_d20241029_m051621_c001_v0001042_t0059_u01730178981876") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4067bd8c2e18566f_d20241029_m051621_c001_v7007000_t0000_u01730178981499") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94bba_d20241029_m051620_c001_v0001042_t0045_u01730178980697") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8032d_d20241029_m051618_c001_v7007000_t0000_u01730178978982") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94bb0_d20241029_m051618_c001_v0001042_t0016_u01730178978152") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc80329_d20241029_m051617_c001_v7007000_t0000_u01730178977581") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94ba6_d20241029_m051616_c001_v0001042_t0053_u01730178976759") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc80321_d20241029_m051615_c001_v7007000_t0000_u01730178975443") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94b9c_d20241029_m051614_c001_v0001042_t0005_u01730178974390") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8031a_d20241029_m051613_c001_v7007000_t0000_u01730178973820") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94b96_d20241029_m051613_c001_v0001042_t0012_u01730178973101") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc80317_d20241029_m051612_c001_v7007000_t0000_u01730178972145") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94b88_d20241029_m051611_c001_v0001042_t0046_u01730178971409") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc802fe_d20241029_m051604_c001_v7007000_t0000_u01730178964540") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94b5c_d20241029_m051603_c001_v0001042_t0021_u01730178963616") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc802f8_d20241029_m051602_c001_v7007000_t0000_u01730178962626") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94b54_d20241029_m051601_c001_v0001042_t0012_u01730178961708") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc802ef_d20241029_m051600_c001_v7007000_t0000_u01730178960760") 2024/10/29 05:23:48 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94b4c_d20241029_m051559_c001_v0001042_t0045_u01730178959864") 2024/10/29 05:23:49 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc802e4_d20241029_m051556_c001_v7007000_t0000_u01730178956755") 2024/10/29 05:23:49 DEBUG : sub dir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94b3a_d20241029_m051555_c001_v0001042_t0020_u01730178955960") 2024/10/29 05:23:49 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc8353e_d20241029_m052319_c001_v7007000_t0000_u01730179399489") 2024/10/29 05:23:49 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f115f3852c293ad79_d20241029_m052317_c001_v0001178_t0058_u01730179397604") 2024/10/29 05:23:49 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4199817b6dc834f8_d20241029_m052315_c001_v7007000_t0000_u01730179395735") 2024/10/29 05:23:49 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da95273_d20241029_m052313_c001_v0001042_t0057_u01730179393679") 2024/10/29 05:23:49 DEBUG : sub/yam: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a384ee_d20241029_m051811_c001_v7007000_t0000_u01730179091624") 2024/10/29 05:23:49 DEBUG : sub/yam: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d3f6e_d20241029_m051808_c001_v0001182_t0021_u01730179088490") 2024/10/29 05:23:49 DEBUG : three: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302fa9d_d20241029_m051758_c001_v7007000_t0000_u01730179078703") 2024/10/29 05:23:49 DEBUG : three: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94da6_d20241029_m051757_c001_v0001042_t0044_u01730179077270") 2024/10/29 05:23:49 DEBUG : three: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11755d2c5da94d94_d20241029_m051754_c001_v0001042_t0028_u01730179074799") 2024/10/29 05:23:49 DEBUG : two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f403f964ad302faa0_d20241029_m051758_c001_v7007000_t0000_u01730179078898") 2024/10/29 05:23:49 DEBUG : two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4004def98fc1dfb1_d20241029_m051756_c001_v0001115_t0014_u01730179076672") 2024/10/29 05:23:49 DEBUG : two: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f41755d2c5da94d90_d20241029_m051754_c001_v0001042_t0036_u01730179074615") 2024/10/29 05:23:49 DEBUG : yam: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a384f2_d20241029_m051812_c001_v7007000_t0000_u01730179092393") 2024/10/29 05:23:49 DEBUG : yam: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f11090dbc73e2b2e6_d20241029_m051810_c001_v0001115_t0024_u01730179090652") 2024/10/29 05:23:49 DEBUG : yam: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a384c8_d20241029_m051806_c001_v7007000_t0000_u01730179086390") 2024/10/29 05:23:49 DEBUG : yam: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d3f08_d20241029_m051804_c001_v0001182_t0057_u01730179084430") 2024/10/29 05:23:49 DEBUG : yam: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a3849a_d20241029_m051802_c001_v7007000_t0000_u01730179082331") 2024/10/29 05:23:49 DEBUG : yam: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f10991095c47d3eb7_d20241029_m051759_c001_v0001182_t0002_u01730179079482") 2024/10/29 05:23:50 DEBUG : yaml: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a384d8_d20241029_m051807_c001_v7007000_t0000_u01730179087168") 2024/10/29 05:23:50 DEBUG : yaml: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f118218ae490f0fc0_d20241029_m051805_c001_v0001106_t0030_u01730179085845") 2024/10/29 05:23:50 DEBUG : yaml: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f4003bd4333a3849e_d20241029_m051803_c001_v7007000_t0000_u01730179083095") 2024/10/29 05:23:50 DEBUG : yaml: Deleting (id "4_z7f42bd13b03ddb6b9f280e1b_f110aff153f032c74_d20241029_m051801_c001_v0001106_t0008_u01730179081789") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 7m58.904316882s (try 1/5)