"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2025/02/13 19:44:33 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka" 2025/02/13 19:44:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/13 19:44:34 DEBUG : Creating backend with remote "/tmp/rclone287240" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:44:36 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:36 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:36 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestCopyWithDryRun (3.11s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:37 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/13 19:44:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:44:37 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:37 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:38 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:44:38 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:38 DEBUG : B2 bucket rclone-test-docudiw8heka: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.22s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", 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-docudiw8heka", Local "Local file system at /tmp/rclone287240", 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-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:40 DEBUG : Creating backend with remote "/non-existing" 2025/02/13 19:44:40 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/02/13 19:44:40 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:40 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.89s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:44:42 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:42 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:44:42 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestCopyNoTraverse (2.15s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:43 INFO : B2 bucket rclone-test-docudiw8heka: Running all checks before starting transfers 2025/02/13 19:44:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:44:43 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:43 INFO : B2 bucket rclone-test-docudiw8heka: Checks finished, now starting transfers 2025/02/13 19:44:43 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:44 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:44:44 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.70s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:45 ERROR : Ignoring --no-traverse with sync 2025/02/13 19:44:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:44:45 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:45 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:44:45 INFO : sub dir/hello world: Copied (new) 2025/02/13 19:44:45 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.59s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:47 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/02/13 19:44:47 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:47 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:47 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/02/13 19:44:47 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.81s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:48 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:44:48 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:48 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:49 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:44:49 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.71s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:50 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:44:50 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:50 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:51 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:44:51 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (2.07s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:52 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/02/13 19:44:52 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/13 19:44:52 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/02/13 19:44:52 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/13 19:44:52 INFO : sub dir: Making directory 2025/02/13 19:44:52 INFO : sub dir2: Making directory 2025/02/13 19:44:52 INFO : sub dir2/sub sub dir2: Making directory 2025/02/13 19:44:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:44:52 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:52 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:53 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:44:53 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/02/13 19:44:53 DEBUG : B2 bucket rclone-test-docudiw8heka: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.64s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:54 INFO : sub dir2: Making directory 2025/02/13 19:44:54 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/02/13 19:44:54 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/13 19:44:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:44:54 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:54 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:44:54 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.29s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:55 DEBUG : sub dir2: Making directory with metadata 2025/02/13 19:44:55 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/13 19:44:55 INFO : sub dir: Making directory 2025/02/13 19:44:55 INFO : sub dir2: Making directory 2025/02/13 19:44:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:44:55 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:55 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:55 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:44:55 INFO : sub dir/hello world: Copied (new) 2025/02/13 19:44:55 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/02/13 19:44:56 DEBUG : B2 bucket rclone-test-docudiw8heka: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/02/13 19:44:56 DEBUG : B2 bucket rclone-test-docudiw8heka: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.78s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", 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-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:57 INFO : sub dir2: Making directory 2025/02/13 19:44:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:44:57 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:57 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:44:58 INFO : sub dir/hello world: Copied (new) 2025/02/13 19:44:58 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.39s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:44:58 DEBUG : sub dir2: Making directory with metadata 2025/02/13 19:44:58 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/13 19:44:58 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/13 19:44:59 INFO : sub dir: Making directory 2025/02/13 19:44:59 INFO : sub dir2: Making directory 2025/02/13 19:44:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:44:59 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:44:59 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:44:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:44:59 INFO : sub dir/hello world: Copied (new) 2025/02/13 19:44:59 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/02/13 19:44:59 DEBUG : B2 bucket rclone-test-docudiw8heka: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.74s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", 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-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:01 INFO : sub dir2: Making directory 2025/02/13 19:45:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:45:01 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:45:01 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:45:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:45:02 INFO : sub dir/hello world: Copied (new) 2025/02/13 19:45:02 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.75s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:03 DEBUG : Creating backend with remote "TestB2:rclone-test-jizifov1defe" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-docudiw8heka -> B2 bucket rclone-test-jizifov1defe 2025/02/13 19:45:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:45:04 DEBUG : B2 bucket rclone-test-jizifov1defe: Waiting for checks to finish 2025/02/13 19:45:04 DEBUG : B2 bucket rclone-test-jizifov1defe: Waiting for transfers to finish 2025/02/13 19:45:08 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:45:08 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:08 DEBUG : B2 bucket rclone-test-jizifov1defe: Purge remote 2025/02/13 19:45:08 INFO : B2 bucket rclone-test-jizifov1defe: cleaning bucket "rclone-test-jizifov1defe" of all files 2025/02/13 19:45:09 DEBUG : sub dir/hello world: Deleting (id "4_zafc2ed93d07d0b0b9f580e1b_f117a170188bcbc75_d20250213_m194508_c001_v0001182_t0023_u01739475908527") --- PASS: TestServerSideCopy (10.10s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:14 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/13 19:45:14 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:45:14 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:45:14 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/13 19:45:14 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.82s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:16 DEBUG : Creating backend with remote "TestB2:rclone-test-niqiwaf5pafe" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-docudiw8heka -> B2 bucket rclone-test-niqiwaf5pafe 2025/02/13 19:45:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:45:17 DEBUG : B2 bucket rclone-test-niqiwaf5pafe: Waiting for checks to finish 2025/02/13 19:45:17 DEBUG : B2 bucket rclone-test-niqiwaf5pafe: Waiting for transfers to finish 2025/02/13 19:45:21 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:45:21 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:22 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/02/13 19:45:22 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/02/13 19:45:23 DEBUG : pacer: Reducing sleep to 10ms 2025/02/13 19:45:23 DEBUG : B2 bucket rclone-test-niqiwaf5pafe: Waiting for checks to finish 2025/02/13 19:45:23 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/13 19:45:23 DEBUG : B2 bucket rclone-test-niqiwaf5pafe: Waiting for transfers to finish 2025/02/13 19:45:24 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/13 19:45:24 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:24 DEBUG : B2 bucket rclone-test-niqiwaf5pafe: Purge remote 2025/02/13 19:45:24 INFO : B2 bucket rclone-test-niqiwaf5pafe: cleaning bucket "rclone-test-niqiwaf5pafe" of all files 2025/02/13 19:45:24 DEBUG : sub dir/hello world: Deleting (id "4_z5f221dc3d08d0b0b9f580e1b_f10823e7c94128198_d20250213_m194523_c001_v0001042_t0030_u01739475923793") 2025/02/13 19:45:24 DEBUG : sub dir/hello world: Deleting (id "4_z5f221dc3d08d0b0b9f580e1b_f1126b7bbb2e4b8fe_d20250213_m194521_c001_v0001184_t0037_u01739475921525") --- PASS: TestServerSideCopyOverSelf (13.23s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:30 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/13 19:45:30 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:45:30 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:45:30 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/13 19:45:30 INFO : sub dir/hello world: Copied (replaced existing) 2025/02/13 19:45:30 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.70s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:32 DEBUG : Creating backend with remote "TestB2:rclone-test-siguqef3sefo" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-docudiw8heka -> B2 bucket rclone-test-siguqef3sefo 2025/02/13 19:45:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:45:33 DEBUG : B2 bucket rclone-test-siguqef3sefo: Waiting for checks to finish 2025/02/13 19:45:33 DEBUG : B2 bucket rclone-test-siguqef3sefo: Waiting for transfers to finish 2025/02/13 19:45:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:45:37 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:38 DEBUG : B2 bucket rclone-test-siguqef3sefo: Waiting for checks to finish 2025/02/13 19:45:38 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/13 19:45:38 DEBUG : B2 bucket rclone-test-siguqef3sefo: Waiting for transfers to finish 2025/02/13 19:45:38 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/13 19:45:38 INFO : sub dir/hello world: Copied (server-side copy) 2025/02/13 19:45:38 INFO : sub dir/hello world: Deleted 2025/02/13 19:45:40 DEBUG : testing file moves 2025/02/13 19:45:40 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/02/13 19:45:40 DEBUG : B2 bucket rclone-test-siguqef3sefo: Waiting for checks to finish 2025/02/13 19:45:40 DEBUG : B2 bucket rclone-test-siguqef3sefo: Waiting for transfers to finish 2025/02/13 19:45:40 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/02/13 19:45:40 INFO : sub dir/hello world: Copied (server-side copy) 2025/02/13 19:45:41 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:41 DEBUG : B2 bucket rclone-test-siguqef3sefo: Purge remote 2025/02/13 19:45:41 INFO : B2 bucket rclone-test-siguqef3sefo: cleaning bucket "rclone-test-siguqef3sefo" of all files 2025/02/13 19:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z5f525da3d08d0b0b9f580e1b_f104147eb3c46f93a_d20250213_m194540_c001_v0001181_t0027_u01739475940754") 2025/02/13 19:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z5f525da3d08d0b0b9f580e1b_f1035a54931f87f60_d20250213_m194538_c001_v0001184_t0039_u01739475938653") 2025/02/13 19:45:41 DEBUG : sub dir/hello world: Deleting (id "4_z5f525da3d08d0b0b9f580e1b_f108094daff615699_d20250213_m194536_c001_v0001184_t0013_u01739475936886") --- PASS: TestServerSideMoveOverSelf (15.12s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:47 ERROR : : error listing: directory not found 2025/02/13 19:45:47 INFO : Local file system at /tmp/rclone287240: Making directory 2025/02/13 19:45:48 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:45:48 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.39s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:45:50 DEBUG : Local file system at /tmp/rclone287240: Waiting for checks to finish 2025/02/13 19:45:50 DEBUG : Local file system at /tmp/rclone287240: Waiting for transfers to finish 2025/02/13 19:45:50 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:45:50 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/02/13 19:45:50 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestCopyRedownload (2.59s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:51 DEBUG : check sum: Need to transfer - File not found at Destination 2025/02/13 19:45:51 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:45:51 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:45:52 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/13 19:45:52 INFO : check sum: Copied (new) 2025/02/13 19:45:52 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:52 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:45:52 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/13 19:45:52 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/02/13 19:45:52 DEBUG : check sum: Unchanged skipping 2025/02/13 19:45:52 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:45:52 DEBUG : Waiting for deletions to finish 2025/02/13 19:45:52 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.53s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:54 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/02/13 19:45:54 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:45:54 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:45:55 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/13 19:45:55 INFO : sizeonly: Copied (new) 2025/02/13 19:45:55 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:55 DEBUG : sizeonly: Sizes identical 2025/02/13 19:45:55 DEBUG : sizeonly: Unchanged skipping 2025/02/13 19:45:55 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:45:55 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:45:55 DEBUG : Waiting for deletions to finish 2025/02/13 19:45:55 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.55s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:57 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/02/13 19:45:57 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:45:57 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:45:57 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/02/13 19:45:57 INFO : ignore-size: Copied (new) 2025/02/13 19:45:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:45:57 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:45:57 DEBUG : ignore-size: Unchanged skipping 2025/02/13 19:45:57 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:45:57 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:45:57 DEBUG : Waiting for deletions to finish 2025/02/13 19:45:57 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.54s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:00 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:46:00 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:00 DEBUG : existing: Unchanged skipping 2025/02/13 19:46:00 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:00 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:00 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:00 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/02/13 19:46:00 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:00 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:00 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/13 19:46:00 INFO : existing: Copied (replaced existing) 2025/02/13 19:46:00 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.80s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:02 DEBUG : existing: Need to transfer - File not found at Destination 2025/02/13 19:46:02 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:02 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:02 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/13 19:46:02 INFO : existing: Copied (new) 2025/02/13 19:46:02 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:03 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:03 DEBUG : existing: Destination exists, skipping 2025/02/13 19:46:03 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:03 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:03 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.90s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:05 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/02/13 19:46:06 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/02/13 19:46:06 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:46:06 DEBUG : c/non empty space: Unchanged skipping 2025/02/13 19:46:06 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:06 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:06 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:46:06 INFO : a/potato2: Copied (new) 2025/02/13 19:46:06 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:06 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (3.05s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:09 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/02/13 19:46:09 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:09 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/13 19:46:09 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/02/13 19:46:09 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:09 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:09 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:09 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:09 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:09 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/02/13 19:46:09 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/13 19:46:10 INFO : empty space: Updated modification time in destination 2025/02/13 19:46:10 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:10 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:10 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:10 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.56s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:12 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:12 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/02/13 19:46:12 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/13 19:46:12 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:12 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:12 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:12 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.98s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:14 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:14 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/02/13 19:46:14 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone287240) 2025/02/13 19:46:14 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-docudiw8heka) 2025/02/13 19:46:14 DEBUG : foo: sha1 differ 2025/02/13 19:46:14 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:14 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/02/13 19:46:14 INFO : foo: Copied (replaced existing) 2025/02/13 19:46:14 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.82s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:16 DEBUG : potato: Need to transfer - File not found at Destination 2025/02/13 19:46:16 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:46:16 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:16 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:16 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:16 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:46:16 INFO : potato: Copied (new) 2025/02/13 19:46:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.45s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:18 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:18 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/02/13 19:46:18 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:19 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/02/13 19:46:19 INFO : potato: Copied (replaced existing) 2025/02/13 19:46:19 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.32s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:21 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:21 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2025/02/13 19:46:21 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone287240) 2025/02/13 19:46:21 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-docudiw8heka) 2025/02/13 19:46:21 DEBUG : potato: sha1 differ 2025/02/13 19:46:21 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:21 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/02/13 19:46:21 INFO : potato: Copied (replaced existing) 2025/02/13 19:46:21 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.72s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:23 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:46:23 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:46:23 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:23 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:23 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:23 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/02/13 19:46:23 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:23 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.27s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:26 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:46:26 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:26 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:46:26 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:26 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:27 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:46:27 INFO : potato2: Copied (new) 2025/02/13 19:46:27 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:27 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (3.25s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:29 INFO : d: Making directory 2025/02/13 19:46:29 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/02/13 19:46:29 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/02/13 19:46:29 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:46:29 DEBUG : c/non empty space: Unchanged skipping 2025/02/13 19:46:29 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:29 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:30 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:46:30 INFO : a/potato2: Copied (new) 2025/02/13 19:46:30 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:30 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (3.06s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:32 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/02/13 19:46:32 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/02/13 19:46:33 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:46:33 DEBUG : c/non empty space: Unchanged skipping 2025/02/13 19:46:33 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:33 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:33 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:46:33 INFO : a/potato2: Copied (new) 2025/02/13 19:46:33 ERROR : B2 bucket rclone-test-docudiw8heka: not deleting files as there were IO errors 2025/02/13 19:46:33 ERROR : B2 bucket rclone-test-docudiw8heka: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.20s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:36 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:36 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:46:36 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:36 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:46:36 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:36 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:36 INFO : potato: Deleted 2025/02/13 19:46:36 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:46:36 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (3.34s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:39 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:39 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:39 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:39 INFO : potato: Deleted 2025/02/13 19:46:39 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:46:39 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:39 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:46:39 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:39 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:39 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:46:39 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (3.20s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:42 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:46:42 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:42 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:42 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/02/13 19:46:42 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.44s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:44 DEBUG : enormous: Excluded (Size Filter) 2025/02/13 19:46:44 DEBUG : enormous: Excluded 2025/02/13 19:46:44 DEBUG : potato2: Excluded (Size Filter) 2025/02/13 19:46:44 DEBUG : potato2: Excluded 2025/02/13 19:46:45 DEBUG : potato2: Excluded (Size Filter) 2025/02/13 19:46:45 DEBUG : potato2: Excluded 2025/02/13 19:46:45 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:46:45 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:45 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:45 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:45 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:45 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:45 DEBUG : enormous: Excluded (Size Filter) 2025/02/13 19:46:45 DEBUG : enormous: Excluded 2025/02/13 19:46:45 DEBUG : potato2: Excluded (Size Filter) 2025/02/13 19:46:45 DEBUG : potato2: Excluded 2025/02/13 19:46:45 DEBUG : potato2: Excluded (Size Filter) 2025/02/13 19:46:45 DEBUG : potato2: Excluded 2025/02/13 19:46:45 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/02/13 19:46:45 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:45 DEBUG : Local file system at /tmp/rclone287240: Waiting for checks to finish 2025/02/13 19:46:45 DEBUG : Local file system at /tmp/rclone287240: Waiting for transfers to finish 2025/02/13 19:46:45 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:45 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncWithExclude (3.25s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:48 DEBUG : enormous: Excluded (Size Filter) 2025/02/13 19:46:48 DEBUG : enormous: Excluded 2025/02/13 19:46:48 DEBUG : potato2: Excluded (Size Filter) 2025/02/13 19:46:48 DEBUG : potato2: Excluded 2025/02/13 19:46:48 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:46:48 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:48 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:48 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:48 INFO : enormous: Deleted 2025/02/13 19:46:49 INFO : potato2: Deleted 2025/02/13 19:46:49 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:49 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/02/13 19:46:49 DEBUG : Local file system at /tmp/rclone287240: Waiting for checks to finish 2025/02/13 19:46:49 DEBUG : empty space: Unchanged skipping 2025/02/13 19:46:49 DEBUG : Local file system at /tmp/rclone287240: Waiting for transfers to finish 2025/02/13 19:46:49 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:49 INFO : potato2: Deleted 2025/02/13 19:46:49 INFO : enormous: Deleted 2025/02/13 19:46:49 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.86s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:52 DEBUG : five: Need to transfer - File not found at Destination 2025/02/13 19:46:52 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/02/13 19:46:52 DEBUG : one: Destination is newer than source, skipping 2025/02/13 19:46:52 DEBUG : three: Sizes identical 2025/02/13 19:46:52 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:52 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/02/13 19:46:52 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone287240) 2025/02/13 19:46:52 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-docudiw8heka) 2025/02/13 19:46:52 DEBUG : two: sha1 differ 2025/02/13 19:46:52 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/02/13 19:46:52 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:52 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/02/13 19:46:52 INFO : five: Copied (new) 2025/02/13 19:46:53 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/02/13 19:46:53 INFO : four: Copied (replaced existing) 2025/02/13 19:46:53 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/13 19:46:53 INFO : two: Copied (replaced existing) 2025/02/13 19:46:53 DEBUG : Waiting for deletions to finish 2025/02/13 19:46:53 DEBUG : one: Destination is newer than source, skipping 2025/02/13 19:46:53 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:53 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/02/13 19:46:53 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/02/13 19:46:53 DEBUG : five: Size and sha1 of src and dst objects identical 2025/02/13 19:46:53 DEBUG : four: Size and sha1 of src and dst objects identical 2025/02/13 19:46:53 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/13 19:46:53 DEBUG : two: Size and sha1 of src and dst objects identical 2025/02/13 19:46:53 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone287240) 2025/02/13 19:46:53 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/02/13 19:46:53 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/02/13 19:46:53 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/02/13 19:46:53 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-docudiw8heka) 2025/02/13 19:46:53 DEBUG : three: sha1 differ 2025/02/13 19:46:53 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/02/13 19:46:53 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:54 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/13 19:46:54 INFO : three: Copied (replaced existing) 2025/02/13 19:46:54 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.84s) === 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-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/02/13 19:46:55 INFO : B2 bucket rclone-test-docudiw8heka: Making map for --track-renames 2025/02/13 19:46:55 INFO : B2 bucket rclone-test-docudiw8heka: Finished making map for --track-renames 2025/02/13 19:46:55 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:55 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/02/13 19:46:55 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/02/13 19:46:55 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for renames to finish 2025/02/13 19:46:55 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:56 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/13 19:46:56 INFO : yam: Copied (new) 2025/02/13 19:46:56 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/02/13 19:46:56 INFO : potato: Copied (new) 2025/02/13 19:46:56 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:46:56 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:46:56 INFO : B2 bucket rclone-test-docudiw8heka: Making map for --track-renames 2025/02/13 19:46:56 INFO : B2 bucket rclone-test-docudiw8heka: Finished making map for --track-renames 2025/02/13 19:46:56 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:56 DEBUG : potato: Unchanged skipping 2025/02/13 19:46:56 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for renames to finish 2025/02/13 19:46:57 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/13 19:46:57 INFO : yam: Copied (server-side copy) to: yaml 2025/02/13 19:46:57 INFO : yam: Deleted 2025/02/13 19:46:57 INFO : yaml: Renamed from "yam" 2025/02/13 19:46:57 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.68s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/02/13 19:46:59 INFO : B2 bucket rclone-test-docudiw8heka: Making map for --track-renames 2025/02/13 19:46:59 INFO : B2 bucket rclone-test-docudiw8heka: Finished making map for --track-renames 2025/02/13 19:46:59 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:46:59 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/02/13 19:46:59 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/02/13 19:46:59 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for renames to finish 2025/02/13 19:46:59 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:46:59 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/02/13 19:46:59 INFO : potato: Copied (new) 2025/02/13 19:47:00 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/13 19:47:00 INFO : yam: Copied (new) 2025/02/13 19:47:00 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:47:00 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:47:00 INFO : B2 bucket rclone-test-docudiw8heka: Making map for --track-renames 2025/02/13 19:47:00 INFO : B2 bucket rclone-test-docudiw8heka: Finished making map for --track-renames 2025/02/13 19:47:00 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:47:00 DEBUG : potato: Unchanged skipping 2025/02/13 19:47:00 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for renames to finish 2025/02/13 19:47:01 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/13 19:47:01 INFO : yam: Copied (server-side copy) to: yaml 2025/02/13 19:47:01 INFO : yam: Deleted 2025/02/13 19:47:01 INFO : yaml: Renamed from "yam" 2025/02/13 19:47:01 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:47:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.06s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/02/13 19:47:03 INFO : B2 bucket rclone-test-docudiw8heka: Making map for --track-renames 2025/02/13 19:47:03 INFO : B2 bucket rclone-test-docudiw8heka: Finished making map for --track-renames 2025/02/13 19:47:03 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:47:03 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/02/13 19:47:03 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/02/13 19:47:03 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for renames to finish 2025/02/13 19:47:03 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:47:04 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/02/13 19:47:04 INFO : potato: Copied (new) 2025/02/13 19:47:04 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/13 19:47:04 INFO : sub/yam: Copied (new) 2025/02/13 19:47:04 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:47:04 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:47:04 DEBUG : potato: Unchanged skipping 2025/02/13 19:47:04 INFO : B2 bucket rclone-test-docudiw8heka: Making map for --track-renames 2025/02/13 19:47:04 INFO : B2 bucket rclone-test-docudiw8heka: Finished making map for --track-renames 2025/02/13 19:47:04 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:47:04 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for renames to finish 2025/02/13 19:47:05 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/13 19:47:05 INFO : sub/yam: Copied (server-side copy) to: yam 2025/02/13 19:47:05 INFO : sub/yam: Deleted 2025/02/13 19:47:05 INFO : yam: Renamed from "sub/yam" 2025/02/13 19:47:05 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:47:05 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (4.09s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:47:07 DEBUG : Creating backend with remote "/tmp/rclone287240/dir1" 2025/02/13 19:47:07 DEBUG : Creating backend with remote "/tmp/rclone287240/dir2" 2025/02/13 19:47:07 DEBUG : Local file system at /tmp/rclone287240/dir2: Using server-side directory move 2025/02/13 19:47:07 INFO : Local file system at /tmp/rclone287240/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/02/13 19:47:07 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/02/13 19:47:07 DEBUG : Local file system at /tmp/rclone287240/dir2: Waiting for checks to finish 2025/02/13 19:47:07 DEBUG : Local file system at /tmp/rclone287240/dir2: Waiting for transfers to finish 2025/02/13 19:47:07 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:47:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:47:08 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/02/13 19:47:08 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:47:08 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:47:08 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/02/13 19:47:08 INFO : nested/sub dir/file: Copied (new) 2025/02/13 19:47:08 INFO : nested/sub dir/file: Deleted 2025/02/13 19:47:09 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:47:09 INFO : sub dir/hello world: Copied (new) 2025/02/13 19:47:09 INFO : sub dir/hello world: Deleted 2025/02/13 19:47:09 INFO : sub dir: Removing directory 2025/02/13 19:47:09 INFO : nested/sub dir: Removing directory 2025/02/13 19:47:09 INFO : nested: Removing directory 2025/02/13 19:47:09 DEBUG : Local file system at /tmp/rclone287240: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.48s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:47:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/13 19:47:10 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/02/13 19:47:10 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:47:10 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:47:10 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/02/13 19:47:10 INFO : nested/sub dir/file: Copied (new) 2025/02/13 19:47:10 INFO : nested/sub dir/file: Deleted 2025/02/13 19:47:11 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/13 19:47:11 INFO : sub dir/hello world: Copied (new) 2025/02/13 19:47:11 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.12s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:47:12 DEBUG : existing: Need to transfer - File not found at Destination 2025/02/13 19:47:12 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/02/13 19:47:12 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:47:12 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:47:12 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/02/13 19:47:12 INFO : existing-b: Copied (new) 2025/02/13 19:47:12 INFO : existing-b: Deleted 2025/02/13 19:47:13 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/13 19:47:13 INFO : existing: Copied (new) 2025/02/13 19:47:13 INFO : existing: Deleted 2025/02/13 19:47:13 DEBUG : existing: Destination exists, skipping 2025/02/13 19:47:13 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:47:13 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/02/13 19:47:13 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:47:13 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.43s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:47:14 DEBUG : Creating backend with remote "TestB2:rclone-test-nucobiv6beya" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-docudiw8heka -> B2 bucket rclone-test-nucobiv6beya 2025/02/13 19:47:22 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:47:22 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/02/13 19:47:22 DEBUG : empty space: Unchanged skipping 2025/02/13 19:47:22 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/02/13 19:47:22 DEBUG : B2 bucket rclone-test-nucobiv6beya: Waiting for checks to finish 2025/02/13 19:47:22 INFO : empty space: Deleted 2025/02/13 19:47:22 DEBUG : B2 bucket rclone-test-nucobiv6beya: Waiting for transfers to finish 2025/02/13 19:47:23 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:47:23 INFO : potato2: Copied (server-side copy) 2025/02/13 19:47:23 INFO : potato2: Deleted 2025/02/13 19:47:23 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/13 19:47:23 INFO : potato3: Copied (server-side copy) 2025/02/13 19:47:23 INFO : potato3: Deleted 2025/02/13 19:47:23 DEBUG : Creating backend with remote "TestB2:rclone-test-qiconar6pame" 2025/02/13 19:47:23 DEBUG : Config file has changed externally - reloading 2025/02/13 19:47:24 DEBUG : empty space: Need to transfer - File not found at Destination 2025/02/13 19:47:24 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:47:24 DEBUG : potato3: Need to transfer - File not found at Destination 2025/02/13 19:47:24 DEBUG : B2 bucket rclone-test-qiconar6pame: Waiting for checks to finish 2025/02/13 19:47:24 DEBUG : B2 bucket rclone-test-qiconar6pame: Waiting for transfers to finish 2025/02/13 19:47:28 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/13 19:47:28 INFO : empty space: Copied (server-side copy) 2025/02/13 19:47:29 INFO : empty space: Deleted 2025/02/13 19:47:29 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:47:29 INFO : potato2: Copied (server-side copy) 2025/02/13 19:47:29 INFO : potato2: Deleted 2025/02/13 19:47:29 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/13 19:47:29 INFO : potato3: Copied (server-side copy) 2025/02/13 19:47:29 INFO : potato3: Deleted 2025/02/13 19:47:30 DEBUG : B2 bucket rclone-test-qiconar6pame: Purge remote 2025/02/13 19:47:30 INFO : B2 bucket rclone-test-qiconar6pame: cleaning bucket "rclone-test-qiconar6pame" of all files 2025/02/13 19:47:30 DEBUG : empty space: Deleting (id "4_z3ff20dd3d0ad0b0b9f580e1b_f1112c7bd323d192f_d20250213_m194728_c001_v0001177_t0003_u01739476048711") 2025/02/13 19:47:30 DEBUG : potato2: Deleting (id "4_z3ff20dd3d0ad0b0b9f580e1b_f10760702dd09c1eb_d20250213_m194728_c001_v0001184_t0018_u01739476048955") 2025/02/13 19:47:30 DEBUG : potato3: Deleting (id "4_z3ff20dd3d0ad0b0b9f580e1b_f112d5788e723301d_d20250213_m194729_c001_v0001115_t0057_u01739476049116") 2025/02/13 19:47:31 DEBUG : B2 bucket rclone-test-nucobiv6beya: Purge remote 2025/02/13 19:47:31 INFO : B2 bucket rclone-test-nucobiv6beya: cleaning bucket "rclone-test-nucobiv6beya" of all files 2025/02/13 19:47:31 DEBUG : empty space: Deleting (id "4_z4f22edf3d09d0b0b9f580e1b_f409f1d3be81596bf_d20250213_m194728_c001_v7007000_t0000_u01739476048944") 2025/02/13 19:47:31 DEBUG : empty space: Deleting (id "4_z4f22edf3d09d0b0b9f580e1b_f104650f86b6b7933_d20250213_m194721_c001_v0001130_t0028_u01739476041488") 2025/02/13 19:47:31 DEBUG : potato2: Deleting (id "4_z4f22edf3d09d0b0b9f580e1b_f409f1d3be81596c0_d20250213_m194729_c001_v7007000_t0000_u01739476049159") 2025/02/13 19:47:31 DEBUG : potato2: Deleting (id "4_z4f22edf3d09d0b0b9f580e1b_f102b13b06781c4d7_d20250213_m194722_c001_v0001183_t0025_u01739476042913") 2025/02/13 19:47:31 DEBUG : potato3: Deleting (id "4_z4f22edf3d09d0b0b9f580e1b_f409f1d3be81596c1_d20250213_m194729_c001_v7007000_t0000_u01739476049642") 2025/02/13 19:47:31 DEBUG : potato3: Deleting (id "4_z4f22edf3d09d0b0b9f580e1b_f1168fd6c700f8cf9_d20250213_m194723_c001_v0001183_t0042_u01739476043151") 2025/02/13 19:47:31 DEBUG : potato3: Deleting (id "4_z4f22edf3d09d0b0b9f580e1b_f104650f86b6b7935_d20250213_m194721_c001_v0001130_t0047_u01739476041793") --- PASS: TestServerSideMove (22.06s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:47:36 DEBUG : Creating backend with remote "TestB2:rclone-test-sokewak5toxa" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-docudiw8heka -> B2 bucket rclone-test-sokewak5toxa 2025/02/13 19:47:44 DEBUG : empty space: Excluded (Size Filter) 2025/02/13 19:47:44 DEBUG : empty space: Excluded 2025/02/13 19:47:44 DEBUG : empty space: Excluded (Size Filter) 2025/02/13 19:47:44 DEBUG : empty space: Excluded 2025/02/13 19:47:44 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:47:44 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/02/13 19:47:44 DEBUG : B2 bucket rclone-test-sokewak5toxa: Waiting for checks to finish 2025/02/13 19:47:44 DEBUG : B2 bucket rclone-test-sokewak5toxa: Waiting for transfers to finish 2025/02/13 19:47:44 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/13 19:47:44 INFO : potato3: Copied (server-side copy) 2025/02/13 19:47:45 INFO : potato3: Deleted 2025/02/13 19:47:45 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:47:45 INFO : potato2: Copied (server-side copy) 2025/02/13 19:47:45 INFO : potato2: Deleted 2025/02/13 19:47:45 DEBUG : Creating backend with remote "TestB2:rclone-test-dixamak6quwe" 2025/02/13 19:47:46 DEBUG : empty space: Excluded (Size Filter) 2025/02/13 19:47:46 DEBUG : empty space: Excluded 2025/02/13 19:47:46 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:47:46 DEBUG : potato3: Need to transfer - File not found at Destination 2025/02/13 19:47:46 DEBUG : B2 bucket rclone-test-dixamak6quwe: Waiting for checks to finish 2025/02/13 19:47:46 DEBUG : B2 bucket rclone-test-dixamak6quwe: Waiting for transfers to finish 2025/02/13 19:47:48 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:47:48 INFO : potato2: Copied (server-side copy) 2025/02/13 19:47:48 INFO : potato2: Deleted 2025/02/13 19:47:49 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/13 19:47:49 INFO : potato3: Copied (server-side copy) 2025/02/13 19:47:49 INFO : potato3: Deleted 2025/02/13 19:47:49 DEBUG : B2 bucket rclone-test-dixamak6quwe: Purge remote 2025/02/13 19:47:49 INFO : B2 bucket rclone-test-dixamak6quwe: cleaning bucket "rclone-test-dixamak6quwe" of all files 2025/02/13 19:47:50 DEBUG : potato2: Deleting (id "4_z8f326d23d0ad0b0b9f580e1b_f1141bf2159391906_d20250213_m194748_c001_v0001184_t0001_u01739476068344") 2025/02/13 19:47:50 DEBUG : potato3: Deleting (id "4_z8f326d23d0ad0b0b9f580e1b_f110d65699dafd85f_d20250213_m194748_c001_v0001144_t0039_u01739476068569") 2025/02/13 19:47:51 DEBUG : B2 bucket rclone-test-sokewak5toxa: Purge remote 2025/02/13 19:47:51 INFO : B2 bucket rclone-test-sokewak5toxa: cleaning bucket "rclone-test-sokewak5toxa" of all files 2025/02/13 19:47:51 DEBUG : empty space: Deleting (id "4_zff124d93d0ad0b0b9f580e1b_f106d78eecccd7c46_d20250213_m194742_c001_v0001117_t0030_u01739476062706") 2025/02/13 19:47:51 DEBUG : potato2: Deleting (id "4_zff124d93d0ad0b0b9f580e1b_f41858921895373c9_d20250213_m194748_c001_v7007000_t0000_u01739476068549") 2025/02/13 19:47:51 DEBUG : potato2: Deleting (id "4_zff124d93d0ad0b0b9f580e1b_f111f5cbc71c5768b_d20250213_m194744_c001_v0001176_t0045_u01739476064962") 2025/02/13 19:47:51 DEBUG : potato3: Deleting (id "4_zff124d93d0ad0b0b9f580e1b_f41858921895373ca_d20250213_m194749_c001_v7007000_t0000_u01739476069420") 2025/02/13 19:47:51 DEBUG : potato3: Deleting (id "4_zff124d93d0ad0b0b9f580e1b_f118ca75e850ab40f_d20250213_m194744_c001_v0001113_t0006_u01739476064590") 2025/02/13 19:47:51 DEBUG : potato3: Deleting (id "4_zff124d93d0ad0b0b9f580e1b_f106d78eecccd7c4a_d20250213_m194743_c001_v0001117_t0055_u01739476063623") --- PASS: TestServerSideMoveWithFilter (19.79s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:47:56 DEBUG : Creating backend with remote "TestB2:rclone-test-nabowig8yuyu" 2025/02/13 19:47:59 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-docudiw8heka -> B2 bucket rclone-test-nabowig8yuyu 2025/02/13 19:48:05 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:48:05 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/02/13 19:48:05 DEBUG : empty space: Unchanged skipping 2025/02/13 19:48:05 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/02/13 19:48:05 DEBUG : B2 bucket rclone-test-nabowig8yuyu: Waiting for checks to finish 2025/02/13 19:48:05 INFO : empty space: Deleted 2025/02/13 19:48:05 DEBUG : B2 bucket rclone-test-nabowig8yuyu: Waiting for transfers to finish 2025/02/13 19:48:05 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:48:05 INFO : potato2: Copied (server-side copy) 2025/02/13 19:48:05 INFO : potato2: Deleted 2025/02/13 19:48:06 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/13 19:48:06 INFO : potato3: Copied (server-side copy) 2025/02/13 19:48:06 INFO : potato3: Deleted 2025/02/13 19:48:06 DEBUG : Creating backend with remote "TestB2:rclone-test-woqumaz2jini" 2025/02/13 19:48:07 INFO : tomatoDir: Making directory 2025/02/13 19:48:08 DEBUG : empty space: Need to transfer - File not found at Destination 2025/02/13 19:48:08 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/13 19:48:08 DEBUG : potato3: Need to transfer - File not found at Destination 2025/02/13 19:48:08 DEBUG : B2 bucket rclone-test-woqumaz2jini: Waiting for checks to finish 2025/02/13 19:48:08 DEBUG : B2 bucket rclone-test-woqumaz2jini: Waiting for transfers to finish 2025/02/13 19:48:12 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/13 19:48:12 INFO : empty space: Copied (server-side copy) 2025/02/13 19:48:12 INFO : empty space: Deleted 2025/02/13 19:48:12 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/13 19:48:12 INFO : potato3: Copied (server-side copy) 2025/02/13 19:48:12 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/13 19:48:12 INFO : potato2: Copied (server-side copy) 2025/02/13 19:48:12 INFO : potato3: Deleted 2025/02/13 19:48:12 INFO : potato2: Deleted 2025/02/13 19:48:13 DEBUG : B2 bucket rclone-test-woqumaz2jini: Purge remote 2025/02/13 19:48:13 INFO : B2 bucket rclone-test-woqumaz2jini: cleaning bucket "rclone-test-woqumaz2jini" of all files 2025/02/13 19:48:13 DEBUG : empty space: Deleting (id "4_z7fa2bd53d0ad0b0b9f580e1b_f1126c3b31ca8bb31_d20250213_m194811_c001_v0001040_t0009_u01739476091689") 2025/02/13 19:48:13 DEBUG : potato2: Deleting (id "4_z7fa2bd53d0ad0b0b9f580e1b_f110aef35d5dc7f42_d20250213_m194812_c001_v0001146_t0056_u01739476092095") 2025/02/13 19:48:13 DEBUG : potato3: Deleting (id "4_z7fa2bd53d0ad0b0b9f580e1b_f105fbd0e93ccf417_d20250213_m194812_c001_v0001183_t0055_u01739476092085") 2025/02/13 19:48:14 DEBUG : B2 bucket rclone-test-nabowig8yuyu: Purge remote 2025/02/13 19:48:14 INFO : B2 bucket rclone-test-nabowig8yuyu: cleaning bucket "rclone-test-nabowig8yuyu" of all files 2025/02/13 19:48:14 DEBUG : empty space: Deleting (id "4_z1f429d73d0ad0b0b9f580e1b_f416dc308bb1a3419_d20250213_m194812_c001_v7007000_t0000_u01739476092103") 2025/02/13 19:48:14 DEBUG : empty space: Deleting (id "4_z1f429d73d0ad0b0b9f580e1b_f1196da651866537f_d20250213_m194804_c001_v0001182_t0022_u01739476084500") 2025/02/13 19:48:14 DEBUG : potato2: Deleting (id "4_z1f429d73d0ad0b0b9f580e1b_f415bbdf2d691eb73_d20250213_m194812_c001_v7007000_t0000_u01739476092458") 2025/02/13 19:48:14 DEBUG : potato2: Deleting (id "4_z1f429d73d0ad0b0b9f580e1b_f1196da6518665391_d20250213_m194805_c001_v0001182_t0010_u01739476085685") 2025/02/13 19:48:14 DEBUG : potato3: Deleting (id "4_z1f429d73d0ad0b0b9f580e1b_f416dc308bb1a341a_d20250213_m194812_c001_v7007000_t0000_u01739476092334") 2025/02/13 19:48:14 DEBUG : potato3: Deleting (id "4_z1f429d73d0ad0b0b9f580e1b_f1133e3a163c0ae73_d20250213_m194805_c001_v0001137_t0018_u01739476085909") 2025/02/13 19:48:14 DEBUG : potato3: Deleting (id "4_z1f429d73d0ad0b0b9f580e1b_f1196da6518665385_d20250213_m194804_c001_v0001182_t0050_u01739476084715") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (23.15s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:48:19 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.45s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:48:22 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncOverlap (2.96s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:48:25 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/rclone-sync-test" 2025/02/13 19:48:27 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/rclone-sync-test-include/layer2" 2025/02/13 19:48:29 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/rclone-sync-test-ignore-file" 2025/02/13 19:48:33 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/02/13 19:48:33 DEBUG : B2 bucket rclone-test-docudiw8heka path rclone-sync-test: Waiting for checks to finish 2025/02/13 19:48:33 DEBUG : B2 bucket rclone-test-docudiw8heka path rclone-sync-test: Waiting for transfers to finish 2025/02/13 19:48:33 DEBUG : Waiting for deletions to finish 2025/02/13 19:48:33 INFO : There was nothing to transfer 2025/02/13 19:48:33 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/02/13 19:48:33 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:48:33 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:48:33 DEBUG : Waiting for deletions to finish 2025/02/13 19:48:33 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:48:34 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/02/13 19:48:34 DEBUG : B2 bucket rclone-test-docudiw8heka path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/02/13 19:48:34 DEBUG : B2 bucket rclone-test-docudiw8heka path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/02/13 19:48:34 DEBUG : Waiting for deletions to finish 2025/02/13 19:48:34 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:48:34 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/02/13 19:48:34 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:48:34 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:48:34 DEBUG : Waiting for deletions to finish 2025/02/13 19:48:34 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:48:35 DEBUG : : Excluded 2025/02/13 19:48:35 DEBUG : rclone-sync-test-ignore-file: Excluded 2025/02/13 19:48:35 DEBUG : B2 bucket rclone-test-docudiw8heka path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/02/13 19:48:35 DEBUG : B2 bucket rclone-test-docudiw8heka path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/02/13 19:48:35 DEBUG : Waiting for deletions to finish 2025/02/13 19:48:35 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (16.93s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:48:42 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/dst" 2025/02/13 19:48:43 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/CompareDest" 2025/02/13 19:48:45 DEBUG : one: Need to transfer - File not found at Destination 2025/02/13 19:48:45 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:48:45 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:48:46 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/13 19:48:46 INFO : one: Copied (new) 2025/02/13 19:48:46 DEBUG : Waiting for deletions to finish 2025/02/13 19:48:46 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/13 19:48:46 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:48:47 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:48:47 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/02/13 19:48:47 INFO : one: Copied (replaced existing) 2025/02/13 19:48:47 DEBUG : Waiting for deletions to finish 2025/02/13 19:48:49 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:48:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/13 19:48:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:48:49 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/13 19:48:49 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:48:49 DEBUG : Waiting for deletions to finish 2025/02/13 19:48:49 INFO : There was nothing to transfer 2025/02/13 19:48:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:48:51 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/13 19:48:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/13 19:48:51 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:48:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:48:51 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/13 19:48:51 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:48:51 DEBUG : Waiting for deletions to finish 2025/02/13 19:48:51 INFO : There was nothing to transfer 2025/02/13 19:48:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:48:52 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/13 19:48:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/13 19:48:52 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:48:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:48:52 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/13 19:48:52 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:48:52 DEBUG : Waiting for deletions to finish 2025/02/13 19:48:52 INFO : There was nothing to transfer 2025/02/13 19:48:53 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2025/02/13 19:48:53 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/13 19:48:53 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/13 19:48:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/13 19:48:53 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:48:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:48:53 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/13 19:48:53 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:48:53 DEBUG : Waiting for deletions to finish 2025/02/13 19:48:53 INFO : There was nothing to transfer 2025/02/13 19:48:54 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/13 19:48:54 DEBUG : two: Need to transfer - File not found at Destination 2025/02/13 19:48:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/13 19:48:54 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:48:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:48:54 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/13 19:48:54 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:48:55 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/02/13 19:48:55 INFO : two: Copied (new) 2025/02/13 19:48:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (14.48s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:48:58 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/dest" 2025/02/13 19:48:59 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/pre-dest1" 2025/02/13 19:49:00 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/pre-dest2" 2025/02/13 19:49:03 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:49:03 DEBUG : 1: Destination found in --compare-dest, skipping 2025/02/13 19:49:03 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:49:03 DEBUG : 2: Destination found in --compare-dest, skipping 2025/02/13 19:49:03 DEBUG : 3: Need to transfer - File not found at Destination 2025/02/13 19:49:03 DEBUG : B2 bucket rclone-test-docudiw8heka path dest: Waiting for checks to finish 2025/02/13 19:49:03 DEBUG : B2 bucket rclone-test-docudiw8heka path dest: Waiting for transfers to finish 2025/02/13 19:49:04 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/02/13 19:49:04 INFO : 3: Copied (new) 2025/02/13 19:49:04 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (9.44s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:49:06 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/dst" 2025/02/13 19:49:07 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/CopyDest" 2025/02/13 19:49:09 DEBUG : one: Need to transfer - File not found at Destination 2025/02/13 19:49:09 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:49:09 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:49:10 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/13 19:49:10 INFO : one: Copied (new) 2025/02/13 19:49:10 DEBUG : Waiting for deletions to finish 2025/02/13 19:49:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/13 19:49:10 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:49:10 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:49:11 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/02/13 19:49:11 INFO : one: Copied (replaced existing) 2025/02/13 19:49:11 DEBUG : Waiting for deletions to finish 2025/02/13 19:49:13 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/BackupDir" 2025/02/13 19:49:14 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:49:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/13 19:49:14 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:49:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/13 19:49:16 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/13 19:49:16 INFO : one: Copied (server-side copy) 2025/02/13 19:49:16 INFO : one: Deleted 2025/02/13 19:49:16 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/02/13 19:49:16 INFO : one: Copied (server-side copy) 2025/02/13 19:49:16 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/13 19:49:16 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:49:16 DEBUG : Waiting for deletions to finish 2025/02/13 19:49:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:49:18 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/13 19:49:18 INFO : two: Copied (server-side copy) 2025/02/13 19:49:18 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/13 19:49:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:49:18 DEBUG : one: Unchanged skipping 2025/02/13 19:49:18 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:49:18 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:49:18 DEBUG : Waiting for deletions to finish 2025/02/13 19:49:18 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:49:18 DEBUG : one: Unchanged skipping 2025/02/13 19:49:18 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:49:18 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:49:18 DEBUG : two: Unchanged skipping 2025/02/13 19:49:18 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:49:18 DEBUG : Waiting for deletions to finish 2025/02/13 19:49:18 INFO : There was nothing to transfer 2025/02/13 19:49:20 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/13 19:49:20 DEBUG : three: Destination not found in --copy-dest 2025/02/13 19:49:20 DEBUG : three: Need to transfer - File not found at Destination 2025/02/13 19:49:20 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:49:20 DEBUG : one: Unchanged skipping 2025/02/13 19:49:20 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:49:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/13 19:49:20 DEBUG : two: Unchanged skipping 2025/02/13 19:49:20 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:49:20 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/02/13 19:49:20 INFO : three: Copied (new) 2025/02/13 19:49:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (16.69s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:49:24 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/dst" 2025/02/13 19:49:25 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/backup" 2025/02/13 19:49:27 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/13 19:49:27 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:49:27 DEBUG : two: Unchanged skipping 2025/02/13 19:49:27 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:49:29 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/13 19:49:29 INFO : one: Copied (server-side copy) 2025/02/13 19:49:29 INFO : one: Deleted 2025/02/13 19:49:29 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:49:30 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:49:30 INFO : one: Copied (new) 2025/02/13 19:49:30 DEBUG : Waiting for deletions to finish 2025/02/13 19:49:30 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/13 19:49:30 INFO : three.txt: Copied (server-side copy) 2025/02/13 19:49:30 INFO : three.txt: Deleted 2025/02/13 19:49:30 INFO : three.txt: Moved into backup dir 2025/02/13 19:49:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/13 19:49:32 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:49:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:49:32 DEBUG : two: Unchanged skipping 2025/02/13 19:49:33 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:49:33 INFO : one: Copied (server-side copy) 2025/02/13 19:49:33 INFO : one: Deleted 2025/02/13 19:49:33 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:49:33 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/13 19:49:33 INFO : one: Copied (new) 2025/02/13 19:49:33 DEBUG : Waiting for deletions to finish 2025/02/13 19:49:34 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/13 19:49:34 INFO : three.txt: Copied (server-side copy) 2025/02/13 19:49:34 INFO : three.txt: Deleted 2025/02/13 19:49:34 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (13.15s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:49:38 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/dst" 2025/02/13 19:49:39 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/backup" 2025/02/13 19:49:41 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/13 19:49:41 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:49:41 DEBUG : two: Unchanged skipping 2025/02/13 19:49:41 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:49:42 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/13 19:49:42 INFO : one: Copied (server-side copy) to: one.bak 2025/02/13 19:49:42 INFO : one: Deleted 2025/02/13 19:49:42 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:49:43 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:49:43 INFO : one: Copied (new) 2025/02/13 19:49:43 DEBUG : Waiting for deletions to finish 2025/02/13 19:49:44 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/13 19:49:44 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/13 19:49:44 INFO : three.txt: Deleted 2025/02/13 19:49:44 INFO : three.txt: Moved into backup dir 2025/02/13 19:49:46 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/13 19:49:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:49:46 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:49:46 DEBUG : two: Unchanged skipping 2025/02/13 19:49:46 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:49:46 INFO : one: Copied (server-side copy) to: one.bak 2025/02/13 19:49:46 INFO : one: Deleted 2025/02/13 19:49:46 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:49:47 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/13 19:49:47 INFO : one: Copied (new) 2025/02/13 19:49:47 DEBUG : Waiting for deletions to finish 2025/02/13 19:49:47 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/13 19:49:47 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/13 19:49:48 INFO : three.txt: Deleted 2025/02/13 19:49:48 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (13.41s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:49:50 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1113-15.backblaze.com/b2api/v1/b2_upload_file/ff527d43d07d0b0b9f580e1b/c001_v0001113_t0043": EOF 2025/02/13 19:49:50 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1113-15.backblaze.com/b2api/v1/b2_upload_file/ff527d43d07d0b0b9f580e1b/c001_v0001113_t0043": EOF) 2025/02/13 19:49:50 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-docudiw8heka: 1/10 (Post "https://pod-000-1113-15.backblaze.com/b2api/v1/b2_upload_file/ff527d43d07d0b0b9f580e1b/c001_v0001113_t0043": EOF) 2025/02/13 19:49:53 DEBUG : pacer: Reducing sleep to 10ms 2025/02/13 19:49:53 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/dst" 2025/02/13 19:49:54 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/backup" 2025/02/13 19:49:56 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/13 19:49:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:49:56 DEBUG : two: Unchanged skipping 2025/02/13 19:49:56 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:49:57 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/13 19:49:57 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/13 19:49:57 INFO : one: Deleted 2025/02/13 19:49:57 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:49:59 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:49:59 INFO : one: Copied (new) 2025/02/13 19:49:59 DEBUG : Waiting for deletions to finish 2025/02/13 19:49:59 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/13 19:49:59 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/13 19:49:59 INFO : three.txt: Deleted 2025/02/13 19:49:59 INFO : three.txt: Moved into backup dir 2025/02/13 19:50:01 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/13 19:50:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:50:01 DEBUG : two: Unchanged skipping 2025/02/13 19:50:01 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:50:02 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:50:02 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/13 19:50:02 INFO : one: Deleted 2025/02/13 19:50:02 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:50:02 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/13 19:50:02 INFO : one: Copied (new) 2025/02/13 19:50:02 DEBUG : Waiting for deletions to finish 2025/02/13 19:50:03 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/13 19:50:03 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/13 19:50:03 INFO : three.txt: Deleted 2025/02/13 19:50:03 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (15.61s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:50:06 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/dst" 2025/02/13 19:50:08 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/13 19:50:08 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:50:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:50:08 DEBUG : two: Unchanged skipping 2025/02/13 19:50:09 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/13 19:50:09 INFO : one: Copied (server-side copy) to: one.bak 2025/02/13 19:50:09 INFO : one: Deleted 2025/02/13 19:50:09 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:50:10 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:50:10 INFO : one: Copied (new) 2025/02/13 19:50:10 DEBUG : Waiting for deletions to finish 2025/02/13 19:50:10 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/13 19:50:10 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/13 19:50:10 INFO : three.txt: Deleted 2025/02/13 19:50:10 INFO : three.txt: Moved into backup dir 2025/02/13 19:50:11 DEBUG : one.bak: Excluded (Path Filter) 2025/02/13 19:50:11 DEBUG : one.bak: Excluded 2025/02/13 19:50:11 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/02/13 19:50:11 DEBUG : three.txt.bak: Excluded 2025/02/13 19:50:11 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/13 19:50:11 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:50:11 DEBUG : two: Unchanged skipping 2025/02/13 19:50:11 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for checks to finish 2025/02/13 19:50:12 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:50:12 INFO : one: Copied (server-side copy) to: one.bak 2025/02/13 19:50:12 INFO : one: Deleted 2025/02/13 19:50:12 DEBUG : B2 bucket rclone-test-docudiw8heka path dst: Waiting for transfers to finish 2025/02/13 19:50:12 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/13 19:50:12 INFO : one: Copied (new) 2025/02/13 19:50:12 DEBUG : Waiting for deletions to finish 2025/02/13 19:50:13 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/13 19:50:13 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/13 19:50:13 INFO : three.txt: Deleted 2025/02/13 19:50:13 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (9.50s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:50:16 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/dst" 2025/02/13 19:50:17 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/13 19:50:18 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/13 19:50:18 INFO : one: Copied (server-side copy) to: one.bak 2025/02/13 19:50:18 INFO : one: Deleted 2025/02/13 19:50:19 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:50:19 INFO : one: Copied (new) 2025/02/13 19:50:19 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:50:19 DEBUG : two: Unchanged skipping 2025/02/13 19:50:20 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/02/13 19:50:20 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/13 19:50:20 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/13 19:50:20 INFO : three.txt: Deleted 2025/02/13 19:50:21 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/13 19:50:21 INFO : three.txt: Copied (new) 2025/02/13 19:50:21 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/02/13 19:50:21 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/02/13 19:50:21 DEBUG : pacer: Reducing sleep to 10ms 2025/02/13 19:50:22 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/13 19:50:22 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:50:22 INFO : one: Copied (server-side copy) to: one.bak 2025/02/13 19:50:22 INFO : one: Deleted 2025/02/13 19:50:23 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/13 19:50:23 INFO : one: Copied (new) 2025/02/13 19:50:23 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:50:23 DEBUG : two: Unchanged skipping 2025/02/13 19:50:23 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/02/13 19:50:24 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/13 19:50:24 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/13 19:50:24 INFO : three.txt: Deleted 2025/02/13 19:50:24 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/02/13 19:50:24 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (11.65s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:50:28 DEBUG : Creating backend with remote "TestB2:rclone-test-docudiw8heka/dst" 2025/02/13 19:50:29 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/13 19:50:31 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/13 19:50:31 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/13 19:50:31 INFO : one: Deleted 2025/02/13 19:50:32 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:50:32 INFO : one: Copied (new) 2025/02/13 19:50:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:50:32 DEBUG : two: Unchanged skipping 2025/02/13 19:50:32 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/02/13 19:50:33 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/13 19:50:33 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/13 19:50:33 INFO : three.txt: Deleted 2025/02/13 19:50:33 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/13 19:50:33 INFO : three.txt: Copied (new) 2025/02/13 19:50:34 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/13 19:50:35 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/13 19:50:35 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/13 19:50:35 INFO : one: Deleted 2025/02/13 19:50:35 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/13 19:50:35 INFO : one: Copied (new) 2025/02/13 19:50:36 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:50:36 DEBUG : two: Unchanged skipping 2025/02/13 19:50:36 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/02/13 19:50:37 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/13 19:50:37 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/13 19:50:37 INFO : three.txt: Deleted 2025/02/13 19:50:37 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/02/13 19:50:37 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (13.24s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:50:40 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/02/13 19:50:40 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:50:40 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:50:41 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/02/13 19:50:41 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/02/13 19:50:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.73s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:50:42 DEBUG : existing: Need to transfer - File not found at Destination 2025/02/13 19:50:42 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:50:42 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:50:42 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/13 19:50:42 INFO : existing: Copied (new) 2025/02/13 19:50:42 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:50:43 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/02/13 19:50:43 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/02/13 19:50:43 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:50:43 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:50:43 ERROR : B2 bucket rclone-test-docudiw8heka: not deleting files as there were IO errors 2025/02/13 19:50:43 ERROR : B2 bucket rclone-test-docudiw8heka: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncImmutable (2.88s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:50:45 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:50:45 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:50:45 DEBUG : existing: Unchanged skipping 2025/02/13 19:50:45 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:50:45 DEBUG : Waiting for deletions to finish 2025/02/13 19:50:45 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.50s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.37s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.13s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.37s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:51:05 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:51:05 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both0: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both12: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both1: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both10: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both15: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both11: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both13: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both14: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both19: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both16: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both3: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both17: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both18: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both6: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both2: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both8: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:05 DEBUG : both9: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both4: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both5: Unchanged skipping 2025/02/13 19:51:05 DEBUG : both7: Unchanged skipping 2025/02/13 19:51:05 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:51:05 DEBUG : Waiting for deletions to finish 2025/02/13 19:51:05 INFO : only0: Deleted 2025/02/13 19:51:05 INFO : only17: Deleted 2025/02/13 19:51:05 INFO : only18: Deleted 2025/02/13 19:51:05 INFO : only2: Deleted 2025/02/13 19:51:05 INFO : only3: Deleted 2025/02/13 19:51:05 INFO : only7: Deleted 2025/02/13 19:51:06 INFO : only1: Deleted 2025/02/13 19:51:06 INFO : only10: Deleted 2025/02/13 19:51:06 INFO : only11: Deleted 2025/02/13 19:51:06 INFO : only15: Deleted 2025/02/13 19:51:06 INFO : only16: Deleted 2025/02/13 19:51:06 INFO : only5: Deleted 2025/02/13 19:51:06 INFO : only13: Deleted 2025/02/13 19:51:06 INFO : only14: Deleted 2025/02/13 19:51:06 INFO : only19: Deleted 2025/02/13 19:51:06 INFO : only9: Deleted 2025/02/13 19:51:06 INFO : only12: Deleted 2025/02/13 19:51:06 INFO : only4: Deleted 2025/02/13 19:51:06 INFO : only6: Deleted 2025/02/13 19:51:06 INFO : only8: Deleted 2025/02/13 19:51:06 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (23.41s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:51:28 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for checks to finish 2025/02/13 19:51:28 DEBUG : both0: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both12: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both1: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both14: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both15: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both16: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both17: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both18: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both19: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both2: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both3: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both4: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both5: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both6: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both7: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both8: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/13 19:51:28 DEBUG : both9: Unchanged skipping 2025/02/13 19:51:28 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/02/13 19:51:28 DEBUG : both10: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both11: Unchanged skipping 2025/02/13 19:51:28 DEBUG : both13: Unchanged skipping 2025/02/13 19:51:28 DEBUG : B2 bucket rclone-test-docudiw8heka: Waiting for transfers to finish 2025/02/13 19:51:28 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:28 INFO : only10: Copied (replaced existing) 2025/02/13 19:51:28 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:28 INFO : only1: Copied (replaced existing) 2025/02/13 19:51:28 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:28 INFO : only13: Copied (replaced existing) 2025/02/13 19:51:28 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:28 INFO : only12: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only11: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only14: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only15: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only0: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only16: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only17: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only18: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only19: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only2: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only3: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only4: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only5: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only6: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only7: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only8: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/13 19:51:29 INFO : only9: Copied (replaced existing) 2025/02/13 19:51:29 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (26.79s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:51:38 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/13 19:51:38 INFO : sub dir: Making directory 2025/02/13 19:51:38 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (4.75s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" 2025/02/13 19:51:42 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/13 19:51:42 INFO : sub dir: Making directory 2025/02/13 19:51:42 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-docudiw8heka", Local "Local file system at /tmp/rclone287240", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (4.60s) PASS 2025/02/13 19:51:47 DEBUG : B2 bucket rclone-test-docudiw8heka: Purge remote 2025/02/13 19:51:47 INFO : B2 bucket rclone-test-docudiw8heka: cleaning bucket "rclone-test-docudiw8heka" of all files 2025/02/13 19:51:48 DEBUG : BackupDir/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878a280_d20250213_m194921_c001_v7007000_t0000_u01739476161466") 2025/02/13 19:51:48 DEBUG : BackupDir/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1073ae51ba793314_d20250213_m194915_c001_v0001117_t0008_u01739476155617") 2025/02/13 19:51:48 DEBUG : CompareDest/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4102e42467975ea7_d20250213_m194855_c001_v7007000_t0000_u01739476135879") 2025/02/13 19:51:48 DEBUG : CompareDest/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fc33_d20250213_m194848_c001_v0001113_t0055_u01739476128913") 2025/02/13 19:51:48 DEBUG : CompareDest/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4102e42467975eab_d20250213_m194856_c001_v7007000_t0000_u01739476136064") 2025/02/13 19:51:48 DEBUG : CompareDest/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79d69_d20250213_m194850_c001_v0001101_t0009_u01739476130588") 2025/02/13 19:51:48 DEBUG : CopyDest/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878a286_d20250213_m194921_c001_v7007000_t0000_u01739476161648") 2025/02/13 19:51:48 DEBUG : CopyDest/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883b5_d20250213_m194912_c001_v0001033_t0024_u01739476152582") 2025/02/13 19:51:48 DEBUG : CopyDest/three: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878a28c_d20250213_m194921_c001_v7007000_t0000_u01739476161831") 2025/02/13 19:51:48 DEBUG : CopyDest/three: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79d87_d20250213_m194919_c001_v0001101_t0040_u01739476159396") 2025/02/13 19:51:48 DEBUG : CopyDest/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878a290_d20250213_m194922_c001_v7007000_t0000_u01739476162015") 2025/02/13 19:51:48 DEBUG : CopyDest/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fc4f_d20250213_m194917_c001_v0001113_t0037_u01739476157391") 2025/02/13 19:51:48 DEBUG : EXISTING: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9caf7_d20250213_m195046_c001_v7007000_t0000_u01739476246228") 2025/02/13 19:51:48 DEBUG : EXISTING: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488401_d20250213_m195045_c001_v0001033_t0039_u01739476245108") 2025/02/13 19:51:48 DEBUG : Testêé: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ca91_d20250213_m195041_c001_v7007000_t0000_u01739476241854") 2025/02/13 19:51:48 DEBUG : Testêé: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883fd_d20250213_m195040_c001_v0001033_t0045_u01739476240952") 2025/02/13 19:51:48 DEBUG : Testêé: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79de7_d20250213_m195039_c001_v0001101_t0047_u01739476239856") 2025/02/13 19:51:49 DEBUG : a/potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c25_d20250213_m194633_c001_v7007000_t0000_u01739475993736") 2025/02/13 19:51:49 DEBUG : a/potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948831e_d20250213_m194632_c001_v0001033_t0053_u01739475992956") 2025/02/13 19:51:49 DEBUG : a/potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c20_d20250213_m194630_c001_v7007000_t0000_u01739475990716") 2025/02/13 19:51:49 DEBUG : a/potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488314_d20250213_m194629_c001_v0001033_t0018_u01739475989820") 2025/02/13 19:51:49 DEBUG : a/potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad5cb_d20250213_m194607_c001_v7007000_t0000_u01739475967317") 2025/02/13 19:51:49 DEBUG : a/potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882d4_d20250213_m194606_c001_v0001033_t0029_u01739475966422") 2025/02/13 19:51:49 DEBUG : b/potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c26_d20250213_m194633_c001_v7007000_t0000_u01739475993921") 2025/02/13 19:51:49 DEBUG : b/potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948831a_d20250213_m194631_c001_v0001033_t0055_u01739475991645") 2025/02/13 19:51:49 DEBUG : b/potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c1d_d20250213_m194630_c001_v7007000_t0000_u01739475990158") 2025/02/13 19:51:49 DEBUG : b/potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488310_d20250213_m194628_c001_v0001033_t0025_u01739475988586") 2025/02/13 19:51:49 DEBUG : b/potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad5c4_d20250213_m194606_c001_v7007000_t0000_u01739475966769") 2025/02/13 19:51:49 DEBUG : b/potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882ce_d20250213_m194605_c001_v0001033_t0028_u01739475965171") 2025/02/13 19:51:49 DEBUG : backup/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f411c11f4446b86c1_d20250213_m194935_c001_v7007000_t0000_u01739476175157") 2025/02/13 19:51:49 DEBUG : backup/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f101b9d3970082233_d20250213_m194932_c001_v0001032_t0027_u01739476172824") 2025/02/13 19:51:49 DEBUG : backup/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f119993327f98511c_d20250213_m194929_c001_v0001179_t0048_u01739476169009") 2025/02/13 19:51:49 DEBUG : backup/one-2019-01-01: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4090711e54de7f2b_d20250213_m195004_c001_v7007000_t0000_u01739476204176") 2025/02/13 19:51:49 DEBUG : backup/one-2019-01-01: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f116262e140764461_d20250213_m195002_c001_v0001102_t0039_u01739476202030") 2025/02/13 19:51:49 DEBUG : backup/one-2019-01-01: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11951cb9b7e7bb06_d20250213_m194957_c001_v0001177_t0004_u01739476197596") 2025/02/13 19:51:49 DEBUG : backup/one.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4083145de4660587_d20250213_m194948_c001_v7007000_t0000_u01739476188562") 2025/02/13 19:51:49 DEBUG : backup/one.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1126b7bbb2e4cf45_d20250213_m194946_c001_v0001184_t0030_u01739476186632") 2025/02/13 19:51:50 DEBUG : backup/one.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1083cf6e86809c2f_d20250213_m194942_c001_v0001157_t0006_u01739476182470") 2025/02/13 19:51:50 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4090711e54de7f2e_d20250213_m195004_c001_v7007000_t0000_u01739476204360") 2025/02/13 19:51:50 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f116fb4066f813872_d20250213_m195003_c001_v0001032_t0055_u01739476203156") 2025/02/13 19:51:50 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f105b42f4af611f93_d20250213_m194959_c001_v0001145_t0040_u01739476199448") 2025/02/13 19:51:50 DEBUG : backup/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f411c11f4446b86c5_d20250213_m194935_c001_v7007000_t0000_u01739476175341") 2025/02/13 19:51:50 DEBUG : backup/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f109f8b69eca376e0_d20250213_m194934_c001_v0001115_t0025_u01739476174062") 2025/02/13 19:51:50 DEBUG : backup/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f119c28d540c38435_d20250213_m194930_c001_v0001184_t0016_u01739476170589") 2025/02/13 19:51:50 DEBUG : backup/three.txt.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4083145de466058e_d20250213_m194948_c001_v7007000_t0000_u01739476188751") 2025/02/13 19:51:50 DEBUG : backup/three.txt.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f105324736774de39_d20250213_m194947_c001_v0001144_t0032_u01739476187427") 2025/02/13 19:51:50 DEBUG : backup/three.txt.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f100d2b9ac8763dfc_d20250213_m194943_c001_v0001032_t0025_u01739476183940") 2025/02/13 19:51:50 DEBUG : both0: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdd5_d20250213_m195130_c001_v7007000_t0000_u01739476290412") 2025/02/13 19:51:50 DEBUG : both0: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e2d_d20250213_m195111_c001_v0001101_t0025_u01739476271877") 2025/02/13 19:51:50 DEBUG : both0: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88cd_d20250213_m195107_c001_v7007000_t0000_u01739476267257") 2025/02/13 19:51:50 DEBUG : both0: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79dfb_d20250213_m195048_c001_v0001101_t0058_u01739476248470") 2025/02/13 19:51:50 DEBUG : both1: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdd6_d20250213_m195130_c001_v7007000_t0000_u01739476290593") 2025/02/13 19:51:50 DEBUG : both1: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e2f_d20250213_m195113_c001_v0001101_t0034_u01739476273040") 2025/02/13 19:51:50 DEBUG : both1: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88d2_d20250213_m195107_c001_v7007000_t0000_u01739476267442") 2025/02/13 19:51:50 DEBUG : both1: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79dff_d20250213_m195049_c001_v0001101_t0005_u01739476249337") 2025/02/13 19:51:50 DEBUG : both10: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdd7_d20250213_m195130_c001_v7007000_t0000_u01739476290775") 2025/02/13 19:51:50 DEBUG : both10: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e49_d20250213_m195119_c001_v0001101_t0042_u01739476279931") 2025/02/13 19:51:51 DEBUG : both10: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88d9_d20250213_m195107_c001_v7007000_t0000_u01739476267626") 2025/02/13 19:51:51 DEBUG : both10: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e13_d20250213_m195056_c001_v0001101_t0020_u01739476256427") 2025/02/13 19:51:51 DEBUG : both11: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdd8_d20250213_m195130_c001_v7007000_t0000_u01739476290956") 2025/02/13 19:51:51 DEBUG : both11: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e4d_d20250213_m195120_c001_v0001101_t0024_u01739476280668") 2025/02/13 19:51:51 DEBUG : both11: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88de_d20250213_m195107_c001_v7007000_t0000_u01739476267810") 2025/02/13 19:51:51 DEBUG : both11: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e15_d20250213_m195057_c001_v0001101_t0057_u01739476257435") 2025/02/13 19:51:51 DEBUG : both12: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdd9_d20250213_m195131_c001_v7007000_t0000_u01739476291137") 2025/02/13 19:51:51 DEBUG : both12: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e4f_d20250213_m195121_c001_v0001101_t0016_u01739476281342") 2025/02/13 19:51:51 DEBUG : both12: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88e4_d20250213_m195107_c001_v7007000_t0000_u01739476267993") 2025/02/13 19:51:51 DEBUG : both12: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e17_d20250213_m195058_c001_v0001101_t0046_u01739476258483") 2025/02/13 19:51:51 DEBUG : both13: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdda_d20250213_m195131_c001_v7007000_t0000_u01739476291319") 2025/02/13 19:51:51 DEBUG : both13: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e51_d20250213_m195122_c001_v0001101_t0035_u01739476282416") 2025/02/13 19:51:51 DEBUG : both13: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88e9_d20250213_m195108_c001_v7007000_t0000_u01739476268178") 2025/02/13 19:51:51 DEBUG : both13: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e1b_d20250213_m195059_c001_v0001101_t0025_u01739476259395") 2025/02/13 19:51:51 DEBUG : both14: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cddb_d20250213_m195131_c001_v7007000_t0000_u01739476291502") 2025/02/13 19:51:51 DEBUG : both14: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e53_d20250213_m195123_c001_v0001101_t0007_u01739476283156") 2025/02/13 19:51:51 DEBUG : both14: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88ee_d20250213_m195108_c001_v7007000_t0000_u01739476268371") 2025/02/13 19:51:51 DEBUG : both14: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e1d_d20250213_m195100_c001_v0001101_t0032_u01739476260023") 2025/02/13 19:51:51 DEBUG : both15: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cddc_d20250213_m195131_c001_v7007000_t0000_u01739476291684") 2025/02/13 19:51:51 DEBUG : both15: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e55_d20250213_m195123_c001_v0001101_t0001_u01739476283976") 2025/02/13 19:51:51 DEBUG : both15: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88f0_d20250213_m195108_c001_v7007000_t0000_u01739476268555") 2025/02/13 19:51:52 DEBUG : both15: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e21_d20250213_m195100_c001_v0001101_t0043_u01739476260786") 2025/02/13 19:51:52 DEBUG : both16: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cddd_d20250213_m195131_c001_v7007000_t0000_u01739476291866") 2025/02/13 19:51:52 DEBUG : both16: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e57_d20250213_m195124_c001_v0001101_t0051_u01739476284704") 2025/02/13 19:51:52 DEBUG : both16: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88f1_d20250213_m195108_c001_v7007000_t0000_u01739476268739") 2025/02/13 19:51:52 DEBUG : both16: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e23_d20250213_m195101_c001_v0001101_t0000_u01739476261631") 2025/02/13 19:51:52 DEBUG : both17: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdde_d20250213_m195132_c001_v7007000_t0000_u01739476292048") 2025/02/13 19:51:52 DEBUG : both17: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e59_d20250213_m195125_c001_v0001101_t0054_u01739476285518") 2025/02/13 19:51:52 DEBUG : both17: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88f2_d20250213_m195108_c001_v7007000_t0000_u01739476268923") 2025/02/13 19:51:52 DEBUG : both17: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e25_d20250213_m195102_c001_v0001101_t0042_u01739476262346") 2025/02/13 19:51:52 DEBUG : both18: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cde0_d20250213_m195132_c001_v7007000_t0000_u01739476292230") 2025/02/13 19:51:52 DEBUG : both18: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e5b_d20250213_m195126_c001_v0001101_t0051_u01739476286307") 2025/02/13 19:51:52 DEBUG : both18: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88f7_d20250213_m195109_c001_v7007000_t0000_u01739476269106") 2025/02/13 19:51:52 DEBUG : both18: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e27_d20250213_m195102_c001_v0001101_t0024_u01739476262997") 2025/02/13 19:51:52 DEBUG : both19: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cde3_d20250213_m195132_c001_v7007000_t0000_u01739476292413") 2025/02/13 19:51:52 DEBUG : both19: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e5d_d20250213_m195127_c001_v0001101_t0047_u01739476287086") 2025/02/13 19:51:52 DEBUG : both19: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88fc_d20250213_m195109_c001_v7007000_t0000_u01739476269291") 2025/02/13 19:51:52 DEBUG : both19: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e29_d20250213_m195103_c001_v0001101_t0009_u01739476263649") 2025/02/13 19:51:52 DEBUG : both2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cde6_d20250213_m195132_c001_v7007000_t0000_u01739476292594") 2025/02/13 19:51:52 DEBUG : both2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e31_d20250213_m195113_c001_v0001101_t0051_u01739476273752") 2025/02/13 19:51:52 DEBUG : both2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee8901_d20250213_m195109_c001_v7007000_t0000_u01739476269477") 2025/02/13 19:51:53 DEBUG : both2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e01_d20250213_m195050_c001_v0001101_t0055_u01739476250116") 2025/02/13 19:51:53 DEBUG : both3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cde8_d20250213_m195132_c001_v7007000_t0000_u01739476292779") 2025/02/13 19:51:53 DEBUG : both3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e33_d20250213_m195114_c001_v0001101_t0033_u01739476274548") 2025/02/13 19:51:53 DEBUG : both3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee8908_d20250213_m195109_c001_v7007000_t0000_u01739476269664") 2025/02/13 19:51:53 DEBUG : both3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e03_d20250213_m195050_c001_v0001101_t0057_u01739476250846") 2025/02/13 19:51:53 DEBUG : both4: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdeb_d20250213_m195132_c001_v7007000_t0000_u01739476292962") 2025/02/13 19:51:53 DEBUG : both4: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e35_d20250213_m195115_c001_v0001101_t0000_u01739476275268") 2025/02/13 19:51:53 DEBUG : both4: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee890d_d20250213_m195109_c001_v7007000_t0000_u01739476269848") 2025/02/13 19:51:53 DEBUG : both4: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e05_d20250213_m195051_c001_v0001101_t0032_u01739476251576") 2025/02/13 19:51:53 DEBUG : both5: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdec_d20250213_m195133_c001_v7007000_t0000_u01739476293144") 2025/02/13 19:51:53 DEBUG : both5: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e3b_d20250213_m195116_c001_v0001101_t0057_u01739476276028") 2025/02/13 19:51:53 DEBUG : both5: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee8912_d20250213_m195110_c001_v7007000_t0000_u01739476270032") 2025/02/13 19:51:53 DEBUG : both5: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e07_d20250213_m195052_c001_v0001101_t0050_u01739476252310") 2025/02/13 19:51:53 DEBUG : both6: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdee_d20250213_m195133_c001_v7007000_t0000_u01739476293328") 2025/02/13 19:51:53 DEBUG : both6: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e3d_d20250213_m195116_c001_v0001101_t0036_u01739476276715") 2025/02/13 19:51:53 DEBUG : both6: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee8918_d20250213_m195110_c001_v7007000_t0000_u01739476270215") 2025/02/13 19:51:53 DEBUG : both6: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e0b_d20250213_m195053_c001_v0001101_t0015_u01739476253072") 2025/02/13 19:51:53 DEBUG : both7: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdf0_d20250213_m195133_c001_v7007000_t0000_u01739476293512") 2025/02/13 19:51:53 DEBUG : both7: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e3f_d20250213_m195117_c001_v0001101_t0013_u01739476277414") 2025/02/13 19:51:53 DEBUG : both7: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee891d_d20250213_m195110_c001_v7007000_t0000_u01739476270398") 2025/02/13 19:51:53 DEBUG : both7: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e0d_d20250213_m195053_c001_v0001101_t0001_u01739476253780") 2025/02/13 19:51:54 DEBUG : both8: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdf5_d20250213_m195133_c001_v7007000_t0000_u01739476293693") 2025/02/13 19:51:54 DEBUG : both8: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e41_d20250213_m195118_c001_v0001101_t0017_u01739476278313") 2025/02/13 19:51:54 DEBUG : both8: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee8921_d20250213_m195110_c001_v7007000_t0000_u01739476270582") 2025/02/13 19:51:54 DEBUG : both8: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e0f_d20250213_m195054_c001_v0001101_t0026_u01739476254508") 2025/02/13 19:51:54 DEBUG : both9: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cdfb_d20250213_m195133_c001_v7007000_t0000_u01739476293874") 2025/02/13 19:51:54 DEBUG : both9: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e47_d20250213_m195119_c001_v0001101_t0027_u01739476279196") 2025/02/13 19:51:54 DEBUG : both9: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee8924_d20250213_m195110_c001_v7007000_t0000_u01739476270767") 2025/02/13 19:51:54 DEBUG : both9: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e11_d20250213_m195055_c001_v0001101_t0010_u01739476255225") 2025/02/13 19:51:54 DEBUG : c/non empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c27_d20250213_m194634_c001_v7007000_t0000_u01739475994107") 2025/02/13 19:51:54 DEBUG : c/non empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948831c_d20250213_m194632_c001_v0001033_t0005_u01739475992054") 2025/02/13 19:51:54 DEBUG : c/non empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c22_d20250213_m194630_c001_v7007000_t0000_u01739475990899") 2025/02/13 19:51:54 DEBUG : c/non empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488312_d20250213_m194629_c001_v0001033_t0009_u01739475989002") 2025/02/13 19:51:54 DEBUG : c/non empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad5ce_d20250213_m194607_c001_v7007000_t0000_u01739475967499") 2025/02/13 19:51:54 DEBUG : c/non empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882d0_d20250213_m194605_c001_v0001033_t0000_u01739475965523") 2025/02/13 19:51:54 DEBUG : check sum: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40170a8b7973ea1d_d20250213_m194553_c001_v7007000_t0000_u01739475953281") 2025/02/13 19:51:54 DEBUG : check sum: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882be_d20250213_m194552_c001_v0001033_t0041_u01739475952030") 2025/02/13 19:51:54 DEBUG : dest/3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878a11c_d20250213_m194905_c001_v7007000_t0000_u01739476145474") 2025/02/13 19:51:54 DEBUG : dest/3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4064d9130638e245_d20250213_m194904_c001_v0001116_t0016_u01739476144366") 2025/02/13 19:51:54 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ca46_d20250213_m195038_c001_v7007000_t0000_u01739476238380") 2025/02/13 19:51:54 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f114dcae237376e75_d20250213_m195035_c001_v0001037_t0021_u01739476235459") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee86ba_d20250213_m195035_c001_v7007000_t0000_u01739476235275") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f114dcae237376e6d_d20250213_m195031_c001_v0001037_t0038_u01739476231928") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee86b4_d20250213_m195031_c001_v7007000_t0000_u01739476231203") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883ef_d20250213_m195026_c001_v0001033_t0030_u01739476226618") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189537f70_d20250213_m195025_c001_v7007000_t0000_u01739476225150") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f103a47f18aead01b_d20250213_m195022_c001_v0001102_t0048_u01739476222920") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4192b882b8522f45_d20250213_m195022_c001_v7007000_t0000_u01739476222735") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f103a47f18aead015_d20250213_m195019_c001_v0001102_t0039_u01739476219592") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4192b882b8522ed3_d20250213_m195018_c001_v7007000_t0000_u01739476218857") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79dc3_d20250213_m195014_c001_v0001101_t0027_u01739476214966") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4090711e54de7fd5_d20250213_m195013_c001_v7007000_t0000_u01739476213680") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1171c6806fe421e0_d20250213_m195012_c001_v0001165_t0022_u01739476212279") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4147ebc101a86f6f_d20250213_m195012_c001_v7007000_t0000_u01739476212099") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1171c6806fe421de_d20250213_m195009_c001_v0001165_t0035_u01739476209885") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4147ebc101a86f3a_d20250213_m195009_c001_v7007000_t0000_u01739476209159") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79db9_d20250213_m195005_c001_v0001101_t0025_u01739476205458") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4090711e54de7f31_d20250213_m195004_c001_v7007000_t0000_u01739476204544") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f119e94b25ebe99f9_d20250213_m195002_c001_v0001115_t0041_u01739476202512") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f411c11f4446b8891_d20250213_m195002_c001_v7007000_t0000_u01739476202327") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f119e94b25ebe99f7_d20250213_m194958_c001_v0001115_t0059_u01739476198534") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f411c11f4446b8801_d20250213_m194957_c001_v7007000_t0000_u01739476197804") 2025/02/13 19:51:55 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79dab_d20250213_m194949_c001_v0001101_t0012_u01739476189846") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4083145de4660595_d20250213_m194948_c001_v7007000_t0000_u01739476188936") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1068de78bb20d5b2_d20250213_m194947_c001_v0001184_t0012_u01739476187020") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4102e42467976258_d20250213_m194946_c001_v7007000_t0000_u01739476186833") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1068de78bb20d53f_d20250213_m194943_c001_v0001184_t0056_u01739476183534") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4102e4246797624d_d20250213_m194942_c001_v7007000_t0000_u01739476182802") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fc77_d20250213_m194936_c001_v0001113_t0039_u01739476176444") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f411c11f4446b86c9_d20250213_m194935_c001_v7007000_t0000_u01739476175526") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f101207714e54c22e_d20250213_m194933_c001_v0001130_t0015_u01739476173569") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f408be985ee6f67cc_d20250213_m194933_c001_v7007000_t0000_u01739476173384") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f101207714e54c22c_d20250213_m194929_c001_v0001130_t0052_u01739476169985") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f408be985ee6f679f_d20250213_m194929_c001_v7007000_t0000_u01739476169259") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883c1_d20250213_m194923_c001_v0001033_t0038_u01739476163300") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878a293_d20250213_m194922_c001_v7007000_t0000_u01739476162199") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1003e7c64980e045_d20250213_m194916_c001_v0001098_t0029_u01739476156460") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d4c41ffa45ed6_d20250213_m194916_c001_v7007000_t0000_u01739476156250") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79d81_d20250213_m194911_c001_v0001101_t0033_u01739476151882") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11116dc0683b3cc4_d20250213_m194911_c001_v0001145_t0014_u01739476151033") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11116dc0683b3cc2_d20250213_m194909_c001_v0001145_t0031_u01739476149995") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4102e42467975eb0_d20250213_m194856_c001_v7007000_t0000_u01739476136249") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883a5_d20250213_m194848_c001_v0001033_t0047_u01739476128107") 2025/02/13 19:51:56 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f105af023e0cf9205_d20250213_m194847_c001_v0001146_t0005_u01739476127160") 2025/02/13 19:51:57 DEBUG : dst/one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f105af023e0cf9203_d20250213_m194846_c001_v0001146_t0009_u01739476126087") 2025/02/13 19:51:57 DEBUG : dst/one-2019-01-01: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ca49_d20250213_m195038_c001_v7007000_t0000_u01739476238562") 2025/02/13 19:51:57 DEBUG : dst/one-2019-01-01: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f115aef5d2e06da5e_d20250213_m195034_c001_v0001102_t0008_u01739476234914") 2025/02/13 19:51:57 DEBUG : dst/one-2019-01-01: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1119e112d5daf043_d20250213_m195030_c001_v0001106_t0000_u01739476230529") 2025/02/13 19:51:57 DEBUG : dst/one.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189537f71_d20250213_m195025_c001_v7007000_t0000_u01739476225334") 2025/02/13 19:51:57 DEBUG : dst/one.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f112d5a92a5a2bdd8_d20250213_m195022_c001_v0001161_t0036_u01739476222470") 2025/02/13 19:51:57 DEBUG : dst/one.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f10747f70f1083799_d20250213_m195018_c001_v0001183_t0033_u01739476218659") 2025/02/13 19:51:57 DEBUG : dst/one.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4090711e54de7fd6_d20250213_m195013_c001_v7007000_t0000_u01739476213865") 2025/02/13 19:51:57 DEBUG : dst/one.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11923502ffbfb70b_d20250213_m195011_c001_v0001183_t0024_u01739476211891") 2025/02/13 19:51:57 DEBUG : dst/one.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f107f1363d613f1bd_d20250213_m195008_c001_v0001098_t0012_u01739476208826") 2025/02/13 19:51:57 DEBUG : dst/three: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878a296_d20250213_m194922_c001_v7007000_t0000_u01739476162383") 2025/02/13 19:51:57 DEBUG : dst/three: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11116dc0683b3cd8_d20250213_m194920_c001_v0001145_t0006_u01739476160646") 2025/02/13 19:51:57 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ca4c_d20250213_m195038_c001_v7007000_t0000_u01739476238743") 2025/02/13 19:51:57 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11910b4e8e0fa27f_d20250213_m195036_c001_v0001117_t0054_u01739476236634") 2025/02/13 19:51:57 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f101158d285b2aa38_d20250213_m195032_c001_v0001091_t0006_u01739476232828") 2025/02/13 19:51:57 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ca4f_d20250213_m195038_c001_v7007000_t0000_u01739476238926") 2025/02/13 19:51:57 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f114dcae237376e79_d20250213_m195037_c001_v0001037_t0019_u01739476237562") 2025/02/13 19:51:57 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee86bc_d20250213_m195037_c001_v7007000_t0000_u01739476237380") 2025/02/13 19:51:57 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f114dcae237376e6f_d20250213_m195033_c001_v0001037_t0030_u01739476233429") 2025/02/13 19:51:57 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee86b8_d20250213_m195033_c001_v7007000_t0000_u01739476233247") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883f1_d20250213_m195027_c001_v0001033_t0018_u01739476227688") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189537f73_d20250213_m195025_c001_v7007000_t0000_u01739476225525") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f103a47f18aead01f_d20250213_m195024_c001_v0001102_t0012_u01739476224398") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4192b882b8522f77_d20250213_m195024_c001_v7007000_t0000_u01739476224213") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f103a47f18aead017_d20250213_m195020_c001_v0001102_t0036_u01739476220869") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4192b882b8522efc_d20250213_m195020_c001_v7007000_t0000_u01739476220683") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79dc7_d20250213_m195015_c001_v0001101_t0012_u01739476215774") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4147ebc101a86f7f_d20250213_m195013_c001_v7007000_t0000_u01739476213119") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883e9_d20250213_m195010_c001_v0001033_t0017_u01739476210901") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4147ebc101a86f53_d20250213_m195010_c001_v7007000_t0000_u01739476210527") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79dbb_d20250213_m195006_c001_v0001101_t0010_u01739476206113") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f411c11f4446b88bf_d20250213_m195003_c001_v7007000_t0000_u01739476203606") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883e1_d20250213_m195000_c001_v0001033_t0058_u01739476200822") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f411c11f4446b8846_d20250213_m194959_c001_v7007000_t0000_u01739476199720") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79daf_d20250213_m194953_c001_v0001101_t0019_u01739476193044") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4102e4246797626b_d20250213_m194947_c001_v7007000_t0000_u01739476187995") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fc7d_d20250213_m194945_c001_v0001113_t0027_u01739476185711") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4102e42467976253_d20250213_m194944_c001_v7007000_t0000_u01739476184612") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883cf_d20250213_m194937_c001_v0001033_t0056_u01739476177774") 2025/02/13 19:51:58 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f408be985ee6f67db_d20250213_m194934_c001_v7007000_t0000_u01739476174565") 2025/02/13 19:51:59 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883c9_d20250213_m194931_c001_v0001033_t0016_u01739476171891") 2025/02/13 19:51:59 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f408be985ee6f67b2_d20250213_m194930_c001_v7007000_t0000_u01739476170793") 2025/02/13 19:51:59 DEBUG : dst/three.txt: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79d91_d20250213_m194924_c001_v0001101_t0029_u01739476164462") 2025/02/13 19:51:59 DEBUG : dst/three.txt.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189537f77_d20250213_m195025_c001_v7007000_t0000_u01739476225708") 2025/02/13 19:51:59 DEBUG : dst/three.txt.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f119f93ec918774f2_d20250213_m195023_c001_v0001128_t0044_u01739476223916") 2025/02/13 19:51:59 DEBUG : dst/three.txt.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11339eec78e48871_d20250213_m195020_c001_v0001183_t0038_u01739476220490") 2025/02/13 19:51:59 DEBUG : dst/three.txt.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4090711e54de7fdb_d20250213_m195014_c001_v7007000_t0000_u01739476214048") 2025/02/13 19:51:59 DEBUG : dst/three.txt.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f111822e2d2c2b530_d20250213_m195012_c001_v0001091_t0055_u01739476212677") 2025/02/13 19:51:59 DEBUG : dst/three.txt.bak: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1196da6518665901_d20250213_m195010_c001_v0001182_t0015_u01739476210301") 2025/02/13 19:51:59 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ca52_d20250213_m195039_c001_v7007000_t0000_u01739476239109") 2025/02/13 19:51:59 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79dd9_d20250213_m195027_c001_v0001101_t0014_u01739476227336") 2025/02/13 19:51:59 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189537f79_d20250213_m195025_c001_v7007000_t0000_u01739476225891") 2025/02/13 19:51:59 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883eb_d20250213_m195015_c001_v0001033_t0027_u01739476215343") 2025/02/13 19:51:59 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4090711e54de7fdd_d20250213_m195014_c001_v7007000_t0000_u01739476214230") 2025/02/13 19:51:59 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883e5_d20250213_m195005_c001_v0001033_t0037_u01739476205770") 2025/02/13 19:51:59 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4090711e54de7f35_d20250213_m195004_c001_v7007000_t0000_u01739476204727") 2025/02/13 19:51:59 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883d9_d20250213_m194950_c001_v0001033_t0032_u01739476190546") 2025/02/13 19:52:00 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4083145de466059b_d20250213_m194949_c001_v7007000_t0000_u01739476189121") 2025/02/13 19:52:00 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79d99_d20250213_m194937_c001_v0001101_t0035_u01739476177098") 2025/02/13 19:52:00 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f411c11f4446b86cc_d20250213_m194935_c001_v7007000_t0000_u01739476175711") 2025/02/13 19:52:00 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fc59_d20250213_m194924_c001_v0001113_t0005_u01739476164138") 2025/02/13 19:52:00 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878a29a_d20250213_m194922_c001_v7007000_t0000_u01739476162568") 2025/02/13 19:52:00 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f118726bbb262a1bb_d20250213_m194918_c001_v0001184_t0022_u01739476158252") 2025/02/13 19:52:00 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4102e42467975eb4_d20250213_m194856_c001_v7007000_t0000_u01739476136434") 2025/02/13 19:52:00 DEBUG : dst/two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f105af023e0cf920a_d20250213_m194854_c001_v0001146_t0001_u01739476134991") 2025/02/13 19:52:00 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a08789c81_d20250213_m194805_c001_v7007000_t0000_u01739476085647") 2025/02/13 19:52:00 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79d29_d20250213_m194758_c001_v0001101_t0009_u01739476078445") 2025/02/13 19:52:00 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f400835ac9fd1614b_d20250213_m194756_c001_v7007000_t0000_u01739476076478") 2025/02/13 19:52:00 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79d15_d20250213_m194738_c001_v0001101_t0006_u01739476058629") 2025/02/13 19:52:00 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb7053_d20250213_m194722_c001_v7007000_t0000_u01739476042865") 2025/02/13 19:52:00 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79cef_d20250213_m194716_c001_v0001101_t0023_u01739476036040") 2025/02/13 19:52:00 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536dc8_d20250213_m194649_c001_v7007000_t0000_u01739476009823") 2025/02/13 19:52:00 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948833e_d20250213_m194647_c001_v0001033_t0024_u01739476007604") 2025/02/13 19:52:00 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536ced_d20250213_m194645_c001_v7007000_t0000_u01739476005778") 2025/02/13 19:52:00 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948833a_d20250213_m194644_c001_v0001033_t0055_u01739476004270") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c4c_d20250213_m194640_c001_v7007000_t0000_u01739476000449") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948832a_d20250213_m194638_c001_v0001033_t0030_u01739475998555") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c30_d20250213_m194637_c001_v7007000_t0000_u01739475997265") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488322_d20250213_m194635_c001_v0001033_t0058_u01739475995194") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad74c_d20250213_m194627_c001_v7007000_t0000_u01739475987678") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488306_d20250213_m194625_c001_v0001033_t0009_u01739475985764") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad739_d20250213_m194624_c001_v7007000_t0000_u01739475984427") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488300_d20250213_m194623_c001_v0001033_t0024_u01739475983550") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad6aa_d20250213_m194617_c001_v7007000_t0000_u01739475977114") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882e0_d20250213_m194615_c001_v0001033_t0024_u01739475975576") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad644_d20250213_m194613_c001_v7007000_t0000_u01739475973033") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882da_d20250213_m194611_c001_v0001033_t0004_u01739475971781") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad610_d20250213_m194610_c001_v7007000_t0000_u01739475970689") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1152f7c13cfb1fa4_d20250213_m194610_c001_v0001150_t0015_u01739475970040") 2025/02/13 19:52:01 DEBUG : empty space: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882d6_d20250213_m194608_c001_v0001033_t0033_u01739475968224") 2025/02/13 19:52:01 DEBUG : enormous: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536d82_d20250213_m194648_c001_v7007000_t0000_u01739476008889") 2025/02/13 19:52:01 DEBUG : enormous: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488340_d20250213_m194647_c001_v0001033_t0028_u01739476007979") 2025/02/13 19:52:01 DEBUG : existing: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cad0_d20250213_m195043_c001_v7007000_t0000_u01739476243976") 2025/02/13 19:52:01 DEBUG : existing: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79ded_d20250213_m195042_c001_v0001101_t0052_u01739476242605") 2025/02/13 19:52:01 DEBUG : existing: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6fd0_d20250213_m194714_c001_v7007000_t0000_u01739476034073") 2025/02/13 19:52:02 DEBUG : existing: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948836b_d20250213_m194712_c001_v0001033_t0011_u01739476032747") 2025/02/13 19:52:02 DEBUG : existing: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad5a0_d20250213_m194604_c001_v7007000_t0000_u01739475964086") 2025/02/13 19:52:02 DEBUG : existing: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882cc_d20250213_m194602_c001_v0001033_t0044_u01739475962452") 2025/02/13 19:52:02 DEBUG : existing: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40170a8b7973ea62_d20250213_m194601_c001_v7007000_t0000_u01739475961167") 2025/02/13 19:52:02 DEBUG : existing: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882ca_d20250213_m194600_c001_v0001033_t0014_u01739475960369") 2025/02/13 19:52:02 DEBUG : existing: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882c8_d20250213_m194559_c001_v0001033_t0027_u01739475959468") 2025/02/13 19:52:02 DEBUG : existing-b: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6fd6_d20250213_m194714_c001_v7007000_t0000_u01739476034255") 2025/02/13 19:52:02 DEBUG : existing-b: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79ced_d20250213_m194712_c001_v0001101_t0014_u01739476032753") 2025/02/13 19:52:02 DEBUG : five: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536eba_d20250213_m194654_c001_v7007000_t0000_u01739476014662") 2025/02/13 19:52:02 DEBUG : five: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4006419a39488350_d20250213_m194652_c001_v0001033_t0042_u01739476012511") 2025/02/13 19:52:02 DEBUG : foo: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad667_d20250213_m194614_c001_v7007000_t0000_u01739475974852") 2025/02/13 19:52:02 DEBUG : foo: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4006419a394882de_d20250213_m194614_c001_v0001033_t0042_u01739475974305") 2025/02/13 19:52:02 DEBUG : foo: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4006419a394882dc_d20250213_m194613_c001_v0001033_t0042_u01739475973757") 2025/02/13 19:52:02 DEBUG : four: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536ec2_d20250213_m194654_c001_v7007000_t0000_u01739476014850") 2025/02/13 19:52:02 DEBUG : four: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4151fd629472fba6_d20250213_m194653_c001_v0001113_t0043_u01739476013069") 2025/02/13 19:52:02 DEBUG : four: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948834e_d20250213_m194651_c001_v0001033_t0009_u01739476011782") 2025/02/13 19:52:02 DEBUG : hello world2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a087890c8_d20250213_m194448_c001_v7007000_t0000_u01739475888101") 2025/02/13 19:52:02 DEBUG : hello world2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948826a_d20250213_m194447_c001_v0001033_t0036_u01739475887192") 2025/02/13 19:52:02 DEBUG : ignore-size: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40170a8b7973ea52_d20250213_m194558_c001_v7007000_t0000_u01739475958369") 2025/02/13 19:52:02 DEBUG : ignore-size: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882c2_d20250213_m194557_c001_v0001033_t0001_u01739475957112") 2025/02/13 19:52:02 DEBUG : nested/sub dir/file: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6f91_d20250213_m194711_c001_v7007000_t0000_u01739476031636") 2025/02/13 19:52:03 DEBUG : nested/sub dir/file: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79ceb_d20250213_m194710_c001_v0001101_t0017_u01739476030635") 2025/02/13 19:52:03 DEBUG : nested/sub dir/file: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6f58_d20250213_m194709_c001_v7007000_t0000_u01739476029529") 2025/02/13 19:52:03 DEBUG : nested/sub dir/file: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79ce9_d20250213_m194708_c001_v0001101_t0022_u01739476028159") 2025/02/13 19:52:03 DEBUG : one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536eca_d20250213_m194655_c001_v7007000_t0000_u01739476015035") 2025/02/13 19:52:03 DEBUG : one: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4006419a39488346_d20250213_m194650_c001_v0001033_t0042_u01739476010942") 2025/02/13 19:52:03 DEBUG : only0: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce00_d20250213_m195134_c001_v7007000_t0000_u01739476294056") 2025/02/13 19:52:03 DEBUG : only0: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d6c8aca9ca8c6_d20250213_m195129_c001_v0001183_t0010_u01739476289151") 2025/02/13 19:52:03 DEBUG : only0: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488439_d20250213_m195112_c001_v0001033_t0047_u01739476272538") 2025/02/13 19:52:03 DEBUG : only0: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9aeddf_d20250213_m195105_c001_v7007000_t0000_u01739476265499") 2025/02/13 19:52:03 DEBUG : only0: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488407_d20250213_m195048_c001_v0001033_t0000_u01739476248847") 2025/02/13 19:52:03 DEBUG : only1: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce05_d20250213_m195134_c001_v7007000_t0000_u01739476294240") 2025/02/13 19:52:03 DEBUG : only1: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f41678e537ec79e5f_d20250213_m195128_c001_v0001101_t0029_u01739476288396") 2025/02/13 19:52:03 DEBUG : only1: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948843d_d20250213_m195113_c001_v0001033_t0009_u01739476273403") 2025/02/13 19:52:03 DEBUG : only1: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d4c41ffa4640c_d20250213_m195106_c001_v7007000_t0000_u01739476266055") 2025/02/13 19:52:03 DEBUG : only1: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488409_d20250213_m195049_c001_v0001033_t0026_u01739476249749") 2025/02/13 19:52:03 DEBUG : only10: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce0a_d20250213_m195134_c001_v7007000_t0000_u01739476294422") 2025/02/13 19:52:03 DEBUG : only10: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4006419a39488471_d20250213_m195128_c001_v0001033_t0042_u01739476288411") 2025/02/13 19:52:03 DEBUG : only10: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488457_d20250213_m195120_c001_v0001033_t0022_u01739476280287") 2025/02/13 19:52:03 DEBUG : only10: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88ab_d20250213_m195106_c001_v7007000_t0000_u01739476266067") 2025/02/13 19:52:03 DEBUG : only10: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948841f_d20250213_m195056_c001_v0001033_t0041_u01739476256716") 2025/02/13 19:52:04 DEBUG : only11: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce10_d20250213_m195134_c001_v7007000_t0000_u01739476294605") 2025/02/13 19:52:04 DEBUG : only11: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f417463dda50d98dd_d20250213_m195128_c001_v0001144_t0015_u01739476288964") 2025/02/13 19:52:04 DEBUG : only11: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488459_d20250213_m195121_c001_v0001033_t0018_u01739476281005") 2025/02/13 19:52:04 DEBUG : only11: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d4c41ffa4640d_d20250213_m195106_c001_v7007000_t0000_u01739476266079") 2025/02/13 19:52:04 DEBUG : only11: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488421_d20250213_m195057_c001_v0001033_t0057_u01739476257826") 2025/02/13 19:52:04 DEBUG : only12: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce16_d20250213_m195134_c001_v7007000_t0000_u01739476294790") 2025/02/13 19:52:04 DEBUG : only12: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4006419a39488473_d20250213_m195128_c001_v0001033_t0042_u01739476288802") 2025/02/13 19:52:04 DEBUG : only12: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948845d_d20250213_m195121_c001_v0001033_t0020_u01739476281894") 2025/02/13 19:52:04 DEBUG : only12: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d4c41ffa46411_d20250213_m195106_c001_v7007000_t0000_u01739476266448") 2025/02/13 19:52:04 DEBUG : only12: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488423_d20250213_m195058_c001_v0001033_t0058_u01739476258927") 2025/02/13 19:52:04 DEBUG : only13: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce1d_d20250213_m195134_c001_v7007000_t0000_u01739476294972") 2025/02/13 19:52:04 DEBUG : only13: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f41678e537ec79e63_d20250213_m195128_c001_v0001101_t0029_u01739476288808") 2025/02/13 19:52:04 DEBUG : only13: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948845f_d20250213_m195122_c001_v0001033_t0012_u01739476282761") 2025/02/13 19:52:04 DEBUG : only13: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d4c41ffa4640f_d20250213_m195106_c001_v7007000_t0000_u01739476266263") 2025/02/13 19:52:04 DEBUG : only13: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488427_d20250213_m195059_c001_v0001033_t0010_u01739476259699") 2025/02/13 19:52:04 DEBUG : only14: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce22_d20250213_m195135_c001_v7007000_t0000_u01739476295154") 2025/02/13 19:52:04 DEBUG : only14: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f41678e537ec79e65_d20250213_m195128_c001_v0001101_t0029_u01739476288993") 2025/02/13 19:52:04 DEBUG : only14: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488461_d20250213_m195123_c001_v0001033_t0032_u01739476283527") 2025/02/13 19:52:04 DEBUG : only14: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9aedf5_d20250213_m195106_c001_v7007000_t0000_u01739476266273") 2025/02/13 19:52:04 DEBUG : only14: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488429_d20250213_m195100_c001_v0001033_t0057_u01739476260324") 2025/02/13 19:52:05 DEBUG : only15: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce28_d20250213_m195135_c001_v7007000_t0000_u01739476295336") 2025/02/13 19:52:05 DEBUG : only15: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4006419a39488475_d20250213_m195129_c001_v0001033_t0042_u01739476289009") 2025/02/13 19:52:05 DEBUG : only15: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488463_d20250213_m195124_c001_v0001033_t0009_u01739476284345") 2025/02/13 19:52:05 DEBUG : only15: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9aedf0_d20250213_m195106_c001_v7007000_t0000_u01739476266087") 2025/02/13 19:52:05 DEBUG : only15: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948842b_d20250213_m195101_c001_v0001033_t0035_u01739476261127") 2025/02/13 19:52:05 DEBUG : only16: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce2d_d20250213_m195135_c001_v7007000_t0000_u01739476295518") 2025/02/13 19:52:05 DEBUG : only16: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f417463dda50d98df_d20250213_m195129_c001_v0001144_t0015_u01739476289161") 2025/02/13 19:52:05 DEBUG : only16: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488467_d20250213_m195125_c001_v0001033_t0029_u01739476285176") 2025/02/13 19:52:05 DEBUG : only16: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d4c41ffa4640e_d20250213_m195106_c001_v7007000_t0000_u01739476266239") 2025/02/13 19:52:05 DEBUG : only16: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948842d_d20250213_m195102_c001_v0001033_t0019_u01739476262031") 2025/02/13 19:52:05 DEBUG : only17: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce33_d20250213_m195135_c001_v7007000_t0000_u01739476295702") 2025/02/13 19:52:05 DEBUG : only17: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f41678e537ec79e67_d20250213_m195129_c001_v0001101_t0029_u01739476289176") 2025/02/13 19:52:05 DEBUG : only17: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488469_d20250213_m195125_c001_v0001033_t0002_u01739476285906") 2025/02/13 19:52:05 DEBUG : only17: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9aede5_d20250213_m195105_c001_v7007000_t0000_u01739476265682") 2025/02/13 19:52:05 DEBUG : only17: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948842f_d20250213_m195102_c001_v0001033_t0038_u01739476262648") 2025/02/13 19:52:05 DEBUG : only18: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce39_d20250213_m195135_c001_v7007000_t0000_u01739476295884") 2025/02/13 19:52:05 DEBUG : only18: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4006419a39488477_d20250213_m195129_c001_v0001033_t0042_u01739476289193") 2025/02/13 19:52:05 DEBUG : only18: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948846b_d20250213_m195126_c001_v0001033_t0028_u01739476286694") 2025/02/13 19:52:05 DEBUG : only18: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d4c41ffa4640a_d20250213_m195105_c001_v7007000_t0000_u01739476265872") 2025/02/13 19:52:05 DEBUG : only18: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488431_d20250213_m195103_c001_v0001033_t0020_u01739476263311") 2025/02/13 19:52:06 DEBUG : only19: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce3e_d20250213_m195136_c001_v7007000_t0000_u01739476296066") 2025/02/13 19:52:06 DEBUG : only19: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d6c8aca9ca8ca_d20250213_m195129_c001_v0001183_t0010_u01739476289334") 2025/02/13 19:52:06 DEBUG : only19: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948846f_d20250213_m195127_c001_v0001033_t0036_u01739476287408") 2025/02/13 19:52:06 DEBUG : only19: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d4c41ffa46410_d20250213_m195106_c001_v7007000_t0000_u01739476266426") 2025/02/13 19:52:06 DEBUG : only19: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488435_d20250213_m195104_c001_v0001033_t0007_u01739476264109") 2025/02/13 19:52:06 DEBUG : only2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce44_d20250213_m195136_c001_v7007000_t0000_u01739476296248") 2025/02/13 19:52:06 DEBUG : only2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f417463dda50d98e3_d20250213_m195129_c001_v0001144_t0015_u01739476289345") 2025/02/13 19:52:06 DEBUG : only2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948843f_d20250213_m195114_c001_v0001033_t0014_u01739476274094") 2025/02/13 19:52:06 DEBUG : only2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88a6_d20250213_m195105_c001_v7007000_t0000_u01739476265883") 2025/02/13 19:52:06 DEBUG : only2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948840b_d20250213_m195050_c001_v0001033_t0019_u01739476250510") 2025/02/13 19:52:06 DEBUG : only3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce49_d20250213_m195136_c001_v7007000_t0000_u01739476296429") 2025/02/13 19:52:06 DEBUG : only3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f41678e537ec79e69_d20250213_m195129_c001_v0001101_t0029_u01739476289359") 2025/02/13 19:52:06 DEBUG : only3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488441_d20250213_m195114_c001_v0001033_t0031_u01739476274869") 2025/02/13 19:52:06 DEBUG : only3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9aedea_d20250213_m195105_c001_v7007000_t0000_u01739476265883") 2025/02/13 19:52:06 DEBUG : only3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948840f_d20250213_m195051_c001_v0001033_t0026_u01739476251210") 2025/02/13 19:52:06 DEBUG : only4: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce4e_d20250213_m195136_c001_v7007000_t0000_u01739476296621") 2025/02/13 19:52:06 DEBUG : only4: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4006419a39488479_d20250213_m195129_c001_v0001033_t0042_u01739476289377") 2025/02/13 19:52:06 DEBUG : only4: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488443_d20250213_m195115_c001_v0001033_t0019_u01739476275669") 2025/02/13 19:52:06 DEBUG : only4: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9aedfb_d20250213_m195106_c001_v7007000_t0000_u01739476266456") 2025/02/13 19:52:06 DEBUG : only4: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488411_d20250213_m195051_c001_v0001033_t0037_u01739476251927") 2025/02/13 19:52:06 DEBUG : only5: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce54_d20250213_m195136_c001_v7007000_t0000_u01739476296804") 2025/02/13 19:52:07 DEBUG : only5: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d6c8aca9ca8cc_d20250213_m195129_c001_v0001183_t0010_u01739476289520") 2025/02/13 19:52:07 DEBUG : only5: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488447_d20250213_m195116_c001_v0001033_t0024_u01739476276370") 2025/02/13 19:52:07 DEBUG : only5: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88b2_d20250213_m195106_c001_v7007000_t0000_u01739476266251") 2025/02/13 19:52:07 DEBUG : only5: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488413_d20250213_m195052_c001_v0001033_t0001_u01739476252664") 2025/02/13 19:52:07 DEBUG : only6: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce59_d20250213_m195136_c001_v7007000_t0000_u01739476296986") 2025/02/13 19:52:07 DEBUG : only6: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f417463dda50d98e5_d20250213_m195129_c001_v0001144_t0015_u01739476289533") 2025/02/13 19:52:07 DEBUG : only6: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488449_d20250213_m195117_c001_v0001033_t0033_u01739476277005") 2025/02/13 19:52:07 DEBUG : only6: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d4c41ffa46412_d20250213_m195106_c001_v7007000_t0000_u01739476266608") 2025/02/13 19:52:07 DEBUG : only6: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488415_d20250213_m195053_c001_v0001033_t0025_u01739476253360") 2025/02/13 19:52:07 DEBUG : only7: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce5e_d20250213_m195137_c001_v7007000_t0000_u01739476297167") 2025/02/13 19:52:07 DEBUG : only7: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f41678e537ec79e6b_d20250213_m195129_c001_v0001101_t0029_u01739476289547") 2025/02/13 19:52:07 DEBUG : only7: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948844f_d20250213_m195117_c001_v0001033_t0034_u01739476277810") 2025/02/13 19:52:07 DEBUG : only7: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d4c41ffa4640b_d20250213_m195105_c001_v7007000_t0000_u01739476265893") 2025/02/13 19:52:07 DEBUG : only7: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488419_d20250213_m195054_c001_v0001033_t0035_u01739476254137") 2025/02/13 19:52:07 DEBUG : only8: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce63_d20250213_m195137_c001_v7007000_t0000_u01739476297349") 2025/02/13 19:52:07 DEBUG : only8: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4006419a3948847b_d20250213_m195129_c001_v0001033_t0042_u01739476289586") 2025/02/13 19:52:07 DEBUG : only8: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488451_d20250213_m195118_c001_v0001033_t0033_u01739476278620") 2025/02/13 19:52:07 DEBUG : only8: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88be_d20250213_m195106_c001_v7007000_t0000_u01739476266624") 2025/02/13 19:52:07 DEBUG : only8: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948841b_d20250213_m195054_c001_v0001033_t0028_u01739476254866") 2025/02/13 19:52:07 DEBUG : only9: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ce69_d20250213_m195137_c001_v7007000_t0000_u01739476297533") 2025/02/13 19:52:07 DEBUG : only9: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f403d6c8aca9ca8d0_d20250213_m195129_c001_v0001183_t0010_u01739476289702") 2025/02/13 19:52:07 DEBUG : only9: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488455_d20250213_m195119_c001_v0001033_t0005_u01739476279510") 2025/02/13 19:52:08 DEBUG : only9: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee88b8_d20250213_m195106_c001_v7007000_t0000_u01739476266438") 2025/02/13 19:52:08 DEBUG : only9: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948841d_d20250213_m195055_c001_v0001033_t0044_u01739476255710") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6f05_d20250213_m194706_c001_v7007000_t0000_u01739476026317") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79cd9_d20250213_m194703_c001_v0001101_t0042_u01739476023696") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6eab_d20250213_m194702_c001_v7007000_t0000_u01739476022228") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79ccb_d20250213_m194659_c001_v0001101_t0058_u01739476019642") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536f11_d20250213_m194658_c001_v7007000_t0000_u01739476018149") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fba8_d20250213_m194655_c001_v0001113_t0057_u01739476015957") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c83_d20250213_m194642_c001_v7007000_t0000_u01739476002900") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488330_d20250213_m194641_c001_v0001033_t0038_u01739476001382") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c39_d20250213_m194639_c001_v7007000_t0000_u01739475999340") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488326_d20250213_m194638_c001_v0001033_t0013_u01739475998186") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c2d_d20250213_m194636_c001_v7007000_t0000_u01739475996335") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488320_d20250213_m194634_c001_v0001033_t0021_u01739475994848") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad749_d20250213_m194627_c001_v7007000_t0000_u01739475987129") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488304_d20250213_m194625_c001_v0001033_t0012_u01739475985339") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad73c_d20250213_m194624_c001_v7007000_t0000_u01739475984611") 2025/02/13 19:52:08 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882fe_d20250213_m194623_c001_v0001033_t0003_u01739475983070") 2025/02/13 19:52:09 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad717_d20250213_m194622_c001_v7007000_t0000_u01739475982340") 2025/02/13 19:52:09 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882fa_d20250213_m194621_c001_v0001033_t0011_u01739475981160") 2025/02/13 19:52:09 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882f8_d20250213_m194620_c001_v0001033_t0027_u01739475980345") 2025/02/13 19:52:09 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad6ec_d20250213_m194619_c001_v7007000_t0000_u01739475979617") 2025/02/13 19:52:09 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882ee_d20250213_m194618_c001_v0001033_t0007_u01739475978766") 2025/02/13 19:52:09 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882ea_d20250213_m194618_c001_v0001033_t0029_u01739475978026") 2025/02/13 19:52:09 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad6b1_d20250213_m194617_c001_v7007000_t0000_u01739475977297") 2025/02/13 19:52:09 DEBUG : potato: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882e2_d20250213_m194616_c001_v0001033_t0001_u01739475976292") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f412ff869d0ee7fc7_d20250213_m194822_c001_v7007000_t0000_u01739476102073") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fc0b_d20250213_m194821_c001_v0001113_t0044_u01739476101453") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a08789c82_d20250213_m194805_c001_v7007000_t0000_u01739476085888") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fbfc_d20250213_m194757_c001_v0001113_t0025_u01739476077773") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f41858921895373b2_d20250213_m194745_c001_v7007000_t0000_u01739476065175") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fbe6_d20250213_m194737_c001_v0001113_t0038_u01739476057962") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb7054_d20250213_m194723_c001_v7007000_t0000_u01739476043112") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fbc4_d20250213_m194715_c001_v0001113_t0054_u01739476035563") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536d90_d20250213_m194649_c001_v7007000_t0000_u01739476009074") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948833c_d20250213_m194647_c001_v0001033_t0042_u01739476007073") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536cef_d20250213_m194645_c001_v7007000_t0000_u01739476005965") 2025/02/13 19:52:09 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488336_d20250213_m194643_c001_v0001033_t0053_u01739476003823") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c89_d20250213_m194643_c001_v7007000_t0000_u01739476003084") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488334_d20250213_m194642_c001_v0001033_t0047_u01739476002195") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c50_d20250213_m194640_c001_v7007000_t0000_u01739476000634") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948832e_d20250213_m194639_c001_v0001033_t0038_u01739475999718") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536c33_d20250213_m194637_c001_v7007000_t0000_u01739475997449") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488324_d20250213_m194636_c001_v0001033_t0007_u01739475996343") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40569ccd2f9ad74d_d20250213_m194627_c001_v7007000_t0000_u01739475987859") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948830a_d20250213_m194626_c001_v0001033_t0022_u01739475986701") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a087890e0_d20250213_m194451_c001_v7007000_t0000_u01739475891884") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488272_d20250213_m194451_c001_v0001033_t0008_u01739475891083") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a087890cb_d20250213_m194449_c001_v7007000_t0000_u01739475889811") 2025/02/13 19:52:10 DEBUG : potato2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488270_d20250213_m194449_c001_v0001033_t0044_u01739475889004") 2025/02/13 19:52:10 DEBUG : potato3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a08789c83_d20250213_m194806_c001_v7007000_t0000_u01739476086275") 2025/02/13 19:52:10 DEBUG : potato3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488385_d20250213_m194759_c001_v0001033_t0004_u01739476079280") 2025/02/13 19:52:10 DEBUG : potato3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f41858921895373ab_d20250213_m194744_c001_v7007000_t0000_u01739476064956") 2025/02/13 19:52:10 DEBUG : potato3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488377_d20250213_m194739_c001_v0001033_t0056_u01739476059346") 2025/02/13 19:52:10 DEBUG : potato3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb7055_d20250213_m194723_c001_v7007000_t0000_u01739476043346") 2025/02/13 19:52:10 DEBUG : potato3: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948836d_d20250213_m194716_c001_v0001033_t0004_u01739476036384") 2025/02/13 19:52:10 DEBUG : pre-dest1/1: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878a121_d20250213_m194905_c001_v7007000_t0000_u01739476145661") 2025/02/13 19:52:10 DEBUG : pre-dest1/1: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394883ab_d20250213_m194857_c001_v0001033_t0054_u01739476137175") 2025/02/13 19:52:11 DEBUG : pre-dest2/2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878a126_d20250213_m194905_c001_v7007000_t0000_u01739476145845") 2025/02/13 19:52:11 DEBUG : pre-dest2/2: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fc3b_d20250213_m194858_c001_v0001113_t0043_u01739476138334") 2025/02/13 19:52:11 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4102e42467975d8b_d20250213_m194835_c001_v7007000_t0000_u01739476115614") 2025/02/13 19:52:11 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79d57_d20250213_m194831_c001_v0001101_t0002_u01739476111582") 2025/02/13 19:52:11 DEBUG : sizeonly: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40170a8b7973ea34_d20250213_m194555_c001_v7007000_t0000_u01739475955830") 2025/02/13 19:52:11 DEBUG : sizeonly: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882c0_d20250213_m194554_c001_v0001033_t0005_u01739475954556") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cf1e_d20250213_m195146_c001_v7007000_t0000_u01739476306310") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488487_d20250213_m195143_c001_v0001033_t0003_u01739476303619") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9ceca_d20250213_m195141_c001_v7007000_t0000_u01739476301715") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f117463dda50d98f2_d20250213_m195138_c001_v0001144_t0019_u01739476298923") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6f97_d20250213_m194711_c001_v7007000_t0000_u01739476031828") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fbbe_d20250213_m194710_c001_v0001113_t0040_u01739476030993") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6f5e_d20250213_m194709_c001_v7007000_t0000_u01739476029711") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488363_d20250213_m194708_c001_v0001033_t0040_u01739476028522") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40170a8b7973ea01_d20250213_m194551_c001_v7007000_t0000_u01739475951119") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882bc_d20250213_m194549_c001_v0001033_t0040_u01739475949258") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40170a8b7973e9d5_d20250213_m194548_c001_v7007000_t0000_u01739475948530") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882ba_d20250213_m194547_c001_v0001033_t0036_u01739475947226") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40170a8b7973e98d_d20250213_m194540_c001_v7007000_t0000_u01739475940971") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882b2_d20250213_m194539_c001_v0001033_t0005_u01739475939397") 2025/02/13 19:52:11 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40170a8b7973e98c_d20250213_m194538_c001_v7007000_t0000_u01739475938851") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882ae_d20250213_m194537_c001_v0001033_t0059_u01739475937636") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882ac_d20250213_m194531_c001_v0001033_t0054_u01739475931745") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40170a8b7973e985_d20250213_m194531_c001_v7007000_t0000_u01739475931016") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882a6_d20250213_m194530_c001_v0001033_t0016_u01739475930319") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a394882a4_d20250213_m194529_c001_v0001033_t0027_u01739475929410") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40170a8b7973e975_d20250213_m194527_c001_v7007000_t0000_u01739475927957") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948829c_d20250213_m194522_c001_v0001033_t0000_u01739475922278") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488298_d20250213_m194515_c001_v0001033_t0007_u01739475915820") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4179e31a270358d7_d20250213_m194515_c001_v7007000_t0000_u01739475915099") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488294_d20250213_m194514_c001_v0001033_t0050_u01739475914280") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488292_d20250213_m194513_c001_v0001033_t0011_u01739475913368") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4179e31a270358b7_d20250213_m194512_c001_v7007000_t0000_u01739475912286") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948828a_d20250213_m194502_c001_v0001033_t0004_u01739475902908") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6622_d20250213_m194502_c001_v7007000_t0000_u01739475902537") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488288_d20250213_m194501_c001_v0001033_t0056_u01739475901708") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a08789190_d20250213_m194500_c001_v7007000_t0000_u01739475900078") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488286_d20250213_m194459_c001_v0001033_t0042_u01739475899245") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a08789175_d20250213_m194458_c001_v7007000_t0000_u01739475898700") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488282_d20250213_m194457_c001_v0001033_t0002_u01739475897857") 2025/02/13 19:52:12 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a08789145_d20250213_m194456_c001_v7007000_t0000_u01739475896595") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948827e_d20250213_m194455_c001_v0001033_t0018_u01739475895715") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878912f_d20250213_m194455_c001_v7007000_t0000_u01739475895170") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948827a_d20250213_m194454_c001_v0001033_t0006_u01739475894426") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a08789109_d20250213_m194453_c001_v7007000_t0000_u01739475893522") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488274_d20250213_m194452_c001_v0001033_t0013_u01739475892786") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a087890c3_d20250213_m194446_c001_v7007000_t0000_u01739475886289") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488264_d20250213_m194445_c001_v0001033_t0036_u01739475885599") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a087890ac_d20250213_m194444_c001_v7007000_t0000_u01739475884694") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488262_d20250213_m194443_c001_v0001033_t0057_u01739475883899") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878909d_d20250213_m194442_c001_v7007000_t0000_u01739475882989") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948825c_d20250213_m194442_c001_v0001033_t0050_u01739475882129") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f402dc14a0878906e_d20250213_m194439_c001_v7007000_t0000_u01739475879239") 2025/02/13 19:52:13 DEBUG : sub dir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488258_d20250213_m194438_c001_v0001033_t0029_u01739475878464") 2025/02/13 19:52:13 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cf23_d20250213_m195146_c001_v7007000_t0000_u01739476306492") 2025/02/13 19:52:13 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f103d6c8aca9ca948_d20250213_m195143_c001_v0001183_t0036_u01739476303629") 2025/02/13 19:52:13 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f40777f1271f9cece_d20250213_m195141_c001_v7007000_t0000_u01739476301906") 2025/02/13 19:52:13 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79e71_d20250213_m195138_c001_v0001101_t0013_u01739476298926") 2025/02/13 19:52:13 DEBUG : sub/yam: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6ef7_d20250213_m194705_c001_v7007000_t0000_u01739476025768") 2025/02/13 19:52:13 DEBUG : sub/yam: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1151fd629472fbba_d20250213_m194704_c001_v0001113_t0056_u01739476024053") 2025/02/13 19:52:13 DEBUG : three: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536ed2_d20250213_m194655_c001_v7007000_t0000_u01739476015219") 2025/02/13 19:52:13 DEBUG : three: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488352_d20250213_m194653_c001_v0001033_t0000_u01739476013826") 2025/02/13 19:52:14 DEBUG : three: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a3948834a_d20250213_m194651_c001_v0001033_t0054_u01739476011306") 2025/02/13 19:52:14 DEBUG : two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536ed8_d20250213_m194655_c001_v7007000_t0000_u01739476015404") 2025/02/13 19:52:14 DEBUG : two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f41678e537ec79cbf_d20250213_m194653_c001_v0001101_t0029_u01739476013252") 2025/02/13 19:52:14 DEBUG : two: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4006419a39488348_d20250213_m194651_c001_v0001033_t0042_u01739476011124") 2025/02/13 19:52:14 DEBUG : yam: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6f0b_d20250213_m194706_c001_v7007000_t0000_u01739476026498") 2025/02/13 19:52:14 DEBUG : yam: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f114e7750765e1fca_d20250213_m194705_c001_v0001042_t0009_u01739476025209") 2025/02/13 19:52:14 DEBUG : yam: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6e97_d20250213_m194701_c001_v7007000_t0000_u01739476021678") 2025/02/13 19:52:14 DEBUG : yam: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1006419a39488354_d20250213_m194659_c001_v0001033_t0040_u01739476019998") 2025/02/13 19:52:14 DEBUG : yam: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536f0a_d20250213_m194657_c001_v7007000_t0000_u01739476017581") 2025/02/13 19:52:14 DEBUG : yam: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f11678e537ec79cc5_d20250213_m194655_c001_v0001101_t0027_u01739476015962") 2025/02/13 19:52:14 DEBUG : yaml: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f401a71ca0bcb6eb2_d20250213_m194702_c001_v7007000_t0000_u01739476022409") 2025/02/13 19:52:14 DEBUG : yaml: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f110ed0d1a2023c19_d20250213_m194700_c001_v0001109_t0004_u01739476020954") 2025/02/13 19:52:14 DEBUG : yaml: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f4185892189536f12_d20250213_m194658_c001_v7007000_t0000_u01739476018333") 2025/02/13 19:52:14 DEBUG : yaml: Deleting (id "4_zff527d43d07d0b0b9f580e1b_f1147d18532c3c2e2_d20250213_m194657_c001_v0001182_t0041_u01739476017364") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 7m42.482201488s (try 1/5)