"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2025/03/18 05:29:34 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu" 2025/03/18 05:29:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/18 05:29:34 DEBUG : Creating backend with remote "/tmp/rclone196432599" === 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-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:29:35 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/03/18 05:29:35 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:35 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestCopyWithDryRun (1.85s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:36 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/18 05:29:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:29:36 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:36 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:29:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:29:37 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:37 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.30s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.36s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.36s) === RUN TestCopyMissingDirectory run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:39 DEBUG : Creating backend with remote "/non-existing" 2025/03/18 05:29:39 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/03/18 05:29:39 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:39 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.92s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:29:41 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:41 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:29:41 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:29:41 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestCopyNoTraverse (2.15s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:42 INFO : B2 bucket rclone-test-vicepuk2wepu: Running all checks before starting transfers 2025/03/18 05:29:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:29:42 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:42 INFO : B2 bucket rclone-test-vicepuk2wepu: Checks finished, now starting transfers 2025/03/18 05:29:42 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:29:43 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:29:43 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.81s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:44 ERROR : Ignoring --no-traverse with sync 2025/03/18 05:29:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:29:44 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:44 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:29:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:29:45 INFO : sub dir/hello world: Copied (new) 2025/03/18 05:29:45 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.84s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:46 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/03/18 05:29:46 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:46 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:29:47 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/03/18 05:29:47 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.99s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:48 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:29:48 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:48 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:29:49 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:29:49 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.95s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:50 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:29:50 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:50 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:29:51 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:29:51 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (2.16s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:52 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/03/18 05:29:52 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/18 05:29:52 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/03/18 05:29:52 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/18 05:29:52 INFO : sub dir: Making directory 2025/03/18 05:29:52 INFO : sub dir2: Making directory 2025/03/18 05:29:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:29:52 INFO : sub dir2/sub sub dir2: Making directory 2025/03/18 05:29:52 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:52 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:29:53 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:29:53 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/03/18 05:29:53 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (2.06s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:54 INFO : sub dir2: Making directory 2025/03/18 05:29:54 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/03/18 05:29:54 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/18 05:29:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:29:54 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:54 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:29:55 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:29:55 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.83s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:56 DEBUG : sub dir2: Making directory with metadata 2025/03/18 05:29:56 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/18 05:29:56 INFO : sub dir: Making directory 2025/03/18 05:29:56 INFO : sub dir2: Making directory 2025/03/18 05:29:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:29:56 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:56 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:29:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:29:57 INFO : sub dir/hello world: Copied (new) 2025/03/18 05:29:57 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/03/18 05:29:57 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/03/18 05:29:57 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (2.13s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" sync_test.go:408: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.36s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:29:58 INFO : sub dir2: Making directory 2025/03/18 05:29:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:29:58 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:29:58 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:29:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:29:59 INFO : sub dir/hello world: Copied (new) 2025/03/18 05:29:59 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.46s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:00 DEBUG : sub dir2: Making directory with metadata 2025/03/18 05:30:00 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/18 05:30:00 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/18 05:30:00 INFO : sub dir: Making directory 2025/03/18 05:30:00 INFO : sub dir2: Making directory 2025/03/18 05:30:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:30:00 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:00 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:30:00 INFO : sub dir/hello world: Copied (new) 2025/03/18 05:30:00 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/03/18 05:30:01 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.87s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.37s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:02 INFO : sub dir2: Making directory 2025/03/18 05:30:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:30:03 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:03 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:03 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:30:03 INFO : sub dir/hello world: Copied (new) 2025/03/18 05:30:03 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.80s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:05 DEBUG : Creating backend with remote "TestB2:rclone-test-gaqutad4todo" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-vicepuk2wepu -> B2 bucket rclone-test-gaqutad4todo 2025/03/18 05:30:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:30:06 DEBUG : B2 bucket rclone-test-gaqutad4todo: Waiting for checks to finish 2025/03/18 05:30:06 DEBUG : B2 bucket rclone-test-gaqutad4todo: Waiting for transfers to finish 2025/03/18 05:30:07 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:30:07 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:07 DEBUG : B2 bucket rclone-test-gaqutad4todo: Purge remote 2025/03/18 05:30:07 INFO : B2 bucket rclone-test-gaqutad4todo: cleaning bucket "rclone-test-gaqutad4todo" of all files 2025/03/18 05:30:07 DEBUG : sub dir/hello world: Deleting (id "4_zefa20d53b0bdab7b9f580e1b_f116f9c4ae0f53f2b_d20250318_m053007_c001_v0001182_t0044_u01742275807140") --- PASS: TestServerSideCopy (5.37s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:10 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/18 05:30:10 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:10 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:11 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/18 05:30:11 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.86s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:13 DEBUG : Creating backend with remote "TestB2:rclone-test-takibug1fedu" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-vicepuk2wepu -> B2 bucket rclone-test-takibug1fedu 2025/03/18 05:30:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:30:14 DEBUG : B2 bucket rclone-test-takibug1fedu: Waiting for checks to finish 2025/03/18 05:30:14 DEBUG : B2 bucket rclone-test-takibug1fedu: Waiting for transfers to finish 2025/03/18 05:30:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:30:15 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:16 DEBUG : B2 bucket rclone-test-takibug1fedu: Waiting for checks to finish 2025/03/18 05:30:16 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/18 05:30:16 DEBUG : B2 bucket rclone-test-takibug1fedu: Waiting for transfers to finish 2025/03/18 05:30:17 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/18 05:30:17 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:17 DEBUG : B2 bucket rclone-test-takibug1fedu: Purge remote 2025/03/18 05:30:17 INFO : B2 bucket rclone-test-takibug1fedu: cleaning bucket "rclone-test-takibug1fedu" of all files 2025/03/18 05:30:17 DEBUG : sub dir/hello world: Deleting (id "4_z6f522d53b0bdab7b9f580e1b_f111ebd1b24cbd539_d20250318_m053016_c001_v0001120_t0007_u01742275816844") 2025/03/18 05:30:17 DEBUG : sub dir/hello world: Deleting (id "4_z6f522d53b0bdab7b9f580e1b_f11414ce3a8a16694_d20250318_m053015_c001_v0001182_t0045_u01742275815255") --- PASS: TestServerSideCopyOverSelf (7.14s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:20 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:20 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/18 05:30:20 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:21 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/18 05:30:21 INFO : sub dir/hello world: Copied (replaced existing) 2025/03/18 05:30:21 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.85s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:23 DEBUG : Creating backend with remote "TestB2:rclone-test-lewisac0nubi" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-vicepuk2wepu -> B2 bucket rclone-test-lewisac0nubi 2025/03/18 05:30:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:30:24 DEBUG : B2 bucket rclone-test-lewisac0nubi: Waiting for checks to finish 2025/03/18 05:30:24 DEBUG : B2 bucket rclone-test-lewisac0nubi: Waiting for transfers to finish 2025/03/18 05:30:25 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:30:25 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:26 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/18 05:30:26 DEBUG : B2 bucket rclone-test-lewisac0nubi: Waiting for checks to finish 2025/03/18 05:30:26 DEBUG : B2 bucket rclone-test-lewisac0nubi: Waiting for transfers to finish 2025/03/18 05:30:26 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/18 05:30:26 INFO : sub dir/hello world: Copied (server-side copy) 2025/03/18 05:30:26 INFO : sub dir/hello world: Deleted 2025/03/18 05:30:27 DEBUG : testing file moves 2025/03/18 05:30:28 DEBUG : B2 bucket rclone-test-lewisac0nubi: Waiting for checks to finish 2025/03/18 05:30:28 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/03/18 05:30:28 DEBUG : B2 bucket rclone-test-lewisac0nubi: Waiting for transfers to finish 2025/03/18 05:30:28 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/03/18 05:30:28 INFO : sub dir/hello world: Copied (server-side copy) 2025/03/18 05:30:28 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:29 DEBUG : B2 bucket rclone-test-lewisac0nubi: Purge remote 2025/03/18 05:30:29 INFO : B2 bucket rclone-test-lewisac0nubi: cleaning bucket "rclone-test-lewisac0nubi" of all files 2025/03/18 05:30:29 DEBUG : sub dir/hello world: Deleting (id "4_zef724da3b0bdab7b9f580e1b_f112459eef56186dd_d20250318_m053028_c001_v0001136_t0021_u01742275828278") 2025/03/18 05:30:29 DEBUG : sub dir/hello world: Deleting (id "4_zef724da3b0bdab7b9f580e1b_f111ce79a52129a48_d20250318_m053026_c001_v0001182_t0051_u01742275826586") 2025/03/18 05:30:29 DEBUG : sub dir/hello world: Deleting (id "4_zef724da3b0bdab7b9f580e1b_f11491563aea86b78_d20250318_m053024_c001_v0001037_t0046_u01742275824836") --- PASS: TestServerSideMoveOverSelf (9.00s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:32 ERROR : : error listing: directory not found 2025/03/18 05:30:32 INFO : Local file system at /tmp/rclone196432599: Making directory 2025/03/18 05:30:32 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:32 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.04s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:30:34 DEBUG : Local file system at /tmp/rclone196432599: Waiting for checks to finish 2025/03/18 05:30:34 DEBUG : Local file system at /tmp/rclone196432599: Waiting for transfers to finish 2025/03/18 05:30:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:30:35 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/03/18 05:30:35 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestCopyRedownload (2.46s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:36 DEBUG : check sum: Need to transfer - File not found at Destination 2025/03/18 05:30:36 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:36 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:36 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/18 05:30:36 INFO : check sum: Copied (new) 2025/03/18 05:30:36 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:37 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:37 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/18 05:30:37 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/03/18 05:30:37 DEBUG : check sum: Unchanged skipping 2025/03/18 05:30:37 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:37 DEBUG : Waiting for deletions to finish 2025/03/18 05:30:37 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.87s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:39 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/03/18 05:30:39 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:39 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:39 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/18 05:30:39 INFO : sizeonly: Copied (new) 2025/03/18 05:30:39 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:40 DEBUG : sizeonly: Sizes identical 2025/03/18 05:30:40 DEBUG : sizeonly: Unchanged skipping 2025/03/18 05:30:40 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:40 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:40 DEBUG : Waiting for deletions to finish 2025/03/18 05:30:40 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.67s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:41 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/03/18 05:30:41 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:41 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:42 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/03/18 05:30:42 INFO : ignore-size: Copied (new) 2025/03/18 05:30:42 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:42 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:30:42 DEBUG : ignore-size: Unchanged skipping 2025/03/18 05:30:42 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:42 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:42 DEBUG : Waiting for deletions to finish 2025/03/18 05:30:42 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (3.14s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:45 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:30:45 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:45 DEBUG : existing: Unchanged skipping 2025/03/18 05:30:45 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:45 DEBUG : Waiting for deletions to finish 2025/03/18 05:30:45 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:45 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/03/18 05:30:45 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:45 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:46 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/18 05:30:46 INFO : existing: Copied (replaced existing) 2025/03/18 05:30:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (3.46s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:48 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/18 05:30:48 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:48 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:49 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/18 05:30:49 INFO : existing: Copied (new) 2025/03/18 05:30:49 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:49 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:49 DEBUG : existing: Destination exists, skipping 2025/03/18 05:30:49 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:49 DEBUG : Waiting for deletions to finish 2025/03/18 05:30:49 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.80s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:52 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/03/18 05:30:52 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:30:52 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/18 05:30:52 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:52 DEBUG : c/non empty space: Unchanged skipping 2025/03/18 05:30:52 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:53 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:30:53 INFO : a/potato2: Copied (new) 2025/03/18 05:30:53 DEBUG : Waiting for deletions to finish 2025/03/18 05:30:53 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (4.05s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:56 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:56 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/03/18 05:30:56 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/18 05:30:56 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/03/18 05:30:56 DEBUG : empty space: Unchanged skipping 2025/03/18 05:30:56 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:56 DEBUG : Waiting for deletions to finish 2025/03/18 05:30:56 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:30:56 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:30:56 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/03/18 05:30:56 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/18 05:30:57 INFO : empty space: Updated modification time in destination 2025/03/18 05:30:57 DEBUG : empty space: Unchanged skipping 2025/03/18 05:30:57 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:30:57 DEBUG : Waiting for deletions to finish 2025/03/18 05:30:57 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (4.31s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:00 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:00 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/03/18 05:31:00 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/18 05:31:00 DEBUG : empty space: Unchanged skipping 2025/03/18 05:31:00 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:00 DEBUG : Waiting for deletions to finish 2025/03/18 05:31:00 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (2.36s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:02 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/03/18 05:31:02 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:02 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone196432599) 2025/03/18 05:31:02 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-vicepuk2wepu) 2025/03/18 05:31:02 DEBUG : foo: sha1 differ 2025/03/18 05:31:02 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:02 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/03/18 05:31:02 INFO : foo: Copied (replaced existing) 2025/03/18 05:31:02 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.86s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:04 DEBUG : potato: Need to transfer - File not found at Destination 2025/03/18 05:31:04 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:31:04 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:04 DEBUG : empty space: Unchanged skipping 2025/03/18 05:31:04 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:05 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:31:05 INFO : potato: Copied (new) 2025/03/18 05:31:05 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (3.11s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:07 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:07 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/03/18 05:31:07 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:08 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/03/18 05:31:08 INFO : potato: Copied (replaced existing) 2025/03/18 05:31:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (3.22s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:10 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2025/03/18 05:31:10 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:10 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone196432599) 2025/03/18 05:31:10 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-vicepuk2wepu) 2025/03/18 05:31:10 DEBUG : potato: sha1 differ 2025/03/18 05:31:10 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:11 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/03/18 05:31:11 INFO : potato: Copied (replaced existing) 2025/03/18 05:31:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.75s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:14 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:31:14 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/03/18 05:31:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:31:14 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:14 DEBUG : empty space: Unchanged skipping 2025/03/18 05:31:14 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:14 DEBUG : Waiting for deletions to finish 2025/03/18 05:31:14 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.86s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:17 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:31:17 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:17 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:31:17 DEBUG : empty space: Unchanged skipping 2025/03/18 05:31:17 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:18 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:31:18 INFO : potato2: Copied (new) 2025/03/18 05:31:18 DEBUG : Waiting for deletions to finish 2025/03/18 05:31:18 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (4.97s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:22 INFO : d: Making directory 2025/03/18 05:31:22 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/03/18 05:31:22 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:31:22 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/18 05:31:22 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:22 DEBUG : c/non empty space: Unchanged skipping 2025/03/18 05:31:22 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:23 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:31:23 INFO : a/potato2: Copied (new) 2025/03/18 05:31:23 DEBUG : Waiting for deletions to finish 2025/03/18 05:31:23 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (4.41s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:26 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/03/18 05:31:26 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:31:26 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/18 05:31:26 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:26 DEBUG : c/non empty space: Unchanged skipping 2025/03/18 05:31:26 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:27 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:31:27 INFO : a/potato2: Copied (new) 2025/03/18 05:31:27 ERROR : B2 bucket rclone-test-vicepuk2wepu: not deleting files as there were IO errors 2025/03/18 05:31:27 ERROR : B2 bucket rclone-test-vicepuk2wepu: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (4.16s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:30 DEBUG : Waiting for deletions to finish 2025/03/18 05:31:30 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:31:30 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:31:30 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:30 DEBUG : empty space: Unchanged skipping 2025/03/18 05:31:30 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:31 INFO : potato: Deleted 2025/03/18 05:31:31 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:31:31 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (4.00s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:34 DEBUG : Waiting for deletions to finish 2025/03/18 05:31:34 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:34 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:34 INFO : potato: Deleted 2025/03/18 05:31:34 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:31:34 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:31:34 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:34 DEBUG : empty space: Unchanged skipping 2025/03/18 05:31:34 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:35 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:31:35 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (3.89s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:37 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:31:37 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:37 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:38 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/03/18 05:31:38 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.64s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:40 DEBUG : enormous: Excluded (Size Filter) 2025/03/18 05:31:40 DEBUG : enormous: Excluded 2025/03/18 05:31:40 DEBUG : potato2: Excluded (Size Filter) 2025/03/18 05:31:40 DEBUG : potato2: Excluded 2025/03/18 05:31:41 DEBUG : potato2: Excluded (Size Filter) 2025/03/18 05:31:41 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:41 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:31:41 DEBUG : empty space: Unchanged skipping 2025/03/18 05:31:41 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:41 DEBUG : Waiting for deletions to finish 2025/03/18 05:31:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:41 DEBUG : enormous: Excluded (Size Filter) 2025/03/18 05:31:41 DEBUG : enormous: Excluded 2025/03/18 05:31:41 DEBUG : potato2: Excluded (Size Filter) 2025/03/18 05:31:41 DEBUG : potato2: Excluded 2025/03/18 05:31:41 DEBUG : potato2: Excluded (Size Filter) 2025/03/18 05:31:41 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/03/18 05:31:41 DEBUG : empty space: Unchanged skipping 2025/03/18 05:31:41 DEBUG : Local file system at /tmp/rclone196432599: Waiting for checks to finish 2025/03/18 05:31:41 DEBUG : Local file system at /tmp/rclone196432599: Waiting for transfers to finish 2025/03/18 05:31:41 DEBUG : Waiting for deletions to finish 2025/03/18 05:31:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncWithExclude (3.43s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:45 DEBUG : enormous: Excluded (Size Filter) 2025/03/18 05:31:45 DEBUG : enormous: Excluded 2025/03/18 05:31:45 DEBUG : potato2: Excluded (Size Filter) 2025/03/18 05:31:45 DEBUG : potato2: Excluded 2025/03/18 05:31:45 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:45 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:31:45 DEBUG : empty space: Unchanged skipping 2025/03/18 05:31:45 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:45 DEBUG : Waiting for deletions to finish 2025/03/18 05:31:45 INFO : enormous: Deleted 2025/03/18 05:31:46 INFO : potato2: Deleted 2025/03/18 05:31:46 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:46 DEBUG : Local file system at /tmp/rclone196432599: Waiting for checks to finish 2025/03/18 05:31:46 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/03/18 05:31:46 DEBUG : empty space: Unchanged skipping 2025/03/18 05:31:46 DEBUG : Local file system at /tmp/rclone196432599: Waiting for transfers to finish 2025/03/18 05:31:46 DEBUG : Waiting for deletions to finish 2025/03/18 05:31:46 INFO : potato2: Deleted 2025/03/18 05:31:46 INFO : enormous: Deleted 2025/03/18 05:31:46 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (4.73s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:49 DEBUG : five: Need to transfer - File not found at Destination 2025/03/18 05:31:49 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/03/18 05:31:49 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:49 DEBUG : one: Destination is newer than source, skipping 2025/03/18 05:31:49 DEBUG : three: Sizes identical 2025/03/18 05:31:49 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/03/18 05:31:49 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/03/18 05:31:49 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone196432599) 2025/03/18 05:31:49 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-vicepuk2wepu) 2025/03/18 05:31:49 DEBUG : two: sha1 differ 2025/03/18 05:31:49 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:49 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/03/18 05:31:49 INFO : five: Copied (new) 2025/03/18 05:31:50 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/03/18 05:31:50 INFO : four: Copied (replaced existing) 2025/03/18 05:31:50 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/18 05:31:50 INFO : two: Copied (replaced existing) 2025/03/18 05:31:50 DEBUG : Waiting for deletions to finish 2025/03/18 05:31:50 DEBUG : one: Destination is newer than source, skipping 2025/03/18 05:31:50 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:50 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/03/18 05:31:50 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone196432599) 2025/03/18 05:31:50 DEBUG : five: Size and sha1 of src and dst objects identical 2025/03/18 05:31:50 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/18 05:31:50 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-vicepuk2wepu) 2025/03/18 05:31:50 DEBUG : three: sha1 differ 2025/03/18 05:31:50 DEBUG : two: Size and sha1 of src and dst objects identical 2025/03/18 05:31:50 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/03/18 05:31:50 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/03/18 05:31:50 DEBUG : four: Size and sha1 of src and dst objects identical 2025/03/18 05:31:50 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/03/18 05:31:50 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/03/18 05:31:50 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/03/18 05:31:50 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:51 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/18 05:31:51 INFO : three: Copied (replaced existing) 2025/03/18 05:31:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (5.33s) === 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-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/03/18 05:31:53 INFO : B2 bucket rclone-test-vicepuk2wepu: Making map for --track-renames 2025/03/18 05:31:53 INFO : B2 bucket rclone-test-vicepuk2wepu: Finished making map for --track-renames 2025/03/18 05:31:53 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:53 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/18 05:31:53 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for renames to finish 2025/03/18 05:31:53 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/03/18 05:31:53 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:53 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/18 05:31:53 INFO : yam: Copied (new) 2025/03/18 05:31:53 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/03/18 05:31:53 INFO : potato: Copied (new) 2025/03/18 05:31:53 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:54 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:31:54 INFO : B2 bucket rclone-test-vicepuk2wepu: Making map for --track-renames 2025/03/18 05:31:54 INFO : B2 bucket rclone-test-vicepuk2wepu: Finished making map for --track-renames 2025/03/18 05:31:54 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:54 DEBUG : potato: Unchanged skipping 2025/03/18 05:31:54 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for renames to finish 2025/03/18 05:31:54 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/18 05:31:54 INFO : yam: Copied (server-side copy) to: yaml 2025/03/18 05:31:55 INFO : yam: Deleted 2025/03/18 05:31:55 INFO : yaml: Renamed from "yam" 2025/03/18 05:31:55 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:55 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.72s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/03/18 05:31:56 INFO : B2 bucket rclone-test-vicepuk2wepu: Making map for --track-renames 2025/03/18 05:31:56 INFO : B2 bucket rclone-test-vicepuk2wepu: Finished making map for --track-renames 2025/03/18 05:31:56 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:56 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/18 05:31:56 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/03/18 05:31:56 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for renames to finish 2025/03/18 05:31:56 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:57 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/18 05:31:57 INFO : yam: Copied (new) 2025/03/18 05:31:57 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/03/18 05:31:57 INFO : potato: Copied (new) 2025/03/18 05:31:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:31:58 INFO : B2 bucket rclone-test-vicepuk2wepu: Making map for --track-renames 2025/03/18 05:31:58 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:31:58 INFO : B2 bucket rclone-test-vicepuk2wepu: Finished making map for --track-renames 2025/03/18 05:31:58 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:31:58 DEBUG : potato: Unchanged skipping 2025/03/18 05:31:58 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for renames to finish 2025/03/18 05:31:58 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/18 05:31:58 INFO : yam: Copied (server-side copy) to: yaml 2025/03/18 05:31:58 INFO : yam: Deleted 2025/03/18 05:31:58 INFO : yaml: Renamed from "yam" 2025/03/18 05:31:58 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:31:58 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.98s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/03/18 05:32:00 INFO : B2 bucket rclone-test-vicepuk2wepu: Making map for --track-renames 2025/03/18 05:32:00 INFO : B2 bucket rclone-test-vicepuk2wepu: Finished making map for --track-renames 2025/03/18 05:32:00 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:32:00 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/18 05:32:00 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/03/18 05:32:00 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for renames to finish 2025/03/18 05:32:00 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:32:01 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/18 05:32:01 INFO : sub/yam: Copied (new) 2025/03/18 05:32:01 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/03/18 05:32:01 INFO : potato: Copied (new) 2025/03/18 05:32:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:32:01 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:32:01 INFO : B2 bucket rclone-test-vicepuk2wepu: Making map for --track-renames 2025/03/18 05:32:01 INFO : B2 bucket rclone-test-vicepuk2wepu: Finished making map for --track-renames 2025/03/18 05:32:01 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:32:01 DEBUG : potato: Unchanged skipping 2025/03/18 05:32:01 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for renames to finish 2025/03/18 05:32:02 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/18 05:32:02 INFO : sub/yam: Copied (server-side copy) to: yam 2025/03/18 05:32:02 INFO : sub/yam: Deleted 2025/03/18 05:32:02 INFO : yam: Renamed from "sub/yam" 2025/03/18 05:32:02 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:32:02 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.63s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:32:04 DEBUG : Creating backend with remote "/tmp/rclone196432599/dir1" 2025/03/18 05:32:04 DEBUG : Creating backend with remote "/tmp/rclone196432599/dir2" 2025/03/18 05:32:04 DEBUG : Local file system at /tmp/rclone196432599/dir2: Using server-side directory move 2025/03/18 05:32:04 INFO : Local file system at /tmp/rclone196432599/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/03/18 05:32:04 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/03/18 05:32:04 DEBUG : Local file system at /tmp/rclone196432599/dir2: Waiting for checks to finish 2025/03/18 05:32:04 DEBUG : Local file system at /tmp/rclone196432599/dir2: Waiting for transfers to finish 2025/03/18 05:32:04 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.38s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:32:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:32:04 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/03/18 05:32:04 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:32:04 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:32:05 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/03/18 05:32:05 INFO : nested/sub dir/file: Copied (new) 2025/03/18 05:32:05 INFO : nested/sub dir/file: Deleted 2025/03/18 05:32:05 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:32:05 INFO : sub dir/hello world: Copied (new) 2025/03/18 05:32:05 INFO : sub dir/hello world: Deleted 2025/03/18 05:32:05 INFO : sub dir: Removing directory 2025/03/18 05:32:05 INFO : nested/sub dir: Removing directory 2025/03/18 05:32:05 INFO : nested: Removing directory 2025/03/18 05:32:05 DEBUG : Local file system at /tmp/rclone196432599: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.40s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:32:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/18 05:32:07 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/03/18 05:32:07 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:32:07 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:32:08 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/18 05:32:08 INFO : sub dir/hello world: Copied (new) 2025/03/18 05:32:08 INFO : sub dir/hello world: Deleted 2025/03/18 05:32:08 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/03/18 05:32:08 INFO : nested/sub dir/file: Copied (new) 2025/03/18 05:32:08 INFO : nested/sub dir/file: Deleted run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.41s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:32:09 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/18 05:32:09 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/03/18 05:32:09 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:32:09 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:32:10 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/03/18 05:32:10 INFO : existing-b: Copied (new) 2025/03/18 05:32:10 INFO : existing-b: Deleted 2025/03/18 05:32:10 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/18 05:32:10 INFO : existing: Copied (new) 2025/03/18 05:32:10 INFO : existing: Deleted 2025/03/18 05:32:11 DEBUG : existing: Destination exists, skipping 2025/03/18 05:32:11 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/03/18 05:32:11 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:32:11 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:32:11 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (3.16s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:32:12 DEBUG : Creating backend with remote "TestB2:rclone-test-soqigex6gavu" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-vicepuk2wepu -> B2 bucket rclone-test-soqigex6gavu 2025/03/18 05:32:18 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:32:18 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/18 05:32:18 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/03/18 05:32:18 DEBUG : empty space: Unchanged skipping 2025/03/18 05:32:18 DEBUG : B2 bucket rclone-test-soqigex6gavu: Waiting for checks to finish 2025/03/18 05:32:18 INFO : empty space: Deleted 2025/03/18 05:32:18 DEBUG : B2 bucket rclone-test-soqigex6gavu: Waiting for transfers to finish 2025/03/18 05:32:18 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:32:18 INFO : potato2: Copied (server-side copy) 2025/03/18 05:32:18 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/18 05:32:18 INFO : potato3: Copied (server-side copy) 2025/03/18 05:32:19 INFO : potato2: Deleted 2025/03/18 05:32:19 INFO : potato3: Deleted 2025/03/18 05:32:19 DEBUG : Creating backend with remote "TestB2:rclone-test-necusun6rofu" 2025/03/18 05:32:20 DEBUG : empty space: Need to transfer - File not found at Destination 2025/03/18 05:32:20 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:32:20 DEBUG : potato3: Need to transfer - File not found at Destination 2025/03/18 05:32:20 DEBUG : B2 bucket rclone-test-necusun6rofu: Waiting for checks to finish 2025/03/18 05:32:20 DEBUG : B2 bucket rclone-test-necusun6rofu: Waiting for transfers to finish 2025/03/18 05:32:21 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/18 05:32:21 INFO : empty space: Copied (server-side copy) 2025/03/18 05:32:21 INFO : empty space: Deleted 2025/03/18 05:32:21 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:32:21 INFO : potato2: Copied (server-side copy) 2025/03/18 05:32:21 INFO : potato2: Deleted 2025/03/18 05:32:22 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/18 05:32:22 INFO : potato3: Copied (server-side copy) 2025/03/18 05:32:22 INFO : potato3: Deleted 2025/03/18 05:32:22 DEBUG : B2 bucket rclone-test-necusun6rofu: Purge remote 2025/03/18 05:32:22 INFO : B2 bucket rclone-test-necusun6rofu: cleaning bucket "rclone-test-necusun6rofu" of all files 2025/03/18 05:32:23 DEBUG : empty space: Deleting (id "4_z2f221d23b0ddab7b9f580e1b_f106d488be61ac764_d20250318_m053221_c001_v0001182_t0030_u01742275941337") 2025/03/18 05:32:23 DEBUG : potato2: Deleting (id "4_z2f221d23b0ddab7b9f580e1b_f10931b685c9209d2_d20250318_m053221_c001_v0001183_t0043_u01742275941590") 2025/03/18 05:32:23 DEBUG : potato3: Deleting (id "4_z2f221d23b0ddab7b9f580e1b_f1189a60caca4eb01_d20250318_m053221_c001_v0001029_t0014_u01742275941685") 2025/03/18 05:32:23 DEBUG : B2 bucket rclone-test-soqigex6gavu: Purge remote 2025/03/18 05:32:23 INFO : B2 bucket rclone-test-soqigex6gavu: cleaning bucket "rclone-test-soqigex6gavu" of all files 2025/03/18 05:32:23 DEBUG : empty space: Deleting (id "4_z4f220d03b0ddab7b9f580e1b_f4152037c75cabbc9_d20250318_m053221_c001_v7007000_t0000_u01742275941561") 2025/03/18 05:32:23 DEBUG : empty space: Deleting (id "4_z4f220d03b0ddab7b9f580e1b_f112459eef5618925_d20250318_m053217_c001_v0001136_t0015_u01742275937300") 2025/03/18 05:32:23 DEBUG : potato2: Deleting (id "4_z4f220d03b0ddab7b9f580e1b_f4152037c75cabbce_d20250318_m053221_c001_v7007000_t0000_u01742275941818") 2025/03/18 05:32:23 DEBUG : potato2: Deleting (id "4_z4f220d03b0ddab7b9f580e1b_f101ee0c8add7c504_d20250318_m053218_c001_v0001038_t0027_u01742275938510") 2025/03/18 05:32:23 DEBUG : potato3: Deleting (id "4_z4f220d03b0ddab7b9f580e1b_f4152037c75cabbd4_d20250318_m053222_c001_v7007000_t0000_u01742275942301") 2025/03/18 05:32:23 DEBUG : potato3: Deleting (id "4_z4f220d03b0ddab7b9f580e1b_f109930b13d42d263_d20250318_m053218_c001_v0001177_t0049_u01742275938810") 2025/03/18 05:32:23 DEBUG : potato3: Deleting (id "4_z4f220d03b0ddab7b9f580e1b_f112459eef5618927_d20250318_m053217_c001_v0001136_t0029_u01742275937602") 2025/03/18 05:32:23 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_delete_file_version": EOF) 2025/03/18 05:32:23 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/18 05:32:24 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMove (12.85s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:32:25 DEBUG : Creating backend with remote "TestB2:rclone-test-hifodih7zola" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-vicepuk2wepu -> B2 bucket rclone-test-hifodih7zola 2025/03/18 05:32:31 DEBUG : empty space: Excluded (Size Filter) 2025/03/18 05:32:31 DEBUG : empty space: Excluded (Size Filter) 2025/03/18 05:32:31 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:32:31 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/18 05:32:31 DEBUG : B2 bucket rclone-test-hifodih7zola: Waiting for checks to finish 2025/03/18 05:32:31 DEBUG : B2 bucket rclone-test-hifodih7zola: Waiting for transfers to finish 2025/03/18 05:32:32 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:32:32 INFO : potato2: Copied (server-side copy) 2025/03/18 05:32:32 INFO : potato2: Deleted 2025/03/18 05:32:32 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/18 05:32:32 INFO : potato3: Copied (server-side copy) 2025/03/18 05:32:32 INFO : potato3: Deleted 2025/03/18 05:32:33 DEBUG : Creating backend with remote "TestB2:rclone-test-wijagox2xaca" 2025/03/18 05:32:33 DEBUG : empty space: Excluded (Size Filter) 2025/03/18 05:32:34 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:32:34 DEBUG : potato3: Need to transfer - File not found at Destination 2025/03/18 05:32:34 DEBUG : B2 bucket rclone-test-wijagox2xaca: Waiting for checks to finish 2025/03/18 05:32:34 DEBUG : B2 bucket rclone-test-wijagox2xaca: Waiting for transfers to finish 2025/03/18 05:32:34 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:32:34 INFO : potato2: Copied (server-side copy) 2025/03/18 05:32:35 INFO : potato2: Deleted 2025/03/18 05:32:35 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/18 05:32:35 INFO : potato3: Copied (server-side copy) 2025/03/18 05:32:35 INFO : potato3: Deleted 2025/03/18 05:32:36 DEBUG : B2 bucket rclone-test-wijagox2xaca: Purge remote 2025/03/18 05:32:36 INFO : B2 bucket rclone-test-wijagox2xaca: cleaning bucket "rclone-test-wijagox2xaca" of all files 2025/03/18 05:32:36 DEBUG : potato2: Deleting (id "4_z8f024d63b0ddab7b9f580e1b_f10834d5d90d2b693_d20250318_m053234_c001_v0001184_t0027_u01742275954697") 2025/03/18 05:32:36 DEBUG : potato3: Deleting (id "4_z8f024d63b0ddab7b9f580e1b_f10964d1d99293e67_d20250318_m053234_c001_v0001092_t0051_u01742275954940") 2025/03/18 05:32:36 DEBUG : B2 bucket rclone-test-hifodih7zola: Purge remote 2025/03/18 05:32:36 INFO : B2 bucket rclone-test-hifodih7zola: cleaning bucket "rclone-test-hifodih7zola" of all files 2025/03/18 05:32:36 DEBUG : empty space: Deleting (id "4_z3f623d33b0ddab7b9f580e1b_f11674768862ed9a3_d20250318_m053230_c001_v0001113_t0015_u01742275950390") 2025/03/18 05:32:36 DEBUG : potato2: Deleting (id "4_z3f623d33b0ddab7b9f580e1b_f405e632e5c33f939_d20250318_m053234_c001_v7007000_t0000_u01742275954921") 2025/03/18 05:32:36 DEBUG : potato2: Deleting (id "4_z3f623d33b0ddab7b9f580e1b_f11912ad9fc9cb1da_d20250318_m053231_c001_v0001146_t0044_u01742275951809") 2025/03/18 05:32:36 DEBUG : potato3: Deleting (id "4_z3f623d33b0ddab7b9f580e1b_f405e632e5c33f93a_d20250318_m053235_c001_v7007000_t0000_u01742275955557") 2025/03/18 05:32:36 DEBUG : potato3: Deleting (id "4_z3f623d33b0ddab7b9f580e1b_f10593fc8ddd4f34c_d20250318_m053232_c001_v0001039_t0009_u01742275952185") 2025/03/18 05:32:36 DEBUG : potato3: Deleting (id "4_z3f623d33b0ddab7b9f580e1b_f11674768862ed9a9_d20250318_m053230_c001_v0001113_t0029_u01742275950978") 2025/03/18 05:32:37 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_delete_file_version": EOF) 2025/03/18 05:32:37 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/18 05:32:37 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveWithFilter (13.52s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:32:39 DEBUG : Creating backend with remote "TestB2:rclone-test-rujalif7yecu" 2025/03/18 05:32:42 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-vicepuk2wepu -> B2 bucket rclone-test-rujalif7yecu 2025/03/18 05:32:44 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:32:44 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/03/18 05:32:44 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/18 05:32:44 DEBUG : empty space: Unchanged skipping 2025/03/18 05:32:44 DEBUG : B2 bucket rclone-test-rujalif7yecu: Waiting for checks to finish 2025/03/18 05:32:44 INFO : empty space: Deleted 2025/03/18 05:32:44 DEBUG : B2 bucket rclone-test-rujalif7yecu: Waiting for transfers to finish 2025/03/18 05:32:45 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:32:45 INFO : potato2: Copied (server-side copy) 2025/03/18 05:32:45 INFO : potato2: Deleted 2025/03/18 05:32:45 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/18 05:32:45 INFO : potato3: Copied (server-side copy) 2025/03/18 05:32:45 INFO : potato3: Deleted 2025/03/18 05:32:46 DEBUG : Creating backend with remote "TestB2:rclone-test-taraciz1qore" 2025/03/18 05:32:46 INFO : tomatoDir: Making directory 2025/03/18 05:32:47 DEBUG : empty space: Need to transfer - File not found at Destination 2025/03/18 05:32:47 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/18 05:32:47 DEBUG : potato3: Need to transfer - File not found at Destination 2025/03/18 05:32:47 DEBUG : B2 bucket rclone-test-taraciz1qore: Waiting for checks to finish 2025/03/18 05:32:47 DEBUG : B2 bucket rclone-test-taraciz1qore: Waiting for transfers to finish 2025/03/18 05:32:48 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/18 05:32:48 INFO : empty space: Copied (server-side copy) 2025/03/18 05:32:48 INFO : empty space: Deleted 2025/03/18 05:32:48 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/18 05:32:48 INFO : potato2: Copied (server-side copy) 2025/03/18 05:32:48 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/18 05:32:48 INFO : potato3: Copied (server-side copy) 2025/03/18 05:32:48 INFO : potato2: Deleted 2025/03/18 05:32:48 INFO : potato3: Deleted 2025/03/18 05:32:49 DEBUG : B2 bucket rclone-test-taraciz1qore: Purge remote 2025/03/18 05:32:49 INFO : B2 bucket rclone-test-taraciz1qore: cleaning bucket "rclone-test-taraciz1qore" of all files 2025/03/18 05:32:49 DEBUG : empty space: Deleting (id "4_z4f727d93b0ddab7b9f580e1b_f106581b46d224db7_d20250318_m053248_c001_v0001184_t0035_u01742275968015") 2025/03/18 05:32:49 DEBUG : potato2: Deleting (id "4_z4f727d93b0ddab7b9f580e1b_f102bfeb9f8a652f1_d20250318_m053248_c001_v0001101_t0019_u01742275968250") 2025/03/18 05:32:49 DEBUG : potato3: Deleting (id "4_z4f727d93b0ddab7b9f580e1b_f116ede2e3ff01a70_d20250318_m053248_c001_v0001178_t0044_u01742275968386") 2025/03/18 05:32:50 DEBUG : B2 bucket rclone-test-rujalif7yecu: Purge remote 2025/03/18 05:32:50 INFO : B2 bucket rclone-test-rujalif7yecu: cleaning bucket "rclone-test-rujalif7yecu" of all files 2025/03/18 05:32:50 DEBUG : empty space: Deleting (id "4_zcf826d83b0ddab7b9f580e1b_f41822b46127fc2cf_d20250318_m053248_c001_v7007000_t0000_u01742275968217") 2025/03/18 05:32:50 DEBUG : empty space: Deleting (id "4_zcf826d83b0ddab7b9f580e1b_f1074a8e1ddf1e9f7_d20250318_m053244_c001_v0001176_t0020_u01742275964005") 2025/03/18 05:32:50 DEBUG : potato2: Deleting (id "4_zcf826d83b0ddab7b9f580e1b_f41822b46127fc2d2_d20250318_m053248_c001_v7007000_t0000_u01742275968603") 2025/03/18 05:32:50 DEBUG : potato2: Deleting (id "4_zcf826d83b0ddab7b9f580e1b_f11873eac0291c4a6_d20250318_m053244_c001_v0001172_t0038_u01742275964838") 2025/03/18 05:32:50 DEBUG : potato3: Deleting (id "4_zcf826d83b0ddab7b9f580e1b_f4126bda746abed4d_d20250318_m053248_c001_v7007000_t0000_u01742275968652") 2025/03/18 05:32:50 DEBUG : potato3: Deleting (id "4_zcf826d83b0ddab7b9f580e1b_f101342cf53c694f7_d20250318_m053245_c001_v0001184_t0005_u01742275965221") 2025/03/18 05:32:50 DEBUG : potato3: Deleting (id "4_zcf826d83b0ddab7b9f580e1b_f1074a8e1ddf1e9f9_d20250318_m053244_c001_v0001176_t0010_u01742275964223") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (13.26s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:32:52 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.65s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:32:54 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncOverlap (2.96s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:32:57 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/rclone-sync-test" 2025/03/18 05:32:59 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/rclone-sync-test-include/layer2" 2025/03/18 05:33:01 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/rclone-sync-test-ignore-file" 2025/03/18 05:33:04 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/03/18 05:33:04 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/18 05:33:05 DEBUG : pacer: Reducing sleep to 10ms 2025/03/18 05:33:05 DEBUG : B2 bucket rclone-test-vicepuk2wepu path rclone-sync-test: Waiting for checks to finish 2025/03/18 05:33:05 DEBUG : B2 bucket rclone-test-vicepuk2wepu path rclone-sync-test: Waiting for transfers to finish 2025/03/18 05:33:05 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:05 INFO : There was nothing to transfer 2025/03/18 05:33:05 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:33:05 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:33:05 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:05 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:33:06 DEBUG : B2 bucket rclone-test-vicepuk2wepu path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/03/18 05:33:06 DEBUG : B2 bucket rclone-test-vicepuk2wepu path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/03/18 05:33:06 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:06 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:33:06 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:33:06 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:33:06 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:06 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:33:06 DEBUG : B2 bucket rclone-test-vicepuk2wepu path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/03/18 05:33:06 DEBUG : B2 bucket rclone-test-vicepuk2wepu path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/03/18 05:33:06 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:06 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.79s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:33:13 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/dst" 2025/03/18 05:33:14 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/CompareDest" 2025/03/18 05:33:16 DEBUG : one: Need to transfer - File not found at Destination 2025/03/18 05:33:16 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:16 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:18 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/18 05:33:18 INFO : one: Copied (new) 2025/03/18 05:33:18 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:18 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 05:33:18 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:18 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:19 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/03/18 05:33:19 INFO : one: Copied (replaced existing) 2025/03/18 05:33:19 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 05:33:22 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:22 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:22 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/18 05:33:22 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:22 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:22 INFO : There was nothing to transfer 2025/03/18 05:33:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:23 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/18 05:33:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 05:33:23 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:23 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/18 05:33:23 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:23 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:23 INFO : There was nothing to transfer 2025/03/18 05:33:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:24 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/18 05:33:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 05:33:24 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:24 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:24 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/18 05:33:24 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:24 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:24 INFO : There was nothing to transfer 2025/03/18 05:33:25 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2025/03/18 05:33:25 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/18 05:33:25 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/18 05:33:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 05:33:25 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:25 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/18 05:33:25 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:25 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:25 INFO : There was nothing to transfer 2025/03/18 05:33:26 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/18 05:33:26 DEBUG : two: Need to transfer - File not found at Destination 2025/03/18 05:33:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 05:33:26 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:26 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:26 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/18 05:33:26 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:27 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/03/18 05:33:27 INFO : two: Copied (new) 2025/03/18 05:33:27 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (15.29s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:33:31 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/dest" 2025/03/18 05:33:32 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/pre-dest1" 2025/03/18 05:33:33 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/pre-dest2" 2025/03/18 05:33:35 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:33:35 DEBUG : 1: Destination found in --compare-dest, skipping 2025/03/18 05:33:35 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:33:35 DEBUG : 2: Destination found in --compare-dest, skipping 2025/03/18 05:33:36 DEBUG : 3: Need to transfer - File not found at Destination 2025/03/18 05:33:36 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dest: Waiting for checks to finish 2025/03/18 05:33:36 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dest: Waiting for transfers to finish 2025/03/18 05:33:37 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/03/18 05:33:37 INFO : 3: Copied (new) 2025/03/18 05:33:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (9.72s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:33:38 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/dst" 2025/03/18 05:33:39 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/CopyDest" 2025/03/18 05:33:41 DEBUG : one: Need to transfer - File not found at Destination 2025/03/18 05:33:41 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:41 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:42 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/18 05:33:42 INFO : one: Copied (new) 2025/03/18 05:33:42 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 05:33:43 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:43 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:43 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/03/18 05:33:43 INFO : one: Copied (replaced existing) 2025/03/18 05:33:43 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:45 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/BackupDir" 2025/03/18 05:33:47 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 05:33:47 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/18 05:33:48 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/18 05:33:48 INFO : one: Copied (server-side copy) 2025/03/18 05:33:48 INFO : one: Deleted 2025/03/18 05:33:49 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/03/18 05:33:49 INFO : one: Copied (server-side copy) 2025/03/18 05:33:49 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/18 05:33:49 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:49 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:50 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:51 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/18 05:33:51 INFO : two: Copied (server-side copy) 2025/03/18 05:33:51 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/18 05:33:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:51 DEBUG : one: Unchanged skipping 2025/03/18 05:33:51 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:51 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:51 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:51 DEBUG : one: Unchanged skipping 2025/03/18 05:33:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:51 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:51 DEBUG : two: Unchanged skipping 2025/03/18 05:33:51 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:51 DEBUG : Waiting for deletions to finish 2025/03/18 05:33:51 INFO : There was nothing to transfer 2025/03/18 05:33:53 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/18 05:33:53 DEBUG : three: Destination not found in --copy-dest 2025/03/18 05:33:53 DEBUG : three: Need to transfer - File not found at Destination 2025/03/18 05:33:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:53 DEBUG : one: Unchanged skipping 2025/03/18 05:33:53 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:33:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/18 05:33:53 DEBUG : two: Unchanged skipping 2025/03/18 05:33:53 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:33:53 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/03/18 05:33:53 INFO : three: Copied (new) 2025/03/18 05:33:53 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (16.98s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:33:58 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/dst" 2025/03/18 05:33:59 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/backup" 2025/03/18 05:34:01 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/18 05:34:01 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:34:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:34:01 DEBUG : two: Unchanged skipping 2025/03/18 05:34:03 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/18 05:34:03 INFO : one: Copied (server-side copy) 2025/03/18 05:34:03 INFO : one: Deleted 2025/03/18 05:34:03 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:34:04 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:34:04 INFO : one: Copied (new) 2025/03/18 05:34:04 DEBUG : Waiting for deletions to finish 2025/03/18 05:34:04 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/18 05:34:04 INFO : three.txt: Copied (server-side copy) 2025/03/18 05:34:04 INFO : three.txt: Deleted 2025/03/18 05:34:04 INFO : three.txt: Moved into backup dir 2025/03/18 05:34:06 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:34:06 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/18 05:34:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:34:06 DEBUG : two: Unchanged skipping 2025/03/18 05:34:07 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:34:07 INFO : one: Copied (server-side copy) 2025/03/18 05:34:07 INFO : one: Deleted 2025/03/18 05:34:07 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:34:07 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/18 05:34:07 INFO : one: Copied (new) 2025/03/18 05:34:07 DEBUG : Waiting for deletions to finish 2025/03/18 05:34:08 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/18 05:34:08 INFO : three.txt: Copied (server-side copy) 2025/03/18 05:34:08 INFO : three.txt: Deleted 2025/03/18 05:34:08 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (14.35s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:34:13 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/dst" 2025/03/18 05:34:14 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/backup" 2025/03/18 05:34:16 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/18 05:34:16 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:34:16 DEBUG : two: Unchanged skipping 2025/03/18 05:34:16 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:34:17 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/18 05:34:17 INFO : one: Copied (server-side copy) to: one.bak 2025/03/18 05:34:17 INFO : one: Deleted 2025/03/18 05:34:17 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:34:18 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:34:18 INFO : one: Copied (new) 2025/03/18 05:34:18 DEBUG : Waiting for deletions to finish 2025/03/18 05:34:18 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/18 05:34:18 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/18 05:34:19 INFO : three.txt: Deleted 2025/03/18 05:34:19 INFO : three.txt: Moved into backup dir 2025/03/18 05:34:21 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:34:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:34:21 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/18 05:34:21 DEBUG : two: Unchanged skipping 2025/03/18 05:34:21 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:34:21 INFO : one: Copied (server-side copy) to: one.bak 2025/03/18 05:34:21 INFO : one: Deleted 2025/03/18 05:34:21 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:34:22 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/18 05:34:22 INFO : one: Copied (new) 2025/03/18 05:34:22 DEBUG : Waiting for deletions to finish 2025/03/18 05:34:22 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/18 05:34:22 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/18 05:34:22 INFO : three.txt: Deleted 2025/03/18 05:34:22 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (13.89s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:34:27 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/dst" 2025/03/18 05:34:28 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/backup" 2025/03/18 05:34:30 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/18 05:34:30 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:34:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:34:30 DEBUG : two: Unchanged skipping 2025/03/18 05:34:31 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/18 05:34:31 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/18 05:34:31 INFO : one: Deleted 2025/03/18 05:34:31 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:34:32 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:34:32 INFO : one: Copied (new) 2025/03/18 05:34:32 DEBUG : Waiting for deletions to finish 2025/03/18 05:34:32 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/18 05:34:32 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/18 05:34:33 INFO : three.txt: Deleted 2025/03/18 05:34:33 INFO : three.txt: Moved into backup dir 2025/03/18 05:34:34 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/18 05:34:34 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:34:34 DEBUG : two: Unchanged skipping 2025/03/18 05:34:34 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:34:35 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:34:35 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/18 05:34:35 INFO : one: Deleted 2025/03/18 05:34:35 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:34:35 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/18 05:34:35 INFO : one: Copied (new) 2025/03/18 05:34:35 DEBUG : Waiting for deletions to finish 2025/03/18 05:34:36 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/18 05:34:36 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/18 05:34:36 INFO : three.txt: Deleted 2025/03/18 05:34:36 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (13.74s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:34:40 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/dst" 2025/03/18 05:34:42 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/18 05:34:42 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:34:42 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:34:42 DEBUG : two: Unchanged skipping 2025/03/18 05:34:42 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/18 05:34:42 INFO : one: Copied (server-side copy) to: one.bak 2025/03/18 05:34:43 INFO : one: Deleted 2025/03/18 05:34:43 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:34:43 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:34:43 INFO : one: Copied (new) 2025/03/18 05:34:43 DEBUG : Waiting for deletions to finish 2025/03/18 05:34:44 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/18 05:34:44 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/18 05:34:44 INFO : three.txt: Deleted 2025/03/18 05:34:44 INFO : three.txt: Moved into backup dir 2025/03/18 05:34:46 DEBUG : one.bak: Excluded (Path Filter) 2025/03/18 05:34:46 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/03/18 05:34:46 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/18 05:34:46 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for checks to finish 2025/03/18 05:34:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:34:46 DEBUG : two: Unchanged skipping 2025/03/18 05:34:46 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:34:46 INFO : one: Copied (server-side copy) to: one.bak 2025/03/18 05:34:47 INFO : one: Deleted 2025/03/18 05:34:47 DEBUG : B2 bucket rclone-test-vicepuk2wepu path dst: Waiting for transfers to finish 2025/03/18 05:34:47 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/18 05:34:47 INFO : one: Copied (new) 2025/03/18 05:34:47 DEBUG : Waiting for deletions to finish 2025/03/18 05:34:47 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/18 05:34:47 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/18 05:34:48 INFO : three.txt: Deleted 2025/03/18 05:34:48 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (11.69s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:34:52 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/dst" 2025/03/18 05:34:53 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/18 05:34:54 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/18 05:34:54 INFO : one: Copied (server-side copy) to: one.bak 2025/03/18 05:34:55 INFO : one: Deleted 2025/03/18 05:34:55 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:34:55 INFO : one: Copied (new) 2025/03/18 05:34:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:34:56 DEBUG : two: Unchanged skipping 2025/03/18 05:34:56 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/03/18 05:34:56 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/18 05:34:56 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/18 05:34:56 INFO : three.txt: Deleted 2025/03/18 05:34:57 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/18 05:34:57 INFO : three.txt: Copied (new) 2025/03/18 05:34:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/18 05:34:58 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:34:58 INFO : one: Copied (server-side copy) to: one.bak 2025/03/18 05:34:58 INFO : one: Deleted 2025/03/18 05:34:59 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/18 05:34:59 INFO : one: Copied (new) 2025/03/18 05:34:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:34:59 DEBUG : two: Unchanged skipping 2025/03/18 05:34:59 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/03/18 05:35:00 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/18 05:35:00 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/18 05:35:00 INFO : three.txt: Deleted 2025/03/18 05:35:00 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/03/18 05:35:00 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (12.98s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:35:05 DEBUG : Creating backend with remote "TestB2:rclone-test-vicepuk2wepu/dst" 2025/03/18 05:35:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/18 05:35:08 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/18 05:35:08 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/18 05:35:08 INFO : one: Deleted 2025/03/18 05:35:08 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:35:08 INFO : one: Copied (new) 2025/03/18 05:35:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:09 DEBUG : two: Unchanged skipping 2025/03/18 05:35:09 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/03/18 05:35:10 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/18 05:35:10 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/18 05:35:10 INFO : three.txt: Deleted 2025/03/18 05:35:10 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/18 05:35:10 INFO : three.txt: Copied (new) 2025/03/18 05:35:10 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/03/18 05:35:10 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/18 05:35:11 DEBUG : pacer: Reducing sleep to 10ms 2025/03/18 05:35:11 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/18 05:35:11 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/18 05:35:11 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/18 05:35:12 INFO : one: Deleted 2025/03/18 05:35:12 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/18 05:35:12 INFO : one: Copied (new) 2025/03/18 05:35:12 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:12 DEBUG : two: Unchanged skipping 2025/03/18 05:35:12 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/03/18 05:35:13 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/18 05:35:13 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/18 05:35:13 INFO : three.txt: Deleted 2025/03/18 05:35:13 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/03/18 05:35:13 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (12.86s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:35:16 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/03/18 05:35:16 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:35:16 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:35:17 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/03/18 05:35:17 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/03/18 05:35:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.94s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:35:18 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/18 05:35:18 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:35:18 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:35:19 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/18 05:35:19 INFO : existing: Copied (new) 2025/03/18 05:35:19 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:35:20 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:35:20 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/03/18 05:35:20 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/03/18 05:35:20 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:35:20 ERROR : B2 bucket rclone-test-vicepuk2wepu: not deleting files as there were IO errors 2025/03/18 05:35:20 ERROR : B2 bucket rclone-test-vicepuk2wepu: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncImmutable (3.53s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:35:23 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:23 DEBUG : existing: Unchanged skipping 2025/03/18 05:35:23 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:35:23 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:35:23 DEBUG : Waiting for deletions to finish 2025/03/18 05:35:23 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (2.19s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", 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-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", 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.39s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:35:50 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:35:50 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both0: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both1: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both13: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both11: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both15: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both16: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both17: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both18: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both10: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both2: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both3: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both12: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both5: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both14: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both7: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both8: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:35:50 DEBUG : both9: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both19: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both4: Unchanged skipping 2025/03/18 05:35:50 DEBUG : both6: Unchanged skipping 2025/03/18 05:35:50 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:35:50 DEBUG : Waiting for deletions to finish 2025/03/18 05:35:50 INFO : only12: Deleted 2025/03/18 05:35:50 INFO : only1: Deleted 2025/03/18 05:35:51 INFO : only18: Deleted 2025/03/18 05:35:51 INFO : only19: Deleted 2025/03/18 05:35:51 INFO : only5: Deleted 2025/03/18 05:35:51 INFO : only7: Deleted 2025/03/18 05:35:51 INFO : only8: Deleted 2025/03/18 05:35:51 INFO : only14: Deleted 2025/03/18 05:35:51 INFO : only11: Deleted 2025/03/18 05:35:51 INFO : only15: Deleted 2025/03/18 05:35:51 INFO : only16: Deleted 2025/03/18 05:35:51 INFO : only4: Deleted 2025/03/18 05:35:51 INFO : only0: Deleted 2025/03/18 05:35:51 INFO : only13: Deleted 2025/03/18 05:35:51 INFO : only17: Deleted 2025/03/18 05:35:51 INFO : only2: Deleted 2025/03/18 05:35:51 INFO : only6: Deleted 2025/03/18 05:35:51 INFO : only3: Deleted 2025/03/18 05:35:51 INFO : only9: Deleted 2025/03/18 05:35:51 INFO : only10: Deleted 2025/03/18 05:35:51 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (31.15s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:36:21 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for checks to finish 2025/03/18 05:36:21 DEBUG : both0: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both1: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both13: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both10: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both15: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both16: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both17: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both11: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both12: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both14: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both18: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both19: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both5: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both2: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both7: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both8: Unchanged skipping 2025/03/18 05:36:21 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/18 05:36:21 DEBUG : both9: Unchanged skipping 2025/03/18 05:36:21 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : both4: Unchanged skipping 2025/03/18 05:36:21 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : both3: Unchanged skipping 2025/03/18 05:36:21 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : both6: Unchanged skipping 2025/03/18 05:36:21 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/03/18 05:36:21 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Waiting for transfers to finish 2025/03/18 05:36:21 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only0: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only1: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only10: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only13: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only14: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only12: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only15: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only16: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only19: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only2: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only17: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only11: Copied (replaced existing) 2025/03/18 05:36:21 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:21 INFO : only5: Copied (replaced existing) 2025/03/18 05:36:22 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:22 INFO : only6: Copied (replaced existing) 2025/03/18 05:36:22 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:22 INFO : only7: Copied (replaced existing) 2025/03/18 05:36:22 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:22 INFO : only8: Copied (replaced existing) 2025/03/18 05:36:22 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:22 INFO : only18: Copied (replaced existing) 2025/03/18 05:36:22 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:22 INFO : only3: Copied (replaced existing) 2025/03/18 05:36:22 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:22 INFO : only4: Copied (replaced existing) 2025/03/18 05:36:22 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/18 05:36:22 INFO : only9: Copied (replaced existing) 2025/03/18 05:36:22 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (34.30s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:36:30 DEBUG : empty_dir: Making directory with metadata 2025/03/18 05:36:30 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/18 05:36:30 DEBUG : empty_on_remote: Making directory with metadata 2025/03/18 05:36:30 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/18 05:36:30 INFO : empty_on_remote: Making directory 2025/03/18 05:36:30 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:36:32 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/03/18 05:36:32 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/03/18 05:36:32 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/03/18 05:36:32 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTime (3.33s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:36:34 DEBUG : empty_dir: Making directory with metadata 2025/03/18 05:36:34 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/18 05:36:34 DEBUG : empty_on_remote: Making directory with metadata 2025/03/18 05:36:34 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/18 05:36:34 INFO : empty_on_remote: Making directory 2025/03/18 05:36:34 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:36:35 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/03/18 05:36:35 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/03/18 05:36:35 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/03/18 05:36:35 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/03/18 05:36:35 INFO : empty_dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (3.21s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:36:37 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/18 05:36:37 INFO : sub dir: Making directory 2025/03/18 05:36:37 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (3.16s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" 2025/03/18 05:36:40 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/18 05:36:40 INFO : sub dir: Making directory 2025/03/18 05:36:40 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-vicepuk2wepu", Local "Local file system at /tmp/rclone196432599", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.36s) PASS 2025/03/18 05:36:43 DEBUG : B2 bucket rclone-test-vicepuk2wepu: Purge remote 2025/03/18 05:36:43 INFO : B2 bucket rclone-test-vicepuk2wepu: cleaning bucket "rclone-test-vicepuk2wepu" of all files 2025/03/18 05:36:44 DEBUG : BackupDir/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f407bac1305cbdc32_d20250318_m053354_c001_v7007000_t0000_u01742276034303") 2025/03/18 05:36:44 DEBUG : BackupDir/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f100a0bc9f5fad7bd_d20250318_m053348_c001_v0001120_t0017_u01742276028338") 2025/03/18 05:36:44 DEBUG : CompareDest/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41772f004be6542b_d20250318_m053328_c001_v7007000_t0000_u01742276008184") 2025/03/18 05:36:44 DEBUG : CompareDest/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30517b4_d20250318_m053321_c001_v0001040_t0006_u01742276001330") 2025/03/18 05:36:44 DEBUG : CompareDest/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41772f004be6542c_d20250318_m053328_c001_v7007000_t0000_u01742276008366") 2025/03/18 05:36:44 DEBUG : CompareDest/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae13114980b_d20250318_m053322_c001_v0001040_t0022_u01742276002897") 2025/03/18 05:36:44 DEBUG : CopyDest/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f407bac1305cbdc33_d20250318_m053354_c001_v7007000_t0000_u01742276034487") 2025/03/18 05:36:44 DEBUG : CopyDest/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eeb04_d20250318_m053345_c001_v0001116_t0041_u01742276025110") 2025/03/18 05:36:44 DEBUG : CopyDest/three: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f407bac1305cbdc36_d20250318_m053354_c001_v7007000_t0000_u01742276034670") 2025/03/18 05:36:44 DEBUG : CopyDest/three: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae1311498af_d20250318_m053352_c001_v0001040_t0002_u01742276032283") 2025/03/18 05:36:44 DEBUG : CopyDest/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f407bac1305cbdc37_d20250318_m053354_c001_v7007000_t0000_u01742276034854") 2025/03/18 05:36:45 DEBUG : CopyDest/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051858_d20250318_m053349_c001_v0001040_t0049_u01742276029788") 2025/03/18 05:36:45 DEBUG : EXISTING: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b27f_d20250318_m053523_c001_v7007000_t0000_u01742276123604") 2025/03/18 05:36:45 DEBUG : EXISTING: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051992_d20250318_m053522_c001_v0001040_t0031_u01742276122146") 2025/03/18 05:36:45 DEBUG : Testêé: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b257_d20250318_m053517_c001_v7007000_t0000_u01742276117871") 2025/03/18 05:36:45 DEBUG : Testêé: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149a55_d20250318_m053516_c001_v0001040_t0042_u01742276116813") 2025/03/18 05:36:45 DEBUG : Testêé: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051978_d20250318_m053515_c001_v0001040_t0052_u01742276115682") 2025/03/18 05:36:45 DEBUG : a/potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b6db_d20250318_m053127_c001_v7007000_t0000_u01742275887953") 2025/03/18 05:36:45 DEBUG : a/potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee898_d20250318_m053126_c001_v0001116_t0042_u01742275886922") 2025/03/18 05:36:45 DEBUG : a/potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b6c7_d20250318_m053123_c001_v7007000_t0000_u01742275883981") 2025/03/18 05:36:45 DEBUG : a/potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee878_d20250318_m053122_c001_v0001116_t0045_u01742275882672") 2025/03/18 05:36:45 DEBUG : a/potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dc46_d20250318_m053054_c001_v7007000_t0000_u01742275854138") 2025/03/18 05:36:45 DEBUG : a/potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee7d0_d20250318_m053052_c001_v0001116_t0047_u01742275852983") 2025/03/18 05:36:45 DEBUG : b/potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b6dd_d20250318_m053128_c001_v7007000_t0000_u01742275888137") 2025/03/18 05:36:45 DEBUG : b/potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee884_d20250318_m053124_c001_v0001116_t0006_u01742275884905") 2025/03/18 05:36:45 DEBUG : b/potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b6c5_d20250318_m053123_c001_v7007000_t0000_u01742275883388") 2025/03/18 05:36:45 DEBUG : b/potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee870_d20250318_m053120_c001_v0001116_t0036_u01742275880491") 2025/03/18 05:36:45 DEBUG : b/potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dc43_d20250318_m053053_c001_v7007000_t0000_u01742275853563") 2025/03/18 05:36:45 DEBUG : b/potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee7be_d20250318_m053051_c001_v0001116_t0054_u01742275851000") 2025/03/18 05:36:46 DEBUG : backup/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c8bfa_d20250318_m053409_c001_v7007000_t0000_u01742276049156") 2025/03/18 05:36:46 DEBUG : backup/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f117033a72d1bafd8_d20250318_m053406_c001_v0001115_t0051_u01742276046976") 2025/03/18 05:36:46 DEBUG : backup/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f119bc41a16890b9a_d20250318_m053402_c001_v0001150_t0037_u01742276042706") 2025/03/18 05:36:46 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4152037c75cac2a6_d20250318_m053436_c001_v7007000_t0000_u01742276076849") 2025/03/18 05:36:46 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11750b1cba9fd3eb_d20250318_m053435_c001_v0001183_t0026_u01742276075105") 2025/03/18 05:36:46 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11871a7cc0759671_d20250318_m053431_c001_v0001182_t0031_u01742276071113") 2025/03/18 05:36:46 DEBUG : backup/one.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41772f004be65585_d20250318_m053423_c001_v7007000_t0000_u01742276063126") 2025/03/18 05:36:46 DEBUG : backup/one.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1021771e34502812_d20250318_m053421_c001_v0001184_t0044_u01742276061504") 2025/03/18 05:36:46 DEBUG : backup/one.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f101861611ade0c91_d20250318_m053417_c001_v0001146_t0049_u01742276057229") 2025/03/18 05:36:46 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4152037c75cac2a7_d20250318_m053437_c001_v7007000_t0000_u01742276077045") 2025/03/18 05:36:46 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f115ca5a976be5956_d20250318_m053436_c001_v0001184_t0007_u01742276076051") 2025/03/18 05:36:46 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f10171b19fcd92482_d20250318_m053432_c001_v0001098_t0051_u01742276072645") 2025/03/18 05:36:46 DEBUG : backup/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c8bfb_d20250318_m053409_c001_v7007000_t0000_u01742276049340") 2025/03/18 05:36:46 DEBUG : backup/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11549b36fc4e739c_d20250318_m053408_c001_v0001161_t0011_u01742276048094") 2025/03/18 05:36:46 DEBUG : backup/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f10673c60193a1e9e_d20250318_m053404_c001_v0001113_t0021_u01742276044418") 2025/03/18 05:36:46 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41772f004be65586_d20250318_m053423_c001_v7007000_t0000_u01742276063309") 2025/03/18 05:36:46 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f117c1c7764ffc7ae_d20250318_m053422_c001_v0001184_t0005_u01742276062356") 2025/03/18 05:36:46 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1021771e345027c0_d20250318_m053418_c001_v0001184_t0004_u01742276058781") 2025/03/18 05:36:46 DEBUG : both0: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b0795_d20250318_m053622_c001_v7007000_t0000_u01742276182883") 2025/03/18 05:36:46 DEBUG : both0: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec7a_d20250318_m053557_c001_v0001116_t0044_u01742276157026") 2025/03/18 05:36:47 DEBUG : both0: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b37b_d20250318_m053552_c001_v7007000_t0000_u01742276152389") 2025/03/18 05:36:47 DEBUG : both0: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149a8b_d20250318_m053525_c001_v0001040_t0017_u01742276125871") 2025/03/18 05:36:47 DEBUG : both1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b079b_d20250318_m053623_c001_v7007000_t0000_u01742276183070") 2025/03/18 05:36:47 DEBUG : both1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149b5d_d20250318_m053558_c001_v0001040_t0012_u01742276158722") 2025/03/18 05:36:47 DEBUG : both1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b37c_d20250318_m053552_c001_v7007000_t0000_u01742276152583") 2025/03/18 05:36:47 DEBUG : both1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30519aa_d20250318_m053527_c001_v0001040_t0022_u01742276127148") 2025/03/18 05:36:47 DEBUG : both10: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b079d_d20250318_m053623_c001_v7007000_t0000_u01742276183259") 2025/03/18 05:36:47 DEBUG : both10: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149ba1_d20250318_m053609_c001_v0001040_t0026_u01742276169596") 2025/03/18 05:36:47 DEBUG : both10: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b37f_d20250318_m053552_c001_v7007000_t0000_u01742276152767") 2025/03/18 05:36:47 DEBUG : both10: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30519e0_d20250318_m053537_c001_v0001040_t0032_u01742276137954") 2025/03/18 05:36:47 DEBUG : both11: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b079f_d20250318_m053623_c001_v7007000_t0000_u01742276183442") 2025/03/18 05:36:47 DEBUG : both11: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a65_d20250318_m053610_c001_v0001040_t0001_u01742276170860") 2025/03/18 05:36:47 DEBUG : both11: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b380_d20250318_m053552_c001_v7007000_t0000_u01742276152965") 2025/03/18 05:36:47 DEBUG : both11: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec52_d20250318_m053539_c001_v0001116_t0016_u01742276139031") 2025/03/18 05:36:47 DEBUG : both12: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07a1_d20250318_m053623_c001_v7007000_t0000_u01742276183625") 2025/03/18 05:36:47 DEBUG : both12: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eecb4_d20250318_m053611_c001_v0001116_t0048_u01742276171764") 2025/03/18 05:36:47 DEBUG : both12: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b381_d20250318_m053553_c001_v7007000_t0000_u01742276153147") 2025/03/18 05:36:47 DEBUG : both12: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149af3_d20250318_m053540_c001_v0001040_t0052_u01742276140373") 2025/03/18 05:36:47 DEBUG : both13: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07a5_d20250318_m053623_c001_v7007000_t0000_u01742276183816") 2025/03/18 05:36:47 DEBUG : both13: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149bbd_d20250318_m053612_c001_v0001040_t0010_u01742276172980") 2025/03/18 05:36:48 DEBUG : both13: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b383_d20250318_m053553_c001_v7007000_t0000_u01742276153331") 2025/03/18 05:36:48 DEBUG : both13: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30519f7_d20250318_m053541_c001_v0001040_t0023_u01742276141541") 2025/03/18 05:36:48 DEBUG : both14: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07a8_d20250318_m053624_c001_v7007000_t0000_u01742276184003") 2025/03/18 05:36:48 DEBUG : both14: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a77_d20250318_m053614_c001_v0001040_t0015_u01742276174062") 2025/03/18 05:36:48 DEBUG : both14: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b386_d20250318_m053553_c001_v7007000_t0000_u01742276153513") 2025/03/18 05:36:48 DEBUG : both14: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec5a_d20250318_m053543_c001_v0001116_t0004_u01742276143056") 2025/03/18 05:36:48 DEBUG : both15: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07ad_d20250318_m053624_c001_v7007000_t0000_u01742276184188") 2025/03/18 05:36:48 DEBUG : both15: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eecc0_d20250318_m053614_c001_v0001116_t0016_u01742276174907") 2025/03/18 05:36:48 DEBUG : both15: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b38a_d20250318_m053553_c001_v7007000_t0000_u01742276153697") 2025/03/18 05:36:48 DEBUG : both15: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149b0b_d20250318_m053544_c001_v0001040_t0059_u01742276144190") 2025/03/18 05:36:48 DEBUG : both16: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07b0_d20250318_m053624_c001_v7007000_t0000_u01742276184378") 2025/03/18 05:36:48 DEBUG : both16: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149bd5_d20250318_m053616_c001_v0001040_t0047_u01742276176090") 2025/03/18 05:36:48 DEBUG : both16: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b38c_d20250318_m053553_c001_v7007000_t0000_u01742276153883") 2025/03/18 05:36:48 DEBUG : both16: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a0f_d20250318_m053545_c001_v0001040_t0006_u01742276145510") 2025/03/18 05:36:48 DEBUG : both17: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07b2_d20250318_m053624_c001_v7007000_t0000_u01742276184562") 2025/03/18 05:36:48 DEBUG : both17: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a81_d20250318_m053617_c001_v0001040_t0007_u01742276177066") 2025/03/18 05:36:48 DEBUG : both17: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b38e_d20250318_m053554_c001_v7007000_t0000_u01742276154071") 2025/03/18 05:36:48 DEBUG : both17: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec66_d20250318_m053546_c001_v0001116_t0029_u01742276146912") 2025/03/18 05:36:48 DEBUG : both18: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07b5_d20250318_m053624_c001_v7007000_t0000_u01742276184745") 2025/03/18 05:36:48 DEBUG : both18: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eecc6_d20250318_m053617_c001_v0001116_t0033_u01742276177922") 2025/03/18 05:36:48 DEBUG : both18: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b391_d20250318_m053554_c001_v7007000_t0000_u01742276154254") 2025/03/18 05:36:48 DEBUG : both18: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149b1d_d20250318_m053547_c001_v0001040_t0005_u01742276147968") 2025/03/18 05:36:48 DEBUG : both19: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07b9_d20250318_m053624_c001_v7007000_t0000_u01742276184931") 2025/03/18 05:36:49 DEBUG : both19: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149beb_d20250318_m053619_c001_v0001040_t0016_u01742276179207") 2025/03/18 05:36:49 DEBUG : both19: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b394_d20250318_m053554_c001_v7007000_t0000_u01742276154437") 2025/03/18 05:36:49 DEBUG : both19: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a19_d20250318_m053548_c001_v0001040_t0004_u01742276148883") 2025/03/18 05:36:49 DEBUG : both2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07ba_d20250318_m053625_c001_v7007000_t0000_u01742276185113") 2025/03/18 05:36:49 DEBUG : both2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a39_d20250318_m053600_c001_v0001040_t0056_u01742276160381") 2025/03/18 05:36:49 DEBUG : both2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b397_d20250318_m053554_c001_v7007000_t0000_u01742276154619") 2025/03/18 05:36:49 DEBUG : both2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec2e_d20250318_m053527_c001_v0001116_t0017_u01742276127994") 2025/03/18 05:36:49 DEBUG : both3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07bf_d20250318_m053625_c001_v7007000_t0000_u01742276185300") 2025/03/18 05:36:49 DEBUG : both3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec8e_d20250318_m053601_c001_v0001116_t0008_u01742276161336") 2025/03/18 05:36:49 DEBUG : both3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b399_d20250318_m053554_c001_v7007000_t0000_u01742276154802") 2025/03/18 05:36:49 DEBUG : both3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149a9f_d20250318_m053529_c001_v0001040_t0011_u01742276129104") 2025/03/18 05:36:49 DEBUG : both4: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07c2_d20250318_m053625_c001_v7007000_t0000_u01742276185483") 2025/03/18 05:36:49 DEBUG : both4: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149b73_d20250318_m053602_c001_v0001040_t0051_u01742276162614") 2025/03/18 05:36:49 DEBUG : both4: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b39c_d20250318_m053554_c001_v7007000_t0000_u01742276154994") 2025/03/18 05:36:49 DEBUG : both4: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30519b6_d20250318_m053530_c001_v0001040_t0047_u01742276130309") 2025/03/18 05:36:49 DEBUG : both5: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07c4_d20250318_m053625_c001_v7007000_t0000_u01742276185671") 2025/03/18 05:36:49 DEBUG : both5: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a43_d20250318_m053603_c001_v0001040_t0037_u01742276163663") 2025/03/18 05:36:49 DEBUG : both5: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b3a1_d20250318_m053555_c001_v7007000_t0000_u01742276155177") 2025/03/18 05:36:49 DEBUG : both5: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec3e_d20250318_m053531_c001_v0001116_t0023_u01742276131825") 2025/03/18 05:36:49 DEBUG : both6: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07c9_d20250318_m053625_c001_v7007000_t0000_u01742276185853") 2025/03/18 05:36:50 DEBUG : both6: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec9a_d20250318_m053604_c001_v0001116_t0040_u01742276164852") 2025/03/18 05:36:50 DEBUG : both6: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b3a4_d20250318_m053555_c001_v7007000_t0000_u01742276155360") 2025/03/18 05:36:50 DEBUG : both6: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149ac7_d20250318_m053533_c001_v0001040_t0002_u01742276133806") 2025/03/18 05:36:50 DEBUG : both7: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07cb_d20250318_m053626_c001_v7007000_t0000_u01742276186035") 2025/03/18 05:36:50 DEBUG : both7: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149b85_d20250318_m053605_c001_v0001040_t0009_u01742276165855") 2025/03/18 05:36:50 DEBUG : both7: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b3a7_d20250318_m053555_c001_v7007000_t0000_u01742276155543") 2025/03/18 05:36:50 DEBUG : both7: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30519d0_d20250318_m053534_c001_v0001040_t0024_u01742276134857") 2025/03/18 05:36:50 DEBUG : both8: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07cd_d20250318_m053626_c001_v7007000_t0000_u01742276186222") 2025/03/18 05:36:50 DEBUG : both8: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a55_d20250318_m053607_c001_v0001040_t0010_u01742276167121") 2025/03/18 05:36:50 DEBUG : both8: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b3ab_d20250318_m053555_c001_v7007000_t0000_u01742276155724") 2025/03/18 05:36:50 DEBUG : both8: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec48_d20250318_m053535_c001_v0001116_t0041_u01742276135680") 2025/03/18 05:36:50 DEBUG : both9: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07ce_d20250318_m053626_c001_v7007000_t0000_u01742276186412") 2025/03/18 05:36:50 DEBUG : both9: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eeca6_d20250318_m053608_c001_v0001116_t0033_u01742276168347") 2025/03/18 05:36:50 DEBUG : both9: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b3b0_d20250318_m053555_c001_v7007000_t0000_u01742276155909") 2025/03/18 05:36:50 DEBUG : both9: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149adb_d20250318_m053536_c001_v0001040_t0035_u01742276136656") 2025/03/18 05:36:50 DEBUG : c/non empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b6df_d20250318_m053128_c001_v7007000_t0000_u01742275888321") 2025/03/18 05:36:50 DEBUG : c/non empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee88a_d20250318_m053125_c001_v0001116_t0031_u01742275885997") 2025/03/18 05:36:50 DEBUG : c/non empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b6ca_d20250318_m053124_c001_v7007000_t0000_u01742275884168") 2025/03/18 05:36:50 DEBUG : c/non empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee874_d20250318_m053121_c001_v0001116_t0014_u01742275881427") 2025/03/18 05:36:50 DEBUG : c/non empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dc47_d20250318_m053054_c001_v7007000_t0000_u01742275854321") 2025/03/18 05:36:51 DEBUG : c/non empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee7c8_d20250318_m053051_c001_v0001116_t0025_u01742275851738") 2025/03/18 05:36:51 DEBUG : check sum: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44a490_d20250318_m053037_c001_v7007000_t0000_u01742275837836") 2025/03/18 05:36:51 DEBUG : check sum: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee764_d20250318_m053036_c001_v0001116_t0016_u01742275836246") 2025/03/18 05:36:51 DEBUG : dest/3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f407bac1305cbdbc1_d20250318_m053338_c001_v7007000_t0000_u01742276018048") 2025/03/18 05:36:51 DEBUG : dest/3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f40651410ce2c9c7f_d20250318_m053336_c001_v0001150_t0030_u01742276016919") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b236_d20250318_m053514_c001_v7007000_t0000_u01742276114184") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1105ab440e77da1b_d20250318_m053512_c001_v0001182_t0034_u01742276112251") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f419a5fc662a7e5e9_d20250318_m053512_c001_v7007000_t0000_u01742276112060") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1105ab440e77d9bb_d20250318_m053508_c001_v0001182_t0040_u01742276108845") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f419a5fc662a7e5ba_d20250318_m053508_c001_v7007000_t0000_u01742276108110") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051954_d20250318_m053502_c001_v0001040_t0027_u01742276102818") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4000d4a312177bad_d20250318_m053501_c001_v7007000_t0000_u01742276101324") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1074d7ceaa5beb6c_d20250318_m053458_c001_v0001134_t0023_u01742276098995") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c8def_d20250318_m053458_c001_v7007000_t0000_u01742276098799") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1074d7ceaa5beb68_d20250318_m053455_c001_v0001134_t0058_u01742276095750") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c8dcf_d20250318_m053455_c001_v7007000_t0000_u01742276095010") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f305192c_d20250318_m053449_c001_v0001040_t0029_u01742276089845") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4152037c75cac2ba_d20250318_m053448_c001_v7007000_t0000_u01742276088550") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1056bb92c1df8a8a_d20250318_m053447_c001_v0001182_t0050_u01742276087109") 2025/03/18 05:36:51 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f404ef92f7ae6c3fe_d20250318_m053446_c001_v7007000_t0000_u01742276086920") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1056bb92c1df89dc_d20250318_m053443_c001_v0001182_t0020_u01742276083753") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f404ef92f7ae6c3f0_d20250318_m053443_c001_v7007000_t0000_u01742276083002") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eebb6_d20250318_m053438_c001_v0001116_t0054_u01742276078147") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4152037c75cac2a8_d20250318_m053437_c001_v7007000_t0000_u01742276077229") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1005aa6fb0b6bd14_d20250318_m053435_c001_v0001134_t0024_u01742276075486") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f419a5fc662a7e4f3_d20250318_m053435_c001_v7007000_t0000_u01742276075302") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1005aa6fb0b6bd0c_d20250318_m053432_c001_v0001134_t0042_u01742276072095") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f419a5fc662a7e4c3_d20250318_m053431_c001_v7007000_t0000_u01742276071365") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149949_d20250318_m053424_c001_v0001040_t0038_u01742276064405") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41772f004be65587_d20250318_m053423_c001_v7007000_t0000_u01742276063492") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1103586af8e686b7_d20250318_m053421_c001_v0001150_t0019_u01742276061888") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f401c96a9eb918716_d20250318_m053421_c001_v7007000_t0000_u01742276061705") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1103586af8e686ab_d20250318_m053418_c001_v0001150_t0007_u01742276058285") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f401c96a9eb918706_d20250318_m053417_c001_v7007000_t0000_u01742276057560") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30518a2_d20250318_m053410_c001_v0001040_t0039_u01742276050506") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c8bfd_d20250318_m053409_c001_v7007000_t0000_u01742276049581") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1136ba8f9b13e805_d20250318_m053407_c001_v0001182_t0027_u01742276047664") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41037a3e21c797af_d20250318_m053407_c001_v7007000_t0000_u01742276047460") 2025/03/18 05:36:52 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1136ba8f9b13e7c7_d20250318_m053403_c001_v0001182_t0001_u01742276043977") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41037a3e21c7978b_d20250318_m053403_c001_v7007000_t0000_u01742276043241") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eeb28_d20250318_m053356_c001_v0001116_t0040_u01742276036152") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f407bac1305cbdc39_d20250318_m053355_c001_v7007000_t0000_u01742276035054") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f107839074ba47201_d20250318_m053348_c001_v0001182_t0000_u01742276028998") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f40170399efa61940_d20250318_m053348_c001_v7007000_t0000_u01742276028755") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149879_d20250318_m053344_c001_v0001040_t0034_u01742276024290") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1122ba6f4a590e24_d20250318_m053343_c001_v0001179_t0016_u01742276023463") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1122ba6f4a590e1c_d20250318_m053342_c001_v0001179_t0038_u01742276022485") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41772f004be6542d_d20250318_m053328_c001_v7007000_t0000_u01742276008547") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eeab0_d20250318_m053320_c001_v0001116_t0032_u01742276000362") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f10477617a383fa1a_d20250318_m053318_c001_v0001109_t0021_u01742275998929") 2025/03/18 05:36:53 DEBUG : dst/one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f10477617a383fa04_d20250318_m053317_c001_v0001109_t0048_u01742275997499") 2025/03/18 05:36:53 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b23c_d20250318_m053514_c001_v7007000_t0000_u01742276114380") 2025/03/18 05:36:53 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1015c1f340f87bfa_d20250318_m053511_c001_v0001182_t0021_u01742276111836") 2025/03/18 05:36:53 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f109abe8bd1fe7153_d20250318_m053507_c001_v0001184_t0004_u01742276107890") 2025/03/18 05:36:53 DEBUG : dst/one.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4000d4a312177baf_d20250318_m053501_c001_v7007000_t0000_u01742276101526") 2025/03/18 05:36:53 DEBUG : dst/one.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f117c61a2a54e5744_d20250318_m053458_c001_v0001150_t0055_u01742276098513") 2025/03/18 05:36:53 DEBUG : dst/one.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11491563aea86d0d_d20250318_m053454_c001_v0001037_t0051_u01742276094629") 2025/03/18 05:36:53 DEBUG : dst/one.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4152037c75cac2bc_d20250318_m053448_c001_v7007000_t0000_u01742276088736") 2025/03/18 05:36:53 DEBUG : dst/one.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118ce68d9dae4ae2_d20250318_m053446_c001_v0001044_t0048_u01742276086519") 2025/03/18 05:36:53 DEBUG : dst/one.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f101342cf53c6ab96_d20250318_m053442_c001_v0001184_t0036_u01742276082716") 2025/03/18 05:36:53 DEBUG : dst/three: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f407bac1305cbdc3b_d20250318_m053355_c001_v7007000_t0000_u01742276035237") 2025/03/18 05:36:54 DEBUG : dst/three: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1122ba6f4a590e7e_d20250318_m053353_c001_v0001179_t0058_u01742276033658") 2025/03/18 05:36:54 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b241_d20250318_m053514_c001_v7007000_t0000_u01742276114568") 2025/03/18 05:36:54 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118380ca41a03daa_d20250318_m053513_c001_v0001105_t0049_u01742276113067") 2025/03/18 05:36:54 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f106fac091b4693f6_d20250318_m053509_c001_v0001161_t0035_u01742276109638") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b245_d20250318_m053514_c001_v7007000_t0000_u01742276114755") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1105ab440e77da3f_d20250318_m053513_c001_v0001182_t0005_u01742276113539") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f419a5fc662a7e5f3_d20250318_m053513_c001_v7007000_t0000_u01742276113346") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1105ab440e77d9e7_d20250318_m053510_c001_v0001182_t0055_u01742276110310") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f419a5fc662a7e5d4_d20250318_m053510_c001_v7007000_t0000_u01742276110123") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eebf0_d20250318_m053504_c001_v0001116_t0059_u01742276104592") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4000d4a312177bb0_d20250318_m053501_c001_v7007000_t0000_u01742276101717") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1074d7ceaa5beb6e_d20250318_m053500_c001_v0001134_t0002_u01742276100466") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c8dfe_d20250318_m053500_c001_v7007000_t0000_u01742276100271") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1074d7ceaa5beb6a_d20250318_m053457_c001_v0001134_t0031_u01742276097006") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c8dd9_d20250318_m053456_c001_v7007000_t0000_u01742276096810") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eebce_d20250318_m053451_c001_v0001116_t0005_u01742276091612") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f404ef92f7ae6c400_d20250318_m053447_c001_v7007000_t0000_u01742276087948") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eebbc_d20250318_m053445_c001_v0001116_t0056_u01742276085113") 2025/03/18 05:36:54 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f404ef92f7ae6c3f4_d20250318_m053444_c001_v7007000_t0000_u01742276084383") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae1311499a9_d20250318_m053439_c001_v0001040_t0039_u01742276079974") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f419a5fc662a7e4fe_d20250318_m053436_c001_v7007000_t0000_u01742276076250") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149981_d20250318_m053434_c001_v0001040_t0019_u01742276074049") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f419a5fc662a7e4dd_d20250318_m053432_c001_v7007000_t0000_u01742276072950") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30518d4_d20250318_m053426_c001_v0001040_t0058_u01742276066580") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f401c96a9eb91871a_d20250318_m053422_c001_v7007000_t0000_u01742276062559") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30518c0_d20250318_m053420_c001_v0001040_t0011_u01742276060067") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f401c96a9eb91870a_d20250318_m053418_c001_v7007000_t0000_u01742276058982") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eeb68_d20250318_m053412_c001_v0001116_t0040_u01742276052419") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41037a3e21c797b6_d20250318_m053408_c001_v7007000_t0000_u01742276048610") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eeb52_d20250318_m053405_c001_v0001116_t0049_u01742276045823") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41037a3e21c79799_d20250318_m053404_c001_v7007000_t0000_u01742276044719") 2025/03/18 05:36:55 DEBUG : dst/three.txt: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae1311498cd_d20250318_m053358_c001_v0001040_t0001_u01742276038195") 2025/03/18 05:36:55 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4000d4a312177bb1_d20250318_m053501_c001_v7007000_t0000_u01742276101901") 2025/03/18 05:36:55 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1037dd81ec08a955_d20250318_m053459_c001_v0001137_t0053_u01742276099965") 2025/03/18 05:36:55 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f103d2074da0ef48a_d20250318_m053456_c001_v0001184_t0020_u01742276096616") 2025/03/18 05:36:55 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4152037c75cac2be_d20250318_m053448_c001_v7007000_t0000_u01742276088920") 2025/03/18 05:36:55 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f102a34896cfad7b3_d20250318_m053447_c001_v0001131_t0037_u01742276087558") 2025/03/18 05:36:55 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f115ca5a976be5aad_d20250318_m053444_c001_v0001184_t0020_u01742276084176") 2025/03/18 05:36:55 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b24a_d20250318_m053514_c001_v7007000_t0000_u01742276114942") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149a1f_d20250318_m053503_c001_v0001040_t0012_u01742276103760") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4000d4a312177bb3_d20250318_m053502_c001_v7007000_t0000_u01742276102085") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae1311499d9_d20250318_m053450_c001_v0001040_t0043_u01742276090751") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4152037c75cac2c0_d20250318_m053449_c001_v7007000_t0000_u01742276089111") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30518fe_d20250318_m053439_c001_v0001040_t0008_u01742276079002") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4152037c75cac2a9_d20250318_m053437_c001_v7007000_t0000_u01742276077414") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eeb90_d20250318_m053425_c001_v0001116_t0022_u01742276065305") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41772f004be65588_d20250318_m053423_c001_v7007000_t0000_u01742276063674") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149909_d20250318_m053411_c001_v0001040_t0038_u01742276051340") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c8bfe_d20250318_m053409_c001_v7007000_t0000_u01742276049765") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051872_d20250318_m053357_c001_v0001040_t0010_u01742276037281") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f407bac1305cbdc3c_d20250318_m053355_c001_v7007000_t0000_u01742276035422") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f108d6e760be4d8d2_d20250318_m053351_c001_v0001161_t0016_u01742276031020") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41772f004be6542e_d20250318_m053328_c001_v7007000_t0000_u01742276008729") 2025/03/18 05:36:56 DEBUG : dst/two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f10477617a383fa42_d20250318_m053327_c001_v0001109_t0009_u01742276007172") 2025/03/18 05:36:56 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c8a08_d20250318_m053244_c001_v7007000_t0000_u01742275964811") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149727_d20250318_m053240_c001_v0001040_t0040_u01742275960876") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c89da_d20250318_m053238_c001_v7007000_t0000_u01742275958754") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae1311496e3_d20250318_m053227_c001_v0001040_t0004_u01742275947320") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a7742_d20250318_m053218_c001_v7007000_t0000_u01742275938415") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae1311496a3_d20250318_m053214_c001_v0001040_t0032_u01742275934296") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b78f_d20250318_m053146_c001_v7007000_t0000_u01742275906653") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8f2_d20250318_m053143_c001_v0001116_t0022_u01742275903839") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b76a_d20250318_m053141_c001_v7007000_t0000_u01742275901702") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8de_d20250318_m053140_c001_v0001116_t0018_u01742275900222") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b70c_d20250318_m053136_c001_v7007000_t0000_u01742275896035") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8be_d20250318_m053133_c001_v0001116_t0018_u01742275893793") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b6f0_d20250318_m053132_c001_v7007000_t0000_u01742275892136") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8a8_d20250318_m053129_c001_v0001116_t0059_u01742275889865") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b6b1_d20250318_m053119_c001_v7007000_t0000_u01742275879556") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee85a_d20250318_m053116_c001_v0001116_t0006_u01742275876793") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dcfc_d20250318_m053114_c001_v7007000_t0000_u01742275874588") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee842_d20250318_m053113_c001_v0001116_t0049_u01742275873230") 2025/03/18 05:36:57 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dc7d_d20250318_m053105_c001_v7007000_t0000_u01742275865774") 2025/03/18 05:36:58 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee816_d20250318_m053103_c001_v0001116_t0035_u01742275863573") 2025/03/18 05:36:58 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dc5e_d20250318_m053100_c001_v7007000_t0000_u01742275860982") 2025/03/18 05:36:58 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee7fe_d20250318_m053059_c001_v0001116_t0016_u01742275859355") 2025/03/18 05:36:58 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dc55_d20250318_m053058_c001_v7007000_t0000_u01742275858263") 2025/03/18 05:36:58 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1074a8e1ddf1e868_d20250318_m053057_c001_v0001176_t0030_u01742275857663") 2025/03/18 05:36:58 DEBUG : empty space: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee7e2_d20250318_m053055_c001_v0001116_t0055_u01742275855048") 2025/03/18 05:36:58 DEBUG : enormous: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b787_d20250318_m053145_c001_v7007000_t0000_u01742275905729") 2025/03/18 05:36:58 DEBUG : enormous: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8f4_d20250318_m053144_c001_v0001116_t0024_u01742275904422") 2025/03/18 05:36:58 DEBUG : existing: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b268_d20250318_m053520_c001_v7007000_t0000_u01742276120641") 2025/03/18 05:36:58 DEBUG : existing: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec16_d20250318_m053519_c001_v0001116_t0006_u01742276119007") 2025/03/18 05:36:58 DEBUG : existing: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a7328_d20250318_m053211_c001_v7007000_t0000_u01742275931828") 2025/03/18 05:36:58 DEBUG : existing: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee970_d20250318_m053209_c001_v0001116_t0057_u01742275929798") 2025/03/18 05:36:58 DEBUG : existing: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dc34_d20250318_m053049_c001_v7007000_t0000_u01742275849907") 2025/03/18 05:36:58 DEBUG : existing: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee7b2_d20250318_m053048_c001_v0001116_t0010_u01742275848388") 2025/03/18 05:36:58 DEBUG : existing: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dc30_d20250318_m053047_c001_v7007000_t0000_u01742275847090") 2025/03/18 05:36:58 DEBUG : existing: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee79a_d20250318_m053045_c001_v0001116_t0026_u01742275845873") 2025/03/18 05:36:58 DEBUG : existing: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee790_d20250318_m053044_c001_v0001116_t0046_u01742275844743") 2025/03/18 05:36:58 DEBUG : existing-b: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a732a_d20250318_m053212_c001_v7007000_t0000_u01742275932014") 2025/03/18 05:36:58 DEBUG : existing-b: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae13114968d_d20250318_m053209_c001_v0001040_t0024_u01742275929806") 2025/03/18 05:36:58 DEBUG : file1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b0833_d20250318_m053635_c001_v7007000_t0000_u01742276195832") 2025/03/18 05:36:58 DEBUG : file1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1000e1163fc3d7a1_d20250318_m053634_c001_v0001036_t0053_u01742276194853") 2025/03/18 05:36:59 DEBUG : file1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b081f_d20250318_m053632_c001_v7007000_t0000_u01742276192761") 2025/03/18 05:36:59 DEBUG : file1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eed04_d20250318_m053631_c001_v0001116_t0052_u01742276191529") 2025/03/18 05:36:59 DEBUG : five: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b79a_d20250318_m053151_c001_v7007000_t0000_u01742275911935") 2025/03/18 05:36:59 DEBUG : five: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f418407e6848ee90e_d20250318_m053149_c001_v0001116_t0059_u01742275909657") 2025/03/18 05:36:59 DEBUG : foo: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dc67_d20250318_m053102_c001_v7007000_t0000_u01742275862829") 2025/03/18 05:36:59 DEBUG : foo: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f418407e6848ee810_d20250318_m053102_c001_v0001116_t0059_u01742275862267") 2025/03/18 05:36:59 DEBUG : foo: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f418407e6848ee80c_d20250318_m053101_c001_v0001116_t0059_u01742275861711") 2025/03/18 05:36:59 DEBUG : four: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b79c_d20250318_m053152_c001_v7007000_t0000_u01742275912119") 2025/03/18 05:36:59 DEBUG : four: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41142ae13114962d_d20250318_m053150_c001_v0001040_t0035_u01742275910215") 2025/03/18 05:36:59 DEBUG : four: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee908_d20250318_m053148_c001_v0001116_t0038_u01742275908624") 2025/03/18 05:36:59 DEBUG : hello world2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a55c4_d20250318_m052947_c001_v7007000_t0000_u01742275787636") 2025/03/18 05:36:59 DEBUG : hello world2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee68e_d20250318_m052946_c001_v0001116_t0043_u01742275786555") 2025/03/18 05:36:59 DEBUG : ignore-size: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44a4a2_d20250318_m053043_c001_v7007000_t0000_u01742275843285") 2025/03/18 05:36:59 DEBUG : ignore-size: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee784_d20250318_m053041_c001_v0001116_t0039_u01742275841788") 2025/03/18 05:36:59 DEBUG : nested/sub dir/file: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a72fd_d20250318_m053208_c001_v7007000_t0000_u01742275928666") 2025/03/18 05:36:59 DEBUG : nested/sub dir/file: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f305165f_d20250318_m053207_c001_v0001040_t0034_u01742275927390") 2025/03/18 05:36:59 DEBUG : nested/sub dir/file: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a72c2_d20250318_m053206_c001_v7007000_t0000_u01742275926275") 2025/03/18 05:36:59 DEBUG : nested/sub dir/file: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051655_d20250318_m053204_c001_v0001040_t0008_u01742275924990") 2025/03/18 05:36:59 DEBUG : one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b79f_d20250318_m053152_c001_v7007000_t0000_u01742275912333") 2025/03/18 05:36:59 DEBUG : one: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f418407e6848ee8fe_d20250318_m053147_c001_v0001116_t0059_u01742275907759") 2025/03/18 05:36:59 DEBUG : only0: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07d1_d20250318_m053626_c001_v7007000_t0000_u01742276186594") 2025/03/18 05:36:59 DEBUG : only0: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41020df2f3051a8f_d20250318_m053621_c001_v0001040_t0033_u01742276181130") 2025/03/18 05:37:00 DEBUG : only0: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a2f_d20250318_m053557_c001_v0001040_t0057_u01742276157941") 2025/03/18 05:37:00 DEBUG : only0: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b370_d20250318_m053551_c001_v7007000_t0000_u01742276151381") 2025/03/18 05:37:00 DEBUG : only0: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec2a_d20250318_m053526_c001_v0001116_t0039_u01742276126643") 2025/03/18 05:37:00 DEBUG : only1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07d4_d20250318_m053626_c001_v7007000_t0000_u01742276186777") 2025/03/18 05:37:00 DEBUG : only1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41142ae131149bf9_d20250318_m053621_c001_v0001040_t0035_u01742276181137") 2025/03/18 05:37:00 DEBUG : only1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec86_d20250318_m053559_c001_v0001116_t0037_u01742276159507") 2025/03/18 05:37:00 DEBUG : only1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41630de14ec1c03b_d20250318_m053550_c001_v7007000_t0000_u01742276150804") 2025/03/18 05:37:00 DEBUG : only1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149a95_d20250318_m053527_c001_v0001040_t0059_u01742276127603") 2025/03/18 05:37:00 DEBUG : only10: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07d6_d20250318_m053626_c001_v7007000_t0000_u01742276186969") 2025/03/18 05:37:00 DEBUG : only10: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f418407e6848eecda_d20250318_m053621_c001_v0001116_t0059_u01742276181151") 2025/03/18 05:37:00 DEBUG : only10: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eecac_d20250318_m053610_c001_v0001116_t0016_u01742276170069") 2025/03/18 05:37:00 DEBUG : only10: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b374_d20250318_m053551_c001_v7007000_t0000_u01742276151755") 2025/03/18 05:37:00 DEBUG : only10: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149ae9_d20250318_m053538_c001_v0001040_t0037_u01742276138540") 2025/03/18 05:37:00 DEBUG : only11: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07d8_d20250318_m053627_c001_v7007000_t0000_u01742276187151") 2025/03/18 05:37:00 DEBUG : only11: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4000e1163fc3d75b_d20250318_m053621_c001_v0001036_t0059_u01742276181702") 2025/03/18 05:37:00 DEBUG : only11: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149bb3_d20250318_m053611_c001_v0001040_t0000_u01742276171410") 2025/03/18 05:37:00 DEBUG : only11: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b36c_d20250318_m053551_c001_v7007000_t0000_u01742276151191") 2025/03/18 05:37:00 DEBUG : only11: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30519ef_d20250318_m053539_c001_v0001040_t0047_u01742276139849") 2025/03/18 05:37:00 DEBUG : only12: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07dd_d20250318_m053627_c001_v7007000_t0000_u01742276187333") 2025/03/18 05:37:01 DEBUG : only12: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f418407e6848eecdc_d20250318_m053621_c001_v0001116_t0059_u01742276181373") 2025/03/18 05:37:01 DEBUG : only12: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a6d_d20250318_m053612_c001_v0001040_t0037_u01742276172226") 2025/03/18 05:37:01 DEBUG : only12: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41630de14ec1c036_d20250318_m053550_c001_v7007000_t0000_u01742276150622") 2025/03/18 05:37:01 DEBUG : only12: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec54_d20250318_m053540_c001_v0001116_t0008_u01742276140754") 2025/03/18 05:37:01 DEBUG : only13: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07de_d20250318_m053627_c001_v7007000_t0000_u01742276187514") 2025/03/18 05:37:01 DEBUG : only13: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41020df2f3051a91_d20250318_m053621_c001_v0001040_t0033_u01742276181352") 2025/03/18 05:37:01 DEBUG : only13: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eecb8_d20250318_m053613_c001_v0001116_t0023_u01742276173501") 2025/03/18 05:37:01 DEBUG : only13: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b05ea_d20250318_m053551_c001_v7007000_t0000_u01742276151395") 2025/03/18 05:37:01 DEBUG : only13: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149aff_d20250318_m053542_c001_v0001040_t0006_u01742276142641") 2025/03/18 05:37:01 DEBUG : only14: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07df_d20250318_m053627_c001_v7007000_t0000_u01742276187706") 2025/03/18 05:37:01 DEBUG : only14: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41142ae131149bfd_d20250318_m053621_c001_v0001040_t0035_u01742276181360") 2025/03/18 05:37:01 DEBUG : only14: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149bc8_d20250318_m053614_c001_v0001040_t0042_u01742276174434") 2025/03/18 05:37:01 DEBUG : only14: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b36b_d20250318_m053551_c001_v7007000_t0000_u01742276151180") 2025/03/18 05:37:01 DEBUG : only14: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a01_d20250318_m053543_c001_v0001040_t0006_u01742276143761") 2025/03/18 05:37:01 DEBUG : only15: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07e2_d20250318_m053627_c001_v7007000_t0000_u01742276187892") 2025/03/18 05:37:01 DEBUG : only15: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41020df2f3051a95_d20250318_m053621_c001_v0001040_t0033_u01742276181536") 2025/03/18 05:37:01 DEBUG : only15: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a7d_d20250318_m053615_c001_v0001040_t0033_u01742276175463") 2025/03/18 05:37:01 DEBUG : only15: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b05e8_d20250318_m053551_c001_v7007000_t0000_u01742276151204") 2025/03/18 05:37:01 DEBUG : only15: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec5e_d20250318_m053544_c001_v0001116_t0022_u01742276144639") 2025/03/18 05:37:02 DEBUG : only16: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07e6_d20250318_m053628_c001_v7007000_t0000_u01742276188076") 2025/03/18 05:37:02 DEBUG : only16: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41142ae131149bff_d20250318_m053621_c001_v0001040_t0035_u01742276181544") 2025/03/18 05:37:02 DEBUG : only16: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eecc4_d20250318_m053616_c001_v0001116_t0025_u01742276176496") 2025/03/18 05:37:02 DEBUG : only16: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41630de14ec1c04b_d20250318_m053551_c001_v7007000_t0000_u01742276151362") 2025/03/18 05:37:02 DEBUG : only16: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149b13_d20250318_m053546_c001_v0001040_t0055_u01742276146328") 2025/03/18 05:37:02 DEBUG : only17: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07e9_d20250318_m053628_c001_v7007000_t0000_u01742276188259") 2025/03/18 05:37:02 DEBUG : only17: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41142ae131149c01_d20250318_m053621_c001_v0001040_t0035_u01742276181734") 2025/03/18 05:37:02 DEBUG : only17: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149be1_d20250318_m053617_c001_v0001040_t0033_u01742276177428") 2025/03/18 05:37:02 DEBUG : only17: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41630de14ec1c04f_d20250318_m053551_c001_v7007000_t0000_u01742276151546") 2025/03/18 05:37:02 DEBUG : only17: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a13_d20250318_m053547_c001_v0001040_t0056_u01742276147594") 2025/03/18 05:37:02 DEBUG : only18: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07eb_d20250318_m053628_c001_v7007000_t0000_u01742276188442") 2025/03/18 05:37:02 DEBUG : only18: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f418407e6848eece4_d20250318_m053621_c001_v0001116_t0059_u01742276181945") 2025/03/18 05:37:02 DEBUG : only18: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a87_d20250318_m053618_c001_v0001040_t0024_u01742276178777") 2025/03/18 05:37:02 DEBUG : only18: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41630de14ec1c042_d20250318_m053550_c001_v7007000_t0000_u01742276150987") 2025/03/18 05:37:02 DEBUG : only18: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec68_d20250318_m053548_c001_v0001116_t0054_u01742276148397") 2025/03/18 05:37:02 DEBUG : only19: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07ef_d20250318_m053628_c001_v7007000_t0000_u01742276188633") 2025/03/18 05:37:02 DEBUG : only19: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f418407e6848eece0_d20250318_m053621_c001_v0001116_t0059_u01742276181558") 2025/03/18 05:37:02 DEBUG : only19: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eecca_d20250318_m053619_c001_v0001116_t0050_u01742276179561") 2025/03/18 05:37:02 DEBUG : only19: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b368_d20250318_m053550_c001_v7007000_t0000_u01742276150989") 2025/03/18 05:37:02 DEBUG : only19: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149b25_d20250318_m053549_c001_v0001040_t0003_u01742276149243") 2025/03/18 05:37:02 DEBUG : only2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07f1_d20250318_m053628_c001_v7007000_t0000_u01742276188815") 2025/03/18 05:37:03 DEBUG : only2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41020df2f3051a97_d20250318_m053621_c001_v0001040_t0033_u01742276181727") 2025/03/18 05:37:03 DEBUG : only2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149b67_d20250318_m053600_c001_v0001040_t0020_u01742276160819") 2025/03/18 05:37:03 DEBUG : only2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b372_d20250318_m053551_c001_v7007000_t0000_u01742276151554") 2025/03/18 05:37:03 DEBUG : only2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30519b2_d20250318_m053528_c001_v0001040_t0010_u01742276128626") 2025/03/18 05:37:03 DEBUG : only3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07f2_d20250318_m053628_c001_v7007000_t0000_u01742276188999") 2025/03/18 05:37:03 DEBUG : only3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41020df2f3051a9b_d20250318_m053622_c001_v0001040_t0033_u01742276182096") 2025/03/18 05:37:03 DEBUG : only3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a3d_d20250318_m053602_c001_v0001040_t0043_u01742276162090") 2025/03/18 05:37:03 DEBUG : only3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b373_d20250318_m053551_c001_v7007000_t0000_u01742276151577") 2025/03/18 05:37:03 DEBUG : only3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec36_d20250318_m053529_c001_v0001116_t0018_u01742276129727") 2025/03/18 05:37:03 DEBUG : only4: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07f4_d20250318_m053629_c001_v7007000_t0000_u01742276189181") 2025/03/18 05:37:03 DEBUG : only4: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41142ae131149c09_d20250318_m053622_c001_v0001040_t0035_u01742276182104") 2025/03/18 05:37:03 DEBUG : only4: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec92_d20250318_m053603_c001_v0001116_t0029_u01742276163006") 2025/03/18 05:37:03 DEBUG : only4: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b36f_d20250318_m053551_c001_v7007000_t0000_u01742276151370") 2025/03/18 05:37:03 DEBUG : only4: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149aad_d20250318_m053531_c001_v0001040_t0010_u01742276131011") 2025/03/18 05:37:03 DEBUG : only5: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07f7_d20250318_m053629_c001_v7007000_t0000_u01742276189365") 2025/03/18 05:37:03 DEBUG : only5: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f418407e6848eece2_d20250318_m053621_c001_v0001116_t0059_u01742276181752") 2025/03/18 05:37:03 DEBUG : only5: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149b7b_d20250318_m053604_c001_v0001040_t0055_u01742276164310") 2025/03/18 05:37:03 DEBUG : only5: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44b369_d20250318_m053551_c001_v7007000_t0000_u01742276151005") 2025/03/18 05:37:03 DEBUG : only5: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30519c8_d20250318_m053533_c001_v0001040_t0036_u01742276133029") 2025/03/18 05:37:03 DEBUG : only6: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07f9_d20250318_m053629_c001_v7007000_t0000_u01742276189552") 2025/03/18 05:37:03 DEBUG : only6: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41020df2f3051a99_d20250318_m053621_c001_v0001040_t0033_u01742276181912") 2025/03/18 05:37:04 DEBUG : only6: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a4b_d20250318_m053605_c001_v0001040_t0051_u01742276165430") 2025/03/18 05:37:04 DEBUG : only6: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b05ec_d20250318_m053551_c001_v7007000_t0000_u01742276151577") 2025/03/18 05:37:04 DEBUG : only6: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec46_d20250318_m053534_c001_v0001116_t0043_u01742276134146") 2025/03/18 05:37:04 DEBUG : only7: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b07fb_d20250318_m053629_c001_v7007000_t0000_u01742276189800") 2025/03/18 05:37:04 DEBUG : only7: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41142ae131149c05_d20250318_m053621_c001_v0001040_t0035_u01742276181920") 2025/03/18 05:37:04 DEBUG : only7: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec9c_d20250318_m053606_c001_v0001116_t0048_u01742276166394") 2025/03/18 05:37:04 DEBUG : only7: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b05e7_d20250318_m053551_c001_v7007000_t0000_u01742276151017") 2025/03/18 05:37:04 DEBUG : only7: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149ad1_d20250318_m053535_c001_v0001040_t0027_u01742276135262") 2025/03/18 05:37:04 DEBUG : only8: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b0801_d20250318_m053630_c001_v7007000_t0000_u01742276190001") 2025/03/18 05:37:04 DEBUG : only8: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4000e1163fc3d761_d20250318_m053621_c001_v0001036_t0059_u01742276181931") 2025/03/18 05:37:04 DEBUG : only8: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149b91_d20250318_m053607_c001_v0001040_t0035_u01742276167559") 2025/03/18 05:37:04 DEBUG : only8: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41630de14ec1c046_d20250318_m053551_c001_v7007000_t0000_u01742276151170") 2025/03/18 05:37:04 DEBUG : only8: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30519d8_d20250318_m053536_c001_v0001040_t0004_u01742276136186") 2025/03/18 05:37:04 DEBUG : only9: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b0803_d20250318_m053630_c001_v7007000_t0000_u01742276190200") 2025/03/18 05:37:04 DEBUG : only9: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4000e1163fc3d763_d20250318_m053622_c001_v0001036_t0059_u01742276182125") 2025/03/18 05:37:04 DEBUG : only9: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051a61_d20250318_m053608_c001_v0001040_t0046_u01742276168939") 2025/03/18 05:37:04 DEBUG : only9: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41630de14ec1c054_d20250318_m053551_c001_v7007000_t0000_u01742276151739") 2025/03/18 05:37:04 DEBUG : only9: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eec4e_d20250318_m053537_c001_v0001116_t0048_u01742276137107") 2025/03/18 05:37:04 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a7285_d20250318_m053203_c001_v7007000_t0000_u01742275923097") 2025/03/18 05:37:04 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149669_d20250318_m053201_c001_v0001040_t0057_u01742275921323") 2025/03/18 05:37:04 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a7277_d20250318_m053159_c001_v7007000_t0000_u01742275919423") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee942_d20250318_m053157_c001_v0001116_t0032_u01742275917366") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a726a_d20250318_m053155_c001_v7007000_t0000_u01742275915487") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae13114963d_d20250318_m053153_c001_v0001040_t0033_u01742275913270") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b72f_d20250318_m053138_c001_v7007000_t0000_u01742275898669") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8ce_d20250318_m053136_c001_v0001116_t0003_u01742275896950") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b702_d20250318_m053134_c001_v7007000_t0000_u01742275894674") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8b6_d20250318_m053133_c001_v0001116_t0004_u01742275893061") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b6eb_d20250318_m053131_c001_v7007000_t0000_u01742275891051") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8a4_d20250318_m053129_c001_v0001116_t0051_u01742275889064") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dd21_d20250318_m053118_c001_v7007000_t0000_u01742275878611") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee852_d20250318_m053115_c001_v0001116_t0028_u01742275875521") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dcff_d20250318_m053114_c001_v7007000_t0000_u01742275874771") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee83e_d20250318_m053112_c001_v0001116_t0044_u01742275872657") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dcdb_d20250318_m053111_c001_v7007000_t0000_u01742275871922") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee838_d20250318_m053110_c001_v0001116_t0001_u01742275870879") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee830_d20250318_m053109_c001_v0001116_t0051_u01742275869909") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dcb3_d20250318_m053109_c001_v7007000_t0000_u01742275869116") 2025/03/18 05:37:05 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee826_d20250318_m053107_c001_v0001116_t0022_u01742275867551") 2025/03/18 05:37:06 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee824_d20250318_m053106_c001_v0001116_t0045_u01742275866686") 2025/03/18 05:37:06 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e3d2a5081dc7f_d20250318_m053105_c001_v7007000_t0000_u01742275865958") 2025/03/18 05:37:06 DEBUG : potato: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee818_d20250318_m053104_c001_v0001116_t0057_u01742275864677") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f405e632e5c33f969_d20250318_m053254_c001_v7007000_t0000_u01742275974678") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f305173a_d20250318_m053253_c001_v0001040_t0023_u01742275973844") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c8a0a_d20250318_m053245_c001_v7007000_t0000_u01742275965188") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30516f8_d20250318_m053240_c001_v0001040_t0005_u01742275960069") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f419a5fc662a7e23f_d20250318_m053232_c001_v7007000_t0000_u01742275952250") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30516c1_d20250318_m053226_c001_v0001040_t0058_u01742275946527") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a7746_d20250318_m053219_c001_v7007000_t0000_u01742275939023") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051687_d20250318_m053213_c001_v0001040_t0040_u01742275933680") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b789_d20250318_m053145_c001_v7007000_t0000_u01742275905913") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8ec_d20250318_m053143_c001_v0001116_t0014_u01742275903022") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b76e_d20250318_m053141_c001_v7007000_t0000_u01742275901901") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8da_d20250318_m053139_c001_v0001116_t0008_u01742275899588") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b735_d20250318_m053138_c001_v7007000_t0000_u01742275898852") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8d4_d20250318_m053137_c001_v0001116_t0009_u01742275897823") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b70e_d20250318_m053136_c001_v7007000_t0000_u01742275896218") 2025/03/18 05:37:06 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8c6_d20250318_m053135_c001_v0001116_t0054_u01742275895039") 2025/03/18 05:37:07 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b6f2_d20250318_m053132_c001_v7007000_t0000_u01742275892321") 2025/03/18 05:37:07 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee8ae_d20250318_m053131_c001_v0001116_t0009_u01742275891056") 2025/03/18 05:37:07 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b6b2_d20250318_m053119_c001_v7007000_t0000_u01742275879749") 2025/03/18 05:37:07 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee862_d20250318_m053117_c001_v0001116_t0028_u01742275877822") 2025/03/18 05:37:07 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a55de_d20250318_m052951_c001_v7007000_t0000_u01742275791735") 2025/03/18 05:37:07 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee6a4_d20250318_m052950_c001_v0001116_t0033_u01742275790861") 2025/03/18 05:37:07 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a55cd_d20250318_m052949_c001_v7007000_t0000_u01742275789574") 2025/03/18 05:37:07 DEBUG : potato2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee696_d20250318_m052948_c001_v0001116_t0036_u01742275788554") 2025/03/18 05:37:07 DEBUG : potato3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f408e064f625c8a0c_d20250318_m053245_c001_v7007000_t0000_u01742275965421") 2025/03/18 05:37:07 DEBUG : potato3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eea22_d20250318_m053241_c001_v0001116_t0024_u01742275961727") 2025/03/18 05:37:07 DEBUG : potato3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f419a5fc662a7e241_d20250318_m053232_c001_v7007000_t0000_u01742275952613") 2025/03/18 05:37:07 DEBUG : potato3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee9dc_d20250318_m053228_c001_v0001116_t0048_u01742275948102") 2025/03/18 05:37:07 DEBUG : potato3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a774a_d20250318_m053219_c001_v7007000_t0000_u01742275939205") 2025/03/18 05:37:07 DEBUG : potato3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee99c_d20250318_m053215_c001_v0001116_t0017_u01742275935061") 2025/03/18 05:37:07 DEBUG : pre-dest1/1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f407bac1305cbdbc5_d20250318_m053338_c001_v7007000_t0000_u01742276018241") 2025/03/18 05:37:07 DEBUG : pre-dest1/1: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eead2_d20250318_m053329_c001_v0001116_t0053_u01742276009461") 2025/03/18 05:37:07 DEBUG : pre-dest2/2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f407bac1305cbdbca_d20250318_m053338_c001_v7007000_t0000_u01742276018436") 2025/03/18 05:37:07 DEBUG : pre-dest2/2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f30517e6_d20250318_m053330_c001_v0001040_t0040_u01742276010698") 2025/03/18 05:37:07 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41772f004be653fe_d20250318_m053307_c001_v7007000_t0000_u01742275987124") 2025/03/18 05:37:07 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae1311497a7_d20250318_m053303_c001_v0001040_t0006_u01742275983962") 2025/03/18 05:37:08 DEBUG : sizeonly: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44a49c_d20250318_m053040_c001_v7007000_t0000_u01742275840485") 2025/03/18 05:37:08 DEBUG : sizeonly: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee770_d20250318_m053039_c001_v0001116_t0043_u01742275839118") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b0854_d20250318_m053642_c001_v7007000_t0000_u01742276202641") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eed28_d20250318_m053641_c001_v0001116_t0024_u01742276201210") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b0849_d20250318_m053639_c001_v7007000_t0000_u01742276199250") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149c67_d20250318_m053638_c001_v0001040_t0002_u01742276198059") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a7302_d20250318_m053208_c001_v7007000_t0000_u01742275928848") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149681_d20250318_m053207_c001_v0001040_t0051_u01742275927740") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a72c9_d20250318_m053206_c001_v7007000_t0000_u01742275926459") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee962_d20250318_m053205_c001_v0001116_t0039_u01742275925342") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a44a09b_d20250318_m053035_c001_v7007000_t0000_u01742275835337") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee75e_d20250318_m053033_c001_v0001116_t0035_u01742275833606") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a4490f4_d20250318_m053032_c001_v7007000_t0000_u01742275832852") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee754_d20250318_m053031_c001_v0001116_t0035_u01742275831562") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a4490e8_d20250318_m053028_c001_v7007000_t0000_u01742275828621") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee746_d20250318_m053027_c001_v0001116_t0049_u01742275827363") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a4490d6_d20250318_m053026_c001_v7007000_t0000_u01742275826818") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee742_d20250318_m053025_c001_v0001116_t0042_u01742275825726") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee730_d20250318_m053022_c001_v0001116_t0047_u01742275822566") 2025/03/18 05:37:08 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a4490b8_d20250318_m053021_c001_v7007000_t0000_u01742275821819") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee724_d20250318_m053020_c001_v0001116_t0027_u01742275820672") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee71e_d20250318_m053019_c001_v0001116_t0028_u01742275819713") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a4490ac_d20250318_m053018_c001_v7007000_t0000_u01742275818614") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee710_d20250318_m053015_c001_v0001116_t0059_u01742275815673") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee702_d20250318_m053012_c001_v0001116_t0046_u01742275812571") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a448cbb_d20250318_m053011_c001_v7007000_t0000_u01742275811848") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee6fe_d20250318_m053010_c001_v0001116_t0010_u01742275810548") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee6fa_d20250318_m053009_c001_v0001116_t0002_u01742275809713") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a448cb4_d20250318_m053008_c001_v7007000_t0000_u01742275808983") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee6de_d20250318_m053004_c001_v0001116_t0053_u01742275804341") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f417201493a448caa_d20250318_m053003_c001_v7007000_t0000_u01742275803980") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee6d8_d20250318_m053003_c001_v0001116_t0007_u01742275803090") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a562d_d20250318_m053001_c001_v7007000_t0000_u01742275801445") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee6ca_d20250318_m053000_c001_v0001116_t0035_u01742275800492") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a5627_d20250318_m052959_c001_v7007000_t0000_u01742275799931") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee6c8_d20250318_m052959_c001_v0001116_t0056_u01742275799029") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a5623_d20250318_m052957_c001_v7007000_t0000_u01742275797727") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee6bc_d20250318_m052956_c001_v0001116_t0006_u01742275796549") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a5613_d20250318_m052955_c001_v7007000_t0000_u01742275795978") 2025/03/18 05:37:09 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee6b4_d20250318_m052954_c001_v0001116_t0059_u01742275794721") 2025/03/18 05:37:10 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a55f7_d20250318_m052953_c001_v7007000_t0000_u01742275793798") 2025/03/18 05:37:10 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee6a8_d20250318_m052952_c001_v0001116_t0004_u01742275792655") 2025/03/18 05:37:10 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a51d5_d20250318_m052945_c001_v7007000_t0000_u01742275785645") 2025/03/18 05:37:10 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee686_d20250318_m052944_c001_v0001116_t0016_u01742275784720") 2025/03/18 05:37:10 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a51cf_d20250318_m052943_c001_v7007000_t0000_u01742275783769") 2025/03/18 05:37:10 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee682_d20250318_m052942_c001_v0001116_t0042_u01742275782910") 2025/03/18 05:37:10 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a51cd_d20250318_m052942_c001_v7007000_t0000_u01742275782001") 2025/03/18 05:37:10 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee67e_d20250318_m052941_c001_v0001116_t0041_u01742275781126") 2025/03/18 05:37:10 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a51c3_d20250318_m052938_c001_v7007000_t0000_u01742275778211") 2025/03/18 05:37:10 DEBUG : sub dir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee670_d20250318_m052937_c001_v0001116_t0006_u01742275777366") 2025/03/18 05:37:10 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b0856_d20250318_m053642_c001_v7007000_t0000_u01742276202835") 2025/03/18 05:37:10 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1000e1163fc3d7bd_d20250318_m053641_c001_v0001036_t0022_u01742276201227") 2025/03/18 05:37:10 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b084b_d20250318_m053639_c001_v7007000_t0000_u01742276199445") 2025/03/18 05:37:10 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051ad3_d20250318_m053637_c001_v0001040_t0024_u01742276197709") 2025/03/18 05:37:10 DEBUG : sub/yam: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a7282_d20250318_m053202_c001_v7007000_t0000_u01742275922545") 2025/03/18 05:37:10 DEBUG : sub/yam: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f305163d_d20250318_m053200_c001_v0001040_t0009_u01742275920977") 2025/03/18 05:37:10 DEBUG : test_dir1/file2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b0836_d20250318_m053636_c001_v7007000_t0000_u01742276196014") 2025/03/18 05:37:10 DEBUG : test_dir1/file2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848eed16_d20250318_m053634_c001_v0001116_t0001_u01742276194510") 2025/03/18 05:37:11 DEBUG : test_dir1/file2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b0821_d20250318_m053632_c001_v7007000_t0000_u01742276192943") 2025/03/18 05:37:11 DEBUG : test_dir1/file2: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051ac1_d20250318_m053631_c001_v0001040_t0025_u01742276191538") 2025/03/18 05:37:11 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b0838_d20250318_m053636_c001_v7007000_t0000_u01742276196200") 2025/03/18 05:37:11 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f3051acd_d20250318_m053634_c001_v0001040_t0023_u01742276194500") 2025/03/18 05:37:11 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4095f293b05b0823_d20250318_m053633_c001_v7007000_t0000_u01742276193131") 2025/03/18 05:37:11 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11142ae131149c39_d20250318_m053631_c001_v0001040_t0043_u01742276191550") 2025/03/18 05:37:11 DEBUG : three: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b7a0_d20250318_m053152_c001_v7007000_t0000_u01742275912532") 2025/03/18 05:37:11 DEBUG : three: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee918_d20250318_m053150_c001_v0001116_t0034_u01742275910970") 2025/03/18 05:37:11 DEBUG : three: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f118407e6848ee902_d20250318_m053148_c001_v0001116_t0007_u01742275908130") 2025/03/18 05:37:11 DEBUG : two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f403c9dea2b71b7a1_d20250318_m053152_c001_v7007000_t0000_u01742275912717") 2025/03/18 05:37:11 DEBUG : two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f41020df2f3051611_d20250318_m053150_c001_v0001040_t0033_u01742275910404") 2025/03/18 05:37:11 DEBUG : two: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f418407e6848ee900_d20250318_m053147_c001_v0001116_t0059_u01742275907944") 2025/03/18 05:37:11 DEBUG : yam: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a7288_d20250318_m053203_c001_v7007000_t0000_u01742275923283") 2025/03/18 05:37:11 DEBUG : yam: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f100266793cf2d395_d20250318_m053202_c001_v0001183_t0019_u01742275922273") 2025/03/18 05:37:11 DEBUG : yam: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a7275_d20250318_m053158_c001_v7007000_t0000_u01742275918820") 2025/03/18 05:37:11 DEBUG : yam: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f305162d_d20250318_m053157_c001_v0001040_t0039_u01742275916999") 2025/03/18 05:37:11 DEBUG : yam: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a7266_d20250318_m053154_c001_v7007000_t0000_u01742275914928") 2025/03/18 05:37:11 DEBUG : yam: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f11020df2f305161f_d20250318_m053153_c001_v0001040_t0020_u01742275913280") 2025/03/18 05:37:11 DEBUG : yaml: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a7278_d20250318_m053159_c001_v7007000_t0000_u01742275919607") 2025/03/18 05:37:12 DEBUG : yaml: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f105fb0a672fe9d44_d20250318_m053158_c001_v0001131_t0001_u01742275918522") 2025/03/18 05:37:12 DEBUG : yaml: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f4143dd8edc9a726b_d20250318_m053155_c001_v7007000_t0000_u01742275915671") 2025/03/18 05:37:12 DEBUG : yaml: Deleting (id "4_zcf028da3b0adab7b9f580e1b_f1021d7d71b10dddc_d20250318_m053154_c001_v0001177_t0024_u01742275914701") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 7m38.94020689s (try 1/5)