"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2024/11/22 01:31:24 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome" 2024/11/22 01:31:24 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/22 01:31:24 DEBUG : Creating backend with remote "/tmp/rclone244119403" === 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-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:25 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:25 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/11/22 01:31:25 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:25 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.07s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:26 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/22 01:31:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:26 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:26 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:27 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:27 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:27 DEBUG : B2 bucket rclone-test-zahiyur6vome: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.03s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", 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-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", 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-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:29 DEBUG : Creating backend with remote "/non-existing" 2024/11/22 01:31:29 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/11/22 01:31:29 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:29 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.90s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:30 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:30 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:31 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:31 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.86s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:32 INFO : B2 bucket rclone-test-zahiyur6vome: Running all checks before starting transfers 2024/11/22 01:31:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:32 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:32 INFO : B2 bucket rclone-test-zahiyur6vome: Checks finished, now starting transfers 2024/11/22 01:31:32 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:32 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:32 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.49s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:33 ERROR : Ignoring --no-traverse with sync 2024/11/22 01:31:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:33 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:33 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:34 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:34 INFO : sub dir/hello world: Copied (new) 2024/11/22 01:31:34 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.48s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:35 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/11/22 01:31:35 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:35 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:35 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2024/11/22 01:31:35 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.53s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:36 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:31:36 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:36 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:37 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:37 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.49s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:38 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:31:38 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:38 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:39 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:39 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.89s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:40 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/22 01:31:40 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/22 01:31:40 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/11/22 01:31:40 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/22 01:31:40 DEBUG : sub dir: Making directory 2024/11/22 01:31:40 DEBUG : sub dir2: Making directory 2024/11/22 01:31:40 DEBUG : sub dir2/sub sub dir2: Making directory 2024/11/22 01:31:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:40 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:40 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:40 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:40 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2024/11/22 01:31:40 DEBUG : B2 bucket rclone-test-zahiyur6vome: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.49s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:41 DEBUG : sub dir2: Making directory 2024/11/22 01:31:41 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/22 01:31:41 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/22 01:31:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:41 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:41 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:42 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.12s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:42 DEBUG : sub dir2: Making directory with metadata 2024/11/22 01:31:42 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/22 01:31:42 DEBUG : sub dir: Making directory 2024/11/22 01:31:42 DEBUG : sub dir2: Making directory 2024/11/22 01:31:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:42 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:42 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:43 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:43 INFO : sub dir/hello world: Copied (new) 2024/11/22 01:31:43 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/11/22 01:31:43 DEBUG : B2 bucket rclone-test-zahiyur6vome: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/11/22 01:31:43 DEBUG : B2 bucket rclone-test-zahiyur6vome: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.66s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", 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-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:44 DEBUG : sub dir2: Making directory 2024/11/22 01:31:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:44 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:44 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:45 INFO : sub dir/hello world: Copied (new) 2024/11/22 01:31:45 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.12s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:45 DEBUG : sub dir2: Making directory with metadata 2024/11/22 01:31:45 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/22 01:31:45 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/22 01:31:46 DEBUG : sub dir: Making directory 2024/11/22 01:31:46 DEBUG : sub dir2: Making directory 2024/11/22 01:31:46 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:46 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:46 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:46 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:46 INFO : sub dir/hello world: Copied (new) 2024/11/22 01:31:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/11/22 01:31:46 DEBUG : B2 bucket rclone-test-zahiyur6vome: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.50s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", 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-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:47 DEBUG : sub dir2: Making directory 2024/11/22 01:31:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:48 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:48 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:48 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:48 INFO : sub dir/hello world: Copied (new) 2024/11/22 01:31:48 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.50s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:49 DEBUG : Creating backend with remote "TestB2:rclone-test-ditubul1filo" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-zahiyur6vome -> B2 bucket rclone-test-ditubul1filo 2024/11/22 01:31:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:50 DEBUG : B2 bucket rclone-test-ditubul1filo: Waiting for checks to finish 2024/11/22 01:31:50 DEBUG : B2 bucket rclone-test-ditubul1filo: Waiting for transfers to finish 2024/11/22 01:31:51 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:51 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:52 DEBUG : B2 bucket rclone-test-ditubul1filo: Purge remote 2024/11/22 01:31:52 INFO : B2 bucket rclone-test-ditubul1filo: cleaning bucket "rclone-test-ditubul1filo" of all files 2024/11/22 01:31:52 DEBUG : sub dir/hello world: Deleting (id "4_z4f723d3370fd5b1b9f380e1b_f114f07c46d7c9c6d_d20241122_m013151_c001_v0001040_t0042_u01732239111483") --- PASS: TestServerSideCopy (4.69s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:54 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/22 01:31:54 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:31:54 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:31:54 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/22 01:31:54 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestCopyOverSelf (1.88s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:56 DEBUG : Creating backend with remote "TestB2:rclone-test-kijizix4yuve" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-zahiyur6vome -> B2 bucket rclone-test-kijizix4yuve 2024/11/22 01:31:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:31:57 DEBUG : B2 bucket rclone-test-kijizix4yuve: Waiting for checks to finish 2024/11/22 01:31:57 DEBUG : B2 bucket rclone-test-kijizix4yuve: Waiting for transfers to finish 2024/11/22 01:31:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:31:59 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:31:59 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/22 01:31:59 DEBUG : B2 bucket rclone-test-kijizix4yuve: Waiting for checks to finish 2024/11/22 01:31:59 DEBUG : B2 bucket rclone-test-kijizix4yuve: Waiting for transfers to finish 2024/11/22 01:32:00 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/22 01:32:00 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:00 DEBUG : B2 bucket rclone-test-kijizix4yuve: Purge remote 2024/11/22 01:32:00 INFO : B2 bucket rclone-test-kijizix4yuve: cleaning bucket "rclone-test-kijizix4yuve" of all files 2024/11/22 01:32:00 DEBUG : sub dir/hello world: Deleting (id "4_zbf924dc370fd5b1b9f380e1b_f10258decba975c1c_d20241122_m013159_c001_v0001102_t0028_u01732239119870") 2024/11/22 01:32:00 DEBUG : sub dir/hello world: Deleting (id "4_zbf924dc370fd5b1b9f380e1b_f118454b63b7282a4_d20241122_m013158_c001_v0001183_t0023_u01732239118811") --- PASS: TestServerSideCopyOverSelf (6.93s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:03 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/22 01:32:03 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:03 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:03 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/22 01:32:03 INFO : sub dir/hello world: Copied (replaced existing) 2024/11/22 01:32:03 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestMoveOverSelf (1.90s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:05 DEBUG : Creating backend with remote "TestB2:rclone-test-guhapod8recu" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-zahiyur6vome -> B2 bucket rclone-test-guhapod8recu 2024/11/22 01:32:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:32:06 DEBUG : B2 bucket rclone-test-guhapod8recu: Waiting for checks to finish 2024/11/22 01:32:06 DEBUG : B2 bucket rclone-test-guhapod8recu: Waiting for transfers to finish 2024/11/22 01:32:07 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:32:07 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:07 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/22 01:32:07 DEBUG : B2 bucket rclone-test-guhapod8recu: Waiting for checks to finish 2024/11/22 01:32:07 DEBUG : B2 bucket rclone-test-guhapod8recu: Waiting for transfers to finish 2024/11/22 01:32:08 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/22 01:32:08 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/22 01:32:08 INFO : sub dir/hello world: Deleted 2024/11/22 01:32:09 DEBUG : testing file moves 2024/11/22 01:32:09 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/11/22 01:32:09 DEBUG : B2 bucket rclone-test-guhapod8recu: Waiting for checks to finish 2024/11/22 01:32:09 DEBUG : B2 bucket rclone-test-guhapod8recu: Waiting for transfers to finish 2024/11/22 01:32:09 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2024/11/22 01:32:09 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/22 01:32:09 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:10 DEBUG : B2 bucket rclone-test-guhapod8recu: Purge remote 2024/11/22 01:32:10 INFO : B2 bucket rclone-test-guhapod8recu: cleaning bucket "rclone-test-guhapod8recu" of all files 2024/11/22 01:32:10 DEBUG : sub dir/hello world: Deleting (id "4_z6f626df370fd5b1b9f380e1b_f10709375545bd3c1_d20241122_m013209_c001_v0001183_t0036_u01732239129481") 2024/11/22 01:32:10 DEBUG : sub dir/hello world: Deleting (id "4_z6f626df370fd5b1b9f380e1b_f119c4626af3b421b_d20241122_m013207_c001_v0001098_t0006_u01732239127915") 2024/11/22 01:32:10 DEBUG : sub dir/hello world: Deleting (id "4_z6f626df370fd5b1b9f380e1b_f115afd108ac79366_d20241122_m013206_c001_v0001182_t0014_u01732239126919") --- PASS: TestServerSideMoveOverSelf (7.92s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:12 ERROR : : error listing: directory not found 2024/11/22 01:32:12 DEBUG : Local file system at /tmp/rclone244119403: Making directory 2024/11/22 01:32:13 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:13 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestCopyAfterDelete (1.67s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:32:14 DEBUG : Local file system at /tmp/rclone244119403: Waiting for checks to finish 2024/11/22 01:32:14 DEBUG : Local file system at /tmp/rclone244119403: Waiting for transfers to finish 2024/11/22 01:32:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:32:15 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2024/11/22 01:32:15 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestCopyRedownload (2.04s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:16 DEBUG : check sum: Need to transfer - File not found at Destination 2024/11/22 01:32:16 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:16 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:16 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/22 01:32:16 INFO : check sum: Copied (new) 2024/11/22 01:32:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:17 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:17 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/22 01:32:17 DEBUG : check sum: Size and sha1 of src and dst objects identical 2024/11/22 01:32:17 DEBUG : check sum: Unchanged skipping 2024/11/22 01:32:17 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:17 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:17 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.23s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:18 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/11/22 01:32:18 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:18 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:18 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/22 01:32:18 INFO : sizeonly: Copied (new) 2024/11/22 01:32:18 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:19 DEBUG : sizeonly: Sizes identical 2024/11/22 01:32:19 DEBUG : sizeonly: Unchanged skipping 2024/11/22 01:32:19 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:19 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:19 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:19 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.22s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:20 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/11/22 01:32:20 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:20 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:21 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2024/11/22 01:32:21 INFO : ignore-size: Copied (new) 2024/11/22 01:32:21 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:21 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:32:21 DEBUG : ignore-size: Unchanged skipping 2024/11/22 01:32:21 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:21 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:21 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:21 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.58s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:23 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:32:23 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:23 DEBUG : existing: Unchanged skipping 2024/11/22 01:32:23 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:23 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:23 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:24 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/11/22 01:32:24 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:24 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:24 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/22 01:32:24 INFO : existing: Copied (replaced existing) 2024/11/22 01:32:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.46s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:25 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/22 01:32:25 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:25 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:26 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/22 01:32:26 INFO : existing: Copied (new) 2024/11/22 01:32:26 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:26 DEBUG : existing: Destination exists, skipping 2024/11/22 01:32:26 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:26 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:26 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:26 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.21s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:28 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/11/22 01:32:28 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/22 01:32:28 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:32:28 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:28 DEBUG : c/non empty space: Unchanged skipping 2024/11/22 01:32:28 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:29 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:32:29 INFO : a/potato2: Copied (new) 2024/11/22 01:32:29 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:29 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (2.58s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:31 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/22 01:32:31 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:31 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/22 01:32:31 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/11/22 01:32:31 DEBUG : empty space: Unchanged skipping 2024/11/22 01:32:31 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:31 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:31 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:31 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/22 01:32:31 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:31 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/22 01:32:32 INFO : empty space: Updated modification time in destination 2024/11/22 01:32:32 DEBUG : empty space: Unchanged skipping 2024/11/22 01:32:32 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:32 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:32 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.32s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:34 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/22 01:32:34 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:34 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/22 01:32:34 DEBUG : empty space: Unchanged skipping 2024/11/22 01:32:34 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:34 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:34 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.67s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:36 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/22 01:32:36 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:36 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone244119403) 2024/11/22 01:32:36 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-zahiyur6vome) 2024/11/22 01:32:36 DEBUG : foo: sha1 differ 2024/11/22 01:32:36 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:36 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2024/11/22 01:32:36 INFO : foo: Copied (replaced existing) 2024/11/22 01:32:36 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.83s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:37 DEBUG : potato: Need to transfer - File not found at Destination 2024/11/22 01:32:37 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:32:37 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:37 DEBUG : empty space: Unchanged skipping 2024/11/22 01:32:37 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:38 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:32:38 INFO : potato: Copied (new) 2024/11/22 01:32:38 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.09s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:40 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/11/22 01:32:40 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:40 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:40 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2024/11/22 01:32:40 INFO : potato: Copied (replaced existing) 2024/11/22 01:32:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (1.96s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:42 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:42 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2024/11/22 01:32:42 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone244119403) 2024/11/22 01:32:42 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-zahiyur6vome) 2024/11/22 01:32:42 DEBUG : potato: sha1 differ 2024/11/22 01:32:42 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:42 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2024/11/22 01:32:42 INFO : potato: Copied (replaced existing) 2024/11/22 01:32:42 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (1.94s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:43 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:32:43 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/11/22 01:32:43 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:32:43 DEBUG : empty space: Unchanged skipping 2024/11/22 01:32:43 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:43 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:43 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:43 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.89s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:46 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:32:46 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:32:46 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:46 DEBUG : empty space: Unchanged skipping 2024/11/22 01:32:46 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:46 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:32:46 INFO : potato2: Copied (new) 2024/11/22 01:32:46 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:46 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.86s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:48 DEBUG : d: Making directory 2024/11/22 01:32:48 DEBUG : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2024/11/22 01:32:48 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/22 01:32:48 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:32:48 DEBUG : c/non empty space: Unchanged skipping 2024/11/22 01:32:48 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:48 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:49 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:32:49 INFO : a/potato2: Copied (new) 2024/11/22 01:32:49 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:49 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.50s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:51 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/11/22 01:32:51 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:32:51 DEBUG : c/non empty space: Unchanged skipping 2024/11/22 01:32:51 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/22 01:32:51 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:51 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:51 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:32:51 INFO : a/potato2: Copied (new) 2024/11/22 01:32:51 ERROR : B2 bucket rclone-test-zahiyur6vome: not deleting files as there were IO errors 2024/11/22 01:32:51 ERROR : B2 bucket rclone-test-zahiyur6vome: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.76s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:54 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:54 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:32:54 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:32:54 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:54 DEBUG : empty space: Unchanged skipping 2024/11/22 01:32:54 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:54 INFO : potato: Deleted 2024/11/22 01:32:54 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:32:54 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.33s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:56 DEBUG : Waiting for deletions to finish 2024/11/22 01:32:56 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:56 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:56 INFO : potato: Deleted 2024/11/22 01:32:56 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:32:56 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:32:56 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:56 DEBUG : empty space: Unchanged skipping 2024/11/22 01:32:56 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:57 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:32:57 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (2.67s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:32:58 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:32:58 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:32:58 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:32:59 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2024/11/22 01:32:59 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.13s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:01 DEBUG : enormous: Excluded (Size Filter) 2024/11/22 01:33:01 DEBUG : enormous: Excluded 2024/11/22 01:33:01 DEBUG : potato2: Excluded (Size Filter) 2024/11/22 01:33:01 DEBUG : potato2: Excluded 2024/11/22 01:33:01 DEBUG : potato2: Excluded (Size Filter) 2024/11/22 01:33:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:33:01 DEBUG : empty space: Unchanged skipping 2024/11/22 01:33:01 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:01 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:01 DEBUG : Waiting for deletions to finish 2024/11/22 01:33:01 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:01 DEBUG : enormous: Excluded (Size Filter) 2024/11/22 01:33:01 DEBUG : enormous: Excluded 2024/11/22 01:33:01 DEBUG : potato2: Excluded (Size Filter) 2024/11/22 01:33:01 DEBUG : potato2: Excluded 2024/11/22 01:33:01 DEBUG : potato2: Excluded (Size Filter) 2024/11/22 01:33:01 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/11/22 01:33:01 DEBUG : empty space: Unchanged skipping 2024/11/22 01:33:01 DEBUG : Local file system at /tmp/rclone244119403: Waiting for checks to finish 2024/11/22 01:33:01 DEBUG : Local file system at /tmp/rclone244119403: Waiting for transfers to finish 2024/11/22 01:33:01 DEBUG : Waiting for deletions to finish 2024/11/22 01:33:01 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncWithExclude (2.64s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:04 DEBUG : enormous: Excluded (Size Filter) 2024/11/22 01:33:04 DEBUG : enormous: Excluded 2024/11/22 01:33:04 DEBUG : potato2: Excluded (Size Filter) 2024/11/22 01:33:04 DEBUG : potato2: Excluded 2024/11/22 01:33:04 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:33:04 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:04 DEBUG : empty space: Unchanged skipping 2024/11/22 01:33:04 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:04 DEBUG : Waiting for deletions to finish 2024/11/22 01:33:04 INFO : enormous: Deleted 2024/11/22 01:33:04 INFO : potato2: Deleted 2024/11/22 01:33:04 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:05 DEBUG : Local file system at /tmp/rclone244119403: Waiting for checks to finish 2024/11/22 01:33:05 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/11/22 01:33:05 DEBUG : empty space: Unchanged skipping 2024/11/22 01:33:05 DEBUG : Local file system at /tmp/rclone244119403: Waiting for transfers to finish 2024/11/22 01:33:05 DEBUG : Waiting for deletions to finish 2024/11/22 01:33:05 INFO : enormous: Deleted 2024/11/22 01:33:05 INFO : potato2: Deleted 2024/11/22 01:33:05 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.15s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:07 DEBUG : five: Need to transfer - File not found at Destination 2024/11/22 01:33:07 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/11/22 01:33:07 DEBUG : one: Destination is newer than source, skipping 2024/11/22 01:33:07 DEBUG : three: Sizes identical 2024/11/22 01:33:07 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:07 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/11/22 01:33:07 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/11/22 01:33:07 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone244119403) 2024/11/22 01:33:07 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-zahiyur6vome) 2024/11/22 01:33:07 DEBUG : two: sha1 differ 2024/11/22 01:33:07 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:07 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/11/22 01:33:07 INFO : five: Copied (new) 2024/11/22 01:33:08 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/11/22 01:33:08 INFO : four: Copied (replaced existing) 2024/11/22 01:33:08 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/22 01:33:08 INFO : two: Copied (replaced existing) 2024/11/22 01:33:08 DEBUG : Waiting for deletions to finish 2024/11/22 01:33:08 DEBUG : one: Destination is newer than source, skipping 2024/11/22 01:33:08 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:08 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/22 01:33:08 DEBUG : two: Size and sha1 of src and dst objects identical 2024/11/22 01:33:08 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone244119403) 2024/11/22 01:33:08 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/11/22 01:33:08 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-zahiyur6vome) 2024/11/22 01:33:08 DEBUG : three: sha1 differ 2024/11/22 01:33:08 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/11/22 01:33:08 DEBUG : five: Size and sha1 of src and dst objects identical 2024/11/22 01:33:08 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/11/22 01:33:08 DEBUG : four: Size and sha1 of src and dst objects identical 2024/11/22 01:33:08 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/11/22 01:33:08 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/11/22 01:33:08 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/11/22 01:33:08 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:08 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/22 01:33:08 INFO : three: Copied (replaced existing) 2024/11/22 01:33:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.19s) === 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-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2024/11/22 01:33:10 INFO : B2 bucket rclone-test-zahiyur6vome: Making map for --track-renames 2024/11/22 01:33:10 INFO : B2 bucket rclone-test-zahiyur6vome: Finished making map for --track-renames 2024/11/22 01:33:10 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:10 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/22 01:33:10 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for renames to finish 2024/11/22 01:33:10 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/22 01:33:10 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:10 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/22 01:33:10 INFO : potato: Copied (new) 2024/11/22 01:33:11 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/22 01:33:11 INFO : yam: Copied (new) 2024/11/22 01:33:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:11 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:33:11 INFO : B2 bucket rclone-test-zahiyur6vome: Making map for --track-renames 2024/11/22 01:33:11 INFO : B2 bucket rclone-test-zahiyur6vome: Finished making map for --track-renames 2024/11/22 01:33:11 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:11 DEBUG : potato: Unchanged skipping 2024/11/22 01:33:11 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for renames to finish 2024/11/22 01:33:12 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/22 01:33:12 INFO : yam: Copied (server-side copy) to: yaml 2024/11/22 01:33:12 INFO : yam: Deleted 2024/11/22 01:33:12 INFO : yaml: Renamed from "yam" 2024/11/22 01:33:12 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:12 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.87s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2024/11/22 01:33:14 INFO : B2 bucket rclone-test-zahiyur6vome: Making map for --track-renames 2024/11/22 01:33:14 INFO : B2 bucket rclone-test-zahiyur6vome: Finished making map for --track-renames 2024/11/22 01:33:14 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:14 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/22 01:33:14 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/22 01:33:14 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for renames to finish 2024/11/22 01:33:14 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:14 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/22 01:33:14 INFO : yam: Copied (new) 2024/11/22 01:33:15 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/22 01:33:15 INFO : potato: Copied (new) 2024/11/22 01:33:15 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:15 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:33:15 INFO : B2 bucket rclone-test-zahiyur6vome: Making map for --track-renames 2024/11/22 01:33:15 INFO : B2 bucket rclone-test-zahiyur6vome: Finished making map for --track-renames 2024/11/22 01:33:15 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:15 DEBUG : potato: Unchanged skipping 2024/11/22 01:33:15 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for renames to finish 2024/11/22 01:33:16 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/22 01:33:16 INFO : yam: Copied (server-side copy) to: yaml 2024/11/22 01:33:16 INFO : yam: Deleted 2024/11/22 01:33:16 INFO : yaml: Renamed from "yam" 2024/11/22 01:33:16 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.53s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2024/11/22 01:33:18 INFO : B2 bucket rclone-test-zahiyur6vome: Making map for --track-renames 2024/11/22 01:33:18 INFO : B2 bucket rclone-test-zahiyur6vome: Finished making map for --track-renames 2024/11/22 01:33:18 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:18 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/22 01:33:18 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/11/22 01:33:18 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for renames to finish 2024/11/22 01:33:18 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:18 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/22 01:33:18 INFO : sub/yam: Copied (new) 2024/11/22 01:33:18 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/22 01:33:18 INFO : potato: Copied (new) 2024/11/22 01:33:18 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:19 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:33:19 DEBUG : potato: Unchanged skipping 2024/11/22 01:33:19 INFO : B2 bucket rclone-test-zahiyur6vome: Making map for --track-renames 2024/11/22 01:33:19 INFO : B2 bucket rclone-test-zahiyur6vome: Finished making map for --track-renames 2024/11/22 01:33:19 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:19 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for renames to finish 2024/11/22 01:33:19 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/22 01:33:19 INFO : sub/yam: Copied (server-side copy) to: yam 2024/11/22 01:33:19 INFO : sub/yam: Deleted 2024/11/22 01:33:19 INFO : yam: Renamed from "sub/yam" 2024/11/22 01:33:19 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:19 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.50s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:21 DEBUG : Creating backend with remote "/tmp/rclone244119403/dir1" 2024/11/22 01:33:21 DEBUG : Creating backend with remote "/tmp/rclone244119403/dir2" 2024/11/22 01:33:21 DEBUG : Local file system at /tmp/rclone244119403/dir2: Using server-side directory move 2024/11/22 01:33:21 INFO : Local file system at /tmp/rclone244119403/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/22 01:33:21 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/11/22 01:33:21 INFO : file1.txt: Moved (server-side) 2024/11/22 01:33:21 DEBUG : Local file system at /tmp/rclone244119403/dir2: Waiting for checks to finish 2024/11/22 01:33:21 DEBUG : Local file system at /tmp/rclone244119403/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:33:21 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/22 01:33:21 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:21 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:22 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/11/22 01:33:22 INFO : nested/sub dir/file: Copied (new) 2024/11/22 01:33:22 INFO : nested/sub dir/file: Deleted 2024/11/22 01:33:22 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:33:22 INFO : sub dir/hello world: Copied (new) 2024/11/22 01:33:22 INFO : sub dir/hello world: Deleted 2024/11/22 01:33:22 INFO : sub dir: Removing directory 2024/11/22 01:33:22 INFO : nested/sub dir: Removing directory 2024/11/22 01:33:22 INFO : nested: Removing directory 2024/11/22 01:33:22 DEBUG : Local file system at /tmp/rclone244119403: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.05s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/22 01:33:24 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/22 01:33:24 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:24 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:24 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/11/22 01:33:24 INFO : nested/sub dir/file: Copied (new) 2024/11/22 01:33:24 INFO : nested/sub dir/file: Deleted 2024/11/22 01:33:24 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/22 01:33:24 INFO : sub dir/hello world: Copied (new) 2024/11/22 01:33:24 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.39s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:26 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/22 01:33:26 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/11/22 01:33:26 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:26 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:26 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/22 01:33:26 INFO : existing: Copied (new) 2024/11/22 01:33:26 INFO : existing: Deleted 2024/11/22 01:33:26 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2024/11/22 01:33:26 INFO : existing-b: Copied (new) 2024/11/22 01:33:26 INFO : existing-b: Deleted 2024/11/22 01:33:27 DEBUG : existing: Destination exists, skipping 2024/11/22 01:33:27 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/11/22 01:33:27 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:33:27 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:33:27 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.07s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:28 DEBUG : Creating backend with remote "TestB2:rclone-test-kuhapoc2vevi" 2024/11/22 01:33:28 DEBUG : Config file has changed externally - reloading sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-zahiyur6vome -> B2 bucket rclone-test-kuhapoc2vevi 2024/11/22 01:33:31 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:33:31 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/11/22 01:33:31 DEBUG : B2 bucket rclone-test-kuhapoc2vevi: Waiting for checks to finish 2024/11/22 01:33:31 DEBUG : empty space: Unchanged skipping 2024/11/22 01:33:31 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/22 01:33:32 INFO : empty space: Deleted 2024/11/22 01:33:32 DEBUG : B2 bucket rclone-test-kuhapoc2vevi: Waiting for transfers to finish 2024/11/22 01:33:32 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:33:32 INFO : potato2: Copied (server-side copy) 2024/11/22 01:33:32 INFO : potato2: Deleted 2024/11/22 01:33:32 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/22 01:33:32 INFO : potato3: Copied (server-side copy) 2024/11/22 01:33:32 INFO : potato3: Deleted 2024/11/22 01:33:33 DEBUG : Creating backend with remote "TestB2:rclone-test-tesavil9kido" 2024/11/22 01:33:34 DEBUG : empty space: Need to transfer - File not found at Destination 2024/11/22 01:33:34 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:33:34 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/22 01:33:34 DEBUG : B2 bucket rclone-test-tesavil9kido: Waiting for checks to finish 2024/11/22 01:33:34 DEBUG : B2 bucket rclone-test-tesavil9kido: Waiting for transfers to finish 2024/11/22 01:33:35 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/22 01:33:35 INFO : empty space: Copied (server-side copy) 2024/11/22 01:33:35 INFO : empty space: Deleted 2024/11/22 01:33:35 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/22 01:33:35 INFO : potato3: Copied (server-side copy) 2024/11/22 01:33:35 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:33:35 INFO : potato2: Copied (server-side copy) 2024/11/22 01:33:35 INFO : potato2: Deleted 2024/11/22 01:33:35 INFO : potato3: Deleted 2024/11/22 01:33:36 DEBUG : B2 bucket rclone-test-tesavil9kido: Purge remote 2024/11/22 01:33:36 INFO : B2 bucket rclone-test-tesavil9kido: cleaning bucket "rclone-test-tesavil9kido" of all files 2024/11/22 01:33:36 DEBUG : empty space: Deleting (id "4_z7f82cd73800d5b1b9f380e1b_f118454b63b729fbc_d20241122_m013334_c001_v0001183_t0010_u01732239214912") 2024/11/22 01:33:36 DEBUG : potato2: Deleting (id "4_z7f82cd73800d5b1b9f380e1b_f112d8c1325cbeb9f_d20241122_m013335_c001_v0001102_t0044_u01732239215141") 2024/11/22 01:33:36 DEBUG : potato3: Deleting (id "4_z7f82cd73800d5b1b9f380e1b_f115dee3915414575_d20241122_m013335_c001_v0001183_t0011_u01732239215287") 2024/11/22 01:33:37 DEBUG : B2 bucket rclone-test-kuhapoc2vevi: Purge remote 2024/11/22 01:33:37 INFO : B2 bucket rclone-test-kuhapoc2vevi: cleaning bucket "rclone-test-kuhapoc2vevi" of all files 2024/11/22 01:33:37 DEBUG : empty space: Deleting (id "4_z4f62bd73800d5b1b9f380e1b_f417712441f8664fc_d20241122_m013335_c001_v7007000_t0000_u01732239215118") 2024/11/22 01:33:37 DEBUG : empty space: Deleting (id "4_z4f62bd73800d5b1b9f380e1b_f118454b63b729e92_d20241122_m013331_c001_v0001183_t0031_u01732239211270") 2024/11/22 01:33:37 DEBUG : potato2: Deleting (id "4_z4f62bd73800d5b1b9f380e1b_f40158df6d9ccdc7d_d20241122_m013335_c001_v7007000_t0000_u01732239215513") 2024/11/22 01:33:37 DEBUG : potato2: Deleting (id "4_z4f62bd73800d5b1b9f380e1b_f11554e16a9aac7bf_d20241122_m013332_c001_v0001134_t0047_u01732239212090") 2024/11/22 01:33:37 DEBUG : potato3: Deleting (id "4_z4f62bd73800d5b1b9f380e1b_f417712441f8664ff_d20241122_m013335_c001_v7007000_t0000_u01732239215503") 2024/11/22 01:33:37 DEBUG : potato3: Deleting (id "4_z4f62bd73800d5b1b9f380e1b_f1155ab66808564b7_d20241122_m013332_c001_v0001161_t0038_u01732239212386") 2024/11/22 01:33:37 DEBUG : potato3: Deleting (id "4_z4f62bd73800d5b1b9f380e1b_f118454b63b729eac_d20241122_m013331_c001_v0001183_t0037_u01732239211478") --- PASS: TestServerSideMove (11.20s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:39 DEBUG : Creating backend with remote "TestB2:rclone-test-qofuzis2yiho" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-zahiyur6vome -> B2 bucket rclone-test-qofuzis2yiho 2024/11/22 01:33:44 DEBUG : empty space: Excluded (Size Filter) 2024/11/22 01:33:44 DEBUG : empty space: Excluded (Size Filter) 2024/11/22 01:33:44 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:33:44 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/22 01:33:44 DEBUG : B2 bucket rclone-test-qofuzis2yiho: Waiting for checks to finish 2024/11/22 01:33:44 DEBUG : B2 bucket rclone-test-qofuzis2yiho: Waiting for transfers to finish 2024/11/22 01:33:44 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:33:44 INFO : potato2: Copied (server-side copy) 2024/11/22 01:33:44 INFO : potato2: Deleted 2024/11/22 01:33:45 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/22 01:33:45 INFO : potato3: Copied (server-side copy) 2024/11/22 01:33:45 INFO : potato3: Deleted 2024/11/22 01:33:45 DEBUG : Creating backend with remote "TestB2:rclone-test-vogapoj5suji" 2024/11/22 01:33:46 DEBUG : empty space: Excluded (Size Filter) 2024/11/22 01:33:46 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:33:46 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/22 01:33:46 DEBUG : B2 bucket rclone-test-vogapoj5suji: Waiting for checks to finish 2024/11/22 01:33:46 DEBUG : B2 bucket rclone-test-vogapoj5suji: Waiting for transfers to finish 2024/11/22 01:33:47 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:33:47 INFO : potato2: Copied (server-side copy) 2024/11/22 01:33:47 INFO : potato2: Deleted 2024/11/22 01:33:48 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/22 01:33:48 INFO : potato3: Copied (server-side copy) 2024/11/22 01:33:48 INFO : potato3: Deleted 2024/11/22 01:33:48 DEBUG : B2 bucket rclone-test-vogapoj5suji: Purge remote 2024/11/22 01:33:48 INFO : B2 bucket rclone-test-vogapoj5suji: cleaning bucket "rclone-test-vogapoj5suji" of all files 2024/11/22 01:33:49 DEBUG : potato2: Deleting (id "4_zff32fd73800d5b1b9f380e1b_f109ac995d4ad583a_d20241122_m013347_c001_v0001183_t0050_u01732239227324") 2024/11/22 01:33:49 DEBUG : potato3: Deleting (id "4_zff32fd73800d5b1b9f380e1b_f10225ba11f886d73_d20241122_m013347_c001_v0001144_t0011_u01732239227577") 2024/11/22 01:33:49 DEBUG : B2 bucket rclone-test-qofuzis2yiho: Purge remote 2024/11/22 01:33:49 INFO : B2 bucket rclone-test-qofuzis2yiho: cleaning bucket "rclone-test-qofuzis2yiho" of all files 2024/11/22 01:33:49 DEBUG : empty space: Deleting (id "4_z6f82ed73800d5b1b9f380e1b_f1028d40d2bc6faf9_d20241122_m013343_c001_v0001136_t0011_u01732239223643") 2024/11/22 01:33:49 DEBUG : potato2: Deleting (id "4_z6f82ed73800d5b1b9f380e1b_f4000e7c46796d8fc_d20241122_m013347_c001_v7007000_t0000_u01732239227557") 2024/11/22 01:33:49 DEBUG : potato2: Deleting (id "4_z6f82ed73800d5b1b9f380e1b_f109db339b25bcae6_d20241122_m013344_c001_v0001176_t0018_u01732239224648") 2024/11/22 01:33:49 DEBUG : potato3: Deleting (id "4_z6f82ed73800d5b1b9f380e1b_f4000e7c46796d8ff_d20241122_m013348_c001_v7007000_t0000_u01732239228401") 2024/11/22 01:33:49 DEBUG : potato3: Deleting (id "4_z6f82ed73800d5b1b9f380e1b_f11142cd0c91f2f46_d20241122_m013344_c001_v0001183_t0033_u01732239224888") 2024/11/22 01:33:49 DEBUG : potato3: Deleting (id "4_z6f82ed73800d5b1b9f380e1b_f1028d40d2bc6fafb_d20241122_m013343_c001_v0001136_t0032_u01732239223918") --- PASS: TestServerSideMoveWithFilter (12.56s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:33:52 DEBUG : Creating backend with remote "TestB2:rclone-test-pirehij0qiro" 2024/11/22 01:33:54 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-zahiyur6vome -> B2 bucket rclone-test-pirehij0qiro 2024/11/22 01:33:56 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:33:56 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/11/22 01:33:56 DEBUG : empty space: Unchanged skipping 2024/11/22 01:33:56 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/22 01:33:56 DEBUG : B2 bucket rclone-test-pirehij0qiro: Waiting for checks to finish 2024/11/22 01:33:57 INFO : empty space: Deleted 2024/11/22 01:33:57 DEBUG : B2 bucket rclone-test-pirehij0qiro: Waiting for transfers to finish 2024/11/22 01:33:57 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:33:57 INFO : potato2: Copied (server-side copy) 2024/11/22 01:33:57 INFO : potato2: Deleted 2024/11/22 01:33:57 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/22 01:33:57 INFO : potato3: Copied (server-side copy) 2024/11/22 01:33:57 INFO : potato3: Deleted 2024/11/22 01:33:58 DEBUG : Creating backend with remote "TestB2:rclone-test-gofusex6lowi" 2024/11/22 01:33:58 DEBUG : tomatoDir: Making directory 2024/11/22 01:33:59 DEBUG : empty space: Need to transfer - File not found at Destination 2024/11/22 01:33:59 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/22 01:33:59 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/22 01:33:59 DEBUG : B2 bucket rclone-test-gofusex6lowi: Waiting for checks to finish 2024/11/22 01:33:59 DEBUG : B2 bucket rclone-test-gofusex6lowi: Waiting for transfers to finish 2024/11/22 01:34:00 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/22 01:34:00 INFO : potato2: Copied (server-side copy) 2024/11/22 01:34:00 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/22 01:34:00 INFO : potato3: Copied (server-side copy) 2024/11/22 01:34:00 INFO : potato2: Deleted 2024/11/22 01:34:00 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/22 01:34:00 INFO : empty space: Copied (server-side copy) 2024/11/22 01:34:00 INFO : potato3: Deleted 2024/11/22 01:34:00 INFO : empty space: Deleted 2024/11/22 01:34:01 DEBUG : B2 bucket rclone-test-gofusex6lowi: Purge remote 2024/11/22 01:34:01 INFO : B2 bucket rclone-test-gofusex6lowi: cleaning bucket "rclone-test-gofusex6lowi" of all files 2024/11/22 01:34:01 DEBUG : empty space: Deleting (id "4_z2f622d93801d5b1b9f380e1b_f114c8a6ae5357d5f_d20241122_m013359_c001_v0001109_t0005_u01732239239938") 2024/11/22 01:34:01 DEBUG : potato2: Deleting (id "4_z2f622d93801d5b1b9f380e1b_f106cab2d135510e5_d20241122_m013400_c001_v0001183_t0018_u01732239240301") 2024/11/22 01:34:01 DEBUG : potato3: Deleting (id "4_z2f622d93801d5b1b9f380e1b_f115afd108ac7a2a2_d20241122_m013400_c001_v0001182_t0014_u01732239240405") 2024/11/22 01:34:02 DEBUG : B2 bucket rclone-test-pirehij0qiro: Purge remote 2024/11/22 01:34:02 INFO : B2 bucket rclone-test-pirehij0qiro: cleaning bucket "rclone-test-pirehij0qiro" of all files 2024/11/22 01:34:02 DEBUG : empty space: Deleting (id "4_z2fa21d83801d5b1b9f380e1b_f40510ee7c9fca305_d20241122_m013400_c001_v7007000_t0000_u01732239240764") 2024/11/22 01:34:02 DEBUG : empty space: Deleting (id "4_z2fa21d83801d5b1b9f380e1b_f115dc27cf2718543_d20241122_m013356_c001_v0001177_t0024_u01732239236116") 2024/11/22 01:34:02 DEBUG : potato2: Deleting (id "4_z2fa21d83801d5b1b9f380e1b_f40510ee7c9fca304_d20241122_m013400_c001_v7007000_t0000_u01732239240512") 2024/11/22 01:34:02 DEBUG : potato2: Deleting (id "4_z2fa21d83801d5b1b9f380e1b_f11954e2593ed4cab_d20241122_m013357_c001_v0001101_t0013_u01732239237017") 2024/11/22 01:34:02 DEBUG : potato3: Deleting (id "4_z2fa21d83801d5b1b9f380e1b_f407087e874de2f3a_d20241122_m013400_c001_v7007000_t0000_u01732239240611") 2024/11/22 01:34:02 DEBUG : potato3: Deleting (id "4_z2fa21d83801d5b1b9f380e1b_f10852059acd9bad3_d20241122_m013357_c001_v0001183_t0051_u01732239237330") 2024/11/22 01:34:02 DEBUG : potato3: Deleting (id "4_z2fa21d83801d5b1b9f380e1b_f115dc27cf2718549_d20241122_m013356_c001_v0001177_t0019_u01732239236342") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (12.37s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:34:04 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.59s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:34:07 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncOverlap (2.96s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:34:09 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/rclone-sync-test" 2024/11/22 01:34:12 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/rclone-sync-test-include/layer2" 2024/11/22 01:34:13 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/rclone-sync-test-ignore-file" 2024/11/22 01:34:17 DEBUG : B2 bucket rclone-test-zahiyur6vome path rclone-sync-test: Waiting for checks to finish 2024/11/22 01:34:17 DEBUG : B2 bucket rclone-test-zahiyur6vome path rclone-sync-test: Waiting for transfers to finish 2024/11/22 01:34:17 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:17 INFO : There was nothing to transfer 2024/11/22 01:34:17 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:34:17 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:34:17 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:17 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:34:18 DEBUG : B2 bucket rclone-test-zahiyur6vome path rclone-sync-test-include/layer2: Waiting for checks to finish 2024/11/22 01:34:18 DEBUG : B2 bucket rclone-test-zahiyur6vome path rclone-sync-test-include/layer2: Waiting for transfers to finish 2024/11/22 01:34:18 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:18 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:34:18 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:34:18 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:34:18 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:18 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:34:19 DEBUG : B2 bucket rclone-test-zahiyur6vome path rclone-sync-test-ignore-file: Waiting for checks to finish 2024/11/22 01:34:19 DEBUG : B2 bucket rclone-test-zahiyur6vome path rclone-sync-test-ignore-file: Waiting for transfers to finish 2024/11/22 01:34:19 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:19 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.93s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:34:25 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/dst" 2024/11/22 01:34:27 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/CompareDest" 2024/11/22 01:34:29 DEBUG : one: Need to transfer - File not found at Destination 2024/11/22 01:34:29 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:34:29 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:34:29 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/22 01:34:29 INFO : one: Copied (new) 2024/11/22 01:34:29 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 01:34:30 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:34:30 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:34:30 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/22 01:34:30 INFO : one: Copied (replaced existing) 2024/11/22 01:34:30 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 01:34:32 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:34:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:34:32 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/22 01:34:32 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:34:32 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:32 INFO : There was nothing to transfer 2024/11/22 01:34:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:34:34 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/22 01:34:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 01:34:34 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:34:34 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:34:34 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/22 01:34:34 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:34:34 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:34 INFO : There was nothing to transfer 2024/11/22 01:34:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:34:35 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/22 01:34:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 01:34:35 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:34:35 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:34:35 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/22 01:34:35 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:34:35 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:35 INFO : There was nothing to transfer 2024/11/22 01:34:36 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2024/11/22 01:34:36 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/22 01:34:36 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/22 01:34:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 01:34:36 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:34:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:34:36 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/22 01:34:36 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:34:36 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:36 INFO : There was nothing to transfer 2024/11/22 01:34:37 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/22 01:34:37 DEBUG : two: Need to transfer - File not found at Destination 2024/11/22 01:34:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 01:34:37 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:34:37 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:34:37 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/22 01:34:37 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:34:37 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2024/11/22 01:34:37 INFO : two: Copied (new) 2024/11/22 01:34:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.26s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:34:40 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/dest" 2024/11/22 01:34:41 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/pre-dest1" 2024/11/22 01:34:42 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/pre-dest2" 2024/11/22 01:34:45 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:34:45 DEBUG : 1: Destination found in --compare-dest, skipping 2024/11/22 01:34:45 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:34:45 DEBUG : 2: Destination found in --compare-dest, skipping 2024/11/22 01:34:45 DEBUG : 3: Need to transfer - File not found at Destination 2024/11/22 01:34:45 DEBUG : B2 bucket rclone-test-zahiyur6vome path dest: Waiting for checks to finish 2024/11/22 01:34:45 DEBUG : B2 bucket rclone-test-zahiyur6vome path dest: Waiting for transfers to finish 2024/11/22 01:34:46 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2024/11/22 01:34:46 INFO : 3: Copied (new) 2024/11/22 01:34:46 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.96s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:34:48 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/dst" 2024/11/22 01:34:49 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/CopyDest" 2024/11/22 01:34:51 DEBUG : one: Need to transfer - File not found at Destination 2024/11/22 01:34:51 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:34:51 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:34:52 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/22 01:34:52 INFO : one: Copied (new) 2024/11/22 01:34:52 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 01:34:52 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:34:52 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:34:53 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/22 01:34:53 INFO : one: Copied (replaced existing) 2024/11/22 01:34:53 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:54 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/BackupDir" 2024/11/22 01:34:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 01:34:56 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:34:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:34:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/22 01:34:57 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/22 01:34:57 INFO : one: Copied (server-side copy) 2024/11/22 01:34:57 INFO : one: Deleted 2024/11/22 01:34:57 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/22 01:34:57 INFO : one: Copied (server-side copy) 2024/11/22 01:34:57 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/22 01:34:57 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:34:57 DEBUG : Waiting for deletions to finish 2024/11/22 01:34:59 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:35:00 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/22 01:35:00 INFO : two: Copied (server-side copy) 2024/11/22 01:35:00 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/22 01:35:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:35:00 DEBUG : one: Unchanged skipping 2024/11/22 01:35:00 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:35:00 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:35:00 DEBUG : Waiting for deletions to finish 2024/11/22 01:35:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:35:00 DEBUG : one: Unchanged skipping 2024/11/22 01:35:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:35:00 DEBUG : two: Unchanged skipping 2024/11/22 01:35:00 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:35:00 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:35:00 DEBUG : Waiting for deletions to finish 2024/11/22 01:35:00 INFO : There was nothing to transfer 2024/11/22 01:35:01 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/22 01:35:01 DEBUG : three: Destination not found in --copy-dest 2024/11/22 01:35:01 DEBUG : three: Need to transfer - File not found at Destination 2024/11/22 01:35:01 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:35:01 DEBUG : one: Unchanged skipping 2024/11/22 01:35:01 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/22 01:35:01 DEBUG : two: Unchanged skipping 2024/11/22 01:35:01 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:35:01 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:35:02 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2024/11/22 01:35:02 INFO : three: Copied (new) 2024/11/22 01:35:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (16.20s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:35:06 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/dst" 2024/11/22 01:35:07 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/backup" 2024/11/22 01:35:09 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/22 01:35:09 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:35:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:35:09 DEBUG : two: Unchanged skipping 2024/11/22 01:35:10 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/22 01:35:10 INFO : one: Copied (server-side copy) 2024/11/22 01:35:10 INFO : one: Deleted 2024/11/22 01:35:10 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:35:11 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:35:11 INFO : one: Copied (new) 2024/11/22 01:35:11 DEBUG : Waiting for deletions to finish 2024/11/22 01:35:12 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/22 01:35:12 INFO : three.txt: Copied (server-side copy) 2024/11/22 01:35:12 INFO : three.txt: Deleted 2024/11/22 01:35:12 INFO : three.txt: Moved into backup dir 2024/11/22 01:35:13 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/22 01:35:13 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:35:13 DEBUG : two: Unchanged skipping 2024/11/22 01:35:13 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:35:14 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:35:14 INFO : one: Copied (server-side copy) 2024/11/22 01:35:14 INFO : one: Deleted 2024/11/22 01:35:14 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:35:14 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/22 01:35:14 INFO : one: Copied (new) 2024/11/22 01:35:14 DEBUG : Waiting for deletions to finish 2024/11/22 01:35:15 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/22 01:35:15 INFO : three.txt: Copied (server-side copy) 2024/11/22 01:35:15 INFO : three.txt: Deleted 2024/11/22 01:35:15 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (12.39s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:35:18 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/dst" 2024/11/22 01:35:19 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/backup" 2024/11/22 01:35:21 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/22 01:35:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:35:21 DEBUG : two: Unchanged skipping 2024/11/22 01:35:21 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:35:22 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/22 01:35:22 INFO : one: Copied (server-side copy) to: one.bak 2024/11/22 01:35:22 INFO : one: Deleted 2024/11/22 01:35:22 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:35:23 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:35:23 INFO : one: Copied (new) 2024/11/22 01:35:23 DEBUG : Waiting for deletions to finish 2024/11/22 01:35:24 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/22 01:35:24 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/22 01:35:24 INFO : three.txt: Deleted 2024/11/22 01:35:24 INFO : three.txt: Moved into backup dir 2024/11/22 01:35:26 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/22 01:35:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:35:26 DEBUG : two: Unchanged skipping 2024/11/22 01:35:26 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:35:26 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:35:26 INFO : one: Copied (server-side copy) to: one.bak 2024/11/22 01:35:26 INFO : one: Deleted 2024/11/22 01:35:26 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:35:27 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/22 01:35:27 INFO : one: Copied (new) 2024/11/22 01:35:27 DEBUG : Waiting for deletions to finish 2024/11/22 01:35:27 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/22 01:35:27 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/22 01:35:28 INFO : three.txt: Deleted 2024/11/22 01:35:28 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (12.61s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:35:31 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/dst" 2024/11/22 01:35:32 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/backup" 2024/11/22 01:35:34 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/22 01:35:34 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:35:34 DEBUG : two: Unchanged skipping 2024/11/22 01:35:34 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:35:35 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/22 01:35:35 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/22 01:35:35 INFO : one: Deleted 2024/11/22 01:35:35 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:35:36 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:35:36 INFO : one: Copied (new) 2024/11/22 01:35:36 DEBUG : Waiting for deletions to finish 2024/11/22 01:35:37 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/22 01:35:37 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/22 01:35:37 INFO : three.txt: Deleted 2024/11/22 01:35:37 INFO : three.txt: Moved into backup dir 2024/11/22 01:35:38 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/22 01:35:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:35:38 DEBUG : two: Unchanged skipping 2024/11/22 01:35:38 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:35:39 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:35:39 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/22 01:35:39 INFO : one: Deleted 2024/11/22 01:35:39 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:35:39 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/22 01:35:39 INFO : one: Copied (new) 2024/11/22 01:35:39 DEBUG : Waiting for deletions to finish 2024/11/22 01:35:40 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/22 01:35:40 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/22 01:35:40 INFO : three.txt: Deleted 2024/11/22 01:35:40 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (12.32s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:35:43 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/dst" 2024/11/22 01:35:45 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/22 01:35:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:35:45 DEBUG : two: Unchanged skipping 2024/11/22 01:35:45 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:35:45 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/22 01:35:45 INFO : one: Copied (server-side copy) to: one.bak 2024/11/22 01:35:45 INFO : one: Deleted 2024/11/22 01:35:45 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:35:46 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:35:46 INFO : one: Copied (new) 2024/11/22 01:35:46 DEBUG : Waiting for deletions to finish 2024/11/22 01:35:47 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/22 01:35:47 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/22 01:35:47 INFO : three.txt: Deleted 2024/11/22 01:35:47 INFO : three.txt: Moved into backup dir 2024/11/22 01:35:49 DEBUG : one.bak: Excluded (Path Filter) 2024/11/22 01:35:49 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/11/22 01:35:49 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/22 01:35:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:35:49 DEBUG : two: Unchanged skipping 2024/11/22 01:35:49 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for checks to finish 2024/11/22 01:35:49 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:35:49 INFO : one: Copied (server-side copy) to: one.bak 2024/11/22 01:35:49 INFO : one: Deleted 2024/11/22 01:35:49 DEBUG : B2 bucket rclone-test-zahiyur6vome path dst: Waiting for transfers to finish 2024/11/22 01:35:49 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/22 01:35:49 INFO : one: Copied (new) 2024/11/22 01:35:49 DEBUG : Waiting for deletions to finish 2024/11/22 01:35:50 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/22 01:35:50 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/22 01:35:50 INFO : three.txt: Deleted 2024/11/22 01:35:50 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (10.20s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:35:53 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/dst" 2024/11/22 01:35:54 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/22 01:35:56 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/22 01:35:56 INFO : one: Copied (server-side copy) to: one.bak 2024/11/22 01:35:56 INFO : one: Deleted 2024/11/22 01:35:57 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:35:57 INFO : one: Copied (new) 2024/11/22 01:35:57 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:35:57 DEBUG : two: Unchanged skipping 2024/11/22 01:35:57 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/22 01:35:57 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/22 01:35:57 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/22 01:35:58 INFO : three.txt: Deleted 2024/11/22 01:35:58 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/22 01:35:58 INFO : three.txt: Copied (new) 2024/11/22 01:35:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/22 01:35:59 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:35:59 INFO : one: Copied (server-side copy) to: one.bak 2024/11/22 01:35:59 INFO : one: Deleted 2024/11/22 01:35:59 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/22 01:35:59 INFO : one: Copied (new) 2024/11/22 01:35:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:35:59 DEBUG : two: Unchanged skipping 2024/11/22 01:36:00 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/22 01:36:00 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/22 01:36:00 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/22 01:36:00 INFO : three.txt: Deleted 2024/11/22 01:36:00 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/11/22 01:36:00 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (10.62s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:36:04 DEBUG : Creating backend with remote "TestB2:rclone-test-zahiyur6vome/dst" 2024/11/22 01:36:05 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/22 01:36:07 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/22 01:36:07 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/22 01:36:07 INFO : one: Deleted 2024/11/22 01:36:08 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:36:08 INFO : one: Copied (new) 2024/11/22 01:36:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:08 DEBUG : two: Unchanged skipping 2024/11/22 01:36:08 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/22 01:36:09 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/22 01:36:09 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/22 01:36:09 INFO : three.txt: Deleted 2024/11/22 01:36:10 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/22 01:36:10 INFO : three.txt: Copied (new) 2024/11/22 01:36:11 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/22 01:36:11 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/22 01:36:11 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/22 01:36:11 INFO : one: Deleted 2024/11/22 01:36:12 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/22 01:36:12 INFO : one: Copied (new) 2024/11/22 01:36:12 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:12 DEBUG : two: Unchanged skipping 2024/11/22 01:36:12 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/22 01:36:13 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/22 01:36:13 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/22 01:36:13 INFO : three.txt: Deleted 2024/11/22 01:36:13 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/11/22 01:36:13 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (13.06s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:36:16 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/11/22 01:36:16 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:36:16 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:36:17 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2024/11/22 01:36:17 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/11/22 01:36:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.43s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:36:18 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/22 01:36:18 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:36:18 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:36:18 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/22 01:36:18 INFO : existing: Copied (new) 2024/11/22 01:36:18 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:36:19 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/11/22 01:36:19 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:36:19 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/11/22 01:36:19 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:36:19 ERROR : B2 bucket rclone-test-zahiyur6vome: not deleting files as there were IO errors 2024/11/22 01:36:19 ERROR : B2 bucket rclone-test-zahiyur6vome: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncImmutable (3.07s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:36:21 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:21 DEBUG : existing: Unchanged skipping 2024/11/22 01:36:21 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:36:21 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:36:21 DEBUG : Waiting for deletions to finish 2024/11/22 01:36:21 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.50s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", 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-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.14s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:36:37 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both0: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:36:37 DEBUG : both1: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both13: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both14: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both15: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both16: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both17: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both18: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both19: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both10: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both3: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both4: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both5: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both6: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both7: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both8: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:37 DEBUG : both9: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both11: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both12: Unchanged skipping 2024/11/22 01:36:37 DEBUG : both2: Unchanged skipping 2024/11/22 01:36:37 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:36:37 DEBUG : Waiting for deletions to finish 2024/11/22 01:36:37 INFO : only6: Deleted 2024/11/22 01:36:38 INFO : only7: Deleted 2024/11/22 01:36:38 INFO : only1: Deleted 2024/11/22 01:36:38 INFO : only10: Deleted 2024/11/22 01:36:38 INFO : only13: Deleted 2024/11/22 01:36:38 INFO : only15: Deleted 2024/11/22 01:36:38 INFO : only17: Deleted 2024/11/22 01:36:38 INFO : only18: Deleted 2024/11/22 01:36:38 INFO : only9: Deleted 2024/11/22 01:36:38 INFO : only0: Deleted 2024/11/22 01:36:38 INFO : only12: Deleted 2024/11/22 01:36:38 INFO : only16: Deleted 2024/11/22 01:36:38 INFO : only4: Deleted 2024/11/22 01:36:38 INFO : only14: Deleted 2024/11/22 01:36:38 INFO : only19: Deleted 2024/11/22 01:36:38 INFO : only5: Deleted 2024/11/22 01:36:38 INFO : only8: Deleted 2024/11/22 01:36:38 INFO : only11: Deleted 2024/11/22 01:36:38 INFO : only2: Deleted 2024/11/22 01:36:38 INFO : only3: Deleted 2024/11/22 01:36:38 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (19.76s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:36:57 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both0: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both1: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both10: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both11: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both12: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both13: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both14: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for checks to finish 2024/11/22 01:36:57 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both15: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both16: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both2: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both3: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both4: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both5: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both6: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both7: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both8: Unchanged skipping 2024/11/22 01:36:57 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/22 01:36:57 DEBUG : both9: Unchanged skipping 2024/11/22 01:36:57 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : both18: Unchanged skipping 2024/11/22 01:36:57 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : both17: Unchanged skipping 2024/11/22 01:36:57 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/11/22 01:36:57 DEBUG : both19: Unchanged skipping 2024/11/22 01:36:57 DEBUG : B2 bucket rclone-test-zahiyur6vome: Waiting for transfers to finish 2024/11/22 01:36:57 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:57 INFO : only0: Copied (replaced existing) 2024/11/22 01:36:57 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:57 INFO : only1: Copied (replaced existing) 2024/11/22 01:36:57 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:57 INFO : only12: Copied (replaced existing) 2024/11/22 01:36:57 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:57 INFO : only14: Copied (replaced existing) 2024/11/22 01:36:57 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:57 INFO : only16: Copied (replaced existing) 2024/11/22 01:36:57 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:57 INFO : only15: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only17: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only19: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only18: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only13: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only2: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only3: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only4: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only5: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only6: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only7: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only8: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only9: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only10: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/22 01:36:58 INFO : only11: Copied (replaced existing) 2024/11/22 01:36:58 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (23.61s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:37:07 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/22 01:37:07 DEBUG : sub dir: Making directory 2024/11/22 01:37:07 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (3.01s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" 2024/11/22 01:37:10 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/22 01:37:10 DEBUG : sub dir: Making directory 2024/11/22 01:37:10 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zahiyur6vome", Local "Local file system at /tmp/rclone244119403", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.13s) PASS 2024/11/22 01:37:13 DEBUG : B2 bucket rclone-test-zahiyur6vome: Purge remote 2024/11/22 01:37:13 INFO : B2 bucket rclone-test-zahiyur6vome: cleaning bucket "rclone-test-zahiyur6vome" of all files 2024/11/22 01:37:14 DEBUG : BackupDir/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cda35_d20241122_m013502_c001_v7007000_t0000_u01732239302952") 2024/11/22 01:37:14 DEBUG : BackupDir/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f114cd07457e02de1_d20241122_m013457_c001_v0001145_t0013_u01732239297370") 2024/11/22 01:37:14 DEBUG : CompareDest/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d159c4_d20241122_m013438_c001_v7007000_t0000_u01732239278319") 2024/11/22 01:37:14 DEBUG : CompareDest/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddac9_d20241122_m013432_c001_v0001100_t0010_u01732239272011") 2024/11/22 01:37:14 DEBUG : CompareDest/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d159c6_d20241122_m013438_c001_v7007000_t0000_u01732239278499") 2024/11/22 01:37:14 DEBUG : CompareDest/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b94c44_d20241122_m013433_c001_v0001183_t0012_u01732239273612") 2024/11/22 01:37:14 DEBUG : CopyDest/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cda36_d20241122_m013503_c001_v7007000_t0000_u01732239303137") 2024/11/22 01:37:14 DEBUG : CopyDest/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9e62_d20241122_m013454_c001_v0001176_t0051_u01732239294414") 2024/11/22 01:37:14 DEBUG : CopyDest/three: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cda38_d20241122_m013503_c001_v7007000_t0000_u01732239303318") 2024/11/22 01:37:14 DEBUG : CopyDest/three: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b95686_d20241122_m013501_c001_v0001183_t0058_u01732239301031") 2024/11/22 01:37:14 DEBUG : CopyDest/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cda3a_d20241122_m013503_c001_v7007000_t0000_u01732239303500") 2024/11/22 01:37:14 DEBUG : CopyDest/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddaeb_d20241122_m013458_c001_v0001100_t0008_u01732239298616") 2024/11/22 01:37:14 DEBUG : EXISTING: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4eb9_d20241122_m013622_c001_v7007000_t0000_u01732239382250") 2024/11/22 01:37:14 DEBUG : EXISTING: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb47_d20241122_m013621_c001_v0001100_t0003_u01732239381119") 2024/11/22 01:37:14 DEBUG : Testêé: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4ea5_d20241122_m013617_c001_v7007000_t0000_u01732239377676") 2024/11/22 01:37:14 DEBUG : Testêé: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b96cc7_d20241122_m013617_c001_v0001183_t0010_u01732239377077") 2024/11/22 01:37:14 DEBUG : Testêé: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb43_d20241122_m013615_c001_v0001100_t0026_u01732239375985") 2024/11/22 01:37:15 DEBUG : a/potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f478_d20241122_m013252_c001_v7007000_t0000_u01732239172326") 2024/11/22 01:37:15 DEBUG : a/potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cd8_d20241122_m013251_c001_v0001176_t0000_u01732239171525") 2024/11/22 01:37:15 DEBUG : a/potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f448_d20241122_m013249_c001_v7007000_t0000_u01732239169815") 2024/11/22 01:37:15 DEBUG : a/potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cd2_d20241122_m013249_c001_v0001176_t0026_u01732239169037") 2024/11/22 01:37:15 DEBUG : a/potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab88_d20241122_m013229_c001_v7007000_t0000_u01732239149755") 2024/11/22 01:37:15 DEBUG : a/potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c7c_d20241122_m013228_c001_v0001176_t0011_u01732239148976") 2024/11/22 01:37:15 DEBUG : b/potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f47d_d20241122_m013252_c001_v7007000_t0000_u01732239172507") 2024/11/22 01:37:15 DEBUG : b/potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cd4_d20241122_m013250_c001_v0001176_t0035_u01732239170721") 2024/11/22 01:37:15 DEBUG : b/potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f43d_d20241122_m013249_c001_v7007000_t0000_u01732239169263") 2024/11/22 01:37:15 DEBUG : b/potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9ccc_d20241122_m013248_c001_v0001176_t0001_u01732239168216") 2024/11/22 01:37:15 DEBUG : b/potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab87_d20241122_m013229_c001_v7007000_t0000_u01732239149206") 2024/11/22 01:37:15 DEBUG : b/potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c74_d20241122_m013228_c001_v0001176_t0033_u01732239148081") 2024/11/22 01:37:15 DEBUG : backup/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f402fa089005eaa36_d20241122_m013515_c001_v7007000_t0000_u01732239315882") 2024/11/22 01:37:15 DEBUG : backup/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11523e5f57493ec3_d20241122_m013514_c001_v0001091_t0043_u01732239314113") 2024/11/22 01:37:15 DEBUG : backup/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f102468fff54ba590_d20241122_m013510_c001_v0001183_t0059_u01732239310493") 2024/11/22 01:37:15 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4dec_d20241122_m013540_c001_v7007000_t0000_u01732239340809") 2024/11/22 01:37:15 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f115afd108ac7b05d_d20241122_m013539_c001_v0001182_t0040_u01732239339058") 2024/11/22 01:37:15 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f116d57a61a4c3f82_d20241122_m013535_c001_v0001181_t0012_u01732239335150") 2024/11/22 01:37:15 DEBUG : backup/one.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40510ee7c9fca3c9_d20241122_m013528_c001_v7007000_t0000_u01732239328479") 2024/11/22 01:37:15 DEBUG : backup/one.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f105b94dabe364595_d20241122_m013526_c001_v0001183_t0033_u01732239326656") 2024/11/22 01:37:16 DEBUG : backup/one.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f115dee3915416bd2_d20241122_m013522_c001_v0001183_t0058_u01732239322591") 2024/11/22 01:37:16 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4ded_d20241122_m013540_c001_v7007000_t0000_u01732239340999") 2024/11/22 01:37:16 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1006125763171b76_d20241122_m013540_c001_v0001180_t0029_u01732239340055") 2024/11/22 01:37:16 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11824d1c378918a7_d20241122_m013536_c001_v0001039_t0041_u01732239336633") 2024/11/22 01:37:16 DEBUG : backup/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f402fa089005eaa38_d20241122_m013516_c001_v7007000_t0000_u01732239316062") 2024/11/22 01:37:16 DEBUG : backup/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f112d8c1325cbecc2_d20241122_m013515_c001_v0001102_t0032_u01732239315043") 2024/11/22 01:37:16 DEBUG : backup/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f106e2ccd47f0682f_d20241122_m013511_c001_v0001154_t0016_u01732239311913") 2024/11/22 01:37:16 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40510ee7c9fca3cb_d20241122_m013528_c001_v7007000_t0000_u01732239328659") 2024/11/22 01:37:16 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1147f6c11112d501_d20241122_m013527_c001_v0001130_t0046_u01732239327660") 2024/11/22 01:37:16 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1043dbbeec21037f_d20241122_m013524_c001_v0001116_t0044_u01732239324057") 2024/11/22 01:37:16 DEBUG : both0: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8643_d20241122_m013659_c001_v7007000_t0000_u01732239419456") 2024/11/22 01:37:16 DEBUG : both0: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fa6_d20241122_m013644_c001_v0001176_t0043_u01732239404251") 2024/11/22 01:37:16 DEBUG : both0: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3230_d20241122_m013639_c001_v7007000_t0000_u01732239399525") 2024/11/22 01:37:16 DEBUG : both0: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b96ef0_d20241122_m013624_c001_v0001183_t0015_u01732239384494") 2024/11/22 01:37:16 DEBUG : both1: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8644_d20241122_m013659_c001_v7007000_t0000_u01732239419639") 2024/11/22 01:37:16 DEBUG : both1: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9754e_d20241122_m013645_c001_v0001183_t0040_u01732239405526") 2024/11/22 01:37:16 DEBUG : both1: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3232_d20241122_m013639_c001_v7007000_t0000_u01732239399708") 2024/11/22 01:37:16 DEBUG : both1: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb49_d20241122_m013625_c001_v0001100_t0052_u01732239385390") 2024/11/22 01:37:16 DEBUG : both10: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8645_d20241122_m013659_c001_v7007000_t0000_u01732239419821") 2024/11/22 01:37:16 DEBUG : both10: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9770f_d20241122_m013651_c001_v0001183_t0009_u01732239411151") 2024/11/22 01:37:17 DEBUG : both10: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3234_d20241122_m013639_c001_v7007000_t0000_u01732239399891") 2024/11/22 01:37:17 DEBUG : both10: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb55_d20241122_m013630_c001_v0001100_t0020_u01732239390763") 2024/11/22 01:37:17 DEBUG : both11: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8646_d20241122_m013700_c001_v7007000_t0000_u01732239420002") 2024/11/22 01:37:17 DEBUG : both11: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb91_d20241122_m013651_c001_v0001100_t0021_u01732239411591") 2024/11/22 01:37:17 DEBUG : both11: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3236_d20241122_m013640_c001_v7007000_t0000_u01732239400073") 2024/11/22 01:37:17 DEBUG : both11: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f7a_d20241122_m013631_c001_v0001176_t0056_u01732239391306") 2024/11/22 01:37:17 DEBUG : both12: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8647_d20241122_m013700_c001_v7007000_t0000_u01732239420184") 2024/11/22 01:37:17 DEBUG : both12: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fce_d20241122_m013652_c001_v0001176_t0046_u01732239412166") 2024/11/22 01:37:17 DEBUG : both12: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3238_d20241122_m013640_c001_v7007000_t0000_u01732239400319") 2024/11/22 01:37:17 DEBUG : both12: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9716c_d20241122_m013631_c001_v0001183_t0023_u01732239391901") 2024/11/22 01:37:17 DEBUG : both13: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8649_d20241122_m013700_c001_v7007000_t0000_u01732239420366") 2024/11/22 01:37:17 DEBUG : both13: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b977ad_d20241122_m013653_c001_v0001183_t0000_u01732239413013") 2024/11/22 01:37:17 DEBUG : both13: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de323a_d20241122_m013640_c001_v7007000_t0000_u01732239400508") 2024/11/22 01:37:17 DEBUG : both13: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb5d_d20241122_m013632_c001_v0001100_t0042_u01732239392316") 2024/11/22 01:37:17 DEBUG : both14: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a864b_d20241122_m013700_c001_v7007000_t0000_u01732239420548") 2024/11/22 01:37:17 DEBUG : both14: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb97_d20241122_m013653_c001_v0001100_t0036_u01732239413469") 2024/11/22 01:37:17 DEBUG : both14: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de323b_d20241122_m013640_c001_v7007000_t0000_u01732239400689") 2024/11/22 01:37:17 DEBUG : both14: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f80_d20241122_m013632_c001_v0001176_t0016_u01732239392883") 2024/11/22 01:37:17 DEBUG : both15: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a864c_d20241122_m013700_c001_v7007000_t0000_u01732239420730") 2024/11/22 01:37:17 DEBUG : both15: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fd4_d20241122_m013654_c001_v0001176_t0011_u01732239414065") 2024/11/22 01:37:18 DEBUG : both15: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de323c_d20241122_m013640_c001_v7007000_t0000_u01732239400884") 2024/11/22 01:37:18 DEBUG : both15: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b971e9_d20241122_m013633_c001_v0001183_t0001_u01732239393399") 2024/11/22 01:37:18 DEBUG : both16: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a864d_d20241122_m013700_c001_v7007000_t0000_u01732239420913") 2024/11/22 01:37:18 DEBUG : both16: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9782a_d20241122_m013654_c001_v0001183_t0034_u01732239414676") 2024/11/22 01:37:18 DEBUG : both16: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de323e_d20241122_m013641_c001_v7007000_t0000_u01732239401068") 2024/11/22 01:37:18 DEBUG : both16: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb67_d20241122_m013634_c001_v0001100_t0034_u01732239394187") 2024/11/22 01:37:18 DEBUG : both17: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a864f_d20241122_m013701_c001_v7007000_t0000_u01732239421095") 2024/11/22 01:37:18 DEBUG : both17: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb9b_d20241122_m013655_c001_v0001100_t0038_u01732239415333") 2024/11/22 01:37:18 DEBUG : both17: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3240_d20241122_m013641_c001_v7007000_t0000_u01732239401261") 2024/11/22 01:37:18 DEBUG : both17: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f88_d20241122_m013634_c001_v0001176_t0033_u01732239394725") 2024/11/22 01:37:18 DEBUG : both18: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8650_d20241122_m013701_c001_v7007000_t0000_u01732239421279") 2024/11/22 01:37:18 DEBUG : both18: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fd8_d20241122_m013655_c001_v0001176_t0024_u01732239415903") 2024/11/22 01:37:18 DEBUG : both18: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3241_d20241122_m013641_c001_v7007000_t0000_u01732239401443") 2024/11/22 01:37:18 DEBUG : both18: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b972a6_d20241122_m013635_c001_v0001183_t0051_u01732239395795") 2024/11/22 01:37:18 DEBUG : both19: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8651_d20241122_m013701_c001_v7007000_t0000_u01732239421460") 2024/11/22 01:37:18 DEBUG : both19: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b978c1_d20241122_m013656_c001_v0001183_t0013_u01732239416569") 2024/11/22 01:37:18 DEBUG : both19: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3242_d20241122_m013641_c001_v7007000_t0000_u01732239401630") 2024/11/22 01:37:18 DEBUG : both19: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb6f_d20241122_m013636_c001_v0001100_t0052_u01732239396237") 2024/11/22 01:37:18 DEBUG : both2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8652_d20241122_m013701_c001_v7007000_t0000_u01732239421652") 2024/11/22 01:37:18 DEBUG : both2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb77_d20241122_m013645_c001_v0001100_t0009_u01732239405977") 2024/11/22 01:37:19 DEBUG : both2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3243_d20241122_m013641_c001_v7007000_t0000_u01732239401813") 2024/11/22 01:37:19 DEBUG : both2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f68_d20241122_m013625_c001_v0001176_t0005_u01732239385921") 2024/11/22 01:37:19 DEBUG : both3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8653_d20241122_m013701_c001_v7007000_t0000_u01732239421845") 2024/11/22 01:37:19 DEBUG : both3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fb6_d20241122_m013646_c001_v0001176_t0052_u01732239406786") 2024/11/22 01:37:19 DEBUG : both3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3244_d20241122_m013642_c001_v7007000_t0000_u01732239402022") 2024/11/22 01:37:19 DEBUG : both3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b96fa6_d20241122_m013626_c001_v0001183_t0009_u01732239386572") 2024/11/22 01:37:19 DEBUG : both4: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8654_d20241122_m013702_c001_v7007000_t0000_u01732239422044") 2024/11/22 01:37:19 DEBUG : both4: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b975d3_d20241122_m013647_c001_v0001183_t0019_u01732239407322") 2024/11/22 01:37:19 DEBUG : both4: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3245_d20241122_m013642_c001_v7007000_t0000_u01732239402207") 2024/11/22 01:37:19 DEBUG : both4: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb4d_d20241122_m013627_c001_v0001100_t0010_u01732239387031") 2024/11/22 01:37:19 DEBUG : both5: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8656_d20241122_m013702_c001_v7007000_t0000_u01732239422242") 2024/11/22 01:37:19 DEBUG : both5: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb7d_d20241122_m013648_c001_v0001100_t0059_u01732239408045") 2024/11/22 01:37:19 DEBUG : both5: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3246_d20241122_m013642_c001_v7007000_t0000_u01732239402408") 2024/11/22 01:37:19 DEBUG : both5: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f6c_d20241122_m013627_c001_v0001176_t0006_u01732239387652") 2024/11/22 01:37:19 DEBUG : both6: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8659_d20241122_m013702_c001_v7007000_t0000_u01732239422423") 2024/11/22 01:37:19 DEBUG : both6: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fba_d20241122_m013648_c001_v0001176_t0057_u01732239408739") 2024/11/22 01:37:19 DEBUG : both6: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3248_d20241122_m013642_c001_v7007000_t0000_u01732239402591") 2024/11/22 01:37:19 DEBUG : both6: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b97035_d20241122_m013628_c001_v0001183_t0027_u01732239388279") 2024/11/22 01:37:19 DEBUG : both7: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a865b_d20241122_m013702_c001_v7007000_t0000_u01732239422605") 2024/11/22 01:37:19 DEBUG : both7: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9767b_d20241122_m013649_c001_v0001183_t0008_u01732239409356") 2024/11/22 01:37:19 DEBUG : both7: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3249_d20241122_m013642_c001_v7007000_t0000_u01732239402772") 2024/11/22 01:37:20 DEBUG : both7: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb51_d20241122_m013628_c001_v0001100_t0014_u01732239388803") 2024/11/22 01:37:20 DEBUG : both8: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a865c_d20241122_m013702_c001_v7007000_t0000_u01732239422803") 2024/11/22 01:37:20 DEBUG : both8: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb89_d20241122_m013649_c001_v0001100_t0031_u01732239409818") 2024/11/22 01:37:20 DEBUG : both8: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de324a_d20241122_m013642_c001_v7007000_t0000_u01732239402955") 2024/11/22 01:37:20 DEBUG : both8: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f72_d20241122_m013629_c001_v0001176_t0054_u01732239389535") 2024/11/22 01:37:20 DEBUG : both9: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a865d_d20241122_m013702_c001_v7007000_t0000_u01732239422998") 2024/11/22 01:37:20 DEBUG : both9: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fc0_d20241122_m013650_c001_v0001176_t0044_u01732239410403") 2024/11/22 01:37:20 DEBUG : both9: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de324b_d20241122_m013643_c001_v7007000_t0000_u01732239403137") 2024/11/22 01:37:20 DEBUG : both9: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b970f8_d20241122_m013630_c001_v0001183_t0012_u01732239390336") 2024/11/22 01:37:20 DEBUG : c/non empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f482_d20241122_m013252_c001_v7007000_t0000_u01732239172703") 2024/11/22 01:37:20 DEBUG : c/non empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cd6_d20241122_m013250_c001_v0001176_t0043_u01732239170935") 2024/11/22 01:37:20 DEBUG : c/non empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f44c_d20241122_m013249_c001_v7007000_t0000_u01732239169996") 2024/11/22 01:37:20 DEBUG : c/non empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cce_d20241122_m013248_c001_v0001176_t0009_u01732239168427") 2024/11/22 01:37:20 DEBUG : c/non empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab89_d20241122_m013229_c001_v7007000_t0000_u01732239149939") 2024/11/22 01:37:20 DEBUG : c/non empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c76_d20241122_m013228_c001_v0001176_t0008_u01732239148305") 2024/11/22 01:37:20 DEBUG : check sum: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d1579e_d20241122_m013217_c001_v7007000_t0000_u01732239137511") 2024/11/22 01:37:20 DEBUG : check sum: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c54_d20241122_m013216_c001_v0001176_t0010_u01732239136557") 2024/11/22 01:37:20 DEBUG : dest/3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cd7f3_d20241122_m013447_c001_v7007000_t0000_u01732239287479") 2024/11/22 01:37:20 DEBUG : dest/3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f411e17a3694aa4a3_d20241122_m013446_c001_v0001161_t0015_u01732239286377") 2024/11/22 01:37:20 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e92_d20241122_m013614_c001_v7007000_t0000_u01732239374490") 2024/11/22 01:37:20 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f112b1cba35ff4c42_d20241122_m013611_c001_v0001117_t0044_u01732239371819") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f416d86e575253d0e_d20241122_m013611_c001_v7007000_t0000_u01732239371624") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f112b1cba35ff4c38_d20241122_m013607_c001_v0001117_t0057_u01732239367973") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f416d86e575253d09_d20241122_m013607_c001_v7007000_t0000_u01732239367190") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb39_d20241122_m013602_c001_v0001100_t0039_u01732239362915") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e46_d20241122_m013601_c001_v7007000_t0000_u01732239361442") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1087d46c759e5102_d20241122_m013559_c001_v0001182_t0029_u01732239359623") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f402fa089005eaa8c_d20241122_m013559_c001_v7007000_t0000_u01732239359441") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1087d46c759e50af_d20241122_m013556_c001_v0001182_t0029_u01732239356956") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f402fa089005eaa82_d20241122_m013556_c001_v7007000_t0000_u01732239356231") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb29_d20241122_m013552_c001_v0001100_t0001_u01732239352295") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e0e_d20241122_m013551_c001_v7007000_t0000_u01732239351014") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f111e1d909176aa93_d20241122_m013549_c001_v0001136_t0019_u01732239349718") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71fbf7_d20241122_m013549_c001_v7007000_t0000_u01732239349531") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f111e1d909176aa91_d20241122_m013546_c001_v0001136_t0058_u01732239346544") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f7dd_d20241122_m013545_c001_v7007000_t0000_u01732239345806") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9ef8_d20241122_m013542_c001_v0001176_t0032_u01732239342094") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4dee_d20241122_m013541_c001_v7007000_t0000_u01732239341181") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1140622b43c6161c_d20241122_m013539_c001_v0001134_t0055_u01732239339454") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4196f305da48287d_d20241122_m013539_c001_v7007000_t0000_u01732239339259") 2024/11/22 01:37:21 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1140622b43c61616_d20241122_m013536_c001_v0001134_t0016_u01732239336096") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4196f305da482875_d20241122_m013535_c001_v7007000_t0000_u01732239335369") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b95f41_d20241122_m013529_c001_v0001183_t0010_u01732239329772") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40510ee7c9fca3cd_d20241122_m013528_c001_v7007000_t0000_u01732239328852") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f102472508fa46d9d_d20241122_m013527_c001_v0001092_t0000_u01732239327039") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cda6e_d20241122_m013526_c001_v7007000_t0000_u01732239326861") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f102472508fa46d99_d20241122_m013523_c001_v0001092_t0028_u01732239323528") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cda67_d20241122_m013522_c001_v7007000_t0000_u01732239322803") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddaff_d20241122_m013517_c001_v0001100_t0039_u01732239317163") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f402fa089005eaa39_d20241122_m013516_c001_v7007000_t0000_u01732239316242") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1047784fc7354684_d20241122_m013514_c001_v0001183_t0025_u01732239314621") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4000e7c46796de2d_d20241122_m013514_c001_v7007000_t0000_u01732239314439") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1047784fc73545c0_d20241122_m013511_c001_v0001183_t0008_u01732239311487") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4000e7c46796de20_d20241122_m013510_c001_v7007000_t0000_u01732239310759") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9e78_d20241122_m013504_c001_v0001176_t0005_u01732239304771") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cda3c_d20241122_m013503_c001_v7007000_t0000_u01732239303682") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f10518bc7182a2b09_d20241122_m013457_c001_v0001179_t0037_u01732239297872") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cd801_d20241122_m013457_c001_v7007000_t0000_u01732239297669") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b95431_d20241122_m013453_c001_v0001183_t0049_u01732239293854") 2024/11/22 01:37:22 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f111fa7f0bde5c4eb_d20241122_m013452_c001_v0001146_t0021_u01732239292992") 2024/11/22 01:37:23 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f111fa7f0bde5c4e9_d20241122_m013451_c001_v0001146_t0047_u01732239291895") 2024/11/22 01:37:23 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d159c7_d20241122_m013438_c001_v7007000_t0000_u01732239278688") 2024/11/22 01:37:23 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9e16_d20241122_m013431_c001_v0001176_t0027_u01732239271423") 2024/11/22 01:37:23 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f114aeee1d9d5730e_d20241122_m013430_c001_v0001183_t0004_u01732239270675") 2024/11/22 01:37:23 DEBUG : dst/one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f114aeee1d9d572c6_d20241122_m013429_c001_v0001183_t0020_u01732239269730") 2024/11/22 01:37:23 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e94_d20241122_m013614_c001_v7007000_t0000_u01732239374693") 2024/11/22 01:37:23 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f109ac995d4ad8582_d20241122_m013611_c001_v0001183_t0009_u01732239371381") 2024/11/22 01:37:23 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f116c199858b32898_d20241122_m013606_c001_v0001183_t0053_u01732239366987") 2024/11/22 01:37:23 DEBUG : dst/one.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e47_d20241122_m013601_c001_v7007000_t0000_u01732239361625") 2024/11/22 01:37:23 DEBUG : dst/one.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1044a602d0d79c8d_d20241122_m013559_c001_v0001182_t0011_u01732239359230") 2024/11/22 01:37:23 DEBUG : dst/one.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f10692d51b0b54e50_d20241122_m013556_c001_v0001182_t0019_u01732239356031") 2024/11/22 01:37:23 DEBUG : dst/one.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e0f_d20241122_m013551_c001_v7007000_t0000_u01732239351196") 2024/11/22 01:37:23 DEBUG : dst/one.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f10852059acd9dd3e_d20241122_m013549_c001_v0001183_t0039_u01732239349333") 2024/11/22 01:37:23 DEBUG : dst/one.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f101092368a3485ad_d20241122_m013545_c001_v0001183_t0000_u01732239345589") 2024/11/22 01:37:23 DEBUG : dst/three: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cda3e_d20241122_m013503_c001_v7007000_t0000_u01732239303864") 2024/11/22 01:37:23 DEBUG : dst/three: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f111fa7f0bde5c4fc_d20241122_m013502_c001_v0001146_t0009_u01732239302192") 2024/11/22 01:37:23 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e96_d20241122_m013614_c001_v7007000_t0000_u01732239374875") 2024/11/22 01:37:23 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f104b464eb1be4344_d20241122_m013612_c001_v0001150_t0045_u01732239372918") 2024/11/22 01:37:23 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b96aa1_d20241122_m013609_c001_v0001183_t0001_u01732239369168") 2024/11/22 01:37:23 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e97_d20241122_m013615_c001_v7007000_t0000_u01732239375059") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f112b1cba35ff4c4a_d20241122_m013613_c001_v0001117_t0037_u01732239373368") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f416d86e575253d11_d20241122_m013613_c001_v7007000_t0000_u01732239373186") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f112b1cba35ff4c3a_d20241122_m013609_c001_v0001117_t0004_u01732239369577") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f416d86e575253d0b_d20241122_m013609_c001_v7007000_t0000_u01732239369394") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f24_d20241122_m013604_c001_v0001176_t0032_u01732239364197") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e49_d20241122_m013601_c001_v7007000_t0000_u01732239361819") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1087d46c759e512e_d20241122_m013600_c001_v0001182_t0020_u01732239360851") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f402fa089005eaa8f_d20241122_m013600_c001_v7007000_t0000_u01732239360654") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f1087d46c759e50ec_d20241122_m013558_c001_v0001182_t0056_u01732239358265") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f402fa089005eaa8b_d20241122_m013558_c001_v7007000_t0000_u01732239358082") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f10_d20241122_m013553_c001_v0001176_t0009_u01732239353297") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71fbf8_d20241122_m013550_c001_v7007000_t0000_u01732239350455") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f00_d20241122_m013548_c001_v0001176_t0022_u01732239348164") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f7df_d20241122_m013547_c001_v7007000_t0000_u01732239347420") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b962ff_d20241122_m013543_c001_v0001183_t0037_u01732239343148") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4196f305da48287e_d20241122_m013540_c001_v7007000_t0000_u01732239340257") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b96165_d20241122_m013538_c001_v0001183_t0002_u01732239338241") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4196f305da482877_d20241122_m013537_c001_v7007000_t0000_u01732239337140") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb13_d20241122_m013530_c001_v0001100_t0036_u01732239330567") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cda72_d20241122_m013527_c001_v7007000_t0000_u01732239327930") 2024/11/22 01:37:24 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb0b_d20241122_m013525_c001_v0001100_t0059_u01732239325671") 2024/11/22 01:37:25 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cda6a_d20241122_m013524_c001_v7007000_t0000_u01732239324571") 2024/11/22 01:37:25 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9eac_d20241122_m013518_c001_v0001176_t0009_u01732239318068") 2024/11/22 01:37:25 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4000e7c46796de30_d20241122_m013515_c001_v7007000_t0000_u01732239315311") 2024/11/22 01:37:25 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9e9e_d20241122_m013513_c001_v0001176_t0037_u01732239313286") 2024/11/22 01:37:25 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4000e7c46796de24_d20241122_m013512_c001_v7007000_t0000_u01732239312203") 2024/11/22 01:37:25 DEBUG : dst/three.txt: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b95802_d20241122_m013506_c001_v0001183_t0017_u01732239306014") 2024/11/22 01:37:25 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e4b_d20241122_m013602_c001_v7007000_t0000_u01732239362002") 2024/11/22 01:37:25 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103622b1509fe642_d20241122_m013600_c001_v0001105_t0035_u01732239360405") 2024/11/22 01:37:25 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11824d1c378918c0_d20241122_m013557_c001_v0001039_t0037_u01732239357736") 2024/11/22 01:37:25 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e13_d20241122_m013551_c001_v7007000_t0000_u01732239351379") 2024/11/22 01:37:25 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f119be4fb162a63af_d20241122_m013550_c001_v0001183_t0018_u01732239350252") 2024/11/22 01:37:25 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f111793a8e79f70b2_d20241122_m013547_c001_v0001182_t0001_u01732239347228") 2024/11/22 01:37:25 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e99_d20241122_m013615_c001_v7007000_t0000_u01732239375244") 2024/11/22 01:37:25 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9692b_d20241122_m013603_c001_v0001183_t0006_u01732239363642") 2024/11/22 01:37:25 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e4d_d20241122_m013602_c001_v7007000_t0000_u01732239362186") 2024/11/22 01:37:25 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9661d_d20241122_m013553_c001_v0001183_t0021_u01732239353102") 2024/11/22 01:37:25 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4e15_d20241122_m013551_c001_v7007000_t0000_u01732239351564") 2024/11/22 01:37:25 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb1f_d20241122_m013542_c001_v0001100_t0049_u01732239342678") 2024/11/22 01:37:25 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4def_d20241122_m013541_c001_v7007000_t0000_u01732239341364") 2024/11/22 01:37:25 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9ed6_d20241122_m013530_c001_v0001176_t0049_u01732239330328") 2024/11/22 01:37:26 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40510ee7c9fca3cf_d20241122_m013529_c001_v7007000_t0000_u01732239329033") 2024/11/22 01:37:26 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b95bb3_d20241122_m013517_c001_v0001183_t0055_u01732239317863") 2024/11/22 01:37:26 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f402fa089005eaa3f_d20241122_m013516_c001_v7007000_t0000_u01732239316422") 2024/11/22 01:37:26 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddaef_d20241122_m013505_c001_v0001100_t0010_u01732239305597") 2024/11/22 01:37:26 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cda3f_d20241122_m013504_c001_v7007000_t0000_u01732239304046") 2024/11/22 01:37:26 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f110facb7c226d83a_d20241122_m013459_c001_v0001104_t0009_u01732239299586") 2024/11/22 01:37:26 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d159c9_d20241122_m013438_c001_v7007000_t0000_u01732239278869") 2024/11/22 01:37:26 DEBUG : dst/two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f114aeee1d9d57511_d20241122_m013437_c001_v0001183_t0058_u01732239277716") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8256_d20241122_m013356_c001_v7007000_t0000_u01732239236993") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b93e41_d20241122_m013353_c001_v0001183_t0035_u01732239233745") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8249_d20241122_m013351_c001_v7007000_t0000_u01732239231768") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b93a12_d20241122_m013341_c001_v0001183_t0004_u01732239221234") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a821b_d20241122_m013332_c001_v7007000_t0000_u01732239212045") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b93631_d20241122_m013329_c001_v0001183_t0028_u01732239209279") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f514_d20241122_m013305_c001_v7007000_t0000_u01732239185298") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9d0c_d20241122_m013303_c001_v0001176_t0021_u01732239183474") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f50d_d20241122_m013301_c001_v7007000_t0000_u01732239181973") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cfe_d20241122_m013300_c001_v0001176_t0056_u01732239180838") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f4e6_d20241122_m013257_c001_v7007000_t0000_u01732239177576") 2024/11/22 01:37:26 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9ce6_d20241122_m013256_c001_v0001176_t0057_u01732239176019") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f4b0_d20241122_m013254_c001_v7007000_t0000_u01732239174907") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9ce0_d20241122_m013253_c001_v0001176_t0015_u01732239173704") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f417_d20241122_m013247_c001_v7007000_t0000_u01732239167304") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cbe_d20241122_m013245_c001_v0001176_t0033_u01732239165575") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab9a_d20241122_m013244_c001_v7007000_t0000_u01732239164449") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cb6_d20241122_m013243_c001_v0001176_t0045_u01732239163673") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab94_d20241122_m013238_c001_v7007000_t0000_u01732239158654") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9ca0_d20241122_m013237_c001_v0001176_t0046_u01732239157478") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab90_d20241122_m013234_c001_v7007000_t0000_u01732239154928") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c8c_d20241122_m013233_c001_v0001176_t0043_u01732239153981") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab8c_d20241122_m013232_c001_v7007000_t0000_u01732239152828") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f10305f53eb5a01cf_d20241122_m013232_c001_v0001183_t0031_u01732239152245") 2024/11/22 01:37:27 DEBUG : empty space: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c84_d20241122_m013230_c001_v0001176_t0023_u01732239150666") 2024/11/22 01:37:27 DEBUG : enormous: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f511_d20241122_m013304_c001_v7007000_t0000_u01732239184383") 2024/11/22 01:37:27 DEBUG : enormous: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9d0e_d20241122_m013303_c001_v0001176_t0019_u01732239183679") 2024/11/22 01:37:27 DEBUG : existing: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4eaf_d20241122_m013619_c001_v7007000_t0000_u01732239379987") 2024/11/22 01:37:27 DEBUG : existing: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f54_d20241122_m013618_c001_v0001176_t0018_u01732239378792") 2024/11/22 01:37:27 DEBUG : existing: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a820b_d20241122_m013327_c001_v7007000_t0000_u01732239207467") 2024/11/22 01:37:27 DEBUG : existing: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9351a_d20241122_m013326_c001_v0001183_t0059_u01732239206496") 2024/11/22 01:37:27 DEBUG : existing: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab85_d20241122_m013226_c001_v7007000_t0000_u01732239146996") 2024/11/22 01:37:27 DEBUG : existing: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c6e_d20241122_m013226_c001_v0001176_t0037_u01732239146050") 2024/11/22 01:37:28 DEBUG : existing: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab83_d20241122_m013224_c001_v7007000_t0000_u01732239144766") 2024/11/22 01:37:28 DEBUG : existing: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c6a_d20241122_m013224_c001_v0001176_t0034_u01732239144176") 2024/11/22 01:37:28 DEBUG : existing: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c66_d20241122_m013223_c001_v0001176_t0045_u01732239143413") 2024/11/22 01:37:28 DEBUG : existing-b: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a820c_d20241122_m013327_c001_v7007000_t0000_u01732239207647") 2024/11/22 01:37:28 DEBUG : existing-b: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9d6e_d20241122_m013326_c001_v0001176_t0044_u01732239206482") 2024/11/22 01:37:28 DEBUG : five: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f51c_d20241122_m013309_c001_v7007000_t0000_u01732239189459") 2024/11/22 01:37:28 DEBUG : five: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403cecb70e4b9d24_d20241122_m013307_c001_v0001176_t0034_u01732239187565") 2024/11/22 01:37:28 DEBUG : foo: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab93_d20241122_m013236_c001_v7007000_t0000_u01732239156753") 2024/11/22 01:37:28 DEBUG : foo: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403cecb70e4b9c9c_d20241122_m013236_c001_v0001176_t0034_u01732239156201") 2024/11/22 01:37:28 DEBUG : foo: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403cecb70e4b9c98_d20241122_m013235_c001_v0001176_t0034_u01732239155653") 2024/11/22 01:37:28 DEBUG : four: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f51d_d20241122_m013309_c001_v7007000_t0000_u01732239189654") 2024/11/22 01:37:28 DEBUG : four: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41043fbc40b92e98_d20241122_m013308_c001_v0001183_t0026_u01732239188120") 2024/11/22 01:37:28 DEBUG : four: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9d1c_d20241122_m013306_c001_v0001176_t0056_u01732239186984") 2024/11/22 01:37:28 DEBUG : hello world2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b5986ab_d20241122_m013136_c001_v7007000_t0000_u01732239096134") 2024/11/22 01:37:28 DEBUG : hello world2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9bd4_d20241122_m013135_c001_v0001176_t0008_u01732239095507") 2024/11/22 01:37:28 DEBUG : ignore-size: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d157b5_d20241122_m013221_c001_v7007000_t0000_u01732239141955") 2024/11/22 01:37:28 DEBUG : ignore-size: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c62_d20241122_m013221_c001_v0001176_t0007_u01732239141011") 2024/11/22 01:37:28 DEBUG : nested/sub dir/file: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8207_d20241122_m013325_c001_v7007000_t0000_u01732239205392") 2024/11/22 01:37:28 DEBUG : nested/sub dir/file: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b93456_d20241122_m013324_c001_v0001183_t0022_u01732239204126") 2024/11/22 01:37:29 DEBUG : nested/sub dir/file: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a81fe_d20241122_m013323_c001_v7007000_t0000_u01732239203008") 2024/11/22 01:37:29 DEBUG : nested/sub dir/file: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b93388_d20241122_m013322_c001_v0001183_t0012_u01732239202061") 2024/11/22 01:37:29 DEBUG : one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f51e_d20241122_m013309_c001_v7007000_t0000_u01732239189847") 2024/11/22 01:37:29 DEBUG : one: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403cecb70e4b9d16_d20241122_m013306_c001_v0001176_t0034_u01732239186402") 2024/11/22 01:37:29 DEBUG : only0: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a865e_d20241122_m013703_c001_v7007000_t0000_u01732239423223") 2024/11/22 01:37:29 DEBUG : only0: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403a95cf69eddba1_d20241122_m013657_c001_v0001100_t0046_u01732239417644") 2024/11/22 01:37:29 DEBUG : only0: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb75_d20241122_m013644_c001_v0001100_t0045_u01732239404858") 2024/11/22 01:37:29 DEBUG : only0: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40510ee7c9fca92a_d20241122_m013638_c001_v7007000_t0000_u01732239398378") 2024/11/22 01:37:29 DEBUG : only0: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f64_d20241122_m013625_c001_v0001176_t0050_u01732239385136") 2024/11/22 01:37:29 DEBUG : only1: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8661_d20241122_m013703_c001_v7007000_t0000_u01732239423406") 2024/11/22 01:37:29 DEBUG : only1: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41043fbc40b9790d_d20241122_m013657_c001_v0001183_t0026_u01732239417656") 2024/11/22 01:37:29 DEBUG : only1: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fae_d20241122_m013645_c001_v0001176_t0005_u01732239405723") 2024/11/22 01:37:29 DEBUG : only1: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40158df6d9ccdce6_d20241122_m013638_c001_v7007000_t0000_u01732239398150") 2024/11/22 01:37:29 DEBUG : only1: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b96f4c_d20241122_m013625_c001_v0001183_t0014_u01732239385723") 2024/11/22 01:37:29 DEBUG : only10: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8663_d20241122_m013703_c001_v7007000_t0000_u01732239423599") 2024/11/22 01:37:29 DEBUG : only10: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403a95cf69eddbaf_d20241122_m013658_c001_v0001100_t0046_u01732239418624") 2024/11/22 01:37:29 DEBUG : only10: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fc8_d20241122_m013651_c001_v0001176_t0041_u01732239411349") 2024/11/22 01:37:29 DEBUG : only10: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de3228_d20241122_m013638_c001_v7007000_t0000_u01732239398159") 2024/11/22 01:37:29 DEBUG : only10: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b97134_d20241122_m013631_c001_v0001183_t0048_u01732239391097") 2024/11/22 01:37:29 DEBUG : only11: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8665_d20241122_m013703_c001_v7007000_t0000_u01732239423781") 2024/11/22 01:37:29 DEBUG : only11: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41043fbc40b97973_d20241122_m013658_c001_v0001183_t0026_u01732239418636") 2024/11/22 01:37:30 DEBUG : only11: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9775d_d20241122_m013651_c001_v0001183_t0021_u01732239411921") 2024/11/22 01:37:30 DEBUG : only11: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40510ee7c9fca92c_d20241122_m013638_c001_v7007000_t0000_u01732239398745") 2024/11/22 01:37:30 DEBUG : only11: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb59_d20241122_m013631_c001_v0001100_t0027_u01732239391580") 2024/11/22 01:37:30 DEBUG : only12: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8667_d20241122_m013703_c001_v7007000_t0000_u01732239423966") 2024/11/22 01:37:30 DEBUG : only12: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403cecb70e4b9fe4_d20241122_m013657_c001_v0001176_t0034_u01732239417661") 2024/11/22 01:37:30 DEBUG : only12: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb95_d20241122_m013652_c001_v0001100_t0014_u01732239412680") 2024/11/22 01:37:30 DEBUG : only12: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40158df6d9ccdce8_d20241122_m013638_c001_v7007000_t0000_u01732239398527") 2024/11/22 01:37:30 DEBUG : only12: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f7c_d20241122_m013632_c001_v0001176_t0050_u01732239392100") 2024/11/22 01:37:30 DEBUG : only13: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8669_d20241122_m013704_c001_v7007000_t0000_u01732239424155") 2024/11/22 01:37:30 DEBUG : only13: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f416c199858b33dc1_d20241122_m013658_c001_v0001183_t0055_u01732239418222") 2024/11/22 01:37:30 DEBUG : only13: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fd2_d20241122_m013653_c001_v0001176_t0050_u01732239413225") 2024/11/22 01:37:30 DEBUG : only13: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40510ee7c9fca929_d20241122_m013638_c001_v7007000_t0000_u01732239398180") 2024/11/22 01:37:30 DEBUG : only13: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b971a2_d20241122_m013632_c001_v0001183_t0022_u01732239392660") 2024/11/22 01:37:30 DEBUG : only14: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a866b_d20241122_m013704_c001_v7007000_t0000_u01732239424350") 2024/11/22 01:37:30 DEBUG : only14: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403a95cf69eddba5_d20241122_m013657_c001_v0001100_t0046_u01732239417864") 2024/11/22 01:37:30 DEBUG : only14: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b977f4_d20241122_m013653_c001_v0001183_t0055_u01732239413865") 2024/11/22 01:37:30 DEBUG : only14: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40510ee7c9fca92b_d20241122_m013638_c001_v7007000_t0000_u01732239398560") 2024/11/22 01:37:30 DEBUG : only14: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb61_d20241122_m013633_c001_v0001100_t0026_u01732239393103") 2024/11/22 01:37:30 DEBUG : only15: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a866d_d20241122_m013704_c001_v7007000_t0000_u01732239424532") 2024/11/22 01:37:30 DEBUG : only15: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41043fbc40b9791f_d20241122_m013657_c001_v0001183_t0026_u01732239417876") 2024/11/22 01:37:31 DEBUG : only15: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb99_d20241122_m013654_c001_v0001100_t0011_u01732239414315") 2024/11/22 01:37:31 DEBUG : only15: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f412a258d2117861b_d20241122_m013638_c001_v7007000_t0000_u01732239398184") 2024/11/22 01:37:31 DEBUG : only15: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f84_d20241122_m013633_c001_v0001176_t0000_u01732239393634") 2024/11/22 01:37:31 DEBUG : only16: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a866f_d20241122_m013704_c001_v7007000_t0000_u01732239424713") 2024/11/22 01:37:31 DEBUG : only16: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403cecb70e4b9fe8_d20241122_m013657_c001_v0001176_t0034_u01732239417881") 2024/11/22 01:37:31 DEBUG : only16: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fd6_d20241122_m013654_c001_v0001176_t0001_u01732239414872") 2024/11/22 01:37:31 DEBUG : only16: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de322c_d20241122_m013638_c001_v7007000_t0000_u01732239398535") 2024/11/22 01:37:31 DEBUG : only16: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b97257_d20241122_m013634_c001_v0001183_t0010_u01732239394513") 2024/11/22 01:37:31 DEBUG : only17: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8671_d20241122_m013704_c001_v7007000_t0000_u01732239424907") 2024/11/22 01:37:31 DEBUG : only17: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403a95cf69eddba7_d20241122_m013658_c001_v0001100_t0046_u01732239418051") 2024/11/22 01:37:31 DEBUG : only17: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b97875_d20241122_m013655_c001_v0001183_t0000_u01732239415694") 2024/11/22 01:37:31 DEBUG : only17: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40158df6d9ccdce7_d20241122_m013638_c001_v7007000_t0000_u01732239398345") 2024/11/22 01:37:31 DEBUG : only17: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb6b_d20241122_m013635_c001_v0001100_t0059_u01732239395355") 2024/11/22 01:37:31 DEBUG : only18: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8673_d20241122_m013705_c001_v7007000_t0000_u01732239425088") 2024/11/22 01:37:31 DEBUG : only18: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403cecb70e4b9fea_d20241122_m013658_c001_v0001176_t0034_u01732239418078") 2024/11/22 01:37:31 DEBUG : only18: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb9d_d20241122_m013656_c001_v0001100_t0002_u01732239416235") 2024/11/22 01:37:31 DEBUG : only18: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de322a_d20241122_m013638_c001_v7007000_t0000_u01732239398352") 2024/11/22 01:37:31 DEBUG : only18: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f8e_d20241122_m013636_c001_v0001176_t0046_u01732239395999") 2024/11/22 01:37:31 DEBUG : only19: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8675_d20241122_m013705_c001_v7007000_t0000_u01732239425283") 2024/11/22 01:37:32 DEBUG : only19: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41043fbc40b97937_d20241122_m013658_c001_v0001183_t0026_u01732239418081") 2024/11/22 01:37:32 DEBUG : only19: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fde_d20241122_m013656_c001_v0001176_t0049_u01732239416769") 2024/11/22 01:37:32 DEBUG : only19: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40158df6d9ccdce9_d20241122_m013638_c001_v7007000_t0000_u01732239398708") 2024/11/22 01:37:32 DEBUG : only19: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b972d4_d20241122_m013636_c001_v0001183_t0003_u01732239396604") 2024/11/22 01:37:32 DEBUG : only2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8677_d20241122_m013705_c001_v7007000_t0000_u01732239425467") 2024/11/22 01:37:32 DEBUG : only2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403a95cf69eddba9_d20241122_m013658_c001_v0001100_t0046_u01732239418251") 2024/11/22 01:37:32 DEBUG : only2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9759e_d20241122_m013646_c001_v0001183_t0026_u01732239406590") 2024/11/22 01:37:32 DEBUG : only2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40158df6d9ccdcea_d20241122_m013638_c001_v7007000_t0000_u01732239398889") 2024/11/22 01:37:32 DEBUG : only2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb4b_d20241122_m013626_c001_v0001100_t0039_u01732239386159") 2024/11/22 01:37:32 DEBUG : only3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a867b_d20241122_m013705_c001_v7007000_t0000_u01732239425650") 2024/11/22 01:37:32 DEBUG : only3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41043fbc40b9794b_d20241122_m013658_c001_v0001183_t0026_u01732239418266") 2024/11/22 01:37:32 DEBUG : only3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb79_d20241122_m013647_c001_v0001100_t0051_u01732239407011") 2024/11/22 01:37:32 DEBUG : only3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de322e_d20241122_m013638_c001_v7007000_t0000_u01732239398899") 2024/11/22 01:37:32 DEBUG : only3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f6a_d20241122_m013626_c001_v0001176_t0017_u01732239386777") 2024/11/22 01:37:32 DEBUG : only4: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a867d_d20241122_m013705_c001_v7007000_t0000_u01732239425831") 2024/11/22 01:37:32 DEBUG : only4: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403cecb70e4b9fec_d20241122_m013658_c001_v0001176_t0034_u01732239418272") 2024/11/22 01:37:32 DEBUG : only4: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fb8_d20241122_m013647_c001_v0001176_t0057_u01732239407533") 2024/11/22 01:37:32 DEBUG : only4: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f412a258d2117861d_d20241122_m013638_c001_v7007000_t0000_u01732239398554") 2024/11/22 01:37:32 DEBUG : only4: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b96feb_d20241122_m013627_c001_v0001183_t0020_u01732239387457") 2024/11/22 01:37:32 DEBUG : only5: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a867f_d20241122_m013706_c001_v7007000_t0000_u01732239426015") 2024/11/22 01:37:33 DEBUG : only5: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f416c199858b33dd9_d20241122_m013658_c001_v0001183_t0055_u01732239418408") 2024/11/22 01:37:33 DEBUG : only5: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9762f_d20241122_m013648_c001_v0001183_t0044_u01732239408519") 2024/11/22 01:37:33 DEBUG : only5: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f407087e874de322d_d20241122_m013638_c001_v7007000_t0000_u01732239398719") 2024/11/22 01:37:33 DEBUG : only5: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb4f_d20241122_m013627_c001_v0001100_t0046_u01732239387883") 2024/11/22 01:37:33 DEBUG : only6: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8681_d20241122_m013706_c001_v7007000_t0000_u01732239426196") 2024/11/22 01:37:33 DEBUG : only6: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403a95cf69eddbad_d20241122_m013658_c001_v0001100_t0046_u01732239418435") 2024/11/22 01:37:33 DEBUG : only6: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb81_d20241122_m013648_c001_v0001100_t0005_u01732239408992") 2024/11/22 01:37:33 DEBUG : only6: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40158df6d9ccdce4_d20241122_m013637_c001_v7007000_t0000_u01732239397787") 2024/11/22 01:37:33 DEBUG : only6: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f70_d20241122_m013628_c001_v0001176_t0024_u01732239388485") 2024/11/22 01:37:33 DEBUG : only7: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8684_d20241122_m013706_c001_v7007000_t0000_u01732239426377") 2024/11/22 01:37:33 DEBUG : only7: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41043fbc40b97965_d20241122_m013658_c001_v0001183_t0026_u01732239418452") 2024/11/22 01:37:33 DEBUG : only7: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9fbe_d20241122_m013649_c001_v0001176_t0025_u01732239409575") 2024/11/22 01:37:33 DEBUG : only7: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40158df6d9ccdce5_d20241122_m013637_c001_v7007000_t0000_u01732239397969") 2024/11/22 01:37:33 DEBUG : only7: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9709e_d20241122_m013629_c001_v0001183_t0020_u01732239389314") 2024/11/22 01:37:33 DEBUG : only8: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8686_d20241122_m013706_c001_v7007000_t0000_u01732239426575") 2024/11/22 01:37:33 DEBUG : only8: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403cecb70e4b9ff4_d20241122_m013658_c001_v0001176_t0034_u01732239418509") 2024/11/22 01:37:33 DEBUG : only8: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b976c7_d20241122_m013650_c001_v0001183_t0044_u01732239410188") 2024/11/22 01:37:33 DEBUG : only8: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f412a258d2117861e_d20241122_m013638_c001_v7007000_t0000_u01732239398738") 2024/11/22 01:37:33 DEBUG : only8: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb53_d20241122_m013629_c001_v0001100_t0059_u01732239389864") 2024/11/22 01:37:33 DEBUG : only9: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8688_d20241122_m013706_c001_v7007000_t0000_u01732239426757") 2024/11/22 01:37:34 DEBUG : only9: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f416c199858b33dec_d20241122_m013658_c001_v0001183_t0055_u01732239418594") 2024/11/22 01:37:34 DEBUG : only9: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddb8b_d20241122_m013650_c001_v0001100_t0009_u01732239410629") 2024/11/22 01:37:34 DEBUG : only9: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f412a258d2117861c_d20241122_m013638_c001_v7007000_t0000_u01732239398370") 2024/11/22 01:37:34 DEBUG : only9: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9f78_d20241122_m013630_c001_v0001176_t0013_u01732239390547") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a81f5_d20241122_m013320_c001_v7007000_t0000_u01732239200210") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69edda75_d20241122_m013318_c001_v0001100_t0027_u01732239198535") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a81ea_d20241122_m013316_c001_v7007000_t0000_u01732239196723") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9d44_d20241122_m013315_c001_v0001176_t0021_u01732239195003") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a81e3_d20241122_m013313_c001_v7007000_t0000_u01732239193188") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b92f98_d20241122_m013310_c001_v0001183_t0037_u01732239190776") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f503_d20241122_m013259_c001_v7007000_t0000_u01732239179650") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cf2_d20241122_m013258_c001_v0001176_t0015_u01732239178484") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f4d3_d20241122_m013256_c001_v7007000_t0000_u01732239176595") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9ce4_d20241122_m013255_c001_v0001176_t0014_u01732239175814") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f4a5_d20241122_m013254_c001_v7007000_t0000_u01732239174317") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cde_d20241122_m013253_c001_v0001176_t0011_u01732239173485") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab9d_d20241122_m013246_c001_v7007000_t0000_u01732239166389") 2024/11/22 01:37:34 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cba_d20241122_m013245_c001_v0001176_t0002_u01732239165355") 2024/11/22 01:37:35 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab9b_d20241122_m013244_c001_v7007000_t0000_u01732239164630") 2024/11/22 01:37:35 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cb4_d20241122_m013243_c001_v0001176_t0024_u01732239163464") 2024/11/22 01:37:35 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab98_d20241122_m013242_c001_v7007000_t0000_u01732239162711") 2024/11/22 01:37:35 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cb2_d20241122_m013242_c001_v0001176_t0047_u01732239162114") 2024/11/22 01:37:35 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cb0_d20241122_m013241_c001_v0001176_t0041_u01732239161529") 2024/11/22 01:37:35 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab96_d20241122_m013240_c001_v7007000_t0000_u01732239160801") 2024/11/22 01:37:35 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9ca8_d20241122_m013240_c001_v0001176_t0047_u01732239160210") 2024/11/22 01:37:35 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9ca6_d20241122_m013239_c001_v0001176_t0036_u01732239159570") 2024/11/22 01:37:35 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f40212a65ff69ab95_d20241122_m013238_c001_v7007000_t0000_u01732239158840") 2024/11/22 01:37:35 DEBUG : potato: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9ca2_d20241122_m013238_c001_v0001176_t0027_u01732239158063") 2024/11/22 01:37:35 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41581258055c57eb_d20241122_m013406_c001_v7007000_t0000_u01732239246729") 2024/11/22 01:37:35 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddaab_d20241122_m013405_c001_v0001100_t0033_u01732239245966") 2024/11/22 01:37:35 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8258_d20241122_m013357_c001_v7007000_t0000_u01732239237311") 2024/11/22 01:37:35 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddaa1_d20241122_m013353_c001_v0001100_t0010_u01732239233072") 2024/11/22 01:37:35 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4d16_d20241122_m013344_c001_v7007000_t0000_u01732239224865") 2024/11/22 01:37:35 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69edda97_d20241122_m013340_c001_v0001100_t0022_u01732239220501") 2024/11/22 01:37:35 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a821e_d20241122_m013332_c001_v7007000_t0000_u01732239212362") 2024/11/22 01:37:35 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69edda87_d20241122_m013328_c001_v0001100_t0039_u01732239208931") 2024/11/22 01:37:35 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f512_d20241122_m013304_c001_v7007000_t0000_u01732239184568") 2024/11/22 01:37:35 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9d0a_d20241122_m013303_c001_v0001176_t0029_u01732239183249") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f50e_d20241122_m013302_c001_v7007000_t0000_u01732239182155") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cfc_d20241122_m013300_c001_v0001176_t0029_u01732239180613") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f506_d20241122_m013259_c001_v7007000_t0000_u01732239179880") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cf4_d20241122_m013259_c001_v0001176_t0024_u01732239179072") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f4ea_d20241122_m013257_c001_v7007000_t0000_u01732239177757") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cea_d20241122_m013256_c001_v0001176_t0054_u01732239176979") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f4b4_d20241122_m013255_c001_v7007000_t0000_u01732239175088") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9ce2_d20241122_m013254_c001_v0001176_t0011_u01732239174329") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f41b_d20241122_m013247_c001_v7007000_t0000_u01732239167485") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9cc6_d20241122_m013246_c001_v0001176_t0015_u01732239166171") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b5986b4_d20241122_m013139_c001_v7007000_t0000_u01732239099506") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9be2_d20241122_m013138_c001_v0001176_t0023_u01732239098901") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b5986ae_d20241122_m013137_c001_v7007000_t0000_u01732239097621") 2024/11/22 01:37:36 DEBUG : potato2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9bdc_d20241122_m013137_c001_v0001176_t0040_u01732239097037") 2024/11/22 01:37:36 DEBUG : potato3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8259_d20241122_m013357_c001_v7007000_t0000_u01732239237555") 2024/11/22 01:37:36 DEBUG : potato3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9daa_d20241122_m013354_c001_v0001176_t0042_u01732239234303") 2024/11/22 01:37:36 DEBUG : potato3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f406b4e4d35ca4d18_d20241122_m013345_c001_v7007000_t0000_u01732239225098") 2024/11/22 01:37:36 DEBUG : potato3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9d94_d20241122_m013341_c001_v0001176_t0017_u01732239221818") 2024/11/22 01:37:36 DEBUG : potato3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8221_d20241122_m013332_c001_v7007000_t0000_u01732239212729") 2024/11/22 01:37:36 DEBUG : potato3: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9d74_d20241122_m013329_c001_v0001176_t0059_u01732239209481") 2024/11/22 01:37:37 DEBUG : pre-dest1/1: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cd7f5_d20241122_m013447_c001_v7007000_t0000_u01732239287660") 2024/11/22 01:37:37 DEBUG : pre-dest1/1: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9e2c_d20241122_m013439_c001_v0001176_t0020_u01732239279611") 2024/11/22 01:37:37 DEBUG : pre-dest2/2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f418b2e0cb45cd7f6_d20241122_m013447_c001_v7007000_t0000_u01732239287842") 2024/11/22 01:37:37 DEBUG : pre-dest2/2: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddad3_d20241122_m013440_c001_v0001100_t0007_u01732239280206") 2024/11/22 01:37:37 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d15966_d20241122_m013419_c001_v7007000_t0000_u01732239259331") 2024/11/22 01:37:37 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b94659_d20241122_m013416_c001_v0001183_t0008_u01732239256317") 2024/11/22 01:37:37 DEBUG : sizeonly: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d157ab_d20241122_m013219_c001_v7007000_t0000_u01732239139740") 2024/11/22 01:37:37 DEBUG : sizeonly: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c60_d20241122_m013218_c001_v0001176_t0006_u01732239138788") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a86b2_d20241122_m013712_c001_v7007000_t0000_u01732239432274") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69eddbbb_d20241122_m013711_c001_v0001100_t0014_u01732239431074") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a869b_d20241122_m013709_c001_v7007000_t0000_u01732239429138") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f116c199858b34185_d20241122_m013708_c001_v0001183_t0024_u01732239428074") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a8208_d20241122_m013325_c001_v7007000_t0000_u01732239205573") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69edda7f_d20241122_m013324_c001_v0001100_t0055_u01732239204480") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a81ff_d20241122_m013323_c001_v7007000_t0000_u01732239203188") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9d60_d20241122_m013322_c001_v0001176_t0011_u01732239202407") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d15796_d20241122_m013215_c001_v7007000_t0000_u01732239135652") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c4c_d20241122_m013214_c001_v0001176_t0042_u01732239134336") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d15792_d20241122_m013213_c001_v7007000_t0000_u01732239133610") 2024/11/22 01:37:37 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c48_d20241122_m013212_c001_v0001176_t0010_u01732239132667") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d15789_d20241122_m013209_c001_v7007000_t0000_u01732239129697") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c44_d20241122_m013208_c001_v0001176_t0017_u01732239128888") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d15782_d20241122_m013208_c001_v7007000_t0000_u01732239128352") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c3a_d20241122_m013207_c001_v0001176_t0040_u01732239127310") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c34_d20241122_m013204_c001_v0001176_t0012_u01732239124743") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d15776_d20241122_m013204_c001_v7007000_t0000_u01732239124021") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c30_d20241122_m013203_c001_v0001176_t0002_u01732239123441") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c2e_d20241122_m013202_c001_v0001176_t0047_u01732239122846") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d15774_d20241122_m013201_c001_v7007000_t0000_u01732239121749") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c24_d20241122_m013159_c001_v0001176_t0018_u01732239119272") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c18_d20241122_m013155_c001_v0001176_t0050_u01732239115917") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d15766_d20241122_m013155_c001_v7007000_t0000_u01732239115198") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c14_d20241122_m013154_c001_v0001176_t0047_u01732239114611") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c10_d20241122_m013154_c001_v0001176_t0001_u01732239114034") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d15761_d20241122_m013153_c001_v7007000_t0000_u01732239113314") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c08_d20241122_m013149_c001_v0001176_t0008_u01732239109348") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f4033675189d1575d_d20241122_m013148_c001_v7007000_t0000_u01732239108990") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9c04_d20241122_m013148_c001_v0001176_t0056_u01732239108398") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b5986c1_d20241122_m013146_c001_v7007000_t0000_u01732239106767") 2024/11/22 01:37:38 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9bfc_d20241122_m013146_c001_v0001176_t0027_u01732239106170") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b5986c0_d20241122_m013145_c001_v7007000_t0000_u01732239105627") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9bf8_d20241122_m013145_c001_v0001176_t0003_u01732239105047") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b5986bb_d20241122_m013143_c001_v7007000_t0000_u01732239103782") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9bf4_d20241122_m013143_c001_v0001176_t0047_u01732239103024") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b5986ba_d20241122_m013142_c001_v7007000_t0000_u01732239102477") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9bf2_d20241122_m013141_c001_v0001176_t0005_u01732239101901") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b5986b9_d20241122_m013140_c001_v7007000_t0000_u01732239100995") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9be8_d20241122_m013140_c001_v0001176_t0006_u01732239100411") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b5986a9_d20241122_m013134_c001_v7007000_t0000_u01732239094589") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9bd0_d20241122_m013134_c001_v0001176_t0051_u01732239094022") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b5986a4_d20241122_m013133_c001_v7007000_t0000_u01732239093115") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9bc8_d20241122_m013132_c001_v0001176_t0002_u01732239092533") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b59869f_d20241122_m013131_c001_v7007000_t0000_u01732239091627") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9bc4_d20241122_m013131_c001_v0001176_t0056_u01732239091044") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f41046cff7b598698_d20241122_m013128_c001_v7007000_t0000_u01732239088151") 2024/11/22 01:37:39 DEBUG : sub dir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9bbe_d20241122_m013127_c001_v0001176_t0056_u01732239087567") 2024/11/22 01:37:39 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a86b4_d20241122_m013712_c001_v7007000_t0000_u01732239432456") 2024/11/22 01:37:39 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b97cdf_d20241122_m013711_c001_v0001183_t0032_u01732239431079") 2024/11/22 01:37:39 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a869d_d20241122_m013709_c001_v7007000_t0000_u01732239429319") 2024/11/22 01:37:39 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4ba016_d20241122_m013708_c001_v0001176_t0004_u01732239428067") 2024/11/22 01:37:40 DEBUG : sub/yam: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a81f3_d20241122_m013319_c001_v7007000_t0000_u01732239199653") 2024/11/22 01:37:40 DEBUG : sub/yam: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b9322c_d20241122_m013318_c001_v0001183_t0045_u01732239198186") 2024/11/22 01:37:40 DEBUG : three: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f51f_d20241122_m013310_c001_v7007000_t0000_u01732239190028") 2024/11/22 01:37:40 DEBUG : three: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9d2c_d20241122_m013308_c001_v0001176_t0004_u01732239188866") 2024/11/22 01:37:40 DEBUG : three: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103cecb70e4b9d1a_d20241122_m013306_c001_v0001176_t0018_u01732239186765") 2024/11/22 01:37:40 DEBUG : two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f408f83c96b71f520_d20241122_m013310_c001_v7007000_t0000_u01732239190224") 2024/11/22 01:37:40 DEBUG : two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403a95cf69edda67_d20241122_m013308_c001_v0001100_t0046_u01732239188312") 2024/11/22 01:37:40 DEBUG : two: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f403cecb70e4b9d18_d20241122_m013306_c001_v0001176_t0034_u01732239186584") 2024/11/22 01:37:40 DEBUG : yam: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a81f6_d20241122_m013320_c001_v7007000_t0000_u01732239200395") 2024/11/22 01:37:40 DEBUG : yam: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f112d70a8805b6d0a_d20241122_m013319_c001_v0001182_t0046_u01732239199417") 2024/11/22 01:37:40 DEBUG : yam: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a81e8_d20241122_m013316_c001_v7007000_t0000_u01732239196158") 2024/11/22 01:37:40 DEBUG : yam: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11043fbc40b930f0_d20241122_m013314_c001_v0001183_t0016_u01732239194657") 2024/11/22 01:37:40 DEBUG : yam: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a81de_d20241122_m013312_c001_v7007000_t0000_u01732239192645") 2024/11/22 01:37:40 DEBUG : yam: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f103a95cf69edda6f_d20241122_m013310_c001_v0001100_t0031_u01732239190787") 2024/11/22 01:37:40 DEBUG : yaml: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a81eb_d20241122_m013316_c001_v7007000_t0000_u01732239196903") 2024/11/22 01:37:40 DEBUG : yaml: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f11372219ced3231f_d20241122_m013315_c001_v0001146_t0020_u01732239195791") 2024/11/22 01:37:40 DEBUG : yaml: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f401f2d7df91a81e4_d20241122_m013313_c001_v7007000_t0000_u01732239193369") 2024/11/22 01:37:40 DEBUG : yaml: Deleting (id "4_zcf02cde370ed5b1b9f380e1b_f118454b63b729885_d20241122_m013312_c001_v0001183_t0053_u01732239192088") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 6m17.833059607s (try 1/5)