"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2025/03/14 07:18:42 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo" 2025/03/14 07:18:42 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/14 07:18:43 DEBUG : Creating backend with remote "/tmp/rclone3214331893" === 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-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:18:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:18:44 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/03/14 07:18:44 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:18:44 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestCopyWithDryRun (1.92s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:18:45 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/14 07:18:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:18:45 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:18:45 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:18:46 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:18:46 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:18:46 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.28s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", 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-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", 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-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:18:48 DEBUG : Creating backend with remote "/non-existing" 2025/03/14 07:18:48 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/03/14 07:18:48 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:18:48 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.91s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:18:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:18:49 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:18:49 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:18:50 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:18:50 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestCopyNoTraverse (2.10s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:18:51 INFO : B2 bucket rclone-test-xupuqep0quvo: Running all checks before starting transfers 2025/03/14 07:18:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:18:51 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:18:51 INFO : B2 bucket rclone-test-xupuqep0quvo: Checks finished, now starting transfers 2025/03/14 07:18:51 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:18:51 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:18:51 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.59s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:18:52 ERROR : Ignoring --no-traverse with sync 2025/03/14 07:18:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:18:53 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:18:53 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:18:53 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:18:53 INFO : sub dir/hello world: Copied (new) 2025/03/14 07:18:53 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.64s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:18:54 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/03/14 07:18:54 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:18:54 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:18:55 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/03/14 07:18:55 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.65s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:18:56 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:18:56 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:18:56 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:18:56 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:18:56 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.72s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:18:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:18:58 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:18:58 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:18:58 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:18:58 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.96s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:18:59 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/03/14 07:18:59 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/14 07:18:59 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/03/14 07:18:59 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/14 07:19:00 INFO : sub dir: Making directory 2025/03/14 07:19:00 INFO : sub dir2: Making directory 2025/03/14 07:19:00 INFO : sub dir2/sub sub dir2: Making directory 2025/03/14 07:19:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:19:00 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:00 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:19:00 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/03/14 07:19:00 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.94s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:01 INFO : sub dir2: Making directory 2025/03/14 07:19:01 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/03/14 07:19:01 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/14 07:19:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:19:01 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:01 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:19:02 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.41s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:03 DEBUG : sub dir2: Making directory with metadata 2025/03/14 07:19:03 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/14 07:19:03 INFO : sub dir: Making directory 2025/03/14 07:19:03 INFO : sub dir2: Making directory 2025/03/14 07:19:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:19:03 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:03 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:03 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:19:03 INFO : sub dir/hello world: Copied (new) 2025/03/14 07:19:03 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/03/14 07:19:03 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/03/14 07:19:04 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.84s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", 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-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:05 INFO : sub dir2: Making directory 2025/03/14 07:19:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:19:05 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:05 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:19:06 INFO : sub dir/hello world: Copied (new) 2025/03/14 07:19:06 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.61s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:07 DEBUG : sub dir2: Making directory with metadata 2025/03/14 07:19:07 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/14 07:19:07 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/14 07:19:07 INFO : sub dir: Making directory 2025/03/14 07:19:07 INFO : sub dir2: Making directory 2025/03/14 07:19:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:19:07 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:07 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:07 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:19:07 INFO : sub dir/hello world: Copied (new) 2025/03/14 07:19:07 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/03/14 07:19:07 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.65s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:09 INFO : sub dir2: Making directory 2025/03/14 07:19:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:19:09 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:09 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:09 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:19:09 INFO : sub dir/hello world: Copied (new) 2025/03/14 07:19:09 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.63s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:11 DEBUG : Creating backend with remote "TestB2:rclone-test-yotegeh2qusa" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-xupuqep0quvo -> B2 bucket rclone-test-yotegeh2qusa 2025/03/14 07:19:12 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:19:12 DEBUG : B2 bucket rclone-test-yotegeh2qusa: Waiting for checks to finish 2025/03/14 07:19:12 DEBUG : B2 bucket rclone-test-yotegeh2qusa: Waiting for transfers to finish 2025/03/14 07:19:13 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:19:13 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:13 DEBUG : B2 bucket rclone-test-yotegeh2qusa: Purge remote 2025/03/14 07:19:13 INFO : B2 bucket rclone-test-yotegeh2qusa: cleaning bucket "rclone-test-yotegeh2qusa" of all files 2025/03/14 07:19:13 DEBUG : sub dir/hello world: Deleting (id "4_z0f227d83805d9b3b9f580e1b_f110890de1a589d88_d20250314_m071913_c001_v0001184_t0002_u01741936753075") --- PASS: TestServerSideCopy (4.73s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:16 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:16 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/14 07:19:16 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:16 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/14 07:19:16 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.51s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:18 DEBUG : Creating backend with remote "TestB2:rclone-test-rezirax5naka" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-xupuqep0quvo -> B2 bucket rclone-test-rezirax5naka 2025/03/14 07:19:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:19:19 DEBUG : B2 bucket rclone-test-rezirax5naka: Waiting for checks to finish 2025/03/14 07:19:19 DEBUG : B2 bucket rclone-test-rezirax5naka: Waiting for transfers to finish 2025/03/14 07:19:20 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:19:20 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:21 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/14 07:19:21 DEBUG : B2 bucket rclone-test-rezirax5naka: Waiting for checks to finish 2025/03/14 07:19:21 DEBUG : B2 bucket rclone-test-rezirax5naka: Waiting for transfers to finish 2025/03/14 07:19:21 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/14 07:19:21 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:22 DEBUG : B2 bucket rclone-test-rezirax5naka: Purge remote 2025/03/14 07:19:22 INFO : B2 bucket rclone-test-rezirax5naka: cleaning bucket "rclone-test-rezirax5naka" of all files 2025/03/14 07:19:22 DEBUG : sub dir/hello world: Deleting (id "4_z2f429d43805d9b3b9f580e1b_f10078371ef91a8e1_d20250314_m071921_c001_v0001180_t0047_u01741936761712") 2025/03/14 07:19:22 DEBUG : sub dir/hello world: Deleting (id "4_z2f429d43805d9b3b9f580e1b_f10225b5f568fd332_d20250314_m071920_c001_v0001183_t0024_u01741936760315") --- PASS: TestServerSideCopyOverSelf (6.52s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:25 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/14 07:19:25 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:25 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:25 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/14 07:19:25 INFO : sub dir/hello world: Copied (replaced existing) 2025/03/14 07:19:25 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.36s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:27 DEBUG : Creating backend with remote "TestB2:rclone-test-vomomay1yika" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-xupuqep0quvo -> B2 bucket rclone-test-vomomay1yika 2025/03/14 07:19:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:19:28 DEBUG : B2 bucket rclone-test-vomomay1yika: Waiting for checks to finish 2025/03/14 07:19:28 DEBUG : B2 bucket rclone-test-vomomay1yika: Waiting for transfers to finish 2025/03/14 07:19:29 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:19:29 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:30 DEBUG : B2 bucket rclone-test-vomomay1yika: Waiting for checks to finish 2025/03/14 07:19:30 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/14 07:19:30 DEBUG : B2 bucket rclone-test-vomomay1yika: Waiting for transfers to finish 2025/03/14 07:19:31 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/14 07:19:31 INFO : sub dir/hello world: Copied (server-side copy) 2025/03/14 07:19:31 INFO : sub dir/hello world: Deleted 2025/03/14 07:19:32 DEBUG : testing file moves 2025/03/14 07:19:33 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/03/14 07:19:33 DEBUG : B2 bucket rclone-test-vomomay1yika: Waiting for checks to finish 2025/03/14 07:19:33 DEBUG : B2 bucket rclone-test-vomomay1yika: Waiting for transfers to finish 2025/03/14 07:19:33 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/03/14 07:19:33 INFO : sub dir/hello world: Copied (server-side copy) 2025/03/14 07:19:33 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:33 DEBUG : B2 bucket rclone-test-vomomay1yika: Purge remote 2025/03/14 07:19:33 INFO : B2 bucket rclone-test-vomomay1yika: cleaning bucket "rclone-test-vomomay1yika" of all files 2025/03/14 07:19:34 DEBUG : sub dir/hello world: Deleting (id "4_z2f72bd73805d9b3b9f580e1b_f1096cef9aa83ab2d_d20250314_m071933_c001_v0001179_t0010_u01741936773156") 2025/03/14 07:19:34 DEBUG : sub dir/hello world: Deleting (id "4_z2f72bd73805d9b3b9f580e1b_f11159ef6055d9b0c_d20250314_m071930_c001_v0001136_t0004_u01741936770836") 2025/03/14 07:19:34 DEBUG : sub dir/hello world: Deleting (id "4_z2f72bd73805d9b3b9f580e1b_f1024144a3102f32f_d20250314_m071929_c001_v0001032_t0044_u01741936769180") --- PASS: TestServerSideMoveOverSelf (9.46s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:36 ERROR : : error listing: directory not found 2025/03/14 07:19:36 INFO : Local file system at /tmp/rclone3214331893: Making directory 2025/03/14 07:19:37 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:37 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.02s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:19:39 DEBUG : Local file system at /tmp/rclone3214331893: Waiting for checks to finish 2025/03/14 07:19:39 DEBUG : Local file system at /tmp/rclone3214331893: Waiting for transfers to finish 2025/03/14 07:19:39 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:19:39 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/03/14 07:19:39 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestCopyRedownload (2.32s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:40 DEBUG : check sum: Need to transfer - File not found at Destination 2025/03/14 07:19:40 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:40 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:41 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/14 07:19:41 INFO : check sum: Copied (new) 2025/03/14 07:19:41 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:41 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:41 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/14 07:19:41 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/03/14 07:19:41 DEBUG : check sum: Unchanged skipping 2025/03/14 07:19:41 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:41 DEBUG : Waiting for deletions to finish 2025/03/14 07:19:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.53s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:43 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/03/14 07:19:43 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:43 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:43 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/14 07:19:43 INFO : sizeonly: Copied (new) 2025/03/14 07:19:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:44 DEBUG : sizeonly: Sizes identical 2025/03/14 07:19:44 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:44 DEBUG : sizeonly: Unchanged skipping 2025/03/14 07:19:44 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:44 DEBUG : Waiting for deletions to finish 2025/03/14 07:19:44 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.73s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:46 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/03/14 07:19:46 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:46 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:47 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/03/14 07:19:47 INFO : ignore-size: Copied (new) 2025/03/14 07:19:47 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:47 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:19:47 DEBUG : ignore-size: Unchanged skipping 2025/03/14 07:19:47 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:47 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:47 DEBUG : Waiting for deletions to finish 2025/03/14 07:19:47 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (3.14s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:49 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:49 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:19:49 DEBUG : existing: Unchanged skipping 2025/03/14 07:19:49 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:49 DEBUG : Waiting for deletions to finish 2025/03/14 07:19:49 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:50 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/03/14 07:19:50 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:50 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:50 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/14 07:19:50 INFO : existing: Copied (replaced existing) 2025/03/14 07:19:50 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.87s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:52 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/14 07:19:52 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:52 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:52 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/14 07:19:52 INFO : existing: Copied (new) 2025/03/14 07:19:52 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:52 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:52 DEBUG : existing: Destination exists, skipping 2025/03/14 07:19:52 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:52 DEBUG : Waiting for deletions to finish 2025/03/14 07:19:52 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.52s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:55 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/03/14 07:19:55 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/14 07:19:55 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:19:55 DEBUG : c/non empty space: Unchanged skipping 2025/03/14 07:19:55 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:55 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:56 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:19:56 INFO : a/potato2: Copied (new) 2025/03/14 07:19:56 DEBUG : Waiting for deletions to finish 2025/03/14 07:19:56 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (3.23s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:58 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:58 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/14 07:19:58 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/14 07:19:58 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/03/14 07:19:58 DEBUG : empty space: Unchanged skipping 2025/03/14 07:19:58 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:58 DEBUG : Waiting for deletions to finish 2025/03/14 07:19:58 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:19:58 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:19:58 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/14 07:19:58 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/14 07:19:59 INFO : empty space: Updated modification time in destination 2025/03/14 07:19:59 DEBUG : empty space: Unchanged skipping 2025/03/14 07:19:59 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:19:59 DEBUG : Waiting for deletions to finish 2025/03/14 07:19:59 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.52s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:01 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/14 07:20:01 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:01 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/14 07:20:01 DEBUG : empty space: Unchanged skipping 2025/03/14 07:20:01 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:01 DEBUG : Waiting for deletions to finish 2025/03/14 07:20:01 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.91s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:03 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/14 07:20:03 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:03 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone3214331893) 2025/03/14 07:20:03 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-xupuqep0quvo) 2025/03/14 07:20:03 DEBUG : foo: sha1 differ 2025/03/14 07:20:03 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:03 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/03/14 07:20:03 INFO : foo: Copied (replaced existing) 2025/03/14 07:20:03 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.90s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:05 DEBUG : potato: Need to transfer - File not found at Destination 2025/03/14 07:20:05 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:05 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:20:05 DEBUG : empty space: Unchanged skipping 2025/03/14 07:20:05 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:06 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:20:06 INFO : potato: Copied (new) 2025/03/14 07:20:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.77s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:08 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/03/14 07:20:08 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:08 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:09 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/03/14 07:20:09 INFO : potato: Copied (replaced existing) 2025/03/14 07:20:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.42s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20: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/14 07:20:10 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:10 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone3214331893) 2025/03/14 07:20:10 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-xupuqep0quvo) 2025/03/14 07:20:10 DEBUG : potato: sha1 differ 2025/03/14 07:20:10 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:11 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/03/14 07:20:11 INFO : potato: Copied (replaced existing) 2025/03/14 07:20:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.36s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:13 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:20:13 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/03/14 07:20:13 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:20:13 DEBUG : empty space: Unchanged skipping 2025/03/14 07:20:13 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:13 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:13 DEBUG : Waiting for deletions to finish 2025/03/14 07:20:13 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.35s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:16 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:20:16 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:20:16 DEBUG : empty space: Unchanged skipping 2025/03/14 07:20:16 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:16 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:16 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:20:16 INFO : potato2: Copied (new) 2025/03/14 07:20:16 DEBUG : Waiting for deletions to finish 2025/03/14 07:20:17 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (3.61s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:19 INFO : d: Making directory 2025/03/14 07:20:19 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/03/14 07:20:19 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/14 07:20:19 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:20:19 DEBUG : c/non empty space: Unchanged skipping 2025/03/14 07:20:20 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:20 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:20 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:20:20 INFO : a/potato2: Copied (new) 2025/03/14 07:20:20 DEBUG : Waiting for deletions to finish 2025/03/14 07:20:20 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (3.10s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:22 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/03/14 07:20:22 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/14 07:20:22 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:20:22 DEBUG : c/non empty space: Unchanged skipping 2025/03/14 07:20:22 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:22 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:23 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:20:23 INFO : a/potato2: Copied (new) 2025/03/14 07:20:23 ERROR : B2 bucket rclone-test-xupuqep0quvo: not deleting files as there were IO errors 2025/03/14 07:20:23 ERROR : B2 bucket rclone-test-xupuqep0quvo: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.09s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:25 DEBUG : Waiting for deletions to finish 2025/03/14 07:20:25 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:20:25 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:20:25 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:25 DEBUG : empty space: Unchanged skipping 2025/03/14 07:20:25 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:26 INFO : potato: Deleted 2025/03/14 07:20:26 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:20:26 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (3.03s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:28 DEBUG : Waiting for deletions to finish 2025/03/14 07:20:28 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:28 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:29 INFO : potato: Deleted 2025/03/14 07:20:29 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:20:29 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:20:29 DEBUG : empty space: Unchanged skipping 2025/03/14 07:20:29 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:29 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:29 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:20:29 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (3.29s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:31 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:20:31 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:31 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:32 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/03/14 07:20:32 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.50s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:34 DEBUG : enormous: Excluded (Size Filter) 2025/03/14 07:20:34 DEBUG : enormous: Excluded 2025/03/14 07:20:34 DEBUG : potato2: Excluded (Size Filter) 2025/03/14 07:20:34 DEBUG : potato2: Excluded 2025/03/14 07:20:34 DEBUG : potato2: Excluded (Size Filter) 2025/03/14 07:20:34 DEBUG : potato2: Excluded 2025/03/14 07:20:34 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:20:34 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:34 DEBUG : empty space: Unchanged skipping 2025/03/14 07:20:34 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:34 DEBUG : Waiting for deletions to finish 2025/03/14 07:20:34 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:35 DEBUG : enormous: Excluded (Size Filter) 2025/03/14 07:20:35 DEBUG : enormous: Excluded 2025/03/14 07:20:35 DEBUG : potato2: Excluded (Size Filter) 2025/03/14 07:20:35 DEBUG : potato2: Excluded 2025/03/14 07:20:35 DEBUG : potato2: Excluded (Size Filter) 2025/03/14 07:20:35 DEBUG : potato2: Excluded 2025/03/14 07:20:35 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/03/14 07:20:35 DEBUG : empty space: Unchanged skipping 2025/03/14 07:20:35 DEBUG : Local file system at /tmp/rclone3214331893: Waiting for checks to finish 2025/03/14 07:20:35 DEBUG : Local file system at /tmp/rclone3214331893: Waiting for transfers to finish 2025/03/14 07:20:35 DEBUG : Waiting for deletions to finish 2025/03/14 07:20:35 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncWithExclude (3.21s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:38 DEBUG : enormous: Excluded (Size Filter) 2025/03/14 07:20:38 DEBUG : enormous: Excluded 2025/03/14 07:20:38 DEBUG : potato2: Excluded (Size Filter) 2025/03/14 07:20:38 DEBUG : potato2: Excluded 2025/03/14 07:20:38 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:20:38 DEBUG : empty space: Unchanged skipping 2025/03/14 07:20:38 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:38 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:38 DEBUG : Waiting for deletions to finish 2025/03/14 07:20:38 INFO : enormous: Deleted 2025/03/14 07:20:38 INFO : potato2: Deleted 2025/03/14 07:20:38 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:38 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/03/14 07:20:38 DEBUG : empty space: Unchanged skipping 2025/03/14 07:20:38 DEBUG : Local file system at /tmp/rclone3214331893: Waiting for checks to finish 2025/03/14 07:20:38 DEBUG : Local file system at /tmp/rclone3214331893: Waiting for transfers to finish 2025/03/14 07:20:38 DEBUG : Waiting for deletions to finish 2025/03/14 07:20:38 INFO : enormous: Deleted 2025/03/14 07:20:38 INFO : potato2: Deleted 2025/03/14 07:20:38 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.57s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:41 DEBUG : five: Need to transfer - File not found at Destination 2025/03/14 07:20:41 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/03/14 07:20:41 DEBUG : one: Destination is newer than source, skipping 2025/03/14 07:20:41 DEBUG : three: Sizes identical 2025/03/14 07:20:41 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/03/14 07:20:41 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:41 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/03/14 07:20:41 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone3214331893) 2025/03/14 07:20:41 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-xupuqep0quvo) 2025/03/14 07:20:41 DEBUG : two: sha1 differ 2025/03/14 07:20:41 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:42 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/03/14 07:20:42 INFO : five: Copied (new) 2025/03/14 07:20:42 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/03/14 07:20:42 INFO : four: Copied (replaced existing) 2025/03/14 07:20:42 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/14 07:20:42 INFO : two: Copied (replaced existing) 2025/03/14 07:20:42 DEBUG : Waiting for deletions to finish 2025/03/14 07:20:43 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:43 DEBUG : one: Destination is newer than source, skipping 2025/03/14 07:20:43 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/03/14 07:20:43 DEBUG : four: Size and sha1 of src and dst objects identical 2025/03/14 07:20:43 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/03/14 07:20:43 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/14 07:20:43 DEBUG : two: Size and sha1 of src and dst objects identical 2025/03/14 07:20:43 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/03/14 07:20:43 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/03/14 07:20:43 DEBUG : five: Size and sha1 of src and dst objects identical 2025/03/14 07:20:43 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/03/14 07:20:43 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone3214331893) 2025/03/14 07:20:43 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-xupuqep0quvo) 2025/03/14 07:20:43 DEBUG : three: sha1 differ 2025/03/14 07:20:43 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/03/14 07:20:43 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:43 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/14 07:20:43 INFO : three: Copied (replaced existing) 2025/03/14 07:20:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.95s) === 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-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/03/14 07:20:45 INFO : B2 bucket rclone-test-xupuqep0quvo: Making map for --track-renames 2025/03/14 07:20:45 INFO : B2 bucket rclone-test-xupuqep0quvo: Finished making map for --track-renames 2025/03/14 07:20:45 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:45 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/14 07:20:45 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/03/14 07:20:45 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for renames to finish 2025/03/14 07:20:45 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:45 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/03/14 07:20:45 INFO : potato: Copied (new) 2025/03/14 07:20:46 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/14 07:20:46 INFO : yam: Copied (new) 2025/03/14 07:20:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:46 INFO : B2 bucket rclone-test-xupuqep0quvo: Making map for --track-renames 2025/03/14 07:20:46 INFO : B2 bucket rclone-test-xupuqep0quvo: Finished making map for --track-renames 2025/03/14 07:20:46 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:46 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:20:46 DEBUG : potato: Unchanged skipping 2025/03/14 07:20:46 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for renames to finish 2025/03/14 07:20:47 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/14 07:20:47 INFO : yam: Copied (server-side copy) to: yaml 2025/03/14 07:20:47 INFO : yam: Deleted 2025/03/14 07:20:47 INFO : yaml: Renamed from "yam" 2025/03/14 07:20:47 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:47 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (4.39s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/03/14 07:20:49 INFO : B2 bucket rclone-test-xupuqep0quvo: Making map for --track-renames 2025/03/14 07:20:49 INFO : B2 bucket rclone-test-xupuqep0quvo: Finished making map for --track-renames 2025/03/14 07:20:49 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:49 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/14 07:20:49 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/03/14 07:20:49 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for renames to finish 2025/03/14 07:20:49 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:50 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/14 07:20:50 INFO : yam: Copied (new) 2025/03/14 07:20:50 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/03/14 07:20:50 INFO : potato: Copied (new) 2025/03/14 07:20:50 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:51 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:20:51 INFO : B2 bucket rclone-test-xupuqep0quvo: Making map for --track-renames 2025/03/14 07:20:51 INFO : B2 bucket rclone-test-xupuqep0quvo: Finished making map for --track-renames 2025/03/14 07:20:51 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:51 DEBUG : potato: Unchanged skipping 2025/03/14 07:20:51 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for renames to finish 2025/03/14 07:20:51 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/14 07:20:51 INFO : yam: Copied (server-side copy) to: yaml 2025/03/14 07:20:52 INFO : yam: Deleted 2025/03/14 07:20:52 INFO : yaml: Renamed from "yam" 2025/03/14 07:20:52 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:52 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.11s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/03/14 07:20:53 INFO : B2 bucket rclone-test-xupuqep0quvo: Making map for --track-renames 2025/03/14 07:20:53 INFO : B2 bucket rclone-test-xupuqep0quvo: Finished making map for --track-renames 2025/03/14 07:20:53 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:53 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/14 07:20:53 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/03/14 07:20:53 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for renames to finish 2025/03/14 07:20:53 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:54 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/14 07:20:54 INFO : sub/yam: Copied (new) 2025/03/14 07:20:54 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/03/14 07:20:54 INFO : potato: Copied (new) 2025/03/14 07:20:54 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:55 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:20:55 DEBUG : potato: Unchanged skipping 2025/03/14 07:20:55 INFO : B2 bucket rclone-test-xupuqep0quvo: Making map for --track-renames 2025/03/14 07:20:55 INFO : B2 bucket rclone-test-xupuqep0quvo: Finished making map for --track-renames 2025/03/14 07:20:55 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:55 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for renames to finish 2025/03/14 07:20:56 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/14 07:20:56 INFO : sub/yam: Copied (server-side copy) to: yam 2025/03/14 07:20:56 INFO : sub/yam: Deleted 2025/03/14 07:20:56 INFO : yam: Renamed from "sub/yam" 2025/03/14 07:20:56 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:56 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (4.70s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:58 DEBUG : Creating backend with remote "/tmp/rclone3214331893/dir1" 2025/03/14 07:20:58 DEBUG : Config file has changed externally - reloading 2025/03/14 07:20:58 DEBUG : Creating backend with remote "/tmp/rclone3214331893/dir2" 2025/03/14 07:20:58 DEBUG : Local file system at /tmp/rclone3214331893/dir2: Using server-side directory move 2025/03/14 07:20:58 INFO : Local file system at /tmp/rclone3214331893/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/03/14 07:20:58 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/03/14 07:20:58 INFO : file1.txt: Moved (server-side) 2025/03/14 07:20:58 DEBUG : Local file system at /tmp/rclone3214331893/dir2: Waiting for checks to finish 2025/03/14 07:20:58 DEBUG : Local file system at /tmp/rclone3214331893/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:20:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:20:58 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/03/14 07:20:58 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:20:58 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:20:59 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/03/14 07:20:59 INFO : nested/sub dir/file: Copied (new) 2025/03/14 07:20:59 INFO : nested/sub dir/file: Deleted 2025/03/14 07:20:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:20:59 INFO : sub dir/hello world: Copied (new) 2025/03/14 07:20:59 INFO : sub dir/hello world: Deleted 2025/03/14 07:20:59 INFO : sub dir: Removing directory 2025/03/14 07:20:59 INFO : nested/sub dir: Removing directory 2025/03/14 07:20:59 INFO : nested: Removing directory 2025/03/14 07:20:59 DEBUG : Local file system at /tmp/rclone3214331893: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.35s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:21:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/14 07:21:01 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/03/14 07:21:01 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:21:01 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:21:01 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/03/14 07:21:01 INFO : nested/sub dir/file: Copied (new) 2025/03/14 07:21:01 INFO : nested/sub dir/file: Deleted 2025/03/14 07:21:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/14 07:21:02 INFO : sub dir/hello world: Copied (new) 2025/03/14 07:21:02 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.36s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:21:03 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/14 07:21:03 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/03/14 07:21:03 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:21:03 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:21:03 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/03/14 07:21:03 INFO : existing-b: Copied (new) 2025/03/14 07:21:03 INFO : existing-b: Deleted 2025/03/14 07:21:04 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/14 07:21:04 INFO : existing: Copied (new) 2025/03/14 07:21:04 INFO : existing: Deleted 2025/03/14 07:21:04 DEBUG : existing: Destination exists, skipping 2025/03/14 07:21:04 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:21:04 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/03/14 07:21:04 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:21:04 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.32s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:21:05 DEBUG : Creating backend with remote "TestB2:rclone-test-vufafet8puje" 2025/03/14 07:21:05 DEBUG : Config file has changed externally - reloading sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-xupuqep0quvo -> B2 bucket rclone-test-vufafet8puje 2025/03/14 07:21:10 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:21:10 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/03/14 07:21:10 DEBUG : empty space: Unchanged skipping 2025/03/14 07:21:10 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/14 07:21:10 DEBUG : B2 bucket rclone-test-vufafet8puje: Waiting for checks to finish 2025/03/14 07:21:10 INFO : empty space: Deleted 2025/03/14 07:21:10 DEBUG : B2 bucket rclone-test-vufafet8puje: Waiting for transfers to finish 2025/03/14 07:21:10 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:21:10 INFO : potato2: Copied (server-side copy) 2025/03/14 07:21:10 INFO : potato2: Deleted 2025/03/14 07:21:11 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/14 07:21:11 INFO : potato3: Copied (server-side copy) 2025/03/14 07:21:11 INFO : potato3: Deleted 2025/03/14 07:21:12 DEBUG : Creating backend with remote "TestB2:rclone-test-qibuhat6yuvi" 2025/03/14 07:21:13 DEBUG : empty space: Need to transfer - File not found at Destination 2025/03/14 07:21:13 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:21:13 DEBUG : potato3: Need to transfer - File not found at Destination 2025/03/14 07:21:13 DEBUG : B2 bucket rclone-test-qibuhat6yuvi: Waiting for checks to finish 2025/03/14 07:21:13 DEBUG : B2 bucket rclone-test-qibuhat6yuvi: Waiting for transfers to finish 2025/03/14 07:21:14 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/14 07:21:14 INFO : empty space: Copied (server-side copy) 2025/03/14 07:21:14 INFO : empty space: Deleted 2025/03/14 07:21:14 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:21:14 INFO : potato2: Copied (server-side copy) 2025/03/14 07:21:14 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/14 07:21:14 INFO : potato3: Copied (server-side copy) 2025/03/14 07:21:14 INFO : potato3: Deleted 2025/03/14 07:21:14 INFO : potato2: Deleted 2025/03/14 07:21:15 DEBUG : B2 bucket rclone-test-qibuhat6yuvi: Purge remote 2025/03/14 07:21:15 INFO : B2 bucket rclone-test-qibuhat6yuvi: cleaning bucket "rclone-test-qibuhat6yuvi" of all files 2025/03/14 07:21:15 DEBUG : empty space: Deleting (id "4_z5fc25d03807d9b3b9f580e1b_f111ccca3edb5d237_d20250314_m072113_c001_v0001130_t0050_u01741936873973") 2025/03/14 07:21:15 DEBUG : potato2: Deleting (id "4_z5fc25d03807d9b3b9f580e1b_f106b4050d78f11ca_d20250314_m072114_c001_v0001179_t0007_u01741936874338") 2025/03/14 07:21:15 DEBUG : potato3: Deleting (id "4_z5fc25d03807d9b3b9f580e1b_f11915cf4b7d9f3e6_d20250314_m072114_c001_v0001178_t0046_u01741936874360") 2025/03/14 07:21:15 DEBUG : B2 bucket rclone-test-vufafet8puje: Purge remote 2025/03/14 07:21:15 INFO : B2 bucket rclone-test-vufafet8puje: cleaning bucket "rclone-test-vufafet8puje" of all files 2025/03/14 07:21:16 DEBUG : empty space: Deleting (id "4_z9fa23dd3807d9b3b9f580e1b_f408f3b20fc0fc4b3_d20250314_m072114_c001_v7007000_t0000_u01741936874370") 2025/03/14 07:21:16 DEBUG : empty space: Deleting (id "4_z9fa23dd3807d9b3b9f580e1b_f11414ce3a8546767_d20250314_m072109_c001_v0001182_t0052_u01741936869682") 2025/03/14 07:21:16 DEBUG : potato2: Deleting (id "4_z9fa23dd3807d9b3b9f580e1b_f408f3b20fc0fc4b4_d20250314_m072114_c001_v7007000_t0000_u01741936874570") 2025/03/14 07:21:16 DEBUG : potato2: Deleting (id "4_z9fa23dd3807d9b3b9f580e1b_f100f1fda84f8c3a6_d20250314_m072110_c001_v0001098_t0022_u01741936870498") 2025/03/14 07:21:16 DEBUG : potato3: Deleting (id "4_z9fa23dd3807d9b3b9f580e1b_f4130c18dd37c1969_d20250314_m072114_c001_v7007000_t0000_u01741936874583") 2025/03/14 07:21:16 DEBUG : potato3: Deleting (id "4_z9fa23dd3807d9b3b9f580e1b_f10987c91b00e89c4_d20250314_m072110_c001_v0001109_t0029_u01741936870876") 2025/03/14 07:21:16 DEBUG : potato3: Deleting (id "4_z9fa23dd3807d9b3b9f580e1b_f11414ce3a854676d_d20250314_m072109_c001_v0001182_t0051_u01741936869889") 2025/03/14 07:21:17 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/03/14 07:21:17 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/14 07:21:17 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMove (12.12s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:21:17 DEBUG : Creating backend with remote "TestB2:rclone-test-xiyusex3geqa" 2025/03/14 07:21:17 DEBUG : Config file has changed externally - reloading sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-xupuqep0quvo -> B2 bucket rclone-test-xiyusex3geqa 2025/03/14 07:21:23 DEBUG : empty space: Excluded (Size Filter) 2025/03/14 07:21:23 DEBUG : empty space: Excluded 2025/03/14 07:21:23 DEBUG : empty space: Excluded (Size Filter) 2025/03/14 07:21:23 DEBUG : empty space: Excluded 2025/03/14 07:21:23 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:21:23 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/14 07:21:23 DEBUG : B2 bucket rclone-test-xiyusex3geqa: Waiting for checks to finish 2025/03/14 07:21:23 DEBUG : B2 bucket rclone-test-xiyusex3geqa: Waiting for transfers to finish 2025/03/14 07:21:23 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:21:23 INFO : potato2: Copied (server-side copy) 2025/03/14 07:21:23 INFO : potato2: Deleted 2025/03/14 07:21:23 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/14 07:21:23 INFO : potato3: Copied (server-side copy) 2025/03/14 07:21:23 INFO : potato3: Deleted 2025/03/14 07:21:24 DEBUG : Creating backend with remote "TestB2:rclone-test-konesoj3husu" 2025/03/14 07:21:25 DEBUG : empty space: Excluded (Size Filter) 2025/03/14 07:21:25 DEBUG : empty space: Excluded 2025/03/14 07:21:25 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:21:25 DEBUG : potato3: Need to transfer - File not found at Destination 2025/03/14 07:21:25 DEBUG : B2 bucket rclone-test-konesoj3husu: Waiting for checks to finish 2025/03/14 07:21:25 DEBUG : B2 bucket rclone-test-konesoj3husu: Waiting for transfers to finish 2025/03/14 07:21:26 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/14 07:21:26 INFO : potato3: Copied (server-side copy) 2025/03/14 07:21:26 INFO : potato3: Deleted 2025/03/14 07:21:26 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:21:26 INFO : potato2: Copied (server-side copy) 2025/03/14 07:21:26 INFO : potato2: Deleted 2025/03/14 07:21:27 DEBUG : B2 bucket rclone-test-konesoj3husu: Purge remote 2025/03/14 07:21:27 INFO : B2 bucket rclone-test-konesoj3husu: cleaning bucket "rclone-test-konesoj3husu" of all files 2025/03/14 07:21:27 DEBUG : potato2: Deleting (id "4_z4fa27df3807d9b3b9f580e1b_f102acf663a22e756_d20250314_m072126_c001_v0001098_t0004_u01741936886214") 2025/03/14 07:21:27 DEBUG : potato3: Deleting (id "4_z4fa27df3807d9b3b9f580e1b_f113653d6228bf4de_d20250314_m072125_c001_v0001184_t0055_u01741936885989") 2025/03/14 07:21:28 DEBUG : B2 bucket rclone-test-xiyusex3geqa: Purge remote 2025/03/14 07:21:28 INFO : B2 bucket rclone-test-xiyusex3geqa: cleaning bucket "rclone-test-xiyusex3geqa" of all files 2025/03/14 07:21:28 DEBUG : empty space: Deleting (id "4_z8fd26df3807d9b3b9f580e1b_f115ac2f5dbee49da_d20250314_m072122_c001_v0001181_t0011_u01741936882499") 2025/03/14 07:21:28 DEBUG : potato2: Deleting (id "4_z8fd26df3807d9b3b9f580e1b_f41772f004bd4d48a_d20250314_m072126_c001_v7007000_t0000_u01741936886792") 2025/03/14 07:21:28 DEBUG : potato2: Deleting (id "4_z8fd26df3807d9b3b9f580e1b_f117fe2abff35030e_d20250314_m072123_c001_v0001179_t0058_u01741936883384") 2025/03/14 07:21:28 DEBUG : potato3: Deleting (id "4_z8fd26df3807d9b3b9f580e1b_f41772f004bd4d489_d20250314_m072126_c001_v7007000_t0000_u01741936886183") 2025/03/14 07:21:28 DEBUG : potato3: Deleting (id "4_z8fd26df3807d9b3b9f580e1b_f119de2a87baa9c2f_d20250314_m072123_c001_v0001184_t0022_u01741936883627") 2025/03/14 07:21:28 DEBUG : potato3: Deleting (id "4_z8fd26df3807d9b3b9f580e1b_f115ac2f5dbee49dc_d20250314_m072122_c001_v0001181_t0044_u01741936882732") --- PASS: TestServerSideMoveWithFilter (12.20s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:21:30 DEBUG : Creating backend with remote "TestB2:rclone-test-tigugag6yeye" 2025/03/14 07:21:33 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-xupuqep0quvo -> B2 bucket rclone-test-tigugag6yeye 2025/03/14 07:21:35 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:21:35 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/03/14 07:21:35 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/14 07:21:35 DEBUG : B2 bucket rclone-test-tigugag6yeye: Waiting for checks to finish 2025/03/14 07:21:35 DEBUG : empty space: Unchanged skipping 2025/03/14 07:21:35 INFO : empty space: Deleted 2025/03/14 07:21:35 DEBUG : B2 bucket rclone-test-tigugag6yeye: Waiting for transfers to finish 2025/03/14 07:21:35 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/14 07:21:35 INFO : potato3: Copied (server-side copy) 2025/03/14 07:21:36 INFO : potato3: Deleted 2025/03/14 07:21:38 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:21:38 INFO : potato2: Copied (server-side copy) 2025/03/14 07:21:38 INFO : potato2: Deleted 2025/03/14 07:21:39 DEBUG : Creating backend with remote "TestB2:rclone-test-wuvayiv7loke" 2025/03/14 07:21:39 DEBUG : Config file has changed externally - reloading 2025/03/14 07:21:39 INFO : tomatoDir: Making directory 2025/03/14 07:21:40 DEBUG : empty space: Need to transfer - File not found at Destination 2025/03/14 07:21:40 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/14 07:21:40 DEBUG : potato3: Need to transfer - File not found at Destination 2025/03/14 07:21:40 DEBUG : B2 bucket rclone-test-wuvayiv7loke: Waiting for checks to finish 2025/03/14 07:21:40 DEBUG : B2 bucket rclone-test-wuvayiv7loke: Waiting for transfers to finish 2025/03/14 07:21:41 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/14 07:21:41 INFO : potato2: Copied (server-side copy) 2025/03/14 07:21:41 INFO : potato2: Deleted 2025/03/14 07:21:41 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/14 07:21:41 INFO : potato3: Copied (server-side copy) 2025/03/14 07:21:41 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/14 07:21:41 INFO : empty space: Copied (server-side copy) 2025/03/14 07:21:41 INFO : potato3: Deleted 2025/03/14 07:21:41 INFO : empty space: Deleted 2025/03/14 07:21:42 DEBUG : B2 bucket rclone-test-wuvayiv7loke: Purge remote 2025/03/14 07:21:42 INFO : B2 bucket rclone-test-wuvayiv7loke: cleaning bucket "rclone-test-wuvayiv7loke" of all files 2025/03/14 07:21:42 DEBUG : empty space: Deleting (id "4_z4f62bd93807d9b3b9f580e1b_f115c1f495147123b_d20250314_m072141_c001_v0001178_t0028_u01741936901227") 2025/03/14 07:21:42 DEBUG : potato2: Deleting (id "4_z4f62bd93807d9b3b9f580e1b_f11620371e60ce0f7_d20250314_m072140_c001_v0001117_t0034_u01741936900855") 2025/03/14 07:21:42 DEBUG : potato3: Deleting (id "4_z4f62bd93807d9b3b9f580e1b_f117c1c7764878758_d20250314_m072141_c001_v0001184_t0028_u01741936901254") 2025/03/14 07:21:43 DEBUG : B2 bucket rclone-test-tigugag6yeye: Purge remote 2025/03/14 07:21:43 INFO : B2 bucket rclone-test-tigugag6yeye: cleaning bucket "rclone-test-tigugag6yeye" of all files 2025/03/14 07:21:43 DEBUG : empty space: Deleting (id "4_zffa29de3807d9b3b9f580e1b_f4143dd8edc76f148_d20250314_m072141_c001_v7007000_t0000_u01741936901661") 2025/03/14 07:21:43 DEBUG : empty space: Deleting (id "4_zffa29de3807d9b3b9f580e1b_f119469353bd203c5_d20250314_m072134_c001_v0001182_t0056_u01741936894622") 2025/03/14 07:21:43 DEBUG : potato2: Deleting (id "4_zffa29de3807d9b3b9f580e1b_f4143dd8edc76f146_d20250314_m072141_c001_v7007000_t0000_u01741936901274") 2025/03/14 07:21:43 DEBUG : potato2: Deleting (id "4_zffa29de3807d9b3b9f580e1b_f10117ffa9891fb0b_d20250314_m072137_c001_v0001144_t0029_u01741936897493") 2025/03/14 07:21:43 DEBUG : potato3: Deleting (id "4_zffa29de3807d9b3b9f580e1b_f4143dd8edc76f147_d20250314_m072141_c001_v7007000_t0000_u01741936901479") 2025/03/14 07:21:43 DEBUG : potato3: Deleting (id "4_zffa29de3807d9b3b9f580e1b_f108504c987caffa4_d20250314_m072135_c001_v0001183_t0046_u01741936895864") 2025/03/14 07:21:43 DEBUG : potato3: Deleting (id "4_zffa29de3807d9b3b9f580e1b_f119469353bd203c7_d20250314_m072134_c001_v0001182_t0011_u01741936894847") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (15.00s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:21:45 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.92s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:21:48 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncOverlap (3.00s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:21:51 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/rclone-sync-test" 2025/03/14 07:21:52 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/rclone-sync-test-include/layer2" 2025/03/14 07:21:54 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/rclone-sync-test-ignore-file" 2025/03/14 07:21:57 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/03/14 07:21:57 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/14 07:21:58 DEBUG : pacer: Reducing sleep to 10ms 2025/03/14 07:21:58 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/03/14 07:21:58 DEBUG : B2 bucket rclone-test-xupuqep0quvo path rclone-sync-test: Waiting for checks to finish 2025/03/14 07:21:58 DEBUG : B2 bucket rclone-test-xupuqep0quvo path rclone-sync-test: Waiting for transfers to finish 2025/03/14 07:21:58 DEBUG : Waiting for deletions to finish 2025/03/14 07:21:58 INFO : There was nothing to transfer 2025/03/14 07:21:59 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/03/14 07:21:59 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:21:59 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:21:59 DEBUG : Waiting for deletions to finish 2025/03/14 07:21:59 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:21:59 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/03/14 07:21:59 DEBUG : B2 bucket rclone-test-xupuqep0quvo path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/03/14 07:21:59 DEBUG : B2 bucket rclone-test-xupuqep0quvo path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/03/14 07:21:59 DEBUG : Waiting for deletions to finish 2025/03/14 07:21:59 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:22:00 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/03/14 07:22:00 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:22:00 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:22:00 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:00 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:22:00 DEBUG : : Excluded 2025/03/14 07:22:00 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/03/14 07:22:00 DEBUG : B2 bucket rclone-test-xupuqep0quvo path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/03/14 07:22:00 DEBUG : B2 bucket rclone-test-xupuqep0quvo path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/03/14 07:22:00 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:00 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (16.77s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:22:07 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/dst" 2025/03/14 07:22:08 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/CompareDest" 2025/03/14 07:22:10 DEBUG : one: Need to transfer - File not found at Destination 2025/03/14 07:22:10 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:10 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:11 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/14 07:22:11 INFO : one: Copied (new) 2025/03/14 07:22:11 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/14 07:22:12 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:12 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:13 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/03/14 07:22:13 INFO : one: Copied (replaced existing) 2025/03/14 07:22:13 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/14 07:22:15 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:15 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:15 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/14 07:22:15 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:15 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:15 INFO : There was nothing to transfer 2025/03/14 07:22:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/14 07:22:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/14 07:22:17 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:17 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/14 07:22:17 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:17 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:17 INFO : There was nothing to transfer 2025/03/14 07:22:17 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:17 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/14 07:22:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/14 07:22:17 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:17 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/14 07:22:17 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:17 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:17 INFO : There was nothing to transfer 2025/03/14 07:22:19 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/14 07:22:19 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/14 07:22:19 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/14 07:22:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/14 07:22:19 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:19 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/14 07:22:19 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:19 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:19 INFO : There was nothing to transfer 2025/03/14 07:22:20 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/14 07:22:20 DEBUG : two: Need to transfer - File not found at Destination 2025/03/14 07:22:20 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/14 07:22:20 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:20 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/14 07:22:20 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:20 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/03/14 07:22:20 INFO : two: Copied (new) 2025/03/14 07:22:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (14.20s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:22:23 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/dest" 2025/03/14 07:22:24 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/pre-dest1" 2025/03/14 07:22:26 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/pre-dest2" 2025/03/14 07:22:28 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:22:28 DEBUG : 1: Destination found in --compare-dest, skipping 2025/03/14 07:22:28 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:22:28 DEBUG : 2: Destination found in --compare-dest, skipping 2025/03/14 07:22:28 DEBUG : 3: Need to transfer - File not found at Destination 2025/03/14 07:22:28 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dest: Waiting for checks to finish 2025/03/14 07:22:28 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dest: Waiting for transfers to finish 2025/03/14 07:22:29 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/03/14 07:22:29 INFO : 3: Copied (new) 2025/03/14 07:22:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (9.21s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:22:31 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/dst" 2025/03/14 07:22:32 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/CopyDest" 2025/03/14 07:22:34 DEBUG : one: Need to transfer - File not found at Destination 2025/03/14 07:22:34 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:34 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:35 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/14 07:22:35 INFO : one: Copied (new) 2025/03/14 07:22:35 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/14 07:22:36 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:36 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:36 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/03/14 07:22:36 INFO : one: Copied (replaced existing) 2025/03/14 07:22:36 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:38 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/BackupDir" 2025/03/14 07:22:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/14 07:22:39 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:39 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/14 07:22:40 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/14 07:22:40 INFO : one: Copied (server-side copy) 2025/03/14 07:22:41 INFO : one: Deleted 2025/03/14 07:22:41 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/03/14 07:22:41 INFO : one: Copied (server-side copy) 2025/03/14 07:22:41 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/14 07:22:41 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:41 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:43 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/14 07:22:43 INFO : two: Copied (server-side copy) 2025/03/14 07:22:43 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/14 07:22:43 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:43 DEBUG : one: Unchanged skipping 2025/03/14 07:22:43 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:43 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:43 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:43 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:43 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:43 DEBUG : one: Unchanged skipping 2025/03/14 07:22:43 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:43 DEBUG : two: Unchanged skipping 2025/03/14 07:22:43 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:43 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:43 INFO : There was nothing to transfer 2025/03/14 07:22:45 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/14 07:22:45 DEBUG : three: Destination not found in --copy-dest 2025/03/14 07:22:45 DEBUG : three: Need to transfer - File not found at Destination 2025/03/14 07:22:45 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:45 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:45 DEBUG : two: Unchanged skipping 2025/03/14 07:22:45 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/14 07:22:45 DEBUG : one: Unchanged skipping 2025/03/14 07:22:45 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:45 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/03/14 07:22:45 INFO : three: Copied (new) 2025/03/14 07:22:45 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (16.37s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:22:49 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/dst" 2025/03/14 07:22:50 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/backup" 2025/03/14 07:22:52 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/14 07:22:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:22:52 DEBUG : two: Unchanged skipping 2025/03/14 07:22:52 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:54 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/14 07:22:54 INFO : one: Copied (server-side copy) 2025/03/14 07:22:54 INFO : one: Deleted 2025/03/14 07:22:54 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:55 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:22:55 INFO : one: Copied (new) 2025/03/14 07:22:55 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:55 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/14 07:22:55 INFO : three.txt: Copied (server-side copy) 2025/03/14 07:22:55 INFO : three.txt: Deleted 2025/03/14 07:22:55 INFO : three.txt: Moved into backup dir 2025/03/14 07:22:57 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/14 07:22:57 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:22:57 DEBUG : two: Unchanged skipping 2025/03/14 07:22:57 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:22:57 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:22:57 INFO : one: Copied (server-side copy) 2025/03/14 07:22:58 INFO : one: Deleted 2025/03/14 07:22:58 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:22:58 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/14 07:22:58 INFO : one: Copied (new) 2025/03/14 07:22:58 DEBUG : Waiting for deletions to finish 2025/03/14 07:22:58 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/14 07:22:58 INFO : three.txt: Copied (server-side copy) 2025/03/14 07:22:59 INFO : three.txt: Deleted 2025/03/14 07:22:59 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (12.80s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:23:02 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1113-14.backblaze.com/b2api/v1/b2_upload_file/6f220d73805d9b3b9f580e1b/c001_v0001113_t0012": EOF 2025/03/14 07:23:02 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1113-14.backblaze.com/b2api/v1/b2_upload_file/6f220d73805d9b3b9f580e1b/c001_v0001113_t0012": EOF) 2025/03/14 07:23:02 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-xupuqep0quvo: 1/10 (Post "https://pod-000-1113-14.backblaze.com/b2api/v1/b2_upload_file/6f220d73805d9b3b9f580e1b/c001_v0001113_t0012": EOF) 2025/03/14 07:23:04 DEBUG : pacer: Reducing sleep to 10ms 2025/03/14 07:23:04 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/dst" 2025/03/14 07:23:05 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/backup" 2025/03/14 07:23:07 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/14 07:23:07 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:23:07 DEBUG : two: Unchanged skipping 2025/03/14 07:23:07 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:23:09 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/14 07:23:09 INFO : one: Copied (server-side copy) to: one.bak 2025/03/14 07:23:09 INFO : one: Deleted 2025/03/14 07:23:09 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:23:10 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:23:10 INFO : one: Copied (new) 2025/03/14 07:23:10 DEBUG : Waiting for deletions to finish 2025/03/14 07:23:10 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/14 07:23:10 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/14 07:23:10 INFO : three.txt: Deleted 2025/03/14 07:23:10 INFO : three.txt: Moved into backup dir 2025/03/14 07:23:12 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/14 07:23:12 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:23:12 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:23:12 DEBUG : two: Unchanged skipping 2025/03/14 07:23:13 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:23:13 INFO : one: Copied (server-side copy) to: one.bak 2025/03/14 07:23:13 INFO : one: Deleted 2025/03/14 07:23:13 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:23:13 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/14 07:23:13 INFO : one: Copied (new) 2025/03/14 07:23:13 DEBUG : Waiting for deletions to finish 2025/03/14 07:23:14 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/14 07:23:14 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/14 07:23:14 INFO : three.txt: Deleted 2025/03/14 07:23:14 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (15.68s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:23:18 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/dst" 2025/03/14 07:23:19 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/backup" 2025/03/14 07:23:21 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/14 07:23:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:23:21 DEBUG : two: Unchanged skipping 2025/03/14 07:23:21 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:23:23 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/14 07:23:23 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/14 07:23:23 INFO : one: Deleted 2025/03/14 07:23:23 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:23:24 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:23:24 INFO : one: Copied (new) 2025/03/14 07:23:24 DEBUG : Waiting for deletions to finish 2025/03/14 07:23:25 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/14 07:23:25 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/14 07:23:25 INFO : three.txt: Deleted 2025/03/14 07:23:25 INFO : three.txt: Moved into backup dir 2025/03/14 07:23:26 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/14 07:23:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:23:26 DEBUG : two: Unchanged skipping 2025/03/14 07:23:26 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:23:27 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:23:27 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/14 07:23:27 INFO : one: Deleted 2025/03/14 07:23:27 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:23:28 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/14 07:23:28 INFO : one: Copied (new) 2025/03/14 07:23:28 DEBUG : Waiting for deletions to finish 2025/03/14 07:23:28 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/14 07:23:28 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/14 07:23:28 INFO : three.txt: Deleted 2025/03/14 07:23:28 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (14.07s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:23:31 DEBUG : dst/two: Clearing upload URL because of error: Post "https://pod-000-1041-04.backblaze.com/b2api/v1/b2_upload_file/6f220d73805d9b3b9f580e1b/c001_v0001041_t0005": EOF 2025/03/14 07:23:31 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1041-04.backblaze.com/b2api/v1/b2_upload_file/6f220d73805d9b3b9f580e1b/c001_v0001041_t0005": EOF) 2025/03/14 07:23:31 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/two" to B2 bucket rclone-test-xupuqep0quvo: 1/10 (Post "https://pod-000-1041-04.backblaze.com/b2api/v1/b2_upload_file/6f220d73805d9b3b9f580e1b/c001_v0001041_t0005": EOF) 2025/03/14 07:23:34 DEBUG : pacer: Reducing sleep to 10ms 2025/03/14 07:23:34 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/dst" 2025/03/14 07:23:36 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/14 07:23:36 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:23:36 DEBUG : two: Unchanged skipping 2025/03/14 07:23:36 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:23:37 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/14 07:23:37 INFO : one: Copied (server-side copy) to: one.bak 2025/03/14 07:23:37 INFO : one: Deleted 2025/03/14 07:23:37 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:23:38 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:23:38 INFO : one: Copied (new) 2025/03/14 07:23:38 DEBUG : Waiting for deletions to finish 2025/03/14 07:23:38 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/14 07:23:38 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/14 07:23:39 INFO : three.txt: Deleted 2025/03/14 07:23:39 INFO : three.txt: Moved into backup dir 2025/03/14 07:23:40 DEBUG : one.bak: Excluded (Path Filter) 2025/03/14 07:23:40 DEBUG : one.bak: Excluded 2025/03/14 07:23:40 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/03/14 07:23:40 DEBUG : three.txt.bak: Excluded 2025/03/14 07:23:40 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/14 07:23:40 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for checks to finish 2025/03/14 07:23:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:23:40 DEBUG : two: Unchanged skipping 2025/03/14 07:23:40 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:23:40 INFO : one: Copied (server-side copy) to: one.bak 2025/03/14 07:23:40 INFO : one: Deleted 2025/03/14 07:23:40 DEBUG : B2 bucket rclone-test-xupuqep0quvo path dst: Waiting for transfers to finish 2025/03/14 07:23:41 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/14 07:23:41 INFO : one: Copied (new) 2025/03/14 07:23:41 DEBUG : Waiting for deletions to finish 2025/03/14 07:23:41 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/14 07:23:41 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/14 07:23:41 INFO : three.txt: Deleted 2025/03/14 07:23:41 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (13.02s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:23:45 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/dst" 2025/03/14 07:23:46 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/14 07:23:47 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/14 07:23:47 INFO : one: Copied (server-side copy) to: one.bak 2025/03/14 07:23:47 INFO : one: Deleted 2025/03/14 07:23:48 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:23:48 INFO : one: Copied (new) 2025/03/14 07:23:48 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:23:48 DEBUG : two: Unchanged skipping 2025/03/14 07:23:48 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/03/14 07:23:49 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/14 07:23:49 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/14 07:23:49 INFO : three.txt: Deleted 2025/03/14 07:23:49 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/14 07:23:49 INFO : three.txt: Copied (new) 2025/03/14 07:23:50 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/14 07:23:50 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:23:50 INFO : one: Copied (server-side copy) to: one.bak 2025/03/14 07:23:50 INFO : one: Deleted 2025/03/14 07:23:50 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/14 07:23:50 INFO : one: Copied (new) 2025/03/14 07:23:51 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:23:51 DEBUG : two: Unchanged skipping 2025/03/14 07:23:51 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/03/14 07:23:51 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/14 07:23:51 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/14 07:23:51 INFO : three.txt: Deleted 2025/03/14 07:23:52 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/03/14 07:23:52 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.48s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:23:55 DEBUG : Creating backend with remote "TestB2:rclone-test-xupuqep0quvo/dst" 2025/03/14 07:23:57 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/14 07:23:58 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/14 07:23:58 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/14 07:23:58 INFO : one: Deleted 2025/03/14 07:23:59 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:23:59 INFO : one: Copied (new) 2025/03/14 07:23:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:23:59 DEBUG : two: Unchanged skipping 2025/03/14 07:23:59 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/03/14 07:24:00 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/14 07:24:00 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/14 07:24:00 INFO : three.txt: Deleted 2025/03/14 07:24:00 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/14 07:24:00 INFO : three.txt: Copied (new) 2025/03/14 07:24:01 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/14 07:24:02 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/14 07:24:02 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/14 07:24:03 INFO : one: Deleted 2025/03/14 07:24:03 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/14 07:24:03 INFO : one: Copied (new) 2025/03/14 07:24:03 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:03 DEBUG : two: Unchanged skipping 2025/03/14 07:24:03 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/03/14 07:24:04 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/14 07:24:04 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/14 07:24:04 INFO : three.txt: Deleted 2025/03/14 07:24:05 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/03/14 07:24:05 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (12.88s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:24:08 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/03/14 07:24:08 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:24:08 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:24:08 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/03/14 07:24:08 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/03/14 07:24:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (3.14s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:24:10 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/14 07:24:10 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:24:10 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:24:10 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/14 07:24:10 INFO : existing: Copied (new) 2025/03/14 07:24:10 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:24:11 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/03/14 07:24:11 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/03/14 07:24:11 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:24:11 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:24:11 ERROR : B2 bucket rclone-test-xupuqep0quvo: not deleting files as there were IO errors 2025/03/14 07:24:11 ERROR : B2 bucket rclone-test-xupuqep0quvo: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncImmutable (3.21s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:24:13 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:13 DEBUG : existing: Unchanged skipping 2025/03/14 07:24:13 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:24:13 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:24:13 DEBUG : Waiting for deletions to finish 2025/03/14 07:24:13 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.62s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", 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-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.13s) --- SKIP: TestMaxTransfer/Hard (0.37s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:24:42 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:24:42 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both1: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both10: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both13: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both11: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both15: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both0: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both12: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both14: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both19: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both16: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both17: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both4: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both18: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both6: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both7: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both8: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:24:42 DEBUG : both2: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both3: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both5: Unchanged skipping 2025/03/14 07:24:42 DEBUG : both9: Unchanged skipping 2025/03/14 07:24:42 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:24:42 DEBUG : Waiting for deletions to finish 2025/03/14 07:24:43 INFO : only18: Deleted 2025/03/14 07:24:43 INFO : only2: Deleted 2025/03/14 07:24:43 INFO : only3: Deleted 2025/03/14 07:24:43 INFO : only5: Deleted 2025/03/14 07:24:43 INFO : only11: Deleted 2025/03/14 07:24:43 INFO : only12: Deleted 2025/03/14 07:24:43 INFO : only15: Deleted 2025/03/14 07:24:43 INFO : only17: Deleted 2025/03/14 07:24:43 INFO : only6: Deleted 2025/03/14 07:24:43 INFO : only7: Deleted 2025/03/14 07:24:43 INFO : only10: Deleted 2025/03/14 07:24:43 INFO : only13: Deleted 2025/03/14 07:24:43 INFO : only14: Deleted 2025/03/14 07:24:43 INFO : only4: Deleted 2025/03/14 07:24:44 INFO : only0: Deleted 2025/03/14 07:24:44 INFO : only1: Deleted 2025/03/14 07:24:44 INFO : only9: Deleted 2025/03/14 07:24:44 INFO : only16: Deleted 2025/03/14 07:24:44 INFO : only19: Deleted 2025/03/14 07:24:44 INFO : only8: Deleted 2025/03/14 07:24:44 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (32.99s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:25:14 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for checks to finish 2025/03/14 07:25:14 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both0: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both10: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both13: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both14: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both15: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both16: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both17: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both18: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both19: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both2: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both12: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both1: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both11: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both3: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both6: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both8: Unchanged skipping 2025/03/14 07:25:14 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/14 07:25:14 DEBUG : both9: Unchanged skipping 2025/03/14 07:25:14 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : both4: Unchanged skipping 2025/03/14 07:25:14 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : both5: Unchanged skipping 2025/03/14 07:25:14 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/03/14 07:25:14 DEBUG : both7: Unchanged skipping 2025/03/14 07:25:14 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Waiting for transfers to finish 2025/03/14 07:25:15 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only10: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only11: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only14: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only12: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only15: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only16: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only17: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only18: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only13: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only19: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only2: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only3: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only4: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only5: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only6: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only7: Copied (replaced existing) 2025/03/14 07:25:15 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:15 INFO : only8: Copied (replaced existing) 2025/03/14 07:25:16 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:16 INFO : only9: Copied (replaced existing) 2025/03/14 07:25:16 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:16 INFO : only0: Copied (replaced existing) 2025/03/14 07:25:16 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/14 07:25:16 INFO : only1: Copied (replaced existing) 2025/03/14 07:25:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (35.86s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:25:24 DEBUG : empty_dir: Making directory with metadata 2025/03/14 07:25:24 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/14 07:25:24 DEBUG : empty_on_remote: Making directory with metadata 2025/03/14 07:25:24 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/14 07:25:24 INFO : empty_on_remote: Making directory 2025/03/14 07:25:24 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-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:25:26 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/03/14 07:25:26 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/03/14 07:25:26 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/03/14 07:25:26 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTime (4.37s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:25:29 DEBUG : empty_dir: Making directory with metadata 2025/03/14 07:25:29 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/14 07:25:29 DEBUG : empty_on_remote: Making directory with metadata 2025/03/14 07:25:29 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/14 07:25:29 INFO : empty_on_remote: Making directory 2025/03/14 07:25:29 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-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:25:30 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/03/14 07:25:30 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/03/14 07:25:30 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/03/14 07:25:30 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/03/14 07:25:30 INFO : empty_dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (3.35s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:25:32 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/14 07:25:32 INFO : sub dir: Making directory 2025/03/14 07:25:32 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (4.76s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" 2025/03/14 07:25:37 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/14 07:25:37 INFO : sub dir: Making directory 2025/03/14 07:25: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-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xupuqep0quvo", Local "Local file system at /tmp/rclone3214331893", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (4.92s) PASS 2025/03/14 07:25:42 DEBUG : B2 bucket rclone-test-xupuqep0quvo: Purge remote 2025/03/14 07:25:42 INFO : B2 bucket rclone-test-xupuqep0quvo: cleaning bucket "rclone-test-xupuqep0quvo" of all files 2025/03/14 07:25:43 DEBUG : BackupDir/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8ad7_d20250314_m072246_c001_v7007000_t0000_u01741936966196") 2025/03/14 07:25:43 DEBUG : BackupDir/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f107fff62fe749ed8_d20250314_m072240_c001_v0001183_t0056_u01741936960788") 2025/03/14 07:25:43 DEBUG : CompareDest/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d96_d20250314_m072221_c001_v7007000_t0000_u01741936941147") 2025/03/14 07:25:43 DEBUG : CompareDest/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb399598fd_d20250314_m072214_c001_v0001116_t0038_u01741936934302") 2025/03/14 07:25:43 DEBUG : CompareDest/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d97_d20250314_m072221_c001_v7007000_t0000_u01741936941331") 2025/03/14 07:25:43 DEBUG : CompareDest/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f16a_d20250314_m072216_c001_v0001041_t0011_u01741936936014") 2025/03/14 07:25:43 DEBUG : CopyDest/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8ad8_d20250314_m072246_c001_v7007000_t0000_u01741936966377") 2025/03/14 07:25:43 DEBUG : CopyDest/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c284_d20250314_m072237_c001_v0001113_t0010_u01741936957788") 2025/03/14 07:25:43 DEBUG : CopyDest/three: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8ad9_d20250314_m072246_c001_v7007000_t0000_u01741936966558") 2025/03/14 07:25:43 DEBUG : CopyDest/three: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f19a_d20250314_m072244_c001_v0001041_t0043_u01741936964248") 2025/03/14 07:25:43 DEBUG : CopyDest/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8ada_d20250314_m072246_c001_v7007000_t0000_u01741936966741") 2025/03/14 07:25:43 DEBUG : CopyDest/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959935_d20250314_m072241_c001_v0001116_t0037_u01741936961962") 2025/03/14 07:25:43 DEBUG : EXISTING: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c790_d20250314_m072414_c001_v7007000_t0000_u01741937054195") 2025/03/14 07:25:43 DEBUG : EXISTING: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a1b_d20250314_m072412_c001_v0001116_t0054_u01741937052945") 2025/03/14 07:25:43 DEBUG : Testêé: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c785_d20250314_m072409_c001_v7007000_t0000_u01741937049367") 2025/03/14 07:25:43 DEBUG : Testêé: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a11_d20250314_m072408_c001_v0001116_t0055_u01741937048362") 2025/03/14 07:25:43 DEBUG : Testêé: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a0f_d20250314_m072406_c001_v0001116_t0020_u01741937046952") 2025/03/14 07:25:43 DEBUG : a/potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda7468758a9_d20250314_m072023_c001_v7007000_t0000_u01741936823615") 2025/03/14 07:25:43 DEBUG : a/potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f09d_d20250314_m072022_c001_v0001041_t0053_u01741936822868") 2025/03/14 07:25:43 DEBUG : a/potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf8d35_d20250314_m072020_c001_v7007000_t0000_u01741936820727") 2025/03/14 07:25:43 DEBUG : a/potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f091_d20250314_m072019_c001_v0001041_t0014_u01741936819821") 2025/03/14 07:25:43 DEBUG : a/potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda746875880_d20250314_m071956_c001_v7007000_t0000_u01741936796768") 2025/03/14 07:25:43 DEBUG : a/potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f053_d20250314_m071955_c001_v0001041_t0005_u01741936795592") 2025/03/14 07:25:44 DEBUG : b/potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda7468758aa_d20250314_m072023_c001_v7007000_t0000_u01741936823798") 2025/03/14 07:25:44 DEBUG : b/potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f099_d20250314_m072021_c001_v0001041_t0044_u01741936821632") 2025/03/14 07:25:44 DEBUG : b/potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf8d34_d20250314_m072020_c001_v7007000_t0000_u01741936820174") 2025/03/14 07:25:44 DEBUG : b/potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f08d_d20250314_m072018_c001_v0001041_t0006_u01741936818530") 2025/03/14 07:25:44 DEBUG : b/potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda74687587f_d20250314_m071956_c001_v7007000_t0000_u01741936796218") 2025/03/14 07:25:44 DEBUG : b/potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f04f_d20250314_m071954_c001_v0001041_t0011_u01741936794450") 2025/03/14 07:25:44 DEBUG : backup/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e5b5_d20250314_m072259_c001_v7007000_t0000_u01741936979538") 2025/03/14 07:25:44 DEBUG : backup/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114a7b3bb07ad5c5_d20250314_m072257_c001_v0001180_t0022_u01741936977772") 2025/03/14 07:25:44 DEBUG : backup/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1059d7c34c96cc1d_d20250314_m072253_c001_v0001116_t0010_u01741936973732") 2025/03/14 07:25:44 DEBUG : backup/one-2019-01-01: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d02e_d20250314_m072329_c001_v7007000_t0000_u01741937009276") 2025/03/14 07:25:44 DEBUG : backup/one-2019-01-01: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1025e6fae9526131_d20250314_m072327_c001_v0001150_t0001_u01741937007219") 2025/03/14 07:25:44 DEBUG : backup/one-2019-01-01: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f108d1d6d62d2ac83_d20250314_m072322_c001_v0001154_t0015_u01741937002860") 2025/03/14 07:25:44 DEBUG : backup/one.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f403c9dea2b51240f_d20250314_m072315_c001_v7007000_t0000_u01741936995207") 2025/03/14 07:25:44 DEBUG : backup/one.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1094b9e5f620e86c_d20250314_m072312_c001_v0001099_t0017_u01741936992748") 2025/03/14 07:25:44 DEBUG : backup/one.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f117ca4a9a916295f_d20250314_m072308_c001_v0001131_t0024_u01741936988897") 2025/03/14 07:25:44 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d02f_d20250314_m072329_c001_v7007000_t0000_u01741937009461") 2025/03/14 07:25:44 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f10204c6dc5f242eb_d20250314_m072328_c001_v0001178_t0039_u01741937008489") 2025/03/14 07:25:44 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1118f26a9b164457_d20250314_m072324_c001_v0001172_t0033_u01741937004663") 2025/03/14 07:25:44 DEBUG : backup/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e5b6_d20250314_m072259_c001_v7007000_t0000_u01741936979722") 2025/03/14 07:25:44 DEBUG : backup/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f102ffc15a471340f_d20250314_m072258_c001_v0001037_t0007_u01741936978606") 2025/03/14 07:25:45 DEBUG : backup/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f119f7579fc371535_d20250314_m072255_c001_v0001180_t0000_u01741936975390") 2025/03/14 07:25:45 DEBUG : backup/three.txt.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f403c9dea2b512410_d20250314_m072315_c001_v7007000_t0000_u01741936995392") 2025/03/14 07:25:45 DEBUG : backup/three.txt.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f117bdd3afade6924_d20250314_m072314_c001_v0001144_t0024_u01741936994000") 2025/03/14 07:25:45 DEBUG : backup/three.txt.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f10834d5d905cdddb_d20250314_m072310_c001_v0001184_t0045_u01741936990401") 2025/03/14 07:25:45 DEBUG : both0: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c367b_d20250314_m072516_c001_v7007000_t0000_u01741937116787") 2025/03/14 07:25:45 DEBUG : both0: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ab6_d20250314_m072449_c001_v0001116_t0033_u01741937089431") 2025/03/14 07:25:45 DEBUG : both0: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e643_d20250314_m072444_c001_v7007000_t0000_u01741937084786") 2025/03/14 07:25:45 DEBUG : both0: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a1f_d20250314_m072416_c001_v0001116_t0040_u01741937056076") 2025/03/14 07:25:45 DEBUG : both1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c367c_d20250314_m072516_c001_v7007000_t0000_u01741937116972") 2025/03/14 07:25:45 DEBUG : both1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959abe_d20250314_m072450_c001_v0001116_t0056_u01741937090413") 2025/03/14 07:25:45 DEBUG : both1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e644_d20250314_m072444_c001_v7007000_t0000_u01741937084968") 2025/03/14 07:25:45 DEBUG : both1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a25_d20250314_m072417_c001_v0001116_t0046_u01741937057286") 2025/03/14 07:25:45 DEBUG : both10: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c367d_d20250314_m072517_c001_v7007000_t0000_u01741937117162") 2025/03/14 07:25:45 DEBUG : both10: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959af6_d20250314_m072501_c001_v0001116_t0011_u01741937101217") 2025/03/14 07:25:45 DEBUG : both10: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e645_d20250314_m072445_c001_v7007000_t0000_u01741937085151") 2025/03/14 07:25:45 DEBUG : both10: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a64_d20250314_m072428_c001_v0001116_t0008_u01741937068789") 2025/03/14 07:25:45 DEBUG : both11: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c367e_d20250314_m072517_c001_v7007000_t0000_u01741937117374") 2025/03/14 07:25:45 DEBUG : both11: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959afc_d20250314_m072502_c001_v0001116_t0051_u01741937102588") 2025/03/14 07:25:45 DEBUG : both11: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e646_d20250314_m072445_c001_v7007000_t0000_u01741937085335") 2025/03/14 07:25:45 DEBUG : both11: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a6a_d20250314_m072429_c001_v0001116_t0036_u01741937069902") 2025/03/14 07:25:46 DEBUG : both12: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c367f_d20250314_m072517_c001_v7007000_t0000_u01741937117562") 2025/03/14 07:25:46 DEBUG : both12: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b02_d20250314_m072503_c001_v0001116_t0056_u01741937103793") 2025/03/14 07:25:46 DEBUG : both12: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e647_d20250314_m072445_c001_v7007000_t0000_u01741937085518") 2025/03/14 07:25:46 DEBUG : both12: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a70_d20250314_m072431_c001_v0001116_t0026_u01741937071403") 2025/03/14 07:25:46 DEBUG : both13: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3680_d20250314_m072517_c001_v7007000_t0000_u01741937117745") 2025/03/14 07:25:46 DEBUG : both13: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b08_d20250314_m072505_c001_v0001116_t0052_u01741937105008") 2025/03/14 07:25:46 DEBUG : both13: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e648_d20250314_m072445_c001_v7007000_t0000_u01741937085701") 2025/03/14 07:25:46 DEBUG : both13: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a76_d20250314_m072432_c001_v0001116_t0013_u01741937072483") 2025/03/14 07:25:46 DEBUG : both14: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3682_d20250314_m072517_c001_v7007000_t0000_u01741937117936") 2025/03/14 07:25:46 DEBUG : both14: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b10_d20250314_m072506_c001_v0001116_t0056_u01741937106415") 2025/03/14 07:25:46 DEBUG : both14: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e649_d20250314_m072445_c001_v7007000_t0000_u01741937085888") 2025/03/14 07:25:46 DEBUG : both14: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a7a_d20250314_m072433_c001_v0001116_t0037_u01741937073491") 2025/03/14 07:25:46 DEBUG : both15: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3683_d20250314_m072518_c001_v7007000_t0000_u01741937118119") 2025/03/14 07:25:46 DEBUG : both15: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b16_d20250314_m072507_c001_v0001116_t0037_u01741937107678") 2025/03/14 07:25:46 DEBUG : both15: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e64b_d20250314_m072446_c001_v7007000_t0000_u01741937086073") 2025/03/14 07:25:46 DEBUG : both15: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a80_d20250314_m072434_c001_v0001116_t0037_u01741937074566") 2025/03/14 07:25:46 DEBUG : both16: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3684_d20250314_m072518_c001_v7007000_t0000_u01741937118303") 2025/03/14 07:25:46 DEBUG : both16: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b1e_d20250314_m072508_c001_v0001116_t0004_u01741937108817") 2025/03/14 07:25:46 DEBUG : both16: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e64c_d20250314_m072446_c001_v7007000_t0000_u01741937086256") 2025/03/14 07:25:46 DEBUG : both16: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a86_d20250314_m072435_c001_v0001116_t0015_u01741937075811") 2025/03/14 07:25:47 DEBUG : both17: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3685_d20250314_m072518_c001_v7007000_t0000_u01741937118503") 2025/03/14 07:25:47 DEBUG : both17: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b26_d20250314_m072510_c001_v0001116_t0023_u01741937110046") 2025/03/14 07:25:47 DEBUG : both17: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e64d_d20250314_m072446_c001_v7007000_t0000_u01741937086439") 2025/03/14 07:25:47 DEBUG : both17: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a92_d20250314_m072438_c001_v0001116_t0036_u01741937078394") 2025/03/14 07:25:47 DEBUG : both18: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3687_d20250314_m072518_c001_v7007000_t0000_u01741937118688") 2025/03/14 07:25:47 DEBUG : both18: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b2c_d20250314_m072511_c001_v0001116_t0042_u01741937111454") 2025/03/14 07:25:47 DEBUG : both18: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e64f_d20250314_m072446_c001_v7007000_t0000_u01741937086622") 2025/03/14 07:25:47 DEBUG : both18: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a98_d20250314_m072439_c001_v0001116_t0059_u01741937079516") 2025/03/14 07:25:47 DEBUG : both19: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3688_d20250314_m072518_c001_v7007000_t0000_u01741937118871") 2025/03/14 07:25:47 DEBUG : both19: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b34_d20250314_m072512_c001_v0001116_t0034_u01741937112511") 2025/03/14 07:25:47 DEBUG : both19: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e650_d20250314_m072446_c001_v7007000_t0000_u01741937086807") 2025/03/14 07:25:47 DEBUG : both19: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a9c_d20250314_m072440_c001_v0001116_t0002_u01741937080597") 2025/03/14 07:25:47 DEBUG : both2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3689_d20250314_m072519_c001_v7007000_t0000_u01741937119054") 2025/03/14 07:25:47 DEBUG : both2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ac2_d20250314_m072451_c001_v0001116_t0027_u01741937091483") 2025/03/14 07:25:47 DEBUG : both2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e651_d20250314_m072446_c001_v7007000_t0000_u01741937086990") 2025/03/14 07:25:47 DEBUG : both2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a29_d20250314_m072418_c001_v0001116_t0050_u01741937058498") 2025/03/14 07:25:47 DEBUG : both3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c368a_d20250314_m072519_c001_v7007000_t0000_u01741937119237") 2025/03/14 07:25:47 DEBUG : both3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ac6_d20250314_m072452_c001_v0001116_t0045_u01741937092554") 2025/03/14 07:25:47 DEBUG : both3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e652_d20250314_m072447_c001_v7007000_t0000_u01741937087190") 2025/03/14 07:25:47 DEBUG : both3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a2d_d20250314_m072419_c001_v0001116_t0041_u01741937059708") 2025/03/14 07:25:48 DEBUG : both4: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c368b_d20250314_m072519_c001_v7007000_t0000_u01741937119423") 2025/03/14 07:25:48 DEBUG : both4: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ace_d20250314_m072453_c001_v0001116_t0049_u01741937093593") 2025/03/14 07:25:48 DEBUG : both4: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e654_d20250314_m072447_c001_v7007000_t0000_u01741937087375") 2025/03/14 07:25:48 DEBUG : both4: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a35_d20250314_m072420_c001_v0001116_t0020_u01741937060839") 2025/03/14 07:25:48 DEBUG : both5: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c368c_d20250314_m072519_c001_v7007000_t0000_u01741937119607") 2025/03/14 07:25:48 DEBUG : both5: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ad4_d20250314_m072454_c001_v0001116_t0043_u01741937094984") 2025/03/14 07:25:48 DEBUG : both5: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e655_d20250314_m072447_c001_v7007000_t0000_u01741937087559") 2025/03/14 07:25:48 DEBUG : both5: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a3b_d20250314_m072422_c001_v0001116_t0028_u01741937062068") 2025/03/14 07:25:48 DEBUG : both6: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c368d_d20250314_m072519_c001_v7007000_t0000_u01741937119790") 2025/03/14 07:25:48 DEBUG : both6: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ada_d20250314_m072456_c001_v0001116_t0033_u01741937096182") 2025/03/14 07:25:48 DEBUG : both6: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e657_d20250314_m072447_c001_v7007000_t0000_u01741937087746") 2025/03/14 07:25:48 DEBUG : both6: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a43_d20250314_m072423_c001_v0001116_t0055_u01741937063407") 2025/03/14 07:25:48 DEBUG : both7: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c368e_d20250314_m072519_c001_v7007000_t0000_u01741937119974") 2025/03/14 07:25:48 DEBUG : both7: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ae0_d20250314_m072457_c001_v0001116_t0053_u01741937097253") 2025/03/14 07:25:48 DEBUG : both7: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e659_d20250314_m072447_c001_v7007000_t0000_u01741937087929") 2025/03/14 07:25:48 DEBUG : both7: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a4d_d20250314_m072424_c001_v0001116_t0003_u01741937064839") 2025/03/14 07:25:48 DEBUG : both8: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c368f_d20250314_m072520_c001_v7007000_t0000_u01741937120164") 2025/03/14 07:25:48 DEBUG : both8: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ae8_d20250314_m072458_c001_v0001116_t0053_u01741937098350") 2025/03/14 07:25:48 DEBUG : both8: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e65a_d20250314_m072448_c001_v7007000_t0000_u01741937088113") 2025/03/14 07:25:48 DEBUG : both8: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a58_d20250314_m072426_c001_v0001116_t0005_u01741937066265") 2025/03/14 07:25:48 DEBUG : both9: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3690_d20250314_m072520_c001_v7007000_t0000_u01741937120348") 2025/03/14 07:25:49 DEBUG : both9: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959af0_d20250314_m072459_c001_v0001116_t0056_u01741937099850") 2025/03/14 07:25:49 DEBUG : both9: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e65b_d20250314_m072448_c001_v7007000_t0000_u01741937088306") 2025/03/14 07:25:49 DEBUG : both9: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a60_d20250314_m072427_c001_v0001116_t0052_u01741937067780") 2025/03/14 07:25:49 DEBUG : c/non empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda7468758ab_d20250314_m072023_c001_v7007000_t0000_u01741936823989") 2025/03/14 07:25:49 DEBUG : c/non empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f09b_d20250314_m072022_c001_v0001041_t0046_u01741936822030") 2025/03/14 07:25:49 DEBUG : c/non empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf8d36_d20250314_m072020_c001_v7007000_t0000_u01741936820908") 2025/03/14 07:25:49 DEBUG : c/non empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f08f_d20250314_m072019_c001_v0001041_t0057_u01741936819033") 2025/03/14 07:25:49 DEBUG : c/non empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda746875882_d20250314_m071956_c001_v7007000_t0000_u01741936796951") 2025/03/14 07:25:49 DEBUG : c/non empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f051_d20250314_m071954_c001_v0001041_t0050_u01741936794871") 2025/03/14 07:25:49 DEBUG : check sum: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76f048_d20250314_m071942_c001_v7007000_t0000_u01741936782113") 2025/03/14 07:25:49 DEBUG : check sum: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f035_d20250314_m071940_c001_v0001041_t0000_u01741936780842") 2025/03/14 07:25:49 DEBUG : dest/3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8abf_d20250314_m072230_c001_v7007000_t0000_u01741936950557") 2025/03/14 07:25:49 DEBUG : dest/3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40834d5d905cd75e_d20250314_m072229_c001_v0001184_t0050_u01741936949460") 2025/03/14 07:25:49 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c77d_d20250314_m072405_c001_v7007000_t0000_u01741937045493") 2025/03/14 07:25:49 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f116f7861febbb1c1_d20250314_m072403_c001_v0001154_t0007_u01741937043119") 2025/03/14 07:25:49 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f41838ca0e14a04a9_d20250314_m072402_c001_v7007000_t0000_u01741937042933") 2025/03/14 07:25:49 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f116f7861febbb1b9_d20250314_m072359_c001_v0001154_t0022_u01741937039376") 2025/03/14 07:25:49 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f41838ca0e14a0463_d20250314_m072358_c001_v7007000_t0000_u01741937038650") 2025/03/14 07:25:49 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb399599e9_d20250314_m072354_c001_v0001116_t0026_u01741937034070") 2025/03/14 07:25:49 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d040_d20250314_m072352_c001_v7007000_t0000_u01741937032576") 2025/03/14 07:25:49 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f11880ddf533b5374_d20250314_m072350_c001_v0001180_t0022_u01741937030827") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4095f293b0362f43_d20250314_m072350_c001_v7007000_t0000_u01741937030644") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f11880ddf533b5368_d20250314_m072348_c001_v0001180_t0040_u01741937028288") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4095f293b0362f3c_d20250314_m072347_c001_v7007000_t0000_u01741937027563") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb399599c3_d20250314_m072343_c001_v0001116_t0054_u01741937023227") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d038_d20250314_m072342_c001_v7007000_t0000_u01741937022294") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1084c8a0c3841453_d20250314_m072340_c001_v0001146_t0047_u01741937020864") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c1a60_d20250314_m072340_c001_v7007000_t0000_u01741937020680") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1084c8a0c3841449_d20250314_m072337_c001_v0001146_t0059_u01741937017906") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c1a59_d20250314_m072337_c001_v7007000_t0000_u01741937017178") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb3995999d_d20250314_m072330_c001_v0001116_t0004_u01741937010566") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d030_d20250314_m072329_c001_v7007000_t0000_u01741937009646") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1139225dca1f350c_d20250314_m072327_c001_v0001038_t0048_u01741937007810") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a855c5_d20250314_m072327_c001_v7007000_t0000_u01741937007622") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1139225dca1f3506_d20250314_m072323_c001_v0001038_t0001_u01741937003983") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a855be_d20250314_m072323_c001_v7007000_t0000_u01741937003250") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb3995997c_d20250314_m072316_c001_v0001116_t0007_u01741936996509") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f403c9dea2b512411_d20250314_m072315_c001_v7007000_t0000_u01741936995580") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f113d157656e6969f_d20250314_m072313_c001_v0001177_t0030_u01741936993540") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4161da9c40f8d37d_d20250314_m072313_c001_v7007000_t0000_u01741936993357") 2025/03/14 07:25:50 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f113d157656e69685_d20250314_m072309_c001_v0001177_t0016_u01741936989971") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4161da9c40f8d375_d20250314_m072309_c001_v7007000_t0000_u01741936989238") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959960_d20250314_m072300_c001_v0001116_t0030_u01741936980825") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e5b8_d20250314_m072259_c001_v7007000_t0000_u01741936979906") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f107839074b543108_d20250314_m072258_c001_v0001182_t0057_u01741936978181") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e5b2_d20250314_m072258_c001_v7007000_t0000_u01741936978000") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f107839074b5430da_d20250314_m072254_c001_v0001182_t0048_u01741936974984") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e5ae_d20250314_m072254_c001_v7007000_t0000_u01741936974261") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c2b3_d20250314_m072248_c001_v0001113_t0043_u01741936968026") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8adb_d20250314_m072246_c001_v7007000_t0000_u01741936966923") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f101099cac418d61d_d20250314_m072241_c001_v0001183_t0033_u01741936961213") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40998ec220ada383_d20250314_m072241_c001_v7007000_t0000_u01741936961003") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f194_d20250314_m072237_c001_v0001041_t0043_u01741936957150") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f101cdf97a8af5416_d20250314_m072236_c001_v0001105_t0046_u01741936956276") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f101cdf97a8af5412_d20250314_m072235_c001_v0001105_t0030_u01741936955257") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d98_d20250314_m072221_c001_v7007000_t0000_u01741936941535") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c226_d20250314_m072213_c001_v0001113_t0020_u01741936933672") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f11701e7d580cbcf1_d20250314_m072212_c001_v0001101_t0056_u01741936932736") 2025/03/14 07:25:51 DEBUG : dst/one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f11701e7d580cbcef_d20250314_m072211_c001_v0001101_t0028_u01741936931576") 2025/03/14 07:25:51 DEBUG : dst/one-2019-01-01: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c77e_d20250314_m072405_c001_v7007000_t0000_u01741937045674") 2025/03/14 07:25:51 DEBUG : dst/one-2019-01-01: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1076fb9c8b274452_d20250314_m072402_c001_v0001090_t0019_u01741937042126") 2025/03/14 07:25:52 DEBUG : dst/one-2019-01-01: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f10695c33914a9437_d20250314_m072358_c001_v0001090_t0006_u01741937038226") 2025/03/14 07:25:52 DEBUG : dst/one.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d041_d20250314_m072352_c001_v7007000_t0000_u01741937032759") 2025/03/14 07:25:52 DEBUG : dst/one.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1161bf3d59a6c7ec_d20250314_m072350_c001_v0001184_t0010_u01741937030423") 2025/03/14 07:25:52 DEBUG : dst/one.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f115ca5a9763f55f8_d20250314_m072347_c001_v0001184_t0002_u01741937027365") 2025/03/14 07:25:52 DEBUG : dst/one.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d039_d20250314_m072342_c001_v7007000_t0000_u01741937022478") 2025/03/14 07:25:52 DEBUG : dst/one.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f118be7ceb845e83b_d20250314_m072340_c001_v0001179_t0004_u01741937020468") 2025/03/14 07:25:52 DEBUG : dst/one.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f115ca5a9763f54da_d20250314_m072336_c001_v0001184_t0034_u01741937016981") 2025/03/14 07:25:52 DEBUG : dst/three: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8adc_d20250314_m072247_c001_v7007000_t0000_u01741936967106") 2025/03/14 07:25:52 DEBUG : dst/three: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f101cdf97a8af5432_d20250314_m072245_c001_v0001105_t0020_u01741936965538") 2025/03/14 07:25:52 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c77f_d20250314_m072405_c001_v7007000_t0000_u01741937045858") 2025/03/14 07:25:52 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1133f9652ebd0a36_d20250314_m072403_c001_v0001104_t0013_u01741937043990") 2025/03/14 07:25:52 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f115ca5a9763f57a6_d20250314_m072400_c001_v0001184_t0036_u01741937040239") 2025/03/14 07:25:52 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c780_d20250314_m072406_c001_v7007000_t0000_u01741937046041") 2025/03/14 07:25:52 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f116f7861febbb1cb_d20250314_m072404_c001_v0001154_t0015_u01741937044828") 2025/03/14 07:25:52 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f41838ca0e14a04c2_d20250314_m072404_c001_v7007000_t0000_u01741937044644") 2025/03/14 07:25:52 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f116f7861febbb1bb_d20250314_m072400_c001_v0001154_t0021_u01741937040659") 2025/03/14 07:25:52 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f41838ca0e14a047f_d20250314_m072400_c001_v7007000_t0000_u01741937040475") 2025/03/14 07:25:52 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb399599ed_d20250314_m072355_c001_v0001116_t0043_u01741937035250") 2025/03/14 07:25:52 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d042_d20250314_m072352_c001_v7007000_t0000_u01741937032952") 2025/03/14 07:25:52 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f11880ddf533b537c_d20250314_m072351_c001_v0001180_t0059_u01741937031991") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4095f293b0362f44_d20250314_m072351_c001_v7007000_t0000_u01741937031808") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f11880ddf533b5370_d20250314_m072349_c001_v0001180_t0041_u01741937029445") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4095f293b0362f41_d20250314_m072349_c001_v7007000_t0000_u01741937029251") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb399599c9_d20250314_m072344_c001_v0001116_t0000_u01741937024218") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c1a65_d20250314_m072341_c001_v7007000_t0000_u01741937021717") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb399599b9_d20250314_m072339_c001_v0001116_t0035_u01741937019363") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c1a5d_d20250314_m072338_c001_v7007000_t0000_u01741937018993") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb399599a7_d20250314_m072334_c001_v0001116_t0028_u01741937014191") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a855c8_d20250314_m072328_c001_v7007000_t0000_u01741937008709") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f1da_d20250314_m072326_c001_v0001041_t0055_u01741937006220") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a855c0_d20250314_m072325_c001_v7007000_t0000_u01741937005112") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959984_d20250314_m072317_c001_v0001116_t0031_u01741936997961") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4161da9c40f8d37e_d20250314_m072314_c001_v7007000_t0000_u01741936994650") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f1ca_d20250314_m072311_c001_v0001041_t0058_u01741936991689") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4161da9c40f8d378_d20250314_m072310_c001_v7007000_t0000_u01741936990595") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959968_d20250314_m072304_c001_v0001116_t0035_u01741936984172") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e5b4_d20250314_m072258_c001_v7007000_t0000_u01741936978982") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c2d3_d20250314_m072256_c001_v0001113_t0007_u01741936976726") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e5b0_d20250314_m072255_c001_v7007000_t0000_u01741936975640") 2025/03/14 07:25:53 DEBUG : dst/three.txt: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f1a0_d20250314_m072249_c001_v0001041_t0014_u01741936969251") 2025/03/14 07:25:54 DEBUG : dst/three.txt.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d043_d20250314_m072353_c001_v7007000_t0000_u01741937033139") 2025/03/14 07:25:54 DEBUG : dst/three.txt.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f100148f289b9f1dd_d20250314_m072351_c001_v0001184_t0035_u01741937031601") 2025/03/14 07:25:54 DEBUG : dst/three.txt.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1192144d8a62b56b_d20250314_m072349_c001_v0001183_t0028_u01741937029055") 2025/03/14 07:25:54 DEBUG : dst/three.txt.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d03a_d20250314_m072342_c001_v7007000_t0000_u01741937022661") 2025/03/14 07:25:54 DEBUG : dst/three.txt.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f103507e82605810d_d20250314_m072341_c001_v0001161_t0044_u01741937021413") 2025/03/14 07:25:54 DEBUG : dst/three.txt.bak: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f10931b685c35f463_d20250314_m072338_c001_v0001183_t0054_u01741937018765") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c781_d20250314_m072406_c001_v7007000_t0000_u01741937046224") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb399599eb_d20250314_m072354_c001_v0001116_t0024_u01741937034561") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d044_d20250314_m072353_c001_v7007000_t0000_u01741937033327") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb399599c7_d20250314_m072343_c001_v0001116_t0035_u01741937023680") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d03b_d20250314_m072342_c001_v7007000_t0000_u01741937022844") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb399599a5_d20250314_m072333_c001_v0001116_t0020_u01741937013613") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4079d20787e3d032_d20250314_m072329_c001_v7007000_t0000_u01741937009831") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f1d4_d20250314_m072317_c001_v0001041_t0058_u01741936997593") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f403c9dea2b512412_d20250314_m072315_c001_v7007000_t0000_u01741936995762") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f1c0_d20250314_m072301_c001_v0001041_t0031_u01741936981717") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e5b9_d20250314_m072300_c001_v7007000_t0000_u01741936980089") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959943_d20250314_m072248_c001_v0001116_t0002_u01741936968725") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8ade_d20250314_m072247_c001_v7007000_t0000_u01741936967300") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f102c34330c84e4b8_d20250314_m072243_c001_v0001184_t0021_u01741936963107") 2025/03/14 07:25:54 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d99_d20250314_m072221_c001_v7007000_t0000_u01741936941718") 2025/03/14 07:25:55 DEBUG : dst/two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f11701e7d580cbd03_d20250314_m072220_c001_v0001101_t0020_u01741936940450") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda74687593a_d20250314_m072135_c001_v7007000_t0000_u01741936895463") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f126_d20250314_m072132_c001_v0001041_t0014_u01741936892034") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda74687592b_d20250314_m072129_c001_v7007000_t0000_u01741936889831") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f11a_d20250314_m072119_c001_v0001041_t0006_u01741936879876") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c2b3_d20250314_m072110_c001_v7007000_t0000_u01741936870474") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f110_d20250314_m072107_c001_v0001041_t0003_u01741936867287") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9cf9_d20250314_m072039_c001_v7007000_t0000_u01741936839222") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0c5_d20250314_m072037_c001_v0001041_t0034_u01741936837226") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9cf0_d20250314_m072035_c001_v7007000_t0000_u01741936835480") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0bd_d20250314_m072034_c001_v0001041_t0026_u01741936834134") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf8d47_d20250314_m072030_c001_v7007000_t0000_u01741936830102") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0ad_d20250314_m072028_c001_v0001041_t0047_u01741936828255") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda7468758ad_d20250314_m072026_c001_v7007000_t0000_u01741936826829") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0a3_d20250314_m072025_c001_v0001041_t0056_u01741936825169") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda74687589d_d20250314_m072017_c001_v7007000_t0000_u01741936817586") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f085_d20250314_m072015_c001_v0001041_t0056_u01741936815473") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda746875897_d20250314_m072013_c001_v7007000_t0000_u01741936813988") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f07d_d20250314_m072012_c001_v0001041_t0041_u01741936812978") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda74687588d_d20250314_m072006_c001_v7007000_t0000_u01741936806862") 2025/03/14 07:25:55 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f069_d20250314_m072005_c001_v0001041_t0023_u01741936805016") 2025/03/14 07:25:56 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda746875889_d20250314_m072002_c001_v7007000_t0000_u01741936802386") 2025/03/14 07:25:56 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f061_d20250314_m072001_c001_v0001041_t0034_u01741936801198") 2025/03/14 07:25:56 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda746875886_d20250314_m072000_c001_v7007000_t0000_u01741936800088") 2025/03/14 07:25:56 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f112fe4d830c533ee_d20250314_m071959_c001_v0001130_t0032_u01741936799380") 2025/03/14 07:25:56 DEBUG : empty space: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f057_d20250314_m071957_c001_v0001041_t0023_u01741936797677") 2025/03/14 07:25:56 DEBUG : enormous: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9cf6_d20250314_m072038_c001_v7007000_t0000_u01741936838280") 2025/03/14 07:25:56 DEBUG : enormous: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0c9_d20250314_m072037_c001_v0001041_t0046_u01741936837586") 2025/03/14 07:25:56 DEBUG : existing: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c789_d20250314_m072411_c001_v7007000_t0000_u01741937051837") 2025/03/14 07:25:56 DEBUG : existing: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a15_d20250314_m072410_c001_v0001116_t0042_u01741937050110") 2025/03/14 07:25:56 DEBUG : existing: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c2aa_d20250314_m072104_c001_v7007000_t0000_u01741936864958") 2025/03/14 07:25:56 DEBUG : existing: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c12f_d20250314_m072103_c001_v0001113_t0045_u01741936863748") 2025/03/14 07:25:56 DEBUG : existing: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4061b707f0e1d970_d20250314_m071953_c001_v7007000_t0000_u01741936793369") 2025/03/14 07:25:56 DEBUG : existing: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f04d_d20250314_m071952_c001_v0001041_t0000_u01741936792115") 2025/03/14 07:25:56 DEBUG : existing: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4061b707f0e1d961_d20250314_m071950_c001_v7007000_t0000_u01741936790840") 2025/03/14 07:25:56 DEBUG : existing: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f047_d20250314_m071950_c001_v0001041_t0033_u01741936790097") 2025/03/14 07:25:56 DEBUG : existing: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f045_d20250314_m071949_c001_v0001041_t0006_u01741936789061") 2025/03/14 07:25:56 DEBUG : existing-b: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c2ab_d20250314_m072105_c001_v7007000_t0000_u01741936865143") 2025/03/14 07:25:56 DEBUG : existing-b: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f108_d20250314_m072103_c001_v0001041_t0021_u01741936863741") 2025/03/14 07:25:56 DEBUG : file1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36b4_d20250314_m072531_c001_v7007000_t0000_u01741937131049") 2025/03/14 07:25:56 DEBUG : file1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f116f9c4ae0a91808_d20250314_m072529_c001_v0001182_t0055_u01741937129870") 2025/03/14 07:25:57 DEBUG : file1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36aa_d20250314_m072527_c001_v7007000_t0000_u01741937127779") 2025/03/14 07:25:57 DEBUG : file1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f10289555848db29b_d20250314_m072525_c001_v0001136_t0057_u01741937125488") 2025/03/14 07:25:57 DEBUG : five: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d00_d20250314_m072044_c001_v7007000_t0000_u01741936844104") 2025/03/14 07:25:57 DEBUG : five: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f404386ef69c0f0d7_d20250314_m072041_c001_v0001041_t0005_u01741936841852") 2025/03/14 07:25:57 DEBUG : foo: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda74687588b_d20250314_m072004_c001_v7007000_t0000_u01741936804266") 2025/03/14 07:25:57 DEBUG : foo: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f404386ef69c0f065_d20250314_m072003_c001_v0001041_t0005_u01741936803677") 2025/03/14 07:25:57 DEBUG : foo: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f404386ef69c0f063_d20250314_m072003_c001_v0001041_t0005_u01741936803114") 2025/03/14 07:25:57 DEBUG : four: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d01_d20250314_m072044_c001_v7007000_t0000_u01741936844317") 2025/03/14 07:25:57 DEBUG : four: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f414b2065db45c0e3_d20250314_m072042_c001_v0001113_t0012_u01741936842402") 2025/03/14 07:25:57 DEBUG : four: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0d5_d20250314_m072041_c001_v0001041_t0056_u01741936841098") 2025/03/14 07:25:57 DEBUG : hello world2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a82177_d20250314_m071855_c001_v7007000_t0000_u01741936735514") 2025/03/14 07:25:57 DEBUG : hello world2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0efcc_d20250314_m071854_c001_v0001041_t0024_u01741936734774") 2025/03/14 07:25:57 DEBUG : ignore-size: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4061b707f0e1d94f_d20250314_m071947_c001_v7007000_t0000_u01741936787978") 2025/03/14 07:25:57 DEBUG : ignore-size: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f03f_d20250314_m071946_c001_v0001041_t0003_u01741936786102") 2025/03/14 07:25:57 DEBUG : nested/sub dir/file: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c2a6_d20250314_m072102_c001_v7007000_t0000_u01741936862631") 2025/03/14 07:25:57 DEBUG : nested/sub dir/file: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c123_d20250314_m072101_c001_v0001113_t0031_u01741936861387") 2025/03/14 07:25:57 DEBUG : nested/sub dir/file: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c2a3_d20250314_m072100_c001_v7007000_t0000_u01741936860274") 2025/03/14 07:25:57 DEBUG : nested/sub dir/file: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c11d_d20250314_m072059_c001_v0001113_t0030_u01741936859045") 2025/03/14 07:25:57 DEBUG : one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d02_d20250314_m072044_c001_v7007000_t0000_u01741936844499") 2025/03/14 07:25:57 DEBUG : one: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f404386ef69c0f0cd_d20250314_m072040_c001_v0001041_t0005_u01741936840333") 2025/03/14 07:25:58 DEBUG : only0: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3691_d20250314_m072520_c001_v7007000_t0000_u01741937120534") 2025/03/14 07:25:58 DEBUG : only0: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f410d92c2ccca185e_d20250314_m072516_c001_v0001116_t0050_u01741937116056") 2025/03/14 07:25:58 DEBUG : only0: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959aba_d20250314_m072449_c001_v0001116_t0029_u01741937089956") 2025/03/14 07:25:58 DEBUG : only0: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f403c9dea2b513885_d20250314_m072443_c001_v7007000_t0000_u01741937083973") 2025/03/14 07:25:58 DEBUG : only0: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a23_d20250314_m072416_c001_v0001116_t0051_u01741937056733") 2025/03/14 07:25:58 DEBUG : only1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3692_d20250314_m072520_c001_v7007000_t0000_u01741937120721") 2025/03/14 07:25:58 DEBUG : only1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f416f9c4ae0a91746_d20250314_m072516_c001_v0001182_t0000_u01741937116071") 2025/03/14 07:25:58 DEBUG : only1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ac0_d20250314_m072450_c001_v0001116_t0031_u01741937090957") 2025/03/14 07:25:58 DEBUG : only1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e640_d20250314_m072443_c001_v7007000_t0000_u01741937083981") 2025/03/14 07:25:58 DEBUG : only1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a27_d20250314_m072417_c001_v0001116_t0044_u01741937057895") 2025/03/14 07:25:58 DEBUG : only10: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3693_d20250314_m072520_c001_v7007000_t0000_u01741937120915") 2025/03/14 07:25:58 DEBUG : only10: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411d12cb39959b40_d20250314_m072514_c001_v0001116_t0005_u01741937114578") 2025/03/14 07:25:58 DEBUG : only10: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959afa_d20250314_m072502_c001_v0001116_t0045_u01741937102012") 2025/03/14 07:25:58 DEBUG : only10: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f403c9dea2b513884_d20250314_m072443_c001_v7007000_t0000_u01741937083784") 2025/03/14 07:25:58 DEBUG : only10: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a68_d20250314_m072429_c001_v0001116_t0024_u01741937069385") 2025/03/14 07:25:58 DEBUG : only11: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3694_d20250314_m072521_c001_v7007000_t0000_u01741937121102") 2025/03/14 07:25:58 DEBUG : only11: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f416f9c4ae0a91734_d20250314_m072515_c001_v0001182_t0000_u01741937115135") 2025/03/14 07:25:58 DEBUG : only11: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959afe_d20250314_m072503_c001_v0001116_t0049_u01741937103173") 2025/03/14 07:25:58 DEBUG : only11: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e63d_d20250314_m072443_c001_v7007000_t0000_u01741937083418") 2025/03/14 07:25:58 DEBUG : only11: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a6c_d20250314_m072430_c001_v0001116_t0014_u01741937070804") 2025/03/14 07:25:59 DEBUG : only12: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3695_d20250314_m072521_c001_v7007000_t0000_u01741937121285") 2025/03/14 07:25:59 DEBUG : only12: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f410d92c2ccca1854_d20250314_m072515_c001_v0001116_t0050_u01741937115316") 2025/03/14 07:25:59 DEBUG : only12: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b06_d20250314_m072504_c001_v0001116_t0059_u01741937104393") 2025/03/14 07:25:59 DEBUG : only12: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8cc2_d20250314_m072443_c001_v7007000_t0000_u01741937083426") 2025/03/14 07:25:59 DEBUG : only12: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a72_d20250314_m072432_c001_v0001116_t0014_u01741937072059") 2025/03/14 07:25:59 DEBUG : only13: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3696_d20250314_m072521_c001_v7007000_t0000_u01741937121480") 2025/03/14 07:25:59 DEBUG : only13: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40289555848db285_d20250314_m072515_c001_v0001136_t0009_u01741937115514") 2025/03/14 07:25:59 DEBUG : only13: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b0c_d20250314_m072505_c001_v0001116_t0052_u01741937105893") 2025/03/14 07:25:59 DEBUG : only13: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e63f_d20250314_m072443_c001_v7007000_t0000_u01741937083792") 2025/03/14 07:25:59 DEBUG : only13: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a78_d20250314_m072432_c001_v0001116_t0046_u01741937072923") 2025/03/14 07:25:59 DEBUG : only14: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3697_d20250314_m072521_c001_v7007000_t0000_u01741937121667") 2025/03/14 07:25:59 DEBUG : only14: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411d12cb39959b42_d20250314_m072515_c001_v0001116_t0005_u01741937115158") 2025/03/14 07:25:59 DEBUG : only14: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b14_d20250314_m072507_c001_v0001116_t0057_u01741937107044") 2025/03/14 07:25:59 DEBUG : only14: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4195f78a02b2d836_d20250314_m072443_c001_v7007000_t0000_u01741937083801") 2025/03/14 07:25:59 DEBUG : only14: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a7c_d20250314_m072434_c001_v0001116_t0033_u01741937074091") 2025/03/14 07:25:59 DEBUG : only15: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3698_d20250314_m072521_c001_v7007000_t0000_u01741937121864") 2025/03/14 07:25:59 DEBUG : only15: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f416f9c4ae0a91736_d20250314_m072515_c001_v0001182_t0000_u01741937115323") 2025/03/14 07:25:59 DEBUG : only15: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b18_d20250314_m072508_c001_v0001116_t0023_u01741937108188") 2025/03/14 07:25:59 DEBUG : only15: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f403c9dea2b513883_d20250314_m072443_c001_v7007000_t0000_u01741937083598") 2025/03/14 07:25:59 DEBUG : only15: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a84_d20250314_m072435_c001_v0001116_t0050_u01741937075293") 2025/03/14 07:25:59 DEBUG : only16: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c3699_d20250314_m072522_c001_v7007000_t0000_u01741937122053") 2025/03/14 07:25:59 DEBUG : only16: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411d12cb39959b44_d20250314_m072515_c001_v0001116_t0005_u01741937115342") 2025/03/14 07:26:00 DEBUG : only16: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b22_d20250314_m072509_c001_v0001116_t0044_u01741937109508") 2025/03/14 07:26:00 DEBUG : only16: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8cc7_d20250314_m072444_c001_v7007000_t0000_u01741937084004") 2025/03/14 07:26:00 DEBUG : only16: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a8c_d20250314_m072437_c001_v0001116_t0054_u01741937077851") 2025/03/14 07:26:00 DEBUG : only17: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c369a_d20250314_m072522_c001_v7007000_t0000_u01741937122238") 2025/03/14 07:26:00 DEBUG : only17: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f410d92c2ccca1858_d20250314_m072515_c001_v0001116_t0050_u01741937115498") 2025/03/14 07:26:00 DEBUG : only17: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b2a_d20250314_m072510_c001_v0001116_t0036_u01741937110987") 2025/03/14 07:26:00 DEBUG : only17: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e63e_d20250314_m072443_c001_v7007000_t0000_u01741937083606") 2025/03/14 07:26:00 DEBUG : only17: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a96_d20250314_m072438_c001_v0001116_t0043_u01741937078987") 2025/03/14 07:26:00 DEBUG : only18: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c369b_d20250314_m072522_c001_v7007000_t0000_u01741937122425") 2025/03/14 07:26:00 DEBUG : only18: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f416f9c4ae0a9173c_d20250314_m072515_c001_v0001182_t0000_u01741937115510") 2025/03/14 07:26:00 DEBUG : only18: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b2e_d20250314_m072511_c001_v0001116_t0056_u01741937111983") 2025/03/14 07:26:00 DEBUG : only18: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e63a_d20250314_m072443_c001_v7007000_t0000_u01741937083032") 2025/03/14 07:26:00 DEBUG : only18: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a9a_d20250314_m072440_c001_v0001116_t0014_u01741937080134") 2025/03/14 07:26:00 DEBUG : only19: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c369d_d20250314_m072522_c001_v7007000_t0000_u01741937122615") 2025/03/14 07:26:00 DEBUG : only19: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411d12cb39959b46_d20250314_m072515_c001_v0001116_t0005_u01741937115525") 2025/03/14 07:26:00 DEBUG : only19: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b38_d20250314_m072513_c001_v0001116_t0011_u01741937113349") 2025/03/14 07:26:00 DEBUG : only19: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f403c9dea2b513886_d20250314_m072444_c001_v7007000_t0000_u01741937084158") 2025/03/14 07:26:00 DEBUG : only19: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a9e_d20250314_m072441_c001_v0001116_t0011_u01741937081432") 2025/03/14 07:26:00 DEBUG : only2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c369e_d20250314_m072522_c001_v7007000_t0000_u01741937122799") 2025/03/14 07:26:00 DEBUG : only2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f410d92c2ccca185a_d20250314_m072515_c001_v0001116_t0050_u01741937115680") 2025/03/14 07:26:01 DEBUG : only2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ac4_d20250314_m072452_c001_v0001116_t0050_u01741937092001") 2025/03/14 07:26:01 DEBUG : only2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e63c_d20250314_m072443_c001_v7007000_t0000_u01741937083230") 2025/03/14 07:26:01 DEBUG : only2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a2b_d20250314_m072419_c001_v0001116_t0031_u01741937059161") 2025/03/14 07:26:01 DEBUG : only3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c369f_d20250314_m072522_c001_v7007000_t0000_u01741937122982") 2025/03/14 07:26:01 DEBUG : only3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f416f9c4ae0a9173e_d20250314_m072515_c001_v0001182_t0000_u01741937115696") 2025/03/14 07:26:01 DEBUG : only3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959aca_d20250314_m072453_c001_v0001116_t0052_u01741937093073") 2025/03/14 07:26:01 DEBUG : only3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f403c9dea2b513882_d20250314_m072443_c001_v7007000_t0000_u01741937083413") 2025/03/14 07:26:01 DEBUG : only3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a2f_d20250314_m072420_c001_v0001116_t0042_u01741937060236") 2025/03/14 07:26:01 DEBUG : only4: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36a0_d20250314_m072523_c001_v7007000_t0000_u01741937123164") 2025/03/14 07:26:01 DEBUG : only4: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40289555848db287_d20250314_m072515_c001_v0001136_t0009_u01741937115706") 2025/03/14 07:26:01 DEBUG : only4: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ad2_d20250314_m072454_c001_v0001116_t0051_u01741937094186") 2025/03/14 07:26:01 DEBUG : only4: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8cc6_d20250314_m072443_c001_v7007000_t0000_u01741937083812") 2025/03/14 07:26:01 DEBUG : only4: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a39_d20250314_m072421_c001_v0001116_t0027_u01741937061540") 2025/03/14 07:26:01 DEBUG : only5: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36a1_d20250314_m072523_c001_v7007000_t0000_u01741937123346") 2025/03/14 07:26:01 DEBUG : only5: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411d12cb39959b4a_d20250314_m072515_c001_v0001116_t0005_u01741937115717") 2025/03/14 07:26:01 DEBUG : only5: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ad6_d20250314_m072455_c001_v0001116_t0032_u01741937095470") 2025/03/14 07:26:01 DEBUG : only5: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4195f78a02b2d833_d20250314_m072443_c001_v7007000_t0000_u01741937083413") 2025/03/14 07:26:01 DEBUG : only5: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a3d_d20250314_m072422_c001_v0001116_t0046_u01741937062637") 2025/03/14 07:26:01 DEBUG : only6: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36a3_d20250314_m072523_c001_v7007000_t0000_u01741937123547") 2025/03/14 07:26:01 DEBUG : only6: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f410d92c2ccca185c_d20250314_m072515_c001_v0001116_t0050_u01741937115873") 2025/03/14 07:26:01 DEBUG : only6: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ade_d20250314_m072456_c001_v0001116_t0004_u01741937096707") 2025/03/14 07:26:02 DEBUG : only6: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4195f78a02b2d835_d20250314_m072443_c001_v7007000_t0000_u01741937083615") 2025/03/14 07:26:02 DEBUG : only6: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a47_d20250314_m072424_c001_v0001116_t0044_u01741937064050") 2025/03/14 07:26:02 DEBUG : only7: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36a5_d20250314_m072523_c001_v7007000_t0000_u01741937123747") 2025/03/14 07:26:02 DEBUG : only7: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f416f9c4ae0a91740_d20250314_m072515_c001_v0001182_t0000_u01741937115886") 2025/03/14 07:26:02 DEBUG : only7: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959ae6_d20250314_m072457_c001_v0001116_t0011_u01741937097880") 2025/03/14 07:26:02 DEBUG : only7: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8cc3_d20250314_m072443_c001_v7007000_t0000_u01741937083626") 2025/03/14 07:26:02 DEBUG : only7: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a52_d20250314_m072425_c001_v0001116_t0002_u01741937065552") 2025/03/14 07:26:02 DEBUG : only8: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36a6_d20250314_m072523_c001_v7007000_t0000_u01741937123965") 2025/03/14 07:26:02 DEBUG : only8: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40289555848db289_d20250314_m072515_c001_v0001136_t0009_u01741937115896") 2025/03/14 07:26:02 DEBUG : only8: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959aea_d20250314_m072459_c001_v0001116_t0020_u01741937099015") 2025/03/14 07:26:02 DEBUG : only8: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f40200070b1d6e641_d20250314_m072444_c001_v7007000_t0000_u01741937084177") 2025/03/14 07:26:02 DEBUG : only8: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a5e_d20250314_m072427_c001_v0001116_t0055_u01741937067037") 2025/03/14 07:26:02 DEBUG : only9: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36a8_d20250314_m072524_c001_v7007000_t0000_u01741937124151") 2025/03/14 07:26:02 DEBUG : only9: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411d12cb39959b4c_d20250314_m072515_c001_v0001116_t0005_u01741937115907") 2025/03/14 07:26:02 DEBUG : only9: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959af2_d20250314_m072500_c001_v0001116_t0021_u01741937100484") 2025/03/14 07:26:02 DEBUG : only9: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4195f78a02b2d837_d20250314_m072443_c001_v7007000_t0000_u01741937083991") 2025/03/14 07:26:02 DEBUG : only9: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959a62_d20250314_m072428_c001_v0001116_t0034_u01741937068283") 2025/03/14 07:26:02 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c2a0_d20250314_m072057_c001_v7007000_t0000_u01741936857194") 2025/03/14 07:26:02 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959839_d20250314_m072054_c001_v0001116_t0056_u01741936854323") 2025/03/14 07:26:02 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d14_d20250314_m072052_c001_v7007000_t0000_u01741936852479") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0ed_d20250314_m072050_c001_v0001041_t0028_u01741936850223") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d0b_d20250314_m072048_c001_v7007000_t0000_u01741936848304") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c0f1_d20250314_m072045_c001_v0001113_t0033_u01741936845461") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9904_d20250314_m072032_c001_v7007000_t0000_u01741936832569") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0b3_d20250314_m072031_c001_v0001041_t0021_u01741936831043") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf8d45_d20250314_m072028_c001_v7007000_t0000_u01741936828945") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0ab_d20250314_m072027_c001_v0001041_t0002_u01741936827755") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda7468758ac_d20250314_m072026_c001_v7007000_t0000_u01741936826051") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f09f_d20250314_m072024_c001_v0001041_t0005_u01741936824725") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda74687589b_d20250314_m072017_c001_v7007000_t0000_u01741936817027") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f083_d20250314_m072014_c001_v0001041_t0006_u01741936814920") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda746875898_d20250314_m072014_c001_v7007000_t0000_u01741936814169") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f07b_d20250314_m072012_c001_v0001041_t0007_u01741936812571") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda746875894_d20250314_m072011_c001_v7007000_t0000_u01741936811821") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f077_d20250314_m072010_c001_v0001041_t0038_u01741936810940") 2025/03/14 07:26:03 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f075_d20250314_m072010_c001_v0001041_t0036_u01741936810206") 2025/03/14 07:26:04 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda746875892_d20250314_m072009_c001_v7007000_t0000_u01741936809480") 2025/03/14 07:26:04 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f073_d20250314_m072008_c001_v0001041_t0004_u01741936808516") 2025/03/14 07:26:04 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f06f_d20250314_m072007_c001_v0001041_t0048_u01741936807784") 2025/03/14 07:26:04 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda74687588e_d20250314_m072007_c001_v7007000_t0000_u01741936807054") 2025/03/14 07:26:04 DEBUG : potato: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f06d_d20250314_m072005_c001_v0001041_t0000_u01741936805936") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4195f78a02b2d769_d20250314_m072147_c001_v7007000_t0000_u01741936907740") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb399598c3_d20250314_m072146_c001_v0001116_t0054_u01741936906667") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda746875940_d20250314_m072138_c001_v7007000_t0000_u01741936898446") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959899_d20250314_m072131_c001_v0001116_t0033_u01741936891196") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76f0e3_d20250314_m072123_c001_v7007000_t0000_u01741936883600") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959883_d20250314_m072118_c001_v0001116_t0033_u01741936878979") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c2b5_d20250314_m072110_c001_v7007000_t0000_u01741936870852") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb3995986b_d20250314_m072106_c001_v0001116_t0031_u01741936866447") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9cf8_d20250314_m072038_c001_v7007000_t0000_u01741936838465") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0c3_d20250314_m072036_c001_v0001041_t0005_u01741936836759") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9cf1_d20250314_m072035_c001_v7007000_t0000_u01741936835666") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0bb_d20250314_m072033_c001_v0001041_t0002_u01741936833546") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9905_d20250314_m072032_c001_v7007000_t0000_u01741936832754") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0b7_d20250314_m072031_c001_v0001041_t0049_u01741936831791") 2025/03/14 07:26:04 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf8d48_d20250314_m072030_c001_v7007000_t0000_u01741936830308") 2025/03/14 07:26:05 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0af_d20250314_m072029_c001_v0001041_t0038_u01741936829310") 2025/03/14 07:26:05 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda7468758ae_d20250314_m072027_c001_v7007000_t0000_u01741936827016") 2025/03/14 07:26:05 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0a9_d20250314_m072026_c001_v0001041_t0003_u01741936826057") 2025/03/14 07:26:05 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda74687589e_d20250314_m072017_c001_v7007000_t0000_u01741936817768") 2025/03/14 07:26:05 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f089_d20250314_m072016_c001_v0001041_t0005_u01741936816576") 2025/03/14 07:26:05 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a8217b_d20250314_m071859_c001_v7007000_t0000_u01741936739202") 2025/03/14 07:26:05 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0efd8_d20250314_m071858_c001_v0001041_t0045_u01741936738506") 2025/03/14 07:26:05 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a82179_d20250314_m071857_c001_v7007000_t0000_u01741936737238") 2025/03/14 07:26:05 DEBUG : potato2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0efd2_d20250314_m071856_c001_v0001041_t0020_u01741936736427") 2025/03/14 07:26:05 DEBUG : potato3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4126bda74687593b_d20250314_m072136_c001_v7007000_t0000_u01741936896077") 2025/03/14 07:26:05 DEBUG : potato3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c18c_d20250314_m072132_c001_v0001113_t0013_u01741936892804") 2025/03/14 07:26:05 DEBUG : potato3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76f0e7_d20250314_m072123_c001_v7007000_t0000_u01741936883828") 2025/03/14 07:26:05 DEBUG : potato3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c161_d20250314_m072120_c001_v0001113_t0029_u01741936880662") 2025/03/14 07:26:05 DEBUG : potato3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c2b6_d20250314_m072111_c001_v7007000_t0000_u01741936871859") 2025/03/14 07:26:05 DEBUG : potato3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c137_d20250314_m072107_c001_v0001113_t0009_u01741936867820") 2025/03/14 07:26:05 DEBUG : pre-dest1/1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8ac0_d20250314_m072230_c001_v7007000_t0000_u01741936950749") 2025/03/14 07:26:05 DEBUG : pre-dest1/1: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c242_d20250314_m072222_c001_v0001113_t0059_u01741936942452") 2025/03/14 07:26:05 DEBUG : pre-dest2/2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4000d4a311fc8ac2_d20250314_m072230_c001_v7007000_t0000_u01741936950934") 2025/03/14 07:26:05 DEBUG : pre-dest2/2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb3995990f_d20250314_m072223_c001_v0001116_t0006_u01741936943264") 2025/03/14 07:26:05 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d6f_d20250314_m072201_c001_v7007000_t0000_u01741936921098") 2025/03/14 07:26:05 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f148_d20250314_m072157_c001_v0001041_t0008_u01741936917024") 2025/03/14 07:26:06 DEBUG : sizeonly: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76f04c_d20250314_m071944_c001_v7007000_t0000_u01741936784485") 2025/03/14 07:26:06 DEBUG : sizeonly: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f039_d20250314_m071943_c001_v0001041_t0011_u01741936783412") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c7ef_d20250314_m072540_c001_v7007000_t0000_u01741937140981") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b84_d20250314_m072537_c001_v0001116_t0023_u01741937137987") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36bc_d20250314_m072536_c001_v7007000_t0000_u01741937136084") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f110d92c2ccca189e_d20250314_m072533_c001_v0001116_t0031_u01741937133212") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c2a7_d20250314_m072102_c001_v7007000_t0000_u01741936862816") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959850_d20250314_m072101_c001_v0001116_t0009_u01741936861747") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c2a4_d20250314_m072100_c001_v7007000_t0000_u01741936860458") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f100_d20250314_m072059_c001_v0001041_t0051_u01741936859400") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76f043_d20250314_m071939_c001_v7007000_t0000_u01741936779944") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f033_d20250314_m071938_c001_v0001041_t0029_u01741936778336") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76f042_d20250314_m071937_c001_v7007000_t0000_u01741936777608") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f02f_d20250314_m071936_c001_v0001041_t0007_u01741936776314") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76f03d_d20250314_m071933_c001_v7007000_t0000_u01741936773431") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f029_d20250314_m071931_c001_v0001041_t0015_u01741936771729") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76f019_d20250314_m071931_c001_v7007000_t0000_u01741936771194") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f025_d20250314_m071929_c001_v0001041_t0028_u01741936769893") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f023_d20250314_m071926_c001_v0001041_t0012_u01741936766857") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76efd0_d20250314_m071926_c001_v7007000_t0000_u01741936766142") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f01f_d20250314_m071925_c001_v0001041_t0031_u01741936765431") 2025/03/14 07:26:06 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f01b_d20250314_m071924_c001_v0001041_t0011_u01741936764497") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76efcd_d20250314_m071923_c001_v7007000_t0000_u01741936763424") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f013_d20250314_m071920_c001_v0001041_t0013_u01741936760723") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f00f_d20250314_m071917_c001_v0001041_t0010_u01741936757980") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76efc2_d20250314_m071917_c001_v7007000_t0000_u01741936757257") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f00d_d20250314_m071916_c001_v0001041_t0002_u01741936756476") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f007_d20250314_m071915_c001_v0001041_t0027_u01741936755470") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76efbd_d20250314_m071914_c001_v7007000_t0000_u01741936754755") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0effb_d20250314_m071910_c001_v0001041_t0041_u01741936750739") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4143dd8edc76efac_d20250314_m071910_c001_v7007000_t0000_u01741936750380") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0eff8_d20250314_m071909_c001_v0001041_t0031_u01741936749652") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a82185_d20250314_m071908_c001_v7007000_t0000_u01741936748001") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0eff2_d20250314_m071907_c001_v0001041_t0035_u01741936747282") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a82183_d20250314_m071906_c001_v7007000_t0000_u01741936746728") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0eff0_d20250314_m071905_c001_v0001041_t0008_u01741936745668") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a8217f_d20250314_m071904_c001_v7007000_t0000_u01741936744382") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0efec_d20250314_m071903_c001_v0001041_t0012_u01741936743463") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a8217e_d20250314_m071902_c001_v7007000_t0000_u01741936742914") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0efe6_d20250314_m071902_c001_v0001041_t0004_u01741936742050") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a8217d_d20250314_m071901_c001_v7007000_t0000_u01741936741133") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0efdc_d20250314_m071900_c001_v0001041_t0015_u01741936740114") 2025/03/14 07:26:07 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a82173_d20250314_m071853_c001_v7007000_t0000_u01741936733861") 2025/03/14 07:26:08 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0efc6_d20250314_m071853_c001_v0001041_t0053_u01741936733128") 2025/03/14 07:26:08 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a82171_d20250314_m071852_c001_v7007000_t0000_u01741936732218") 2025/03/14 07:26:08 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0efc3_d20250314_m071851_c001_v0001041_t0049_u01741936731535") 2025/03/14 07:26:08 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a8216d_d20250314_m071850_c001_v7007000_t0000_u01741936730621") 2025/03/14 07:26:08 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0efbf_d20250314_m071849_c001_v0001041_t0012_u01741936729821") 2025/03/14 07:26:08 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f407bac1305a8216b_d20250314_m071846_c001_v7007000_t0000_u01741936726877") 2025/03/14 07:26:08 DEBUG : sub dir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0efbd_d20250314_m071846_c001_v0001041_t0001_u01741936726068") 2025/03/14 07:26:08 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c7f0_d20250314_m072541_c001_v7007000_t0000_u01741937141167") 2025/03/14 07:26:08 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f116f9c4ae0a9188d_d20250314_m072537_c001_v0001182_t0052_u01741937137976") 2025/03/14 07:26:08 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36be_d20250314_m072536_c001_v7007000_t0000_u01741937136267") 2025/03/14 07:26:08 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f10289555848db2ab_d20250314_m072532_c001_v0001136_t0022_u01741937132864") 2025/03/14 07:26:08 DEBUG : sub/yam: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c29d_d20250314_m072056_c001_v7007000_t0000_u01741936856635") 2025/03/14 07:26:08 DEBUG : sub/yam: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c111_d20250314_m072053_c001_v0001113_t0047_u01741936853968") 2025/03/14 07:26:08 DEBUG : test_dir1/file2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36b6_d20250314_m072531_c001_v7007000_t0000_u01741937131232") 2025/03/14 07:26:08 DEBUG : test_dir1/file2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b6c_d20250314_m072529_c001_v0001116_t0022_u01741937129514") 2025/03/14 07:26:08 DEBUG : test_dir1/file2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36ac_d20250314_m072527_c001_v7007000_t0000_u01741937127966") 2025/03/14 07:26:08 DEBUG : test_dir1/file2: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb39959b64_d20250314_m072525_c001_v0001116_t0029_u01741937125497") 2025/03/14 07:26:08 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36b7_d20250314_m072531_c001_v7007000_t0000_u01741937131492") 2025/03/14 07:26:08 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f10289555848db2a1_d20250314_m072529_c001_v0001136_t0001_u01741937129503") 2025/03/14 07:26:08 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f4130c18dd37c36ae_d20250314_m072528_c001_v7007000_t0000_u01741937128150") 2025/03/14 07:26:09 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f110d92c2ccca1880_d20250314_m072525_c001_v0001116_t0019_u01741937125502") 2025/03/14 07:26:09 DEBUG : three: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d03_d20250314_m072044_c001_v7007000_t0000_u01741936844684") 2025/03/14 07:26:09 DEBUG : three: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0dd_d20250314_m072043_c001_v0001041_t0016_u01741936843171") 2025/03/14 07:26:09 DEBUG : three: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f104386ef69c0f0d1_d20250314_m072040_c001_v0001041_t0029_u01741936840732") 2025/03/14 07:26:09 DEBUG : two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d04_d20250314_m072044_c001_v7007000_t0000_u01741936844892") 2025/03/14 07:26:09 DEBUG : two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411d12cb39959823_d20250314_m072042_c001_v0001116_t0005_u01741936842598") 2025/03/14 07:26:09 DEBUG : two: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f404386ef69c0f0cf_d20250314_m072040_c001_v0001041_t0005_u01741936840528") 2025/03/14 07:26:09 DEBUG : yam: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f405e3d2a5066c2a1_d20250314_m072057_c001_v7007000_t0000_u01741936857377") 2025/03/14 07:26:09 DEBUG : yam: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1054815f8ef0ff34_d20250314_m072055_c001_v0001104_t0007_u01741936855795") 2025/03/14 07:26:09 DEBUG : yam: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d12_d20250314_m072051_c001_v7007000_t0000_u01741936851923") 2025/03/14 07:26:09 DEBUG : yam: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f114b2065db45c107_d20250314_m072049_c001_v0001113_t0012_u01741936849864") 2025/03/14 07:26:09 DEBUG : yam: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d0a_d20250314_m072047_c001_v7007000_t0000_u01741936847755") 2025/03/14 07:26:09 DEBUG : yam: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f111d12cb3995982b_d20250314_m072045_c001_v0001116_t0046_u01741936845477") 2025/03/14 07:26:09 DEBUG : yaml: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d16_d20250314_m072052_c001_v7007000_t0000_u01741936852661") 2025/03/14 07:26:09 DEBUG : yaml: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f1174d1db47c524b9_d20250314_m072051_c001_v0001105_t0007_u01741936851368") 2025/03/14 07:26:09 DEBUG : yaml: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f411aa6e54aaf9d0d_d20250314_m072048_c001_v7007000_t0000_u01741936848551") 2025/03/14 07:26:09 DEBUG : yaml: Deleting (id "4_z6f220d73805d9b3b9f580e1b_f10862da82c505f1e_d20250314_m072047_c001_v0001136_t0029_u01741936847259") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 7m27.935855248s (try 1/5)