"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2024/11/12 01:01:31 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu" 2024/11/12 01:01:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/12 01:01:32 DEBUG : Creating backend with remote "/tmp/rclone3878305526" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:33 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/11/12 01:01:33 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:33 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.11s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:34 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/12 01:01:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:34 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:34 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:35 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:35 DEBUG : B2 bucket rclone-test-jexonup7bixu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.08s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", 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-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", 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-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:37 DEBUG : Creating backend with remote "/non-existing" 2024/11/12 01:01:37 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/11/12 01:01:37 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:37 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.90s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:38 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:38 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:38 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:38 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.99s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:40 INFO : B2 bucket rclone-test-jexonup7bixu: Running all checks before starting transfers 2024/11/12 01:01:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:40 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:40 INFO : B2 bucket rclone-test-jexonup7bixu: Checks finished, now starting transfers 2024/11/12 01:01:40 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:40 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:40 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.56s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:41 ERROR : Ignoring --no-traverse with sync 2024/11/12 01:01:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:41 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:41 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:42 INFO : sub dir/hello world: Copied (new) 2024/11/12 01:01:42 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.57s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:43 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/11/12 01:01:43 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:43 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:43 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2024/11/12 01:01:43 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.62s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:44 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:01:44 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:44 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:45 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:45 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.57s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:46 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:01:46 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:46 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:47 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:47 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.90s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:48 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/12 01:01:48 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/12 01:01:48 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/11/12 01:01:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/12 01:01:48 DEBUG : sub dir: Making directory 2024/11/12 01:01:48 DEBUG : sub dir2: Making directory 2024/11/12 01:01:48 DEBUG : sub dir2/sub sub dir2: Making directory 2024/11/12 01:01:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:48 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:48 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:48 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:48 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2024/11/12 01:01:48 DEBUG : B2 bucket rclone-test-jexonup7bixu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.65s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:49 DEBUG : sub dir2: Making directory 2024/11/12 01:01:49 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/12 01:01:49 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/12 01:01:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:50 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:50 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:50 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:50 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.24s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:51 DEBUG : sub dir2: Making directory with metadata 2024/11/12 01:01:51 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/12 01:01:51 DEBUG : sub dir: Making directory 2024/11/12 01:01:51 DEBUG : sub dir2: Making directory 2024/11/12 01:01:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:51 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:51 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:51 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:51 INFO : sub dir/hello world: Copied (new) 2024/11/12 01:01:51 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/11/12 01:01:51 DEBUG : B2 bucket rclone-test-jexonup7bixu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/11/12 01:01:52 DEBUG : B2 bucket rclone-test-jexonup7bixu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.77s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", 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-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:53 DEBUG : sub dir2: Making directory 2024/11/12 01:01:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:53 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:53 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:53 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:53 INFO : sub dir/hello world: Copied (new) 2024/11/12 01:01:53 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.19s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:54 DEBUG : sub dir2: Making directory with metadata 2024/11/12 01:01:54 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/12 01:01:54 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/12 01:01:54 DEBUG : sub dir: Making directory 2024/11/12 01:01:54 DEBUG : sub dir2: Making directory 2024/11/12 01:01:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:54 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:54 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:55 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:55 INFO : sub dir/hello world: Copied (new) 2024/11/12 01:01:55 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/11/12 01:01:55 DEBUG : B2 bucket rclone-test-jexonup7bixu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.62s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", 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-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:56 DEBUG : sub dir2: Making directory 2024/11/12 01:01:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:56 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:01:56 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:01:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:01:57 INFO : sub dir/hello world: Copied (new) 2024/11/12 01:01:57 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.63s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:01:58 DEBUG : Creating backend with remote "TestB2:rclone-test-virimuq5zitu" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-jexonup7bixu -> B2 bucket rclone-test-virimuq5zitu 2024/11/12 01:01:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:01:59 DEBUG : B2 bucket rclone-test-virimuq5zitu: Waiting for checks to finish 2024/11/12 01:01:59 DEBUG : B2 bucket rclone-test-virimuq5zitu: Waiting for transfers to finish 2024/11/12 01:02:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:02:00 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:01 DEBUG : B2 bucket rclone-test-virimuq5zitu: Purge remote 2024/11/12 01:02:01 INFO : B2 bucket rclone-test-virimuq5zitu: cleaning bucket "rclone-test-virimuq5zitu" of all files 2024/11/12 01:02:01 DEBUG : sub dir/hello world: Deleting (id "4_z6f524d73e04d1bdb9f380e1b_f1181ea567638d065_d20241112_m010200_c001_v0001182_t0020_u01731373320773") --- PASS: TestServerSideCopy (4.84s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:03 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/12 01:02:03 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:03 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:04 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/12 01:02:04 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.39s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:05 DEBUG : Creating backend with remote "TestB2:rclone-test-rotewif5dohe" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-jexonup7bixu -> B2 bucket rclone-test-rotewif5dohe 2024/11/12 01:02:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:02:07 DEBUG : B2 bucket rclone-test-rotewif5dohe: Waiting for checks to finish 2024/11/12 01:02:07 DEBUG : B2 bucket rclone-test-rotewif5dohe: Waiting for transfers to finish 2024/11/12 01:02:08 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:02:08 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:09 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/12 01:02:09 DEBUG : B2 bucket rclone-test-rotewif5dohe: Waiting for checks to finish 2024/11/12 01:02:09 DEBUG : B2 bucket rclone-test-rotewif5dohe: Waiting for transfers to finish 2024/11/12 01:02:09 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/12 01:02:09 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:09 DEBUG : B2 bucket rclone-test-rotewif5dohe: Purge remote 2024/11/12 01:02:09 INFO : B2 bucket rclone-test-rotewif5dohe: cleaning bucket "rclone-test-rotewif5dohe" of all files 2024/11/12 01:02:10 DEBUG : sub dir/hello world: Deleting (id "4_zff826d33e04d1bdb9f380e1b_f1136d60a3d8e79d2_d20241112_m010209_c001_v0001182_t0027_u01731373329535") 2024/11/12 01:02:10 DEBUG : sub dir/hello world: Deleting (id "4_zff826d33e04d1bdb9f380e1b_f1156b205558ae5a0_d20241112_m010208_c001_v0001128_t0032_u01731373327999") --- PASS: TestServerSideCopyOverSelf (7.09s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:13 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/12 01:02:13 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:13 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:13 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/12 01:02:13 INFO : sub dir/hello world: Copied (replaced existing) 2024/11/12 01:02:13 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.27s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:15 DEBUG : Creating backend with remote "TestB2:rclone-test-reqiqoq7suvo" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-jexonup7bixu -> B2 bucket rclone-test-reqiqoq7suvo 2024/11/12 01:02:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:02:16 DEBUG : B2 bucket rclone-test-reqiqoq7suvo: Waiting for checks to finish 2024/11/12 01:02:16 DEBUG : B2 bucket rclone-test-reqiqoq7suvo: Waiting for transfers to finish 2024/11/12 01:02:17 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:02:17 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:19 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/12 01:02:19 DEBUG : B2 bucket rclone-test-reqiqoq7suvo: Waiting for checks to finish 2024/11/12 01:02:19 DEBUG : B2 bucket rclone-test-reqiqoq7suvo: Waiting for transfers to finish 2024/11/12 01:02:19 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/12 01:02:19 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/12 01:02:19 INFO : sub dir/hello world: Deleted 2024/11/12 01:02:20 DEBUG : testing file moves 2024/11/12 01:02:20 DEBUG : B2 bucket rclone-test-reqiqoq7suvo: Waiting for checks to finish 2024/11/12 01:02:20 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/11/12 01:02:20 DEBUG : B2 bucket rclone-test-reqiqoq7suvo: Waiting for transfers to finish 2024/11/12 01:02:21 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2024/11/12 01:02:21 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/12 01:02:21 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:21 DEBUG : B2 bucket rclone-test-reqiqoq7suvo: Purge remote 2024/11/12 01:02:21 INFO : B2 bucket rclone-test-reqiqoq7suvo: cleaning bucket "rclone-test-reqiqoq7suvo" of all files 2024/11/12 01:02:21 DEBUG : sub dir/hello world: Deleting (id "4_z7f028d83e04d1bdb9f380e1b_f11314114b9bfada0_d20241112_m010221_c001_v0001120_t0019_u01731373341041") 2024/11/12 01:02:21 DEBUG : sub dir/hello world: Deleting (id "4_z7f028d83e04d1bdb9f380e1b_f1070edb1cbd11f4e_d20241112_m010219_c001_v0001145_t0000_u01731373339152") 2024/11/12 01:02:21 DEBUG : sub dir/hello world: Deleting (id "4_z7f028d83e04d1bdb9f380e1b_f1030dfa7a7a437bf_d20241112_m010217_c001_v0001146_t0001_u01731373337573") --- PASS: TestServerSideMoveOverSelf (9.47s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:24 ERROR : : error listing: directory not found 2024/11/12 01:02:24 DEBUG : Local file system at /tmp/rclone3878305526: Making directory 2024/11/12 01:02:25 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:25 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.06s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:02:27 DEBUG : Local file system at /tmp/rclone3878305526: Waiting for checks to finish 2024/11/12 01:02:27 DEBUG : Local file system at /tmp/rclone3878305526: Waiting for transfers to finish 2024/11/12 01:02:27 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:02:27 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2024/11/12 01:02:27 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestCopyRedownload (2.28s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:28 DEBUG : check sum: Need to transfer - File not found at Destination 2024/11/12 01:02:28 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:28 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:28 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/12 01:02:28 INFO : check sum: Copied (new) 2024/11/12 01:02:28 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:29 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:29 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/12 01:02:29 DEBUG : check sum: Size and sha1 of src and dst objects identical 2024/11/12 01:02:29 DEBUG : check sum: Unchanged skipping 2024/11/12 01:02:29 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:29 DEBUG : Waiting for deletions to finish 2024/11/12 01:02:29 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.31s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:30 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/11/12 01:02:30 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:30 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:31 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/12 01:02:31 INFO : sizeonly: Copied (new) 2024/11/12 01:02:31 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:31 DEBUG : sizeonly: Sizes identical 2024/11/12 01:02:31 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:31 DEBUG : sizeonly: Unchanged skipping 2024/11/12 01:02:31 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:31 DEBUG : Waiting for deletions to finish 2024/11/12 01:02:31 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.69s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:33 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/11/12 01:02:33 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:33 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:34 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2024/11/12 01:02:34 INFO : ignore-size: Copied (new) 2024/11/12 01:02:34 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:34 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:34 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:02:34 DEBUG : ignore-size: Unchanged skipping 2024/11/12 01:02:34 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:34 DEBUG : Waiting for deletions to finish 2024/11/12 01:02:34 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.38s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:36 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:02:36 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:36 DEBUG : existing: Unchanged skipping 2024/11/12 01:02:36 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:36 DEBUG : Waiting for deletions to finish 2024/11/12 01:02:36 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:36 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/11/12 01:02:36 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:36 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:37 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/12 01:02:37 INFO : existing: Copied (replaced existing) 2024/11/12 01:02:37 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.63s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:38 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/12 01:02:38 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:38 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:39 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/12 01:02:39 INFO : existing: Copied (new) 2024/11/12 01:02:39 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:39 DEBUG : existing: Destination exists, skipping 2024/11/12 01:02:39 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:39 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:39 DEBUG : Waiting for deletions to finish 2024/11/12 01:02:39 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.42s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:41 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/11/12 01:02:41 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/12 01:02:42 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:02:42 DEBUG : c/non empty space: Unchanged skipping 2024/11/12 01:02:42 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:42 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:42 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:02:42 INFO : a/potato2: Copied (new) 2024/11/12 01:02:42 DEBUG : Waiting for deletions to finish 2024/11/12 01:02:42 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (2.98s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:44 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:44 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/12 01:02:44 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/12 01:02:44 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/11/12 01:02:44 DEBUG : empty space: Unchanged skipping 2024/11/12 01:02:44 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:44 DEBUG : Waiting for deletions to finish 2024/11/12 01:02:44 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:44 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:44 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/12 01:02:44 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/12 01:02:45 INFO : empty space: Updated modification time in destination 2024/11/12 01:02:45 DEBUG : empty space: Unchanged skipping 2024/11/12 01:02:45 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:45 DEBUG : Waiting for deletions to finish 2024/11/12 01:02:45 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.35s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:48 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:48 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/12 01:02:48 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/12 01:02:48 DEBUG : empty space: Unchanged skipping 2024/11/12 01:02:48 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:48 DEBUG : Waiting for deletions to finish 2024/11/12 01:02:48 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.90s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:50 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/11/12 01:02:50 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:50 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone3878305526) 2024/11/12 01:02:50 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-jexonup7bixu) 2024/11/12 01:02:50 DEBUG : foo: sha1 differ 2024/11/12 01:02:50 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:50 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2024/11/12 01:02:50 INFO : foo: Copied (replaced existing) 2024/11/12 01:02:50 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (2.23s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:52 DEBUG : potato: Need to transfer - File not found at Destination 2024/11/12 01:02:52 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:52 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:02:52 DEBUG : empty space: Unchanged skipping 2024/11/12 01:02:52 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:52 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:02:52 INFO : potato: Copied (new) 2024/11/12 01:02:52 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.50s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:54 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/11/12 01:02:54 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:54 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:54 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2024/11/12 01:02:54 INFO : potato: Copied (replaced existing) 2024/11/12 01:02:54 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.03s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:56 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:56 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2024/11/12 01:02:56 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone3878305526) 2024/11/12 01:02:56 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-jexonup7bixu) 2024/11/12 01:02:56 DEBUG : potato: sha1 differ 2024/11/12 01:02:56 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:56 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2024/11/12 01:02:56 INFO : potato: Copied (replaced existing) 2024/11/12 01:02:56 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.12s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:02:58 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:02:58 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/11/12 01:02:58 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:02:58 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:02:58 DEBUG : empty space: Unchanged skipping 2024/11/12 01:02:58 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:02:58 DEBUG : Waiting for deletions to finish 2024/11/12 01:02:58 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.12s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:01 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:03:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:03:01 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:01 DEBUG : empty space: Unchanged skipping 2024/11/12 01:03:01 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:01 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:03:01 INFO : potato2: Copied (new) 2024/11/12 01:03:01 DEBUG : Waiting for deletions to finish 2024/11/12 01:03:01 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.78s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:03 DEBUG : d: Making directory 2024/11/12 01:03:03 DEBUG : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2024/11/12 01:03:03 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/12 01:03:04 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:03:04 DEBUG : c/non empty space: Unchanged skipping 2024/11/12 01:03:04 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:03:04 INFO : a/potato2: Copied (new) 2024/11/12 01:03:04 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:04 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:04 DEBUG : Waiting for deletions to finish 2024/11/12 01:03:04 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.79s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:06 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/11/12 01:03:06 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/12 01:03:07 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:03:07 DEBUG : c/non empty space: Unchanged skipping 2024/11/12 01:03:07 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:07 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:07 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:03:07 INFO : a/potato2: Copied (new) 2024/11/12 01:03:07 ERROR : B2 bucket rclone-test-jexonup7bixu: not deleting files as there were IO errors 2024/11/12 01:03:07 ERROR : B2 bucket rclone-test-jexonup7bixu: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.92s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:09 DEBUG : Waiting for deletions to finish 2024/11/12 01:03:09 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:03:09 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:03:09 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:09 DEBUG : empty space: Unchanged skipping 2024/11/12 01:03:09 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:09 INFO : potato: Deleted 2024/11/12 01:03:10 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:03:10 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.67s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:12 DEBUG : Waiting for deletions to finish 2024/11/12 01:03:12 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:12 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:12 INFO : potato: Deleted 2024/11/12 01:03:12 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:03:12 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:03:12 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:12 DEBUG : empty space: Unchanged skipping 2024/11/12 01:03:12 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:13 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:03:13 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (3.29s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:15 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:03:15 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:15 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:15 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2024/11/12 01:03:15 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.54s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:18 DEBUG : enormous: Excluded (Size Filter) 2024/11/12 01:03:18 DEBUG : enormous: Excluded 2024/11/12 01:03:18 DEBUG : potato2: Excluded (Size Filter) 2024/11/12 01:03:18 DEBUG : potato2: Excluded 2024/11/12 01:03:18 DEBUG : potato2: Excluded (Size Filter) 2024/11/12 01:03:18 DEBUG : potato2: Excluded 2024/11/12 01:03:18 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:03:18 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:18 DEBUG : empty space: Unchanged skipping 2024/11/12 01:03:18 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:18 DEBUG : Waiting for deletions to finish 2024/11/12 01:03:18 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:18 DEBUG : enormous: Excluded (Size Filter) 2024/11/12 01:03:18 DEBUG : enormous: Excluded 2024/11/12 01:03:18 DEBUG : potato2: Excluded (Size Filter) 2024/11/12 01:03:18 DEBUG : potato2: Excluded 2024/11/12 01:03:18 DEBUG : potato2: Excluded (Size Filter) 2024/11/12 01:03:18 DEBUG : potato2: Excluded 2024/11/12 01:03:18 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/11/12 01:03:18 DEBUG : Local file system at /tmp/rclone3878305526: Waiting for checks to finish 2024/11/12 01:03:18 DEBUG : empty space: Unchanged skipping 2024/11/12 01:03:18 DEBUG : Local file system at /tmp/rclone3878305526: Waiting for transfers to finish 2024/11/12 01:03:18 DEBUG : Waiting for deletions to finish 2024/11/12 01:03:18 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncWithExclude (3.12s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:21 DEBUG : enormous: Excluded (Size Filter) 2024/11/12 01:03:21 DEBUG : enormous: Excluded 2024/11/12 01:03:21 DEBUG : potato2: Excluded (Size Filter) 2024/11/12 01:03:21 DEBUG : potato2: Excluded 2024/11/12 01:03:21 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:03:21 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:21 DEBUG : empty space: Unchanged skipping 2024/11/12 01:03:21 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:21 DEBUG : Waiting for deletions to finish 2024/11/12 01:03:21 INFO : enormous: Deleted 2024/11/12 01:03:22 INFO : potato2: Deleted 2024/11/12 01:03:22 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:22 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/11/12 01:03:22 DEBUG : empty space: Unchanged skipping 2024/11/12 01:03:22 DEBUG : Local file system at /tmp/rclone3878305526: Waiting for checks to finish 2024/11/12 01:03:22 DEBUG : Local file system at /tmp/rclone3878305526: Waiting for transfers to finish 2024/11/12 01:03:22 DEBUG : Waiting for deletions to finish 2024/11/12 01:03:22 INFO : potato2: Deleted 2024/11/12 01:03:22 INFO : enormous: Deleted 2024/11/12 01:03:22 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.54s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:25 DEBUG : five: Need to transfer - File not found at Destination 2024/11/12 01:03:25 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/11/12 01:03:25 DEBUG : one: Destination is newer than source, skipping 2024/11/12 01:03:25 DEBUG : three: Sizes identical 2024/11/12 01:03:25 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:25 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/11/12 01:03:25 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/11/12 01:03:25 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone3878305526) 2024/11/12 01:03:25 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-jexonup7bixu) 2024/11/12 01:03:25 DEBUG : two: sha1 differ 2024/11/12 01:03:25 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:25 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/11/12 01:03:25 INFO : five: Copied (new) 2024/11/12 01:03:25 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/11/12 01:03:25 INFO : four: Copied (replaced existing) 2024/11/12 01:03:26 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/12 01:03:26 INFO : two: Copied (replaced existing) 2024/11/12 01:03:26 DEBUG : Waiting for deletions to finish 2024/11/12 01:03:26 DEBUG : one: Destination is newer than source, skipping 2024/11/12 01:03:26 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:26 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone3878305526) 2024/11/12 01:03:26 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-jexonup7bixu) 2024/11/12 01:03:26 DEBUG : three: sha1 differ 2024/11/12 01:03:26 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/12 01:03:26 DEBUG : two: Size and sha1 of src and dst objects identical 2024/11/12 01:03:26 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/11/12 01:03:26 DEBUG : four: Size and sha1 of src and dst objects identical 2024/11/12 01:03:26 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/11/12 01:03:26 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/11/12 01:03:26 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/11/12 01:03:26 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/11/12 01:03:26 DEBUG : five: Size and sha1 of src and dst objects identical 2024/11/12 01:03:26 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/11/12 01:03:26 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:26 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/12 01:03:26 INFO : three: Copied (replaced existing) 2024/11/12 01:03:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.57s) === 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-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2024/11/12 01:03:28 INFO : B2 bucket rclone-test-jexonup7bixu: Making map for --track-renames 2024/11/12 01:03:28 INFO : B2 bucket rclone-test-jexonup7bixu: Finished making map for --track-renames 2024/11/12 01:03:28 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:28 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/12 01:03:28 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/12 01:03:28 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for renames to finish 2024/11/12 01:03:28 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:28 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/12 01:03:28 INFO : potato: Copied (new) 2024/11/12 01:03:29 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/12 01:03:29 INFO : yam: Copied (new) 2024/11/12 01:03:29 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:29 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:03:29 INFO : B2 bucket rclone-test-jexonup7bixu: Making map for --track-renames 2024/11/12 01:03:29 INFO : B2 bucket rclone-test-jexonup7bixu: Finished making map for --track-renames 2024/11/12 01:03:29 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:29 DEBUG : potato: Unchanged skipping 2024/11/12 01:03:29 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for renames to finish 2024/11/12 01:03:30 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/12 01:03:30 INFO : yam: Copied (server-side copy) to: yaml 2024/11/12 01:03:31 INFO : yam: Deleted 2024/11/12 01:03:31 INFO : yaml: Renamed from "yam" 2024/11/12 01:03:31 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:31 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (4.36s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2024/11/12 01:03:32 INFO : B2 bucket rclone-test-jexonup7bixu: Making map for --track-renames 2024/11/12 01:03:32 INFO : B2 bucket rclone-test-jexonup7bixu: Finished making map for --track-renames 2024/11/12 01:03:32 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:32 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/12 01:03:32 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/12 01:03:32 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for renames to finish 2024/11/12 01:03:32 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:33 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/12 01:03:33 INFO : yam: Copied (new) 2024/11/12 01:03:33 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/12 01:03:33 INFO : potato: Copied (new) 2024/11/12 01:03:33 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:33 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:03:33 INFO : B2 bucket rclone-test-jexonup7bixu: Making map for --track-renames 2024/11/12 01:03:33 INFO : B2 bucket rclone-test-jexonup7bixu: Finished making map for --track-renames 2024/11/12 01:03:33 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:33 DEBUG : potato: Unchanged skipping 2024/11/12 01:03:33 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for renames to finish 2024/11/12 01:03:34 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/12 01:03:34 INFO : yam: Copied (server-side copy) to: yaml 2024/11/12 01:03:34 INFO : yam: Deleted 2024/11/12 01:03:34 INFO : yaml: Renamed from "yam" 2024/11/12 01:03:34 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:34 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.88s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2024/11/12 01:03:36 INFO : B2 bucket rclone-test-jexonup7bixu: Making map for --track-renames 2024/11/12 01:03:36 INFO : B2 bucket rclone-test-jexonup7bixu: Finished making map for --track-renames 2024/11/12 01:03:36 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:36 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/12 01:03:36 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/11/12 01:03:36 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for renames to finish 2024/11/12 01:03:36 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:37 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/12 01:03:37 INFO : sub/yam: Copied (new) 2024/11/12 01:03:37 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/12 01:03:37 INFO : potato: Copied (new) 2024/11/12 01:03:37 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:37 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:03:37 DEBUG : potato: Unchanged skipping 2024/11/12 01:03:38 INFO : B2 bucket rclone-test-jexonup7bixu: Making map for --track-renames 2024/11/12 01:03:38 INFO : B2 bucket rclone-test-jexonup7bixu: Finished making map for --track-renames 2024/11/12 01:03:38 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:38 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for renames to finish 2024/11/12 01:03:39 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/12 01:03:39 INFO : sub/yam: Copied (server-side copy) to: yam 2024/11/12 01:03:39 INFO : sub/yam: Deleted 2024/11/12 01:03:39 INFO : yam: Renamed from "sub/yam" 2024/11/12 01:03:39 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:39 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (4.30s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:40 DEBUG : Creating backend with remote "/tmp/rclone3878305526/dir1" 2024/11/12 01:03:40 DEBUG : Creating backend with remote "/tmp/rclone3878305526/dir2" 2024/11/12 01:03:40 DEBUG : Local file system at /tmp/rclone3878305526/dir2: Using server-side directory move 2024/11/12 01:03:40 INFO : Local file system at /tmp/rclone3878305526/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/12 01:03:40 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/11/12 01:03:40 INFO : file1.txt: Moved (server-side) 2024/11/12 01:03:40 DEBUG : Local file system at /tmp/rclone3878305526/dir2: Waiting for checks to finish 2024/11/12 01:03:40 DEBUG : Local file system at /tmp/rclone3878305526/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.38s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:03:41 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/12 01:03:41 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:41 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:41 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/11/12 01:03:41 INFO : nested/sub dir/file: Copied (new) 2024/11/12 01:03:41 INFO : nested/sub dir/file: Deleted 2024/11/12 01:03:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:03:42 INFO : sub dir/hello world: Copied (new) 2024/11/12 01:03:42 INFO : sub dir/hello world: Deleted 2024/11/12 01:03:42 INFO : sub dir: Removing directory 2024/11/12 01:03:42 INFO : nested/sub dir: Removing directory 2024/11/12 01:03:42 INFO : nested: Removing directory 2024/11/12 01:03:42 DEBUG : Local file system at /tmp/rclone3878305526: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.24s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:43 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/12 01:03:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/12 01:03:43 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:43 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:43 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/12 01:03:43 INFO : sub dir/hello world: Copied (new) 2024/11/12 01:03:43 INFO : sub dir/hello world: Deleted 2024/11/12 01:03:44 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/11/12 01:03:44 INFO : nested/sub dir/file: Copied (new) 2024/11/12 01:03:44 INFO : nested/sub dir/file: Deleted run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.21s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:45 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/12 01:03:45 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/11/12 01:03:45 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:45 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:46 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2024/11/12 01:03:46 INFO : existing-b: Copied (new) 2024/11/12 01:03:46 INFO : existing-b: Deleted 2024/11/12 01:03:46 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/12 01:03:46 INFO : existing: Copied (new) 2024/11/12 01:03:46 INFO : existing: Deleted 2024/11/12 01:03:46 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:03:46 DEBUG : existing: Destination exists, skipping 2024/11/12 01:03:46 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/11/12 01:03:46 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:03:46 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.18s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:47 DEBUG : Creating backend with remote "TestB2:rclone-test-vukawac8luba" 2024/11/12 01:03:47 DEBUG : Config file has changed externally - reloading sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-jexonup7bixu -> B2 bucket rclone-test-vukawac8luba 2024/11/12 01:03:52 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:03:52 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/11/12 01:03:52 DEBUG : empty space: Unchanged skipping 2024/11/12 01:03:52 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/12 01:03:52 DEBUG : B2 bucket rclone-test-vukawac8luba: Waiting for checks to finish 2024/11/12 01:03:52 INFO : empty space: Deleted 2024/11/12 01:03:52 DEBUG : B2 bucket rclone-test-vukawac8luba: Waiting for transfers to finish 2024/11/12 01:03:52 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:03:52 INFO : potato2: Copied (server-side copy) 2024/11/12 01:03:52 INFO : potato2: Deleted 2024/11/12 01:03:52 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/12 01:03:52 INFO : potato3: Copied (server-side copy) 2024/11/12 01:03:53 INFO : potato3: Deleted 2024/11/12 01:03:53 DEBUG : Creating backend with remote "TestB2:rclone-test-gedefaf7qila" 2024/11/12 01:03:54 DEBUG : empty space: Need to transfer - File not found at Destination 2024/11/12 01:03:54 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:03:54 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/12 01:03:54 DEBUG : B2 bucket rclone-test-gedefaf7qila: Waiting for checks to finish 2024/11/12 01:03:54 DEBUG : B2 bucket rclone-test-gedefaf7qila: Waiting for transfers to finish 2024/11/12 01:03:55 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/12 01:03:55 INFO : empty space: Copied (server-side copy) 2024/11/12 01:03:56 INFO : empty space: Deleted 2024/11/12 01:03:56 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:03:56 INFO : potato2: Copied (server-side copy) 2024/11/12 01:03:56 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/12 01:03:56 INFO : potato3: Copied (server-side copy) 2024/11/12 01:03:56 INFO : potato2: Deleted 2024/11/12 01:03:56 INFO : potato3: Deleted 2024/11/12 01:03:56 DEBUG : B2 bucket rclone-test-gedefaf7qila: Purge remote 2024/11/12 01:03:56 INFO : B2 bucket rclone-test-gedefaf7qila: cleaning bucket "rclone-test-gedefaf7qila" of all files 2024/11/12 01:03:56 DEBUG : empty space: Deleting (id "4_z0fa20d73e06d1bdb9f380e1b_f1066f59f85b8e541_d20241112_m010355_c001_v0001134_t0007_u01731373435462") 2024/11/12 01:03:56 DEBUG : potato2: Deleting (id "4_z0fa20d73e06d1bdb9f380e1b_f111c3a3a4e4a2e55_d20241112_m010355_c001_v0001102_t0023_u01731373435777") 2024/11/12 01:03:56 DEBUG : potato3: Deleting (id "4_z0fa20d73e06d1bdb9f380e1b_f115816fc4cbdfcec_d20241112_m010355_c001_v0001120_t0037_u01731373435844") 2024/11/12 01:03:57 DEBUG : B2 bucket rclone-test-vukawac8luba: Purge remote 2024/11/12 01:03:57 INFO : B2 bucket rclone-test-vukawac8luba: cleaning bucket "rclone-test-vukawac8luba" of all files 2024/11/12 01:03:57 DEBUG : empty space: Deleting (id "4_z5ff2fd53e05d1bdb9f380e1b_f412a943be56b7c7f_d20241112_m010355_c001_v7007000_t0000_u01731373435939") 2024/11/12 01:03:57 DEBUG : empty space: Deleting (id "4_z5ff2fd53e05d1bdb9f380e1b_f1114613f80e04a5f_d20241112_m010351_c001_v0001182_t0037_u01731373431292") 2024/11/12 01:03:57 DEBUG : potato2: Deleting (id "4_z5ff2fd53e05d1bdb9f380e1b_f412a943be56b7c80_d20241112_m010356_c001_v7007000_t0000_u01731373436133") 2024/11/12 01:03:57 DEBUG : potato2: Deleting (id "4_z5ff2fd53e05d1bdb9f380e1b_f10557283c167f0ed_d20241112_m010352_c001_v0001131_t0024_u01731373432258") 2024/11/12 01:03:57 DEBUG : potato3: Deleting (id "4_z5ff2fd53e05d1bdb9f380e1b_f405b74bd862bbe28_d20241112_m010356_c001_v7007000_t0000_u01731373436251") 2024/11/12 01:03:57 DEBUG : potato3: Deleting (id "4_z5ff2fd53e05d1bdb9f380e1b_f11510876ca413843_d20241112_m010352_c001_v0001182_t0009_u01731373432612") 2024/11/12 01:03:57 DEBUG : potato3: Deleting (id "4_z5ff2fd53e05d1bdb9f380e1b_f1114613f80e04a6d_d20241112_m010351_c001_v0001182_t0023_u01731373431559") --- PASS: TestServerSideMove (11.91s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:03:59 DEBUG : Creating backend with remote "TestB2:rclone-test-nilulug7wedi" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-jexonup7bixu -> B2 bucket rclone-test-nilulug7wedi 2024/11/12 01:04:05 DEBUG : empty space: Excluded (Size Filter) 2024/11/12 01:04:05 DEBUG : empty space: Excluded 2024/11/12 01:04:05 DEBUG : empty space: Excluded (Size Filter) 2024/11/12 01:04:05 DEBUG : empty space: Excluded 2024/11/12 01:04:05 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:04:05 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/12 01:04:05 DEBUG : B2 bucket rclone-test-nilulug7wedi: Waiting for checks to finish 2024/11/12 01:04:05 DEBUG : B2 bucket rclone-test-nilulug7wedi: Waiting for transfers to finish 2024/11/12 01:04:05 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/12 01:04:05 INFO : potato3: Copied (server-side copy) 2024/11/12 01:04:05 INFO : potato3: Deleted 2024/11/12 01:04:06 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:04:06 INFO : potato2: Copied (server-side copy) 2024/11/12 01:04:06 INFO : potato2: Deleted 2024/11/12 01:04:06 DEBUG : Creating backend with remote "TestB2:rclone-test-loredik2luve" 2024/11/12 01:04:07 DEBUG : empty space: Excluded (Size Filter) 2024/11/12 01:04:07 DEBUG : empty space: Excluded 2024/11/12 01:04:07 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:04:07 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/12 01:04:07 DEBUG : B2 bucket rclone-test-loredik2luve: Waiting for checks to finish 2024/11/12 01:04:07 DEBUG : B2 bucket rclone-test-loredik2luve: Waiting for transfers to finish 2024/11/12 01:04:08 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/12 01:04:08 INFO : potato3: Copied (server-side copy) 2024/11/12 01:04:08 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:04:08 INFO : potato2: Copied (server-side copy) 2024/11/12 01:04:09 INFO : potato3: Deleted 2024/11/12 01:04:09 INFO : potato2: Deleted 2024/11/12 01:04:09 DEBUG : B2 bucket rclone-test-loredik2luve: Purge remote 2024/11/12 01:04:09 INFO : B2 bucket rclone-test-loredik2luve: cleaning bucket "rclone-test-loredik2luve" of all files 2024/11/12 01:04:09 DEBUG : potato2: Deleting (id "4_z9f323da3e06d1bdb9f380e1b_f1047f637f4eb05e3_d20241112_m010408_c001_v0001172_t0019_u01731373448450") 2024/11/12 01:04:09 DEBUG : potato3: Deleting (id "4_z9f323da3e06d1bdb9f380e1b_f119400102ff1f2fc_d20241112_m010408_c001_v0001179_t0030_u01731373448806") 2024/11/12 01:04:10 DEBUG : B2 bucket rclone-test-nilulug7wedi: Purge remote 2024/11/12 01:04:10 INFO : B2 bucket rclone-test-nilulug7wedi: cleaning bucket "rclone-test-nilulug7wedi" of all files 2024/11/12 01:04:10 DEBUG : empty space: Deleting (id "4_z2fc22d93e06d1bdb9f380e1b_f10669b2ffdff94cf_d20241112_m010404_c001_v0001157_t0049_u01731373444410") 2024/11/12 01:04:10 DEBUG : potato2: Deleting (id "4_z2fc22d93e06d1bdb9f380e1b_f40666b2a1201d5e5_d20241112_m010409_c001_v7007000_t0000_u01731373449070") 2024/11/12 01:04:10 DEBUG : potato2: Deleting (id "4_z2fc22d93e06d1bdb9f380e1b_f1124392c2db69c34_d20241112_m010405_c001_v0001182_t0012_u01731373445806") 2024/11/12 01:04:10 DEBUG : potato3: Deleting (id "4_z2fc22d93e06d1bdb9f380e1b_f4057c3b87f3571b5_d20241112_m010409_c001_v7007000_t0000_u01731373449029") 2024/11/12 01:04:10 DEBUG : potato3: Deleting (id "4_z2fc22d93e06d1bdb9f380e1b_f104809f8a66b2903_d20241112_m010405_c001_v0001181_t0026_u01731373445533") 2024/11/12 01:04:10 DEBUG : potato3: Deleting (id "4_z2fc22d93e06d1bdb9f380e1b_f10669b2ffdff94d1_d20241112_m010404_c001_v0001157_t0017_u01731373444844") --- PASS: TestServerSideMoveWithFilter (12.78s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:04:12 DEBUG : Creating backend with remote "TestB2:rclone-test-xokimob1ridu" 2024/11/12 01:04:15 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-jexonup7bixu -> B2 bucket rclone-test-xokimob1ridu 2024/11/12 01:04:18 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:04:18 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/11/12 01:04:18 DEBUG : empty space: Unchanged skipping 2024/11/12 01:04:18 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/12 01:04:18 DEBUG : B2 bucket rclone-test-xokimob1ridu: Waiting for checks to finish 2024/11/12 01:04:18 INFO : empty space: Deleted 2024/11/12 01:04:18 DEBUG : B2 bucket rclone-test-xokimob1ridu: Waiting for transfers to finish 2024/11/12 01:04:19 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:04:19 INFO : potato2: Copied (server-side copy) 2024/11/12 01:04:19 INFO : potato2: Deleted 2024/11/12 01:04:19 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/12 01:04:19 INFO : potato3: Copied (server-side copy) 2024/11/12 01:04:19 INFO : potato3: Deleted 2024/11/12 01:04:20 DEBUG : Creating backend with remote "TestB2:rclone-test-bamocop6sovo" 2024/11/12 01:04:21 DEBUG : tomatoDir: Making directory 2024/11/12 01:04:21 DEBUG : empty space: Need to transfer - File not found at Destination 2024/11/12 01:04:21 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/12 01:04:21 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/12 01:04:21 DEBUG : B2 bucket rclone-test-bamocop6sovo: Waiting for checks to finish 2024/11/12 01:04:21 DEBUG : B2 bucket rclone-test-bamocop6sovo: Waiting for transfers to finish 2024/11/12 01:04:22 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/12 01:04:22 INFO : potato2: Copied (server-side copy) 2024/11/12 01:04:22 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/12 01:04:22 INFO : potato3: Copied (server-side copy) 2024/11/12 01:04:22 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/12 01:04:22 INFO : empty space: Copied (server-side copy) 2024/11/12 01:04:22 INFO : potato2: Deleted 2024/11/12 01:04:22 INFO : potato3: Deleted 2024/11/12 01:04:23 INFO : empty space: Deleted 2024/11/12 01:04:23 DEBUG : B2 bucket rclone-test-bamocop6sovo: Purge remote 2024/11/12 01:04:23 INFO : B2 bucket rclone-test-bamocop6sovo: cleaning bucket "rclone-test-bamocop6sovo" of all files 2024/11/12 01:04:23 DEBUG : empty space: Deleting (id "4_zff327d03e06d1bdb9f380e1b_f1018dd9874337f34_d20241112_m010422_c001_v0001109_t0053_u01731373462166") 2024/11/12 01:04:23 DEBUG : potato2: Deleting (id "4_zff327d03e06d1bdb9f380e1b_f1140a1b154199248_d20241112_m010422_c001_v0001105_t0054_u01731373462531") 2024/11/12 01:04:23 DEBUG : potato3: Deleting (id "4_zff327d03e06d1bdb9f380e1b_f113b5ce986638dea_d20241112_m010422_c001_v0001145_t0004_u01731373462547") 2024/11/12 01:04:24 DEBUG : B2 bucket rclone-test-xokimob1ridu: Purge remote 2024/11/12 01:04:24 INFO : B2 bucket rclone-test-xokimob1ridu: cleaning bucket "rclone-test-xokimob1ridu" of all files 2024/11/12 01:04:24 DEBUG : empty space: Deleting (id "4_z6fb25d93e06d1bdb9f380e1b_f402b659201985a97_d20241112_m010423_c001_v7007000_t0000_u01731373463025") 2024/11/12 01:04:24 DEBUG : empty space: Deleting (id "4_z6fb25d93e06d1bdb9f380e1b_f105c29e59285564a_d20241112_m010417_c001_v0001101_t0004_u01731373457118") 2024/11/12 01:04:24 DEBUG : potato2: Deleting (id "4_z6fb25d93e06d1bdb9f380e1b_f402b659201985a96_d20241112_m010422_c001_v7007000_t0000_u01731373462831") 2024/11/12 01:04:24 DEBUG : potato2: Deleting (id "4_z6fb25d93e06d1bdb9f380e1b_f103d7c36d874373d_d20241112_m010418_c001_v0001041_t0016_u01731373458768") 2024/11/12 01:04:24 DEBUG : potato3: Deleting (id "4_z6fb25d93e06d1bdb9f380e1b_f400c20a411441c57_d20241112_m010422_c001_v7007000_t0000_u01731373462891") 2024/11/12 01:04:24 DEBUG : potato3: Deleting (id "4_z6fb25d93e06d1bdb9f380e1b_f100724ba2611254f_d20241112_m010419_c001_v0001115_t0008_u01731373459179") 2024/11/12 01:04:24 DEBUG : potato3: Deleting (id "4_z6fb25d93e06d1bdb9f380e1b_f105c29e592855654_d20241112_m010417_c001_v0001101_t0030_u01731373457548") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (14.36s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:04:26 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.45s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:04:29 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncOverlap (2.93s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:04:32 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/rclone-sync-test" 2024/11/12 01:04:34 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/rclone-sync-test-include/layer2" 2024/11/12 01:04:36 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/rclone-sync-test-ignore-file" 2024/11/12 01:04:39 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2024/11/12 01:04:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2024/11/12 01:04:39 DEBUG : pacer: Reducing sleep to 10ms 2024/11/12 01:04:39 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/12 01:04:39 DEBUG : B2 bucket rclone-test-jexonup7bixu path rclone-sync-test: Waiting for checks to finish 2024/11/12 01:04:39 DEBUG : B2 bucket rclone-test-jexonup7bixu path rclone-sync-test: Waiting for transfers to finish 2024/11/12 01:04:39 DEBUG : Waiting for deletions to finish 2024/11/12 01:04:39 INFO : There was nothing to transfer 2024/11/12 01:04:40 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/12 01:04:40 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:04:40 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:04:40 DEBUG : Waiting for deletions to finish 2024/11/12 01:04:40 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:04:41 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/12 01:04:41 DEBUG : B2 bucket rclone-test-jexonup7bixu path rclone-sync-test-include/layer2: Waiting for checks to finish 2024/11/12 01:04:41 DEBUG : B2 bucket rclone-test-jexonup7bixu path rclone-sync-test-include/layer2: Waiting for transfers to finish 2024/11/12 01:04:41 DEBUG : Waiting for deletions to finish 2024/11/12 01:04:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:04:41 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/12 01:04:41 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:04:41 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:04:41 DEBUG : Waiting for deletions to finish 2024/11/12 01:04:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:04:41 DEBUG : : Excluded 2024/11/12 01:04:42 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/11/12 01:04:42 DEBUG : B2 bucket rclone-test-jexonup7bixu path rclone-sync-test-ignore-file: Waiting for checks to finish 2024/11/12 01:04:42 DEBUG : B2 bucket rclone-test-jexonup7bixu path rclone-sync-test-ignore-file: Waiting for transfers to finish 2024/11/12 01:04:42 DEBUG : Waiting for deletions to finish 2024/11/12 01:04:42 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (16.69s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:04:49 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/dst" 2024/11/12 01:04:50 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/CompareDest" 2024/11/12 01:04:52 DEBUG : one: Need to transfer - File not found at Destination 2024/11/12 01:04:52 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:04:52 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:04:53 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/12 01:04:53 INFO : one: Copied (new) 2024/11/12 01:04:53 DEBUG : Waiting for deletions to finish 2024/11/12 01:04:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 01:04:53 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:04:53 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:04:53 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/12 01:04:53 INFO : one: Copied (replaced existing) 2024/11/12 01:04:53 DEBUG : Waiting for deletions to finish 2024/11/12 01:04:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 01:04:56 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:04:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:04:56 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/12 01:04:56 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:04:56 DEBUG : Waiting for deletions to finish 2024/11/12 01:04:56 INFO : There was nothing to transfer 2024/11/12 01:04:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:04:57 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/12 01:04:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 01:04:57 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:04:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:04:57 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/12 01:04:57 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:04:57 DEBUG : Waiting for deletions to finish 2024/11/12 01:04:57 INFO : There was nothing to transfer 2024/11/12 01:04:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:04:58 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/12 01:04:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 01:04:58 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:04:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:04:58 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/12 01:04:58 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:04:58 DEBUG : Waiting for deletions to finish 2024/11/12 01:04:58 INFO : There was nothing to transfer 2024/11/12 01:04:59 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2024/11/12 01:04:59 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/12 01:04:59 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/12 01:04:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 01:04:59 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:04:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:04:59 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/12 01:04:59 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:04:59 DEBUG : Waiting for deletions to finish 2024/11/12 01:04:59 INFO : There was nothing to transfer 2024/11/12 01:05:00 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/12 01:05:00 DEBUG : two: Need to transfer - File not found at Destination 2024/11/12 01:05:00 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:05:00 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 01:05:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:05:00 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/12 01:05:00 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:05:01 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2024/11/12 01:05:01 INFO : two: Copied (new) 2024/11/12 01:05:01 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.44s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:05:04 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/dest" 2024/11/12 01:05:05 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/pre-dest1" 2024/11/12 01:05:06 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/pre-dest2" 2024/11/12 01:05:08 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:05:08 DEBUG : 1: Destination found in --compare-dest, skipping 2024/11/12 01:05:08 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:05:08 DEBUG : 2: Destination found in --compare-dest, skipping 2024/11/12 01:05:09 DEBUG : 3: Need to transfer - File not found at Destination 2024/11/12 01:05:09 DEBUG : B2 bucket rclone-test-jexonup7bixu path dest: Waiting for checks to finish 2024/11/12 01:05:09 DEBUG : B2 bucket rclone-test-jexonup7bixu path dest: Waiting for transfers to finish 2024/11/12 01:05:09 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2024/11/12 01:05:09 INFO : 3: Copied (new) 2024/11/12 01:05:09 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (9.02s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:05:11 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/dst" 2024/11/12 01:05:12 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/CopyDest" 2024/11/12 01:05:14 DEBUG : one: Need to transfer - File not found at Destination 2024/11/12 01:05:14 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:05:14 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:05:15 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/12 01:05:15 INFO : one: Copied (new) 2024/11/12 01:05:15 DEBUG : Waiting for deletions to finish 2024/11/12 01:05:16 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 01:05:16 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:05:16 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:05:16 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/12 01:05:16 INFO : one: Copied (replaced existing) 2024/11/12 01:05:16 DEBUG : Waiting for deletions to finish 2024/11/12 01:05:18 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/BackupDir" 2024/11/12 01:05:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 01:05:19 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:05:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:05:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/12 01:05:21 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/12 01:05:21 INFO : one: Copied (server-side copy) 2024/11/12 01:05:21 INFO : one: Deleted 2024/11/12 01:05:21 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/12 01:05:21 INFO : one: Copied (server-side copy) 2024/11/12 01:05:21 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/12 01:05:21 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:05:21 DEBUG : Waiting for deletions to finish 2024/11/12 01:05:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:05:23 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/12 01:05:23 INFO : two: Copied (server-side copy) 2024/11/12 01:05:23 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/12 01:05:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:05:23 DEBUG : one: Unchanged skipping 2024/11/12 01:05:23 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:05:23 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:05:23 DEBUG : Waiting for deletions to finish 2024/11/12 01:05:24 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:05:24 DEBUG : one: Unchanged skipping 2024/11/12 01:05:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:05:24 DEBUG : two: Unchanged skipping 2024/11/12 01:05:24 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:05:24 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:05:24 DEBUG : Waiting for deletions to finish 2024/11/12 01:05:24 INFO : There was nothing to transfer 2024/11/12 01:05:25 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/12 01:05:25 DEBUG : three: Destination not found in --copy-dest 2024/11/12 01:05:25 DEBUG : three: Need to transfer - File not found at Destination 2024/11/12 01:05:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:05:25 DEBUG : one: Unchanged skipping 2024/11/12 01:05:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/12 01:05:25 DEBUG : two: Unchanged skipping 2024/11/12 01:05:25 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:05:25 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:05:26 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2024/11/12 01:05:26 INFO : three: Copied (new) 2024/11/12 01:05:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (16.58s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:05:29 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/dst" 2024/11/12 01:05:31 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/backup" 2024/11/12 01:05:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/12 01:05:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:05:32 DEBUG : two: Unchanged skipping 2024/11/12 01:05:32 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:05:34 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/12 01:05:34 INFO : one: Copied (server-side copy) 2024/11/12 01:05:34 INFO : one: Deleted 2024/11/12 01:05:34 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:05:35 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:05:35 INFO : one: Copied (new) 2024/11/12 01:05:35 DEBUG : Waiting for deletions to finish 2024/11/12 01:05:36 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/12 01:05:36 INFO : three.txt: Copied (server-side copy) 2024/11/12 01:05:36 INFO : three.txt: Deleted 2024/11/12 01:05:36 INFO : three.txt: Moved into backup dir 2024/11/12 01:05:38 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/12 01:05:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:05:38 DEBUG : two: Unchanged skipping 2024/11/12 01:05:38 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:05:38 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:05:38 INFO : one: Copied (server-side copy) 2024/11/12 01:05:38 INFO : one: Deleted 2024/11/12 01:05:38 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:05:39 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/12 01:05:39 INFO : one: Copied (new) 2024/11/12 01:05:39 DEBUG : Waiting for deletions to finish 2024/11/12 01:05:40 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/12 01:05:40 INFO : three.txt: Copied (server-side copy) 2024/11/12 01:05:40 INFO : three.txt: Deleted 2024/11/12 01:05:40 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (13.61s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:05:43 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/dst" 2024/11/12 01:05:45 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/backup" 2024/11/12 01:05:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:05:46 DEBUG : two: Unchanged skipping 2024/11/12 01:05:46 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:05:46 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/12 01:05:48 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/12 01:05:48 INFO : one: Copied (server-side copy) to: one.bak 2024/11/12 01:05:48 INFO : one: Deleted 2024/11/12 01:05:48 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:05:49 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:05:49 INFO : one: Copied (new) 2024/11/12 01:05:49 DEBUG : Waiting for deletions to finish 2024/11/12 01:05:50 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/12 01:05:50 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/12 01:05:50 INFO : three.txt: Deleted 2024/11/12 01:05:50 INFO : three.txt: Moved into backup dir 2024/11/12 01:05:52 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/12 01:05:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:05:52 DEBUG : two: Unchanged skipping 2024/11/12 01:05:52 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:05:53 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:05:53 INFO : one: Copied (server-side copy) to: one.bak 2024/11/12 01:05:53 INFO : one: Deleted 2024/11/12 01:05:53 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:05:53 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/12 01:05:53 INFO : one: Copied (new) 2024/11/12 01:05:53 DEBUG : Waiting for deletions to finish 2024/11/12 01:05:54 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/12 01:05:54 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/12 01:05:55 INFO : three.txt: Deleted 2024/11/12 01:05:55 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (14.75s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:05:58 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/dst" 2024/11/12 01:05:59 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/backup" 2024/11/12 01:06:01 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/12 01:06:01 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:06:01 DEBUG : two: Unchanged skipping 2024/11/12 01:06:01 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:06:03 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/12 01:06:03 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/12 01:06:03 INFO : one: Deleted 2024/11/12 01:06:03 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:06:04 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:06:04 INFO : one: Copied (new) 2024/11/12 01:06:04 DEBUG : Waiting for deletions to finish 2024/11/12 01:06:04 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/12 01:06:04 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/12 01:06:04 INFO : three.txt: Deleted 2024/11/12 01:06:04 INFO : three.txt: Moved into backup dir 2024/11/12 01:06:06 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/12 01:06:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:06:06 DEBUG : two: Unchanged skipping 2024/11/12 01:06:06 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:06:06 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:06:06 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/12 01:06:07 INFO : one: Deleted 2024/11/12 01:06:07 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:06:07 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/12 01:06:07 INFO : one: Copied (new) 2024/11/12 01:06:07 DEBUG : Waiting for deletions to finish 2024/11/12 01:06:07 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/12 01:06:07 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/12 01:06:08 INFO : three.txt: Deleted 2024/11/12 01:06:08 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (13.02s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:06:11 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1181-08.backblaze.com/b2api/v1/b2_upload_file/efe2ddc3e03d1bdb9f380e1b/c001_v0001181_t0010": EOF 2024/11/12 01:06:11 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1181-08.backblaze.com/b2api/v1/b2_upload_file/efe2ddc3e03d1bdb9f380e1b/c001_v0001181_t0010": EOF) 2024/11/12 01:06:11 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-jexonup7bixu: 1/10 (Post "https://pod-000-1181-08.backblaze.com/b2api/v1/b2_upload_file/efe2ddc3e03d1bdb9f380e1b/c001_v0001181_t0010": EOF) 2024/11/12 01:06:13 DEBUG : pacer: Reducing sleep to 10ms 2024/11/12 01:06:13 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/dst" 2024/11/12 01:06:15 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:06:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:06:15 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/12 01:06:15 DEBUG : two: Unchanged skipping 2024/11/12 01:06:16 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/12 01:06:16 INFO : one: Copied (server-side copy) to: one.bak 2024/11/12 01:06:16 INFO : one: Deleted 2024/11/12 01:06:16 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:06:17 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:06:17 INFO : one: Copied (new) 2024/11/12 01:06:17 DEBUG : Waiting for deletions to finish 2024/11/12 01:06:17 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/12 01:06:17 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/12 01:06:17 INFO : three.txt: Deleted 2024/11/12 01:06:17 INFO : three.txt: Moved into backup dir 2024/11/12 01:06:19 DEBUG : one.bak: Excluded (Path Filter) 2024/11/12 01:06:19 DEBUG : one.bak: Excluded 2024/11/12 01:06:19 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/11/12 01:06:19 DEBUG : three.txt.bak: Excluded 2024/11/12 01:06:19 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/12 01:06:19 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:06:19 DEBUG : two: Unchanged skipping 2024/11/12 01:06:19 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for checks to finish 2024/11/12 01:06:19 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:06:19 INFO : one: Copied (server-side copy) to: one.bak 2024/11/12 01:06:20 INFO : one: Deleted 2024/11/12 01:06:20 DEBUG : B2 bucket rclone-test-jexonup7bixu path dst: Waiting for transfers to finish 2024/11/12 01:06:20 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/12 01:06:20 INFO : one: Copied (new) 2024/11/12 01:06:20 DEBUG : Waiting for deletions to finish 2024/11/12 01:06:21 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/12 01:06:21 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/12 01:06:21 INFO : three.txt: Deleted 2024/11/12 01:06:21 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (13.11s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:06:24 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/dst" 2024/11/12 01:06:25 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/12 01:06:27 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/12 01:06:27 INFO : one: Copied (server-side copy) to: one.bak 2024/11/12 01:06:27 INFO : one: Deleted 2024/11/12 01:06:28 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:06:28 INFO : one: Copied (new) 2024/11/12 01:06:28 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:06:28 DEBUG : two: Unchanged skipping 2024/11/12 01:06:28 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/12 01:06:29 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/12 01:06:29 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/12 01:06:29 INFO : three.txt: Deleted 2024/11/12 01:06:29 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/12 01:06:29 INFO : three.txt: Copied (new) 2024/11/12 01:06:30 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/12 01:06:31 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:06:31 INFO : one: Copied (server-side copy) to: one.bak 2024/11/12 01:06:31 INFO : one: Deleted 2024/11/12 01:06:32 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/12 01:06:32 INFO : one: Copied (new) 2024/11/12 01:06:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:06:32 DEBUG : two: Unchanged skipping 2024/11/12 01:06:32 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/12 01:06:33 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/12 01:06:33 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/12 01:06:33 INFO : three.txt: Deleted 2024/11/12 01:06:34 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/11/12 01:06:34 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (13.10s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:06:37 DEBUG : Creating backend with remote "TestB2:rclone-test-jexonup7bixu/dst" 2024/11/12 01:06:39 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/12 01:06:40 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/12 01:06:40 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/12 01:06:40 INFO : one: Deleted 2024/11/12 01:06:41 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:06:41 INFO : one: Copied (new) 2024/11/12 01:06:41 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:06:41 DEBUG : two: Unchanged skipping 2024/11/12 01:06:42 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/12 01:06:42 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/12 01:06:42 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/12 01:06:42 INFO : three.txt: Deleted 2024/11/12 01:06:43 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/12 01:06:43 INFO : three.txt: Copied (new) 2024/11/12 01:06:44 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/12 01:06:45 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/12 01:06:45 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/12 01:06:45 INFO : one: Deleted 2024/11/12 01:06:46 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/12 01:06:46 INFO : one: Copied (new) 2024/11/12 01:06:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:06:46 DEBUG : two: Unchanged skipping 2024/11/12 01:06:46 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/12 01:06:47 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/12 01:06:47 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/12 01:06:47 INFO : three.txt: Deleted 2024/11/12 01:06:48 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/11/12 01:06:48 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (14.11s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:06:50 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/11/12 01:06:50 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:06:50 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:06:51 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2024/11/12 01:06:51 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/11/12 01:06:51 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.57s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:06:52 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/12 01:06:52 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:06:52 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:06:52 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/12 01:06:52 INFO : existing: Copied (new) 2024/11/12 01:06:52 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:06:53 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/11/12 01:06:53 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:06:53 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/11/12 01:06:53 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:06:53 ERROR : B2 bucket rclone-test-jexonup7bixu: not deleting files as there were IO errors 2024/11/12 01:06:53 ERROR : B2 bucket rclone-test-jexonup7bixu: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncImmutable (2.73s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:06:55 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:06:55 DEBUG : existing: Unchanged skipping 2024/11/12 01:06:55 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:06:55 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:06:55 DEBUG : Waiting for deletions to finish 2024/11/12 01:06:55 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.55s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", 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-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.14s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.39s) --- SKIP: TestMaxTransfer/Cautious (0.37s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:07:15 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:07:15 DEBUG : both0: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both12: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both13: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both14: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both15: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both1: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both17: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both10: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both11: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both16: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both3: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both4: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both18: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both6: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both7: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both8: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:15 DEBUG : both9: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both19: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both2: Unchanged skipping 2024/11/12 01:07:15 DEBUG : both5: Unchanged skipping 2024/11/12 01:07:15 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:07:15 DEBUG : Waiting for deletions to finish 2024/11/12 01:07:15 INFO : only11: Deleted 2024/11/12 01:07:15 INFO : only13: Deleted 2024/11/12 01:07:15 INFO : only4: Deleted 2024/11/12 01:07:15 INFO : only15: Deleted 2024/11/12 01:07:15 INFO : only17: Deleted 2024/11/12 01:07:15 INFO : only8: Deleted 2024/11/12 01:07:15 INFO : only1: Deleted 2024/11/12 01:07:15 INFO : only9: Deleted 2024/11/12 01:07:15 INFO : only10: Deleted 2024/11/12 01:07:15 INFO : only18: Deleted 2024/11/12 01:07:15 INFO : only19: Deleted 2024/11/12 01:07:16 INFO : only3: Deleted 2024/11/12 01:07:16 INFO : only2: Deleted 2024/11/12 01:07:16 INFO : only0: Deleted 2024/11/12 01:07:16 INFO : only12: Deleted 2024/11/12 01:07:16 INFO : only14: Deleted 2024/11/12 01:07:16 INFO : only16: Deleted 2024/11/12 01:07:16 INFO : only5: Deleted 2024/11/12 01:07:16 INFO : only6: Deleted 2024/11/12 01:07:16 INFO : only7: Deleted 2024/11/12 01:07:16 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (22.93s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:07:37 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for checks to finish 2024/11/12 01:07:37 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both1: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both10: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both13: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both14: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both15: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both16: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both17: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both18: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both19: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both2: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both3: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both4: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both5: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both6: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both7: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both8: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/12 01:07:37 DEBUG : both9: Unchanged skipping 2024/11/12 01:07:37 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/11/12 01:07:37 DEBUG : both11: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both0: Unchanged skipping 2024/11/12 01:07:37 DEBUG : both12: Unchanged skipping 2024/11/12 01:07:37 DEBUG : B2 bucket rclone-test-jexonup7bixu: Waiting for transfers to finish 2024/11/12 01:07:37 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:37 INFO : only0: Copied (replaced existing) 2024/11/12 01:07:37 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:37 INFO : only1: Copied (replaced existing) 2024/11/12 01:07:37 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:37 INFO : only12: Copied (replaced existing) 2024/11/12 01:07:37 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:37 INFO : only13: Copied (replaced existing) 2024/11/12 01:07:37 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:37 INFO : only10: Copied (replaced existing) 2024/11/12 01:07:37 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:37 INFO : only14: Copied (replaced existing) 2024/11/12 01:07:37 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:37 INFO : only15: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only11: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only16: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only17: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only18: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only19: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only2: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only4: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only3: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only5: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only6: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only7: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only8: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/12 01:07:38 INFO : only9: Copied (replaced existing) 2024/11/12 01:07:38 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (26.15s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:07:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/12 01:07:47 DEBUG : sub dir: Making directory 2024/11/12 01:07:47 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (4.57s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" 2024/11/12 01:07:51 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/12 01:07:51 DEBUG : sub dir: Making directory 2024/11/12 01:07:51 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-jexonup7bixu", Local "Local file system at /tmp/rclone3878305526", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (4.56s) PASS 2024/11/12 01:07:56 DEBUG : B2 bucket rclone-test-jexonup7bixu: Purge remote 2024/11/12 01:07:56 INFO : B2 bucket rclone-test-jexonup7bixu: cleaning bucket "rclone-test-jexonup7bixu" of all files 2024/11/12 01:07:57 DEBUG : BackupDir/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ab5d_d20241112_m010526_c001_v7007000_t0000_u01731373526684") 2024/11/12 01:07:57 DEBUG : BackupDir/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1124392c2db6aeb3_d20241112_m010521_c001_v0001182_t0038_u01731373521039") 2024/11/12 01:07:57 DEBUG : CompareDest/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4030058bbe4da12d_d20241112_m010501_c001_v7007000_t0000_u01731373501654") 2024/11/12 01:07:57 DEBUG : CompareDest/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3a58_d20241112_m010455_c001_v0001113_t0037_u01731373495281") 2024/11/12 01:07:57 DEBUG : CompareDest/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4030058bbe4da12e_d20241112_m010501_c001_v7007000_t0000_u01731373501841") 2024/11/12 01:07:57 DEBUG : CompareDest/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da21d5_d20241112_m010456_c001_v0001181_t0025_u01731373496872") 2024/11/12 01:07:57 DEBUG : CopyDest/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ab5e_d20241112_m010526_c001_v7007000_t0000_u01731373526879") 2024/11/12 01:07:57 DEBUG : CopyDest/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c0c8_d20241112_m010518_c001_v0001157_t0009_u01731373518049") 2024/11/12 01:07:57 DEBUG : CopyDest/three: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ab60_d20241112_m010527_c001_v7007000_t0000_u01731373527060") 2024/11/12 01:07:57 DEBUG : CopyDest/three: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da2289_d20241112_m010524_c001_v0001181_t0028_u01731373524708") 2024/11/12 01:07:57 DEBUG : CopyDest/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ab61_d20241112_m010527_c001_v7007000_t0000_u01731373527241") 2024/11/12 01:07:57 DEBUG : CopyDest/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3ac4_d20241112_m010522_c001_v0001113_t0013_u01731373522468") 2024/11/12 01:07:57 DEBUG : EXISTING: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4036e769246e84e5_d20241112_m010656_c001_v7007000_t0000_u01731373616358") 2024/11/12 01:07:57 DEBUG : EXISTING: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c07_d20241112_m010655_c001_v0001113_t0014_u01731373615176") 2024/11/12 01:07:57 DEBUG : Testêé: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4036e769246e84c8_d20241112_m010652_c001_v7007000_t0000_u01731373612054") 2024/11/12 01:07:57 DEBUG : Testêé: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3bf9_d20241112_m010651_c001_v0001113_t0040_u01731373611267") 2024/11/12 01:07:57 DEBUG : Testêé: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c252_d20241112_m010650_c001_v0001157_t0011_u01731373610239") 2024/11/12 01:07:57 DEBUG : a/potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf8396c_d20241112_m010307_c001_v7007000_t0000_u01731373387618") 2024/11/12 01:07:57 DEBUG : a/potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be7a_d20241112_m010306_c001_v0001157_t0014_u01731373386959") 2024/11/12 01:07:57 DEBUG : a/potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7bd8_d20241112_m010304_c001_v7007000_t0000_u01731373384885") 2024/11/12 01:07:57 DEBUG : a/potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be5e_d20241112_m010303_c001_v0001157_t0054_u01731373383987") 2024/11/12 01:07:58 DEBUG : a/potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7b5b_d20241112_m010243_c001_v7007000_t0000_u01731373363044") 2024/11/12 01:07:58 DEBUG : a/potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bdca_d20241112_m010242_c001_v0001157_t0026_u01731373362054") 2024/11/12 01:07:58 DEBUG : b/potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf83971_d20241112_m010307_c001_v7007000_t0000_u01731373387800") 2024/11/12 01:07:58 DEBUG : b/potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be62_d20241112_m010305_c001_v0001157_t0031_u01731373385792") 2024/11/12 01:07:58 DEBUG : b/potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7bd5_d20241112_m010304_c001_v7007000_t0000_u01731373384334") 2024/11/12 01:07:58 DEBUG : b/potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be56_d20241112_m010302_c001_v0001157_t0045_u01731373382997") 2024/11/12 01:07:58 DEBUG : b/potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7b56_d20241112_m010242_c001_v7007000_t0000_u01731373362496") 2024/11/12 01:07:58 DEBUG : b/potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bdc4_d20241112_m010240_c001_v0001157_t0050_u01731373360998") 2024/11/12 01:07:58 DEBUG : backup/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f41852f6601fa34a2_d20241112_m010540_c001_v7007000_t0000_u01731373540834") 2024/11/12 01:07:58 DEBUG : backup/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f103c8f0b5d90c5c5_d20241112_m010538_c001_v0001182_t0036_u01731373538556") 2024/11/12 01:07:58 DEBUG : backup/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f113da9755af7635b_d20241112_m010534_c001_v0001144_t0024_u01731373534037") 2024/11/12 01:07:58 DEBUG : backup/one-2019-01-01: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f417c9670a3ad2048_d20241112_m010608_c001_v7007000_t0000_u01731373568610") 2024/11/12 01:07:58 DEBUG : backup/one-2019-01-01: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1107e0dd1612e36e_d20241112_m010606_c001_v0001113_t0022_u01731373566708") 2024/11/12 01:07:58 DEBUG : backup/one-2019-01-01: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1047f637f4eb07c0_d20241112_m010602_c001_v0001172_t0034_u01731373562791") 2024/11/12 01:07:58 DEBUG : backup/one.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348afe_d20241112_m010555_c001_v7007000_t0000_u01731373555617") 2024/11/12 01:07:58 DEBUG : backup/one.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10071ca048f7b5f8_d20241112_m010552_c001_v0001039_t0035_u01731373552570") 2024/11/12 01:07:58 DEBUG : backup/one.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f111607949b8c515e_d20241112_m010548_c001_v0001117_t0026_u01731373548075") 2024/11/12 01:07:58 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f417c9670a3ad2049_d20241112_m010608_c001_v7007000_t0000_u01731373568799") 2024/11/12 01:07:59 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1180ecea57fc3210_d20241112_m010607_c001_v0001134_t0002_u01731373567761") 2024/11/12 01:07:59 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f107fd70a465bddca_d20241112_m010604_c001_v0001182_t0053_u01731373564604") 2024/11/12 01:07:59 DEBUG : backup/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f41852f6601fa34a3_d20241112_m010541_c001_v7007000_t0000_u01731373541016") 2024/11/12 01:07:59 DEBUG : backup/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f109951bdd1c00e9a_d20241112_m010539_c001_v0001116_t0019_u01731373539683") 2024/11/12 01:07:59 DEBUG : backup/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f108ca4434b2bcb5e_d20241112_m010536_c001_v0001161_t0001_u01731373536019") 2024/11/12 01:07:59 DEBUG : backup/three.txt.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348b00_d20241112_m010555_c001_v7007000_t0000_u01731373555801") 2024/11/12 01:07:59 DEBUG : backup/three.txt.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1027af3474844c28_d20241112_m010553_c001_v0001117_t0042_u01731373553837") 2024/11/12 01:07:59 DEBUG : backup/three.txt.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1196395b1e9b3fba_d20241112_m010549_c001_v0001128_t0015_u01731373549864") 2024/11/12 01:07:59 DEBUG : both0: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5aefe_d20241112_m010739_c001_v7007000_t0000_u01731373659324") 2024/11/12 01:07:59 DEBUG : both0: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c306_d20241112_m010721_c001_v0001157_t0025_u01731373641532") 2024/11/12 01:07:59 DEBUG : both0: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456887ff9_d20241112_m010716_c001_v7007000_t0000_u01731373636900") 2024/11/12 01:07:59 DEBUG : both0: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c26f_d20241112_m010658_c001_v0001157_t0020_u01731373618602") 2024/11/12 01:07:59 DEBUG : both1: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af00_d20241112_m010739_c001_v7007000_t0000_u01731373659505") 2024/11/12 01:07:59 DEBUG : both1: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c308_d20241112_m010722_c001_v0001157_t0037_u01731373642576") 2024/11/12 01:07:59 DEBUG : both1: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456887ffb_d20241112_m010717_c001_v7007000_t0000_u01731373637082") 2024/11/12 01:07:59 DEBUG : both1: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c272_d20241112_m010659_c001_v0001157_t0038_u01731373619141") 2024/11/12 01:07:59 DEBUG : both10: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af01_d20241112_m010739_c001_v7007000_t0000_u01731373659688") 2024/11/12 01:07:59 DEBUG : both10: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c33a_d20241112_m010729_c001_v0001157_t0014_u01731373649230") 2024/11/12 01:08:00 DEBUG : both10: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456887ffe_d20241112_m010717_c001_v7007000_t0000_u01731373637264") 2024/11/12 01:08:00 DEBUG : both10: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c2b0_d20241112_m010706_c001_v0001157_t0021_u01731373626643") 2024/11/12 01:08:00 DEBUG : both11: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af03_d20241112_m010739_c001_v7007000_t0000_u01731373659872") 2024/11/12 01:08:00 DEBUG : both11: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c340_d20241112_m010730_c001_v0001157_t0037_u01731373650024") 2024/11/12 01:08:00 DEBUG : both11: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888000_d20241112_m010717_c001_v7007000_t0000_u01731373637446") 2024/11/12 01:08:00 DEBUG : both11: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c2b2_d20241112_m010707_c001_v0001157_t0021_u01731373627519") 2024/11/12 01:08:00 DEBUG : both12: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af04_d20241112_m010740_c001_v7007000_t0000_u01731373660059") 2024/11/12 01:08:00 DEBUG : both12: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c342_d20241112_m010730_c001_v0001157_t0045_u01731373650695") 2024/11/12 01:08:00 DEBUG : both12: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888002_d20241112_m010717_c001_v7007000_t0000_u01731373637628") 2024/11/12 01:08:00 DEBUG : both12: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c2ba_d20241112_m010708_c001_v0001157_t0045_u01731373628170") 2024/11/12 01:08:00 DEBUG : both13: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af05_d20241112_m010740_c001_v7007000_t0000_u01731373660243") 2024/11/12 01:08:00 DEBUG : both13: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c348_d20241112_m010731_c001_v0001157_t0020_u01731373651505") 2024/11/12 01:08:00 DEBUG : both13: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888003_d20241112_m010717_c001_v7007000_t0000_u01731373637811") 2024/11/12 01:08:00 DEBUG : both13: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c2c0_d20241112_m010708_c001_v0001157_t0008_u01731373628745") 2024/11/12 01:08:00 DEBUG : both14: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af06_d20241112_m010740_c001_v7007000_t0000_u01731373660429") 2024/11/12 01:08:00 DEBUG : both14: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c34c_d20241112_m010732_c001_v0001157_t0008_u01731373652229") 2024/11/12 01:08:00 DEBUG : both14: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888004_d20241112_m010717_c001_v7007000_t0000_u01731373637993") 2024/11/12 01:08:00 DEBUG : both14: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c2c8_d20241112_m010709_c001_v0001157_t0038_u01731373629410") 2024/11/12 01:08:00 DEBUG : both15: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af07_d20241112_m010740_c001_v7007000_t0000_u01731373660610") 2024/11/12 01:08:00 DEBUG : both15: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c350_d20241112_m010732_c001_v0001157_t0031_u01731373652960") 2024/11/12 01:08:01 DEBUG : both15: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888005_d20241112_m010718_c001_v7007000_t0000_u01731373638175") 2024/11/12 01:08:01 DEBUG : both15: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c2ce_d20241112_m010710_c001_v0001157_t0053_u01731373630191") 2024/11/12 01:08:01 DEBUG : both16: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af08_d20241112_m010740_c001_v7007000_t0000_u01731373660792") 2024/11/12 01:08:01 DEBUG : both16: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c354_d20241112_m010733_c001_v0001157_t0031_u01731373653615") 2024/11/12 01:08:01 DEBUG : both16: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888006_d20241112_m010718_c001_v7007000_t0000_u01731373638357") 2024/11/12 01:08:01 DEBUG : both16: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c2d0_d20241112_m010710_c001_v0001157_t0010_u01731373630985") 2024/11/12 01:08:01 DEBUG : both17: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af09_d20241112_m010740_c001_v7007000_t0000_u01731373660974") 2024/11/12 01:08:01 DEBUG : both17: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c356_d20241112_m010734_c001_v0001157_t0043_u01731373654312") 2024/11/12 01:08:01 DEBUG : both17: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888007_d20241112_m010718_c001_v7007000_t0000_u01731373638538") 2024/11/12 01:08:01 DEBUG : both17: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c2d6_d20241112_m010711_c001_v0001157_t0004_u01731373631864") 2024/11/12 01:08:01 DEBUG : both18: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af0a_d20241112_m010741_c001_v7007000_t0000_u01731373661164") 2024/11/12 01:08:01 DEBUG : both18: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c35c_d20241112_m010735_c001_v0001157_t0057_u01731373655185") 2024/11/12 01:08:01 DEBUG : both18: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888009_d20241112_m010718_c001_v7007000_t0000_u01731373638720") 2024/11/12 01:08:01 DEBUG : both18: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c2da_d20241112_m010712_c001_v0001157_t0015_u01731373632714") 2024/11/12 01:08:01 DEBUG : both19: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af0b_d20241112_m010741_c001_v7007000_t0000_u01731373661346") 2024/11/12 01:08:01 DEBUG : both19: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c360_d20241112_m010735_c001_v0001157_t0025_u01731373655850") 2024/11/12 01:08:01 DEBUG : both19: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c45688800b_d20241112_m010718_c001_v7007000_t0000_u01731373638915") 2024/11/12 01:08:01 DEBUG : both19: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c2de_d20241112_m010713_c001_v0001157_t0004_u01731373633421") 2024/11/12 01:08:01 DEBUG : both2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af0d_d20241112_m010741_c001_v7007000_t0000_u01731373661534") 2024/11/12 01:08:01 DEBUG : both2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c30c_d20241112_m010723_c001_v0001157_t0039_u01731373643408") 2024/11/12 01:08:02 DEBUG : both2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c45688800c_d20241112_m010719_c001_v7007000_t0000_u01731373639103") 2024/11/12 01:08:02 DEBUG : both2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c276_d20241112_m010659_c001_v0001157_t0003_u01731373619872") 2024/11/12 01:08:02 DEBUG : both3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af0e_d20241112_m010741_c001_v7007000_t0000_u01731373661717") 2024/11/12 01:08:02 DEBUG : both3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c316_d20241112_m010724_c001_v0001157_t0034_u01731373644325") 2024/11/12 01:08:02 DEBUG : both3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c45688800e_d20241112_m010719_c001_v7007000_t0000_u01731373639287") 2024/11/12 01:08:02 DEBUG : both3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c27e_d20241112_m010701_c001_v0001157_t0023_u01731373621007") 2024/11/12 01:08:02 DEBUG : both4: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af0f_d20241112_m010741_c001_v7007000_t0000_u01731373661927") 2024/11/12 01:08:02 DEBUG : both4: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c31c_d20241112_m010725_c001_v0001157_t0058_u01731373645040") 2024/11/12 01:08:02 DEBUG : both4: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c45688800f_d20241112_m010719_c001_v7007000_t0000_u01731373639485") 2024/11/12 01:08:02 DEBUG : both4: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c282_d20241112_m010701_c001_v0001157_t0049_u01731373621784") 2024/11/12 01:08:02 DEBUG : both5: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af10_d20241112_m010742_c001_v7007000_t0000_u01731373662109") 2024/11/12 01:08:02 DEBUG : both5: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c324_d20241112_m010725_c001_v0001157_t0033_u01731373645689") 2024/11/12 01:08:02 DEBUG : both5: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888010_d20241112_m010719_c001_v7007000_t0000_u01731373639673") 2024/11/12 01:08:02 DEBUG : both5: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c288_d20241112_m010702_c001_v0001157_t0006_u01731373622569") 2024/11/12 01:08:02 DEBUG : both6: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af11_d20241112_m010742_c001_v7007000_t0000_u01731373662292") 2024/11/12 01:08:02 DEBUG : both6: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c32a_d20241112_m010726_c001_v0001157_t0058_u01731373646375") 2024/11/12 01:08:02 DEBUG : both6: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888011_d20241112_m010719_c001_v7007000_t0000_u01731373639857") 2024/11/12 01:08:02 DEBUG : both6: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c28e_d20241112_m010703_c001_v0001157_t0056_u01731373623450") 2024/11/12 01:08:02 DEBUG : both7: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af12_d20241112_m010742_c001_v7007000_t0000_u01731373662474") 2024/11/12 01:08:02 DEBUG : both7: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c32c_d20241112_m010726_c001_v0001157_t0028_u01731373646951") 2024/11/12 01:08:03 DEBUG : both7: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888012_d20241112_m010720_c001_v7007000_t0000_u01731373640040") 2024/11/12 01:08:03 DEBUG : both7: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c292_d20241112_m010704_c001_v0001157_t0001_u01731373624173") 2024/11/12 01:08:03 DEBUG : both8: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af13_d20241112_m010742_c001_v7007000_t0000_u01731373662656") 2024/11/12 01:08:03 DEBUG : both8: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c330_d20241112_m010727_c001_v0001157_t0029_u01731373647665") 2024/11/12 01:08:03 DEBUG : both8: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888013_d20241112_m010720_c001_v7007000_t0000_u01731373640223") 2024/11/12 01:08:03 DEBUG : both8: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c29e_d20241112_m010705_c001_v0001157_t0012_u01731373625126") 2024/11/12 01:08:03 DEBUG : both9: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af14_d20241112_m010742_c001_v7007000_t0000_u01731373662838") 2024/11/12 01:08:03 DEBUG : both9: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c334_d20241112_m010728_c001_v0001157_t0040_u01731373648309") 2024/11/12 01:08:03 DEBUG : both9: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456888014_d20241112_m010720_c001_v7007000_t0000_u01731373640406") 2024/11/12 01:08:03 DEBUG : both9: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c2a8_d20241112_m010705_c001_v0001157_t0041_u01731373625859") 2024/11/12 01:08:03 DEBUG : c/non empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf83975_d20241112_m010307_c001_v7007000_t0000_u01731373387983") 2024/11/12 01:08:03 DEBUG : c/non empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be6a_d20241112_m010306_c001_v0001157_t0008_u01731373386127") 2024/11/12 01:08:03 DEBUG : c/non empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7bd9_d20241112_m010305_c001_v7007000_t0000_u01731373385067") 2024/11/12 01:08:03 DEBUG : c/non empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be58_d20241112_m010303_c001_v0001157_t0057_u01731373383302") 2024/11/12 01:08:03 DEBUG : c/non empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7b5d_d20241112_m010243_c001_v7007000_t0000_u01731373363238") 2024/11/12 01:08:03 DEBUG : c/non empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bdc6_d20241112_m010241_c001_v0001157_t0036_u01731373361285") 2024/11/12 01:08:03 DEBUG : check sum: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f404a5281c1dabca7_d20241112_m010229_c001_v7007000_t0000_u01731373349799") 2024/11/12 01:08:03 DEBUG : check sum: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bd74_d20241112_m010228_c001_v0001157_t0022_u01731373348755") 2024/11/12 01:08:03 DEBUG : dest/3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ab2a_d20241112_m010510_c001_v7007000_t0000_u01731373510866") 2024/11/12 01:08:03 DEBUG : dest/3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4c0b0_d20241112_m010509_c001_v0001157_t0031_u01731373509764") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4036e769246e84ae_d20241112_m010648_c001_v7007000_t0000_u01731373608764") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106a50510424fd4a_d20241112_m010645_c001_v0001109_t0037_u01731373605728") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f411df2214073054d_d20241112_m010645_c001_v7007000_t0000_u01731373605546") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106a50510424fd24_d20241112_m010641_c001_v0001109_t0004_u01731373601252") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f411df2214073054b_d20241112_m010640_c001_v7007000_t0000_u01731373600522") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3bc7_d20241112_m010636_c001_v0001113_t0034_u01731373596121") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ad8a_d20241112_m010634_c001_v7007000_t0000_u01731373594671") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f117b4f2ae48908bc_d20241112_m010631_c001_v0001099_t0041_u01731373591753") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4070de570ca1c347_d20241112_m010631_c001_v7007000_t0000_u01731373591569") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f117b4f2ae48908b6_d20241112_m010628_c001_v0001099_t0005_u01731373588251") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4070de570ca1c325_d20241112_m010627_c001_v7007000_t0000_u01731373587518") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c1c6_d20241112_m010623_c001_v0001157_t0005_u01731373583030") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f417c9670a3ad2073_d20241112_m010621_c001_v7007000_t0000_u01731373581748") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1066da7c43c8a1db_d20241112_m010620_c001_v0001102_t0015_u01731373580266") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f405b74bd862bc36a_d20241112_m010620_c001_v7007000_t0000_u01731373580072") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1066da7c43c8a1c9_d20241112_m010617_c001_v0001102_t0034_u01731373577030") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f405b74bd862bc361_d20241112_m010616_c001_v7007000_t0000_u01731373576309") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c1a6_d20241112_m010609_c001_v0001157_t0011_u01731373569911") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f417c9670a3ad204c_d20241112_m010608_c001_v7007000_t0000_u01731373568986") 2024/11/12 01:08:04 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f108d71bc11df7424_d20241112_m010607_c001_v0001145_t0052_u01731373567269") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348b67_d20241112_m010607_c001_v7007000_t0000_u01731373567095") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f108d71bc11df7417_d20241112_m010604_c001_v0001145_t0016_u01731373564075") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348b44_d20241112_m010603_c001_v7007000_t0000_u01731373563356") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da2381_d20241112_m010556_c001_v0001181_t0040_u01731373556895") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348b03_d20241112_m010555_c001_v7007000_t0000_u01731373555985") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1124392c2db6b64d_d20241112_m010553_c001_v0001182_t0008_u01731373553305") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4093a1ce20d1792f_d20241112_m010553_c001_v7007000_t0000_u01731373553116") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1124392c2db6b555_d20241112_m010549_c001_v0001182_t0034_u01731373549322") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4093a1ce20d1792a_d20241112_m010548_c001_v7007000_t0000_u01731373548598") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3b09_d20241112_m010542_c001_v0001113_t0050_u01731373542143") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f41852f6601fa34a4_d20241112_m010541_c001_v7007000_t0000_u01731373541199") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1036bca936b54232_d20241112_m010539_c001_v0001134_t0045_u01731373539083") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f406360b8fa7885f2_d20241112_m010538_c001_v7007000_t0000_u01731373538900") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1036bca936b54228_d20241112_m010535_c001_v0001134_t0041_u01731373535445") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f406360b8fa7885e7_d20241112_m010534_c001_v7007000_t0000_u01731373534714") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c0ee_d20241112_m010528_c001_v0001157_t0046_u01731373528532") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ab63_d20241112_m010527_c001_v7007000_t0000_u01731373527421") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1126f1d26afb9d30_d20241112_m010521_c001_v0001032_t0013_u01731373521482") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f41852f6601fa347f_d20241112_m010521_c001_v7007000_t0000_u01731373521276") 2024/11/12 01:08:05 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da2249_d20241112_m010517_c001_v0001181_t0037_u01731373517464") 2024/11/12 01:08:06 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f108ce46752182faa_d20241112_m010516_c001_v0001098_t0014_u01731373516527") 2024/11/12 01:08:06 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f108ce46752182fa7_d20241112_m010515_c001_v0001098_t0010_u01731373515336") 2024/11/12 01:08:06 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4030058bbe4da12f_d20241112_m010502_c001_v7007000_t0000_u01731373502024") 2024/11/12 01:08:06 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c070_d20241112_m010454_c001_v0001157_t0022_u01731373494623") 2024/11/12 01:08:06 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1173186609891641_d20241112_m010453_c001_v0001165_t0024_u01731373493868") 2024/11/12 01:08:06 DEBUG : dst/one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f117318660989163f_d20241112_m010452_c001_v0001165_t0005_u01731373492916") 2024/11/12 01:08:06 DEBUG : dst/one-2019-01-01: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4036e769246e84b0_d20241112_m010648_c001_v7007000_t0000_u01731373608946") 2024/11/12 01:08:06 DEBUG : dst/one-2019-01-01: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f103b25f9b8f018dc_d20241112_m010644_c001_v0001117_t0043_u01731373604755") 2024/11/12 01:08:06 DEBUG : dst/one-2019-01-01: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1057751947bfafb5_d20241112_m010640_c001_v0001177_t0043_u01731373600205") 2024/11/12 01:08:06 DEBUG : dst/one.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ad8b_d20241112_m010634_c001_v7007000_t0000_u01731373594852") 2024/11/12 01:08:06 DEBUG : dst/one.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f103c6952d95766a4_d20241112_m010631_c001_v0001101_t0050_u01731373591207") 2024/11/12 01:08:06 DEBUG : dst/one.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f11566728063b68d5_d20241112_m010626_c001_v0001117_t0005_u01731373586505") 2024/11/12 01:08:06 DEBUG : dst/one.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f417c9670a3ad2075_d20241112_m010621_c001_v7007000_t0000_u01731373581930") 2024/11/12 01:08:06 DEBUG : dst/one.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10133cc187cc6928_d20241112_m010619_c001_v0001042_t0021_u01731373579468") 2024/11/12 01:08:06 DEBUG : dst/one.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f101341a36a29c5cd_d20241112_m010616_c001_v0001178_t0012_u01731373576085") 2024/11/12 01:08:06 DEBUG : dst/three: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ab64_d20241112_m010527_c001_v7007000_t0000_u01731373527618") 2024/11/12 01:08:06 DEBUG : dst/three: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f108ce46752182fc0_d20241112_m010525_c001_v0001098_t0037_u01731373525920") 2024/11/12 01:08:06 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4036e769246e84b2_d20241112_m010649_c001_v7007000_t0000_u01731373609127") 2024/11/12 01:08:07 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10770ec102aa47f8_d20241112_m010646_c001_v0001101_t0044_u01731373606839") 2024/11/12 01:08:07 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f108d100f4ace75d8_d20241112_m010642_c001_v0001103_t0017_u01731373602462") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4036e769246e84b4_d20241112_m010649_c001_v7007000_t0000_u01731373609311") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106a50510424fd52_d20241112_m010647_c001_v0001109_t0010_u01731373607413") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f411df2214073054e_d20241112_m010647_c001_v7007000_t0000_u01731373607231") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106a50510424fd34_d20241112_m010642_c001_v0001109_t0020_u01731373602956") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f411df2214073054c_d20241112_m010642_c001_v7007000_t0000_u01731373602773") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3bcb_d20241112_m010637_c001_v0001113_t0040_u01731373597309") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ad8d_d20241112_m010635_c001_v7007000_t0000_u01731373595040") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f117b4f2ae48908c0_d20241112_m010633_c001_v0001099_t0017_u01731373593718") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4070de570ca1c357_d20241112_m010633_c001_v7007000_t0000_u01731373593533") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f117b4f2ae48908b8_d20241112_m010629_c001_v0001099_t0042_u01731373589627") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4070de570ca1c338_d20241112_m010629_c001_v7007000_t0000_u01731373589423") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c1cc_d20241112_m010623_c001_v0001157_t0026_u01731373583638") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f405b74bd862bc36d_d20241112_m010621_c001_v7007000_t0000_u01731373581187") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3b87_d20241112_m010618_c001_v0001113_t0049_u01731373578500") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f405b74bd862bc366_d20241112_m010617_c001_v7007000_t0000_u01731373577777") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c1b0_d20241112_m010613_c001_v0001157_t0036_u01731373573131") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348b6e_d20241112_m010608_c001_v7007000_t0000_u01731373568069") 2024/11/12 01:08:07 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da23ad_d20241112_m010605_c001_v0001181_t0035_u01731373565914") 2024/11/12 01:08:08 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348b51_d20241112_m010604_c001_v7007000_t0000_u01731373564840") 2024/11/12 01:08:08 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3b39_d20241112_m010558_c001_v0001113_t0036_u01731373558189") 2024/11/12 01:08:08 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4093a1ce20d17935_d20241112_m010555_c001_v7007000_t0000_u01731373555012") 2024/11/12 01:08:08 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3b21_d20241112_m010551_c001_v0001113_t0013_u01731373551533") 2024/11/12 01:08:08 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4093a1ce20d1792c_d20241112_m010550_c001_v7007000_t0000_u01731373550437") 2024/11/12 01:08:08 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c132_d20241112_m010543_c001_v0001157_t0052_u01731373543491") 2024/11/12 01:08:08 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f406360b8fa7885f7_d20241112_m010540_c001_v7007000_t0000_u01731373540276") 2024/11/12 01:08:08 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c11c_d20241112_m010537_c001_v0001157_t0049_u01731373537677") 2024/11/12 01:08:08 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f406360b8fa7885eb_d20241112_m010536_c001_v7007000_t0000_u01731373536581") 2024/11/12 01:08:08 DEBUG : dst/three.txt: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da22a1_d20241112_m010529_c001_v0001181_t0028_u01731373529668") 2024/11/12 01:08:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ad8f_d20241112_m010635_c001_v7007000_t0000_u01731373595222") 2024/11/12 01:08:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10800cbb52c8e691_d20241112_m010632_c001_v0001115_t0040_u01731373592794") 2024/11/12 01:08:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f117348f31493631f_d20241112_m010629_c001_v0001182_t0054_u01731373589130") 2024/11/12 01:08:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f417c9670a3ad2078_d20241112_m010622_c001_v7007000_t0000_u01731373582112") 2024/11/12 01:08:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10100da008c59ef4_d20241112_m010620_c001_v0001134_t0049_u01731373580905") 2024/11/12 01:08:08 DEBUG : dst/three.txt.bak: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1099ac2a7c462048_d20241112_m010617_c001_v0001181_t0059_u01731373577572") 2024/11/12 01:08:08 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4036e769246e84b6_d20241112_m010649_c001_v7007000_t0000_u01731373609507") 2024/11/12 01:08:08 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c21a_d20241112_m010636_c001_v0001157_t0038_u01731373596945") 2024/11/12 01:08:08 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ad91_d20241112_m010635_c001_v7007000_t0000_u01731373595402") 2024/11/12 01:08:08 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3b97_d20241112_m010623_c001_v0001113_t0022_u01731373583308") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f417c9670a3ad207c_d20241112_m010622_c001_v7007000_t0000_u01731373582294") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3b69_d20241112_m010610_c001_v0001113_t0008_u01731373570546") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f417c9670a3ad204f_d20241112_m010609_c001_v7007000_t0000_u01731373569169") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c16d_d20241112_m010557_c001_v0001157_t0054_u01731373557477") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348b06_d20241112_m010556_c001_v7007000_t0000_u01731373556172") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da2325_d20241112_m010542_c001_v0001181_t0022_u01731373542905") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f41852f6601fa34a5_d20241112_m010541_c001_v7007000_t0000_u01731373541418") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3ae0_d20241112_m010529_c001_v0001113_t0039_u01731373529247") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ab66_d20241112_m010527_c001_v7007000_t0000_u01731373527808") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f100e4f0b7f5faca8_d20241112_m010523_c001_v0001113_t0032_u01731373523368") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4030058bbe4da130_d20241112_m010502_c001_v7007000_t0000_u01731373502209") 2024/11/12 01:08:09 DEBUG : dst/two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1173186609891651_d20241112_m010500_c001_v0001165_t0028_u01731373500976") 2024/11/12 01:08:09 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f405b74bd862bbf02_d20241112_m010418_c001_v7007000_t0000_u01731373458749") 2024/11/12 01:08:09 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da20d7_d20241112_m010414_c001_v0001181_t0031_u01731373454246") 2024/11/12 01:08:09 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f405b74bd862bbebe_d20241112_m010412_c001_v7007000_t0000_u01731373452340") 2024/11/12 01:08:09 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da20a1_d20241112_m010401_c001_v0001181_t0048_u01731373441784") 2024/11/12 01:08:09 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a85f_d20241112_m010352_c001_v7007000_t0000_u01731373432235") 2024/11/12 01:08:09 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da2057_d20241112_m010348_c001_v0001181_t0050_u01731373428933") 2024/11/12 01:08:09 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839d3_d20241112_m010322_c001_v7007000_t0000_u01731373402795") 2024/11/12 01:08:09 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4beda_d20241112_m010320_c001_v0001157_t0050_u01731373400828") 2024/11/12 01:08:09 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839c6_d20241112_m010319_c001_v7007000_t0000_u01731373399051") 2024/11/12 01:08:09 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bec6_d20241112_m010317_c001_v0001157_t0019_u01731373397761") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839ba_d20241112_m010313_c001_v7007000_t0000_u01731373393770") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bea1_d20241112_m010311_c001_v0001157_t0048_u01731373391719") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf83999_d20241112_m010310_c001_v7007000_t0000_u01731373390471") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be8e_d20241112_m010309_c001_v0001157_t0013_u01731373389053") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7bd0_d20241112_m010302_c001_v7007000_t0000_u01731373382087") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be50_d20241112_m010300_c001_v0001157_t0045_u01731373380524") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7bcb_d20241112_m010259_c001_v7007000_t0000_u01731373379306") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be48_d20241112_m010258_c001_v0001157_t0015_u01731373378452") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7ba6_d20241112_m010253_c001_v7007000_t0000_u01731373373042") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be18_d20241112_m010251_c001_v0001157_t0040_u01731373371459") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7b85_d20241112_m010248_c001_v7007000_t0000_u01731373368496") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bdea_d20241112_m010247_c001_v0001157_t0034_u01731373367325") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7b71_d20241112_m010246_c001_v7007000_t0000_u01731373366199") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f108458779e2bb139_d20241112_m010245_c001_v0001182_t0050_u01731373365582") 2024/11/12 01:08:10 DEBUG : empty space: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bdd6_d20241112_m010243_c001_v0001157_t0025_u01731373363975") 2024/11/12 01:08:10 DEBUG : enormous: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839cf_d20241112_m010321_c001_v7007000_t0000_u01731373401874") 2024/11/12 01:08:10 DEBUG : enormous: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bede_d20241112_m010321_c001_v0001157_t0019_u01731373401166") 2024/11/12 01:08:10 DEBUG : existing: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4036e769246e84da_d20241112_m010654_c001_v7007000_t0000_u01731373614036") 2024/11/12 01:08:10 DEBUG : existing: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c25a_d20241112_m010652_c001_v0001157_t0022_u01731373612822") 2024/11/12 01:08:10 DEBUG : existing: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a80f_d20241112_m010347_c001_v7007000_t0000_u01731373427078") 2024/11/12 01:08:11 DEBUG : existing: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bf5e_d20241112_m010346_c001_v0001157_t0017_u01731373426011") 2024/11/12 01:08:11 DEBUG : existing: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40140e70f151e72e_d20241112_m010239_c001_v7007000_t0000_u01731373359897") 2024/11/12 01:08:11 DEBUG : existing: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bdb2_d20241112_m010238_c001_v0001157_t0052_u01731373358757") 2024/11/12 01:08:11 DEBUG : existing: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40140e70f151e716_d20241112_m010237_c001_v7007000_t0000_u01731373357486") 2024/11/12 01:08:11 DEBUG : existing: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bda8_d20241112_m010236_c001_v0001157_t0006_u01731373356843") 2024/11/12 01:08:11 DEBUG : existing: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bda4_d20241112_m010235_c001_v0001157_t0027_u01731373355949") 2024/11/12 01:08:11 DEBUG : existing-b: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a813_d20241112_m010347_c001_v7007000_t0000_u01731373427269") 2024/11/12 01:08:11 DEBUG : existing-b: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da203f_d20241112_m010346_c001_v0001181_t0010_u01731373426019") 2024/11/12 01:08:11 DEBUG : five: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839e0_d20241112_m010327_c001_v7007000_t0000_u01731373407353") 2024/11/12 01:08:11 DEBUG : five: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4befc_d20241112_m010325_c001_v0001157_t0047_u01731373405352") 2024/11/12 01:08:11 DEBUG : foo: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7b96_d20241112_m010250_c001_v7007000_t0000_u01731373370730") 2024/11/12 01:08:11 DEBUG : foo: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4be0a_d20241112_m010250_c001_v0001157_t0047_u01731373370179") 2024/11/12 01:08:11 DEBUG : foo: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4be02_d20241112_m010249_c001_v0001157_t0047_u01731373369629") 2024/11/12 01:08:11 DEBUG : four: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839e2_d20241112_m010327_c001_v7007000_t0000_u01731373407547") 2024/11/12 01:08:11 DEBUG : four: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40865c62c1da1fd7_d20241112_m010325_c001_v0001181_t0010_u01731373405901") 2024/11/12 01:08:11 DEBUG : four: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bef8_d20241112_m010324_c001_v0001157_t0025_u01731373404651") 2024/11/12 01:08:11 DEBUG : hello world2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348429_d20241112_m010144_c001_v7007000_t0000_u01731373304161") 2024/11/12 01:08:11 DEBUG : hello world2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bc7c_d20241112_m010143_c001_v0001157_t0052_u01731373303434") 2024/11/12 01:08:11 DEBUG : ignore-size: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40140e70f151e6f4_d20241112_m010234_c001_v7007000_t0000_u01731373354856") 2024/11/12 01:08:11 DEBUG : ignore-size: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bd94_d20241112_m010233_c001_v0001157_t0056_u01731373353757") 2024/11/12 01:08:12 DEBUG : nested/sub dir/file: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a7f4_d20241112_m010344_c001_v7007000_t0000_u01731373424817") 2024/11/12 01:08:12 DEBUG : nested/sub dir/file: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d394c_d20241112_m010344_c001_v0001113_t0007_u01731373424170") 2024/11/12 01:08:12 DEBUG : nested/sub dir/file: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a7e6_d20241112_m010342_c001_v7007000_t0000_u01731373422650") 2024/11/12 01:08:12 DEBUG : nested/sub dir/file: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da2027_d20241112_m010341_c001_v0001181_t0009_u01731373421572") 2024/11/12 01:08:12 DEBUG : one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839e3_d20241112_m010327_c001_v7007000_t0000_u01731373407729") 2024/11/12 01:08:12 DEBUG : one: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4beea_d20241112_m010323_c001_v0001157_t0047_u01731373403906") 2024/11/12 01:08:12 DEBUG : only0: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af15_d20241112_m010743_c001_v7007000_t0000_u01731373663021") 2024/11/12 01:08:12 DEBUG : only0: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4c366_d20241112_m010737_c001_v0001157_t0047_u01731373657302") 2024/11/12 01:08:12 DEBUG : only0: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c8b_d20241112_m010722_c001_v0001113_t0050_u01731373642251") 2024/11/12 01:08:12 DEBUG : only0: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7dfe_d20241112_m010715_c001_v7007000_t0000_u01731373635931") 2024/11/12 01:08:12 DEBUG : only0: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c0f_d20241112_m010658_c001_v0001113_t0015_u01731373618885") 2024/11/12 01:08:12 DEBUG : only1: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af16_d20241112_m010743_c001_v7007000_t0000_u01731373663212") 2024/11/12 01:08:12 DEBUG : only1: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f406c956d2f8d3ce7_d20241112_m010737_c001_v0001113_t0030_u01731373657311") 2024/11/12 01:08:12 DEBUG : only1: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c93_d20241112_m010723_c001_v0001113_t0052_u01731373643057") 2024/11/12 01:08:12 DEBUG : only1: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4093a1ce20d17a82_d20241112_m010715_c001_v7007000_t0000_u01731373635716") 2024/11/12 01:08:12 DEBUG : only1: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c11_d20241112_m010659_c001_v0001113_t0022_u01731373619523") 2024/11/12 01:08:12 DEBUG : only10: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af17_d20241112_m010743_c001_v7007000_t0000_u01731373663395") 2024/11/12 01:08:12 DEBUG : only10: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f414a4651b48651f4_d20241112_m010737_c001_v0001106_t0041_u01731373657869") 2024/11/12 01:08:12 DEBUG : only10: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3cb3_d20241112_m010729_c001_v0001113_t0006_u01731373649635") 2024/11/12 01:08:12 DEBUG : only10: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456887ff2_d20241112_m010715_c001_v7007000_t0000_u01731373635724") 2024/11/12 01:08:13 DEBUG : only10: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c3b_d20241112_m010707_c001_v0001113_t0027_u01731373627124") 2024/11/12 01:08:13 DEBUG : only11: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af19_d20241112_m010743_c001_v7007000_t0000_u01731373663577") 2024/11/12 01:08:13 DEBUG : only11: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4121dacd36b12cc6_d20241112_m010738_c001_v0001103_t0001_u01731373658064") 2024/11/12 01:08:13 DEBUG : only11: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3cb9_d20241112_m010730_c001_v0001113_t0048_u01731373650390") 2024/11/12 01:08:13 DEBUG : only11: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7dfa_d20241112_m010715_c001_v7007000_t0000_u01731373635154") 2024/11/12 01:08:13 DEBUG : only11: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c3f_d20241112_m010707_c001_v0001113_t0021_u01731373627856") 2024/11/12 01:08:13 DEBUG : only12: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af1a_d20241112_m010743_c001_v7007000_t0000_u01731373663760") 2024/11/12 01:08:13 DEBUG : only12: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4c36a_d20241112_m010737_c001_v0001157_t0047_u01731373657703") 2024/11/12 01:08:13 DEBUG : only12: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3cbd_d20241112_m010730_c001_v0001113_t0000_u01731373650998") 2024/11/12 01:08:13 DEBUG : only12: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4093a1ce20d17a86_d20241112_m010716_c001_v7007000_t0000_u01731373636083") 2024/11/12 01:08:13 DEBUG : only12: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c43_d20241112_m010708_c001_v0001113_t0011_u01731373628460") 2024/11/12 01:08:13 DEBUG : only13: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af1d_d20241112_m010743_c001_v7007000_t0000_u01731373663942") 2024/11/12 01:08:13 DEBUG : only13: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f406c956d2f8d3ced_d20241112_m010737_c001_v0001113_t0030_u01731373657711") 2024/11/12 01:08:13 DEBUG : only13: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3cc1_d20241112_m010731_c001_v0001113_t0025_u01731373651816") 2024/11/12 01:08:13 DEBUG : only13: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7dfb_d20241112_m010715_c001_v7007000_t0000_u01731373635341") 2024/11/12 01:08:13 DEBUG : only13: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c47_d20241112_m010709_c001_v0001113_t0030_u01731373629012") 2024/11/12 01:08:13 DEBUG : only14: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af1f_d20241112_m010744_c001_v7007000_t0000_u01731373664124") 2024/11/12 01:08:13 DEBUG : only14: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4c36e_d20241112_m010737_c001_v0001157_t0047_u01731373657895") 2024/11/12 01:08:13 DEBUG : only14: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3cc7_d20241112_m010732_c001_v0001113_t0028_u01731373652511") 2024/11/12 01:08:14 DEBUG : only14: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456887ff4_d20241112_m010716_c001_v7007000_t0000_u01731373636090") 2024/11/12 01:08:14 DEBUG : only14: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c4b_d20241112_m010709_c001_v0001113_t0012_u01731373629845") 2024/11/12 01:08:14 DEBUG : only15: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af22_d20241112_m010744_c001_v7007000_t0000_u01731373664310") 2024/11/12 01:08:14 DEBUG : only15: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f406c956d2f8d3cf1_d20241112_m010737_c001_v0001113_t0030_u01731373657894") 2024/11/12 01:08:14 DEBUG : only15: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3ccf_d20241112_m010733_c001_v0001113_t0049_u01731373653350") 2024/11/12 01:08:14 DEBUG : only15: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7dfc_d20241112_m010715_c001_v7007000_t0000_u01731373635527") 2024/11/12 01:08:14 DEBUG : only15: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c4f_d20241112_m010710_c001_v0001113_t0004_u01731373630579") 2024/11/12 01:08:14 DEBUG : only16: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af25_d20241112_m010744_c001_v7007000_t0000_u01731373664502") 2024/11/12 01:08:14 DEBUG : only16: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f414a4651b48651f6_d20241112_m010738_c001_v0001106_t0041_u01731373658073") 2024/11/12 01:08:14 DEBUG : only16: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3cd7_d20241112_m010733_c001_v0001113_t0047_u01731373653945") 2024/11/12 01:08:14 DEBUG : only16: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f402d8e8c8e1df811_d20241112_m010716_c001_v7007000_t0000_u01731373636109") 2024/11/12 01:08:14 DEBUG : only16: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c59_d20241112_m010711_c001_v0001113_t0023_u01731373631496") 2024/11/12 01:08:14 DEBUG : only17: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af29_d20241112_m010744_c001_v7007000_t0000_u01731373664685") 2024/11/12 01:08:14 DEBUG : only17: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4c370_d20241112_m010738_c001_v0001157_t0047_u01731373658083") 2024/11/12 01:08:14 DEBUG : only17: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3cdb_d20241112_m010734_c001_v0001113_t0025_u01731373654639") 2024/11/12 01:08:14 DEBUG : only17: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4093a1ce20d17a80_d20241112_m010715_c001_v7007000_t0000_u01731373635534") 2024/11/12 01:08:14 DEBUG : only17: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c63_d20241112_m010712_c001_v0001113_t0043_u01731373632357") 2024/11/12 01:08:14 DEBUG : only18: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af2b_d20241112_m010744_c001_v7007000_t0000_u01731373664906") 2024/11/12 01:08:14 DEBUG : only18: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f406c956d2f8d3cf3_d20241112_m010738_c001_v0001113_t0030_u01731373658092") 2024/11/12 01:08:14 DEBUG : only18: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3cdf_d20241112_m010735_c001_v0001113_t0015_u01731373655505") 2024/11/12 01:08:15 DEBUG : only18: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7dfd_d20241112_m010715_c001_v7007000_t0000_u01731373635744") 2024/11/12 01:08:15 DEBUG : only18: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c67_d20241112_m010712_c001_v0001113_t0027_u01731373632961") 2024/11/12 01:08:15 DEBUG : only19: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af2f_d20241112_m010745_c001_v7007000_t0000_u01731373665093") 2024/11/12 01:08:15 DEBUG : only19: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4121dacd36b12cc8_d20241112_m010738_c001_v0001103_t0001_u01731373658253") 2024/11/12 01:08:15 DEBUG : only19: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3ce5_d20241112_m010736_c001_v0001113_t0015_u01731373656222") 2024/11/12 01:08:15 DEBUG : only19: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4093a1ce20d17a84_d20241112_m010715_c001_v7007000_t0000_u01731373635897") 2024/11/12 01:08:15 DEBUG : only19: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c6d_d20241112_m010713_c001_v0001113_t0023_u01731373633813") 2024/11/12 01:08:15 DEBUG : only2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af31_d20241112_m010745_c001_v7007000_t0000_u01731373665275") 2024/11/12 01:08:15 DEBUG : only2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f414a4651b48651fa_d20241112_m010738_c001_v0001106_t0041_u01731373658260") 2024/11/12 01:08:15 DEBUG : only2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c99_d20241112_m010723_c001_v0001113_t0006_u01731373643905") 2024/11/12 01:08:15 DEBUG : only2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f402d8e8c8e1df810_d20241112_m010715_c001_v7007000_t0000_u01731373635915") 2024/11/12 01:08:15 DEBUG : only2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c15_d20241112_m010700_c001_v0001113_t0010_u01731373620518") 2024/11/12 01:08:15 DEBUG : only3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af33_d20241112_m010745_c001_v7007000_t0000_u01731373665464") 2024/11/12 01:08:15 DEBUG : only3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4c372_d20241112_m010738_c001_v0001157_t0047_u01731373658270") 2024/11/12 01:08:15 DEBUG : only3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c9b_d20241112_m010724_c001_v0001113_t0003_u01731373644673") 2024/11/12 01:08:15 DEBUG : only3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456887ff3_d20241112_m010715_c001_v7007000_t0000_u01731373635909") 2024/11/12 01:08:15 DEBUG : only3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c1b_d20241112_m010701_c001_v0001113_t0040_u01731373621331") 2024/11/12 01:08:15 DEBUG : only4: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af35_d20241112_m010745_c001_v7007000_t0000_u01731373665650") 2024/11/12 01:08:15 DEBUG : only4: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f406c956d2f8d3cf5_d20241112_m010738_c001_v0001113_t0030_u01731373658281") 2024/11/12 01:08:15 DEBUG : only4: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3ca3_d20241112_m010725_c001_v0001113_t0021_u01731373645373") 2024/11/12 01:08:16 DEBUG : only4: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f402d8e8c8e1df80e_d20241112_m010715_c001_v7007000_t0000_u01731373635523") 2024/11/12 01:08:16 DEBUG : only4: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c23_d20241112_m010702_c001_v0001113_t0004_u01731373622083") 2024/11/12 01:08:16 DEBUG : only5: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af3a_d20241112_m010745_c001_v7007000_t0000_u01731373665832") 2024/11/12 01:08:16 DEBUG : only5: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4121dacd36b12ccc_d20241112_m010738_c001_v0001103_t0001_u01731373658437") 2024/11/12 01:08:16 DEBUG : only5: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3ca7_d20241112_m010726_c001_v0001113_t0019_u01731373646041") 2024/11/12 01:08:16 DEBUG : only5: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7dff_d20241112_m010716_c001_v7007000_t0000_u01731373636124") 2024/11/12 01:08:16 DEBUG : only5: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c25_d20241112_m010703_c001_v0001113_t0007_u01731373623124") 2024/11/12 01:08:16 DEBUG : only6: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af42_d20241112_m010746_c001_v7007000_t0000_u01731373666014") 2024/11/12 01:08:16 DEBUG : only6: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f414a4651b48651fc_d20241112_m010738_c001_v0001106_t0041_u01731373658445") 2024/11/12 01:08:16 DEBUG : only6: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3ca9_d20241112_m010726_c001_v0001113_t0013_u01731373646657") 2024/11/12 01:08:16 DEBUG : only6: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4093a1ce20d17a88_d20241112_m010716_c001_v7007000_t0000_u01731373636265") 2024/11/12 01:08:16 DEBUG : only6: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c29_d20241112_m010703_c001_v0001113_t0043_u01731373623726") 2024/11/12 01:08:16 DEBUG : only7: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af48_d20241112_m010746_c001_v7007000_t0000_u01731373666195") 2024/11/12 01:08:16 DEBUG : only7: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f406c956d2f8d3cf7_d20241112_m010738_c001_v0001113_t0030_u01731373658464") 2024/11/12 01:08:16 DEBUG : only7: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3cab_d20241112_m010727_c001_v0001113_t0048_u01731373647346") 2024/11/12 01:08:16 DEBUG : only7: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456887ff5_d20241112_m010716_c001_v7007000_t0000_u01731373636275") 2024/11/12 01:08:16 DEBUG : only7: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c31_d20241112_m010704_c001_v0001113_t0020_u01731373624691") 2024/11/12 01:08:16 DEBUG : only8: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af4e_d20241112_m010746_c001_v7007000_t0000_u01731373666378") 2024/11/12 01:08:16 DEBUG : only8: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4c374_d20241112_m010738_c001_v0001157_t0047_u01731373658476") 2024/11/12 01:08:16 DEBUG : only8: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3cad_d20241112_m010728_c001_v0001113_t0010_u01731373648030") 2024/11/12 01:08:16 DEBUG : only8: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4082b5c456887fef_d20241112_m010715_c001_v7007000_t0000_u01731373635536") 2024/11/12 01:08:16 DEBUG : only8: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c33_d20241112_m010705_c001_v0001113_t0031_u01731373625412") 2024/11/12 01:08:17 DEBUG : only9: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5af53_d20241112_m010746_c001_v7007000_t0000_u01731373666560") 2024/11/12 01:08:17 DEBUG : only9: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4121dacd36b12cce_d20241112_m010738_c001_v0001103_t0001_u01731373658621") 2024/11/12 01:08:17 DEBUG : only9: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3caf_d20241112_m010728_c001_v0001113_t0029_u01731373648811") 2024/11/12 01:08:17 DEBUG : only9: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f402d8e8c8e1df80f_d20241112_m010715_c001_v7007000_t0000_u01731373635705") 2024/11/12 01:08:17 DEBUG : only9: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3c37_d20241112_m010706_c001_v0001113_t0036_u01731373626183") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a7d0_d20241112_m010339_c001_v7007000_t0000_u01731373419720") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d391e_d20241112_m010337_c001_v0001113_t0047_u01731373417246") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf83a0c_d20241112_m010335_c001_v7007000_t0000_u01731373415013") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bf1e_d20241112_m010333_c001_v0001157_t0012_u01731373413367") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839f2_d20241112_m010331_c001_v7007000_t0000_u01731373411537") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da1fe5_d20241112_m010328_c001_v0001181_t0007_u01731373408640") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839bf_d20241112_m010316_c001_v7007000_t0000_u01731373396309") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4beae_d20241112_m010314_c001_v0001157_t0029_u01731373394684") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839b2_d20241112_m010312_c001_v7007000_t0000_u01731373392454") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be9e_d20241112_m010311_c001_v0001157_t0057_u01731373391390") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf8398d_d20241112_m010309_c001_v7007000_t0000_u01731373389724") 2024/11/12 01:08:17 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be8c_d20241112_m010308_c001_v0001157_t0020_u01731373388715") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7bcf_d20241112_m010301_c001_v7007000_t0000_u01731373381536") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be4e_d20241112_m010300_c001_v0001157_t0050_u01731373380221") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7bcd_d20241112_m010259_c001_v7007000_t0000_u01731373379489") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be46_d20241112_m010258_c001_v0001157_t0025_u01731373378105") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7bc9_d20241112_m010257_c001_v7007000_t0000_u01731373377383") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be3e_d20241112_m010256_c001_v0001157_t0031_u01731373376685") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be34_d20241112_m010255_c001_v0001157_t0039_u01731373375987") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7bb9_d20241112_m010255_c001_v7007000_t0000_u01731373375262") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be24_d20241112_m010254_c001_v0001157_t0049_u01731373374605") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be20_d20241112_m010253_c001_v0001157_t0010_u01731373373952") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7ba9_d20241112_m010253_c001_v7007000_t0000_u01731373373223") 2024/11/12 01:08:18 DEBUG : potato: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be1c_d20241112_m010252_c001_v0001157_t0012_u01731373372367") 2024/11/12 01:08:18 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf83cd1_d20241112_m010429_c001_v7007000_t0000_u01731373469154") 2024/11/12 01:08:18 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d39fa_d20241112_m010428_c001_v0001113_t0015_u01731373468506") 2024/11/12 01:08:18 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f405b74bd862bbf0a_d20241112_m010419_c001_v7007000_t0000_u01731373459164") 2024/11/12 01:08:18 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d39c8_d20241112_m010413_c001_v0001113_t0012_u01731373453622") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40754cdebc657801_d20241112_m010406_c001_v7007000_t0000_u01731373446104") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3990_d20241112_m010400_c001_v0001113_t0005_u01731373440835") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a864_d20241112_m010352_c001_v7007000_t0000_u01731373432579") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3974_d20241112_m010348_c001_v0001113_t0058_u01731373428567") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839d0_d20241112_m010322_c001_v7007000_t0000_u01731373402056") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bed8_d20241112_m010320_c001_v0001157_t0023_u01731373400346") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839c8_d20241112_m010319_c001_v7007000_t0000_u01731373399244") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bec2_d20241112_m010317_c001_v0001157_t0035_u01731373397225") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839c0_d20241112_m010316_c001_v7007000_t0000_u01731373396493") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4beb2_d20241112_m010315_c001_v0001157_t0029_u01731373395410") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839bb_d20241112_m010313_c001_v7007000_t0000_u01731373393952") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4beac_d20241112_m010312_c001_v0001157_t0034_u01731373392823") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf8399d_d20241112_m010310_c001_v7007000_t0000_u01731373390653") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be94_d20241112_m010309_c001_v0001157_t0042_u01731373389735") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f412a943be56b7bd2_d20241112_m010302_c001_v7007000_t0000_u01731373382268") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4be52_d20241112_m010301_c001_v0001157_t0006_u01731373381205") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f409715789034842f_d20241112_m010147_c001_v7007000_t0000_u01731373307633") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bc98_d20241112_m010146_c001_v0001157_t0027_u01731373306986") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f409715789034842d_d20241112_m010145_c001_v7007000_t0000_u01731373305727") 2024/11/12 01:08:19 DEBUG : potato2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bc8a_d20241112_m010145_c001_v0001157_t0015_u01731373305049") 2024/11/12 01:08:19 DEBUG : potato3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f405b74bd862bbf16_d20241112_m010419_c001_v7007000_t0000_u01731373459793") 2024/11/12 01:08:20 DEBUG : potato3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bfd8_d20241112_m010414_c001_v0001157_t0045_u01731373454828") 2024/11/12 01:08:20 DEBUG : potato3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40754cdebc657800_d20241112_m010405_c001_v7007000_t0000_u01731373445777") 2024/11/12 01:08:20 DEBUG : potato3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bf9e_d20241112_m010402_c001_v0001157_t0043_u01731373442403") 2024/11/12 01:08:20 DEBUG : potato3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a86a_d20241112_m010352_c001_v7007000_t0000_u01731373432910") 2024/11/12 01:08:20 DEBUG : potato3: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bf74_d20241112_m010349_c001_v0001157_t0042_u01731373429140") 2024/11/12 01:08:20 DEBUG : pre-dest1/1: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ab2b_d20241112_m010511_c001_v7007000_t0000_u01731373511047") 2024/11/12 01:08:20 DEBUG : pre-dest1/1: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c094_d20241112_m010502_c001_v0001157_t0027_u01731373502955") 2024/11/12 01:08:20 DEBUG : pre-dest2/2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5ab2e_d20241112_m010511_c001_v7007000_t0000_u01731373511228") 2024/11/12 01:08:20 DEBUG : pre-dest2/2: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3a74_d20241112_m010503_c001_v0001113_t0016_u01731373503684") 2024/11/12 01:08:20 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4030058bbe4da119_d20241112_m010442_c001_v7007000_t0000_u01731373482429") 2024/11/12 01:08:20 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da2171_d20241112_m010438_c001_v0001181_t0004_u01731373478494") 2024/11/12 01:08:20 DEBUG : sizeonly: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f404a5281c1dabcab_d20241112_m010232_c001_v7007000_t0000_u01731373352110") 2024/11/12 01:08:20 DEBUG : sizeonly: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bd84_d20241112_m010231_c001_v0001157_t0027_u01731373351067") 2024/11/12 01:08:20 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5b014_d20241112_m010755_c001_v7007000_t0000_u01731373675078") 2024/11/12 01:08:20 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4c3b6_d20241112_m010752_c001_v0001157_t0007_u01731373672454") 2024/11/12 01:08:20 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5afc5_d20241112_m010750_c001_v7007000_t0000_u01731373670555") 2024/11/12 01:08:20 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f114a4651b486521c_d20241112_m010747_c001_v0001106_t0008_u01731373667894") 2024/11/12 01:08:20 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a7f6_d20241112_m010345_c001_v7007000_t0000_u01731373425077") 2024/11/12 01:08:20 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da2038_d20241112_m010343_c001_v0001181_t0056_u01731373423813") 2024/11/12 01:08:20 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a7e8_d20241112_m010342_c001_v7007000_t0000_u01731373422890") 2024/11/12 01:08:20 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bf4c_d20241112_m010341_c001_v0001157_t0019_u01731373421922") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f404a5281c1dabca2_d20241112_m010227_c001_v7007000_t0000_u01731373347849") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bd6a_d20241112_m010226_c001_v0001157_t0006_u01731373346290") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f404a5281c1dabc9f_d20241112_m010225_c001_v7007000_t0000_u01731373345565") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bd5c_d20241112_m010224_c001_v0001157_t0000_u01731373344234") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f404a5281c1dabc98_d20241112_m010221_c001_v7007000_t0000_u01731373341293") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bd46_d20241112_m010220_c001_v0001157_t0034_u01731373340107") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f404a5281c1dabc96_d20241112_m010219_c001_v7007000_t0000_u01731373339567") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bd38_d20241112_m010218_c001_v0001157_t0009_u01731373338269") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bd30_d20241112_m010214_c001_v0001157_t0034_u01731373334762") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f404a5281c1dabc89_d20241112_m010214_c001_v7007000_t0000_u01731373334038") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bd28_d20241112_m010213_c001_v0001157_t0010_u01731373333327") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bd24_d20241112_m010212_c001_v0001157_t0009_u01731373332488") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f404a5281c1dabc84_d20241112_m010211_c001_v7007000_t0000_u01731373331403") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bd10_d20241112_m010208_c001_v0001157_t0048_u01731373328650") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bcfa_d20241112_m010205_c001_v0001157_t0033_u01731373325394") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f404a5281c1dabc83_d20241112_m010204_c001_v7007000_t0000_u01731373324660") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bcf0_d20241112_m010203_c001_v0001157_t0036_u01731373323923") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bcec_d20241112_m010203_c001_v0001157_t0023_u01731373323008") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f404a5281c1dabc81_d20241112_m010202_c001_v7007000_t0000_u01731373322272") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bcd6_d20241112_m010158_c001_v0001157_t0043_u01731373318168") 2024/11/12 01:08:21 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f404a5281c1dabc7b_d20241112_m010157_c001_v7007000_t0000_u01731373317806") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bcce_d20241112_m010157_c001_v0001157_t0036_u01731373317082") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348445_d20241112_m010155_c001_v7007000_t0000_u01731373315465") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bcc4_d20241112_m010154_c001_v0001157_t0010_u01731373314740") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348441_d20241112_m010154_c001_v7007000_t0000_u01731373314208") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bcc2_d20241112_m010153_c001_v0001157_t0047_u01731373313546") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f409715789034843a_d20241112_m010152_c001_v7007000_t0000_u01731373312301") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bcb4_d20241112_m010151_c001_v0001157_t0056_u01731373311418") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348437_d20241112_m010150_c001_v7007000_t0000_u01731373310884") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bcac_d20241112_m010150_c001_v0001157_t0048_u01731373310171") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348432_d20241112_m010149_c001_v7007000_t0000_u01731373309233") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bca4_d20241112_m010148_c001_v0001157_t0035_u01731373308520") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348425_d20241112_m010142_c001_v7007000_t0000_u01731373302527") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bc6e_d20241112_m010141_c001_v0001157_t0017_u01731373301862") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348422_d20241112_m010140_c001_v7007000_t0000_u01731373300973") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bc5e_d20241112_m010140_c001_v0001157_t0028_u01731373300312") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4097157890348420_d20241112_m010139_c001_v7007000_t0000_u01731373299413") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bc56_d20241112_m010138_c001_v0001157_t0035_u01731373298684") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f409715789034841e_d20241112_m010135_c001_v7007000_t0000_u01731373295805") 2024/11/12 01:08:22 DEBUG : sub dir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bc2e_d20241112_m010135_c001_v0001157_t0008_u01731373295166") 2024/11/12 01:08:22 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5b017_d20241112_m010755_c001_v7007000_t0000_u01731373675319") 2024/11/12 01:08:23 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1121dacd36b12cf6_d20241112_m010752_c001_v0001103_t0048_u01731373672470") 2024/11/12 01:08:23 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5afcb_d20241112_m010750_c001_v7007000_t0000_u01731373670737") 2024/11/12 01:08:23 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d3d0b_d20241112_m010747_c001_v0001113_t0015_u01731373667902") 2024/11/12 01:08:23 DEBUG : sub/yam: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a7ca_d20241112_m010339_c001_v7007000_t0000_u01731373419121") 2024/11/12 01:08:23 DEBUG : sub/yam: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da200d_d20241112_m010336_c001_v0001181_t0023_u01731373416892") 2024/11/12 01:08:23 DEBUG : three: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839e4_d20241112_m010327_c001_v7007000_t0000_u01731373407912") 2024/11/12 01:08:23 DEBUG : three: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bf02_d20241112_m010326_c001_v0001157_t0010_u01731373406665") 2024/11/12 01:08:23 DEBUG : three: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10984cb5d6e4bef2_d20241112_m010324_c001_v0001157_t0042_u01731373404275") 2024/11/12 01:08:23 DEBUG : two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839e5_d20241112_m010328_c001_v7007000_t0000_u01731373408094") 2024/11/12 01:08:23 DEBUG : two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f406c956d2f8d38e6_d20241112_m010326_c001_v0001113_t0030_u01731373406095") 2024/11/12 01:08:23 DEBUG : two: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f40984cb5d6e4beee_d20241112_m010324_c001_v0001157_t0047_u01731373404091") 2024/11/12 01:08:23 DEBUG : yam: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a7d3_d20241112_m010339_c001_v7007000_t0000_u01731373419903") 2024/11/12 01:08:23 DEBUG : yam: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10899f9f11ab7625_d20241112_m010338_c001_v0001044_t0037_u01731373418348") 2024/11/12 01:08:23 DEBUG : yam: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf83a06_d20241112_m010334_c001_v7007000_t0000_u01731373414465") 2024/11/12 01:08:23 DEBUG : yam: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f10865c62c1da1ff9_d20241112_m010333_c001_v0001181_t0029_u01731373413011") 2024/11/12 01:08:23 DEBUG : yam: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839ee_d20241112_m010330_c001_v7007000_t0000_u01731373410982") 2024/11/12 01:08:23 DEBUG : yam: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f106c956d2f8d38ec_d20241112_m010328_c001_v0001113_t0031_u01731373408652") 2024/11/12 01:08:23 DEBUG : yaml: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4198dc9f32c5a7a9_d20241112_m010335_c001_v7007000_t0000_u01731373415572") 2024/11/12 01:08:23 DEBUG : yaml: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f1029903c602e6ca0_d20241112_m010334_c001_v0001176_t0000_u01731373414247") 2024/11/12 01:08:23 DEBUG : yaml: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f4163521dccf839f4_d20241112_m010331_c001_v7007000_t0000_u01731373411720") 2024/11/12 01:08:24 DEBUG : yaml: Deleting (id "4_zefe2ddc3e03d1bdb9f380e1b_f109baedaedfa44b2_d20241112_m010330_c001_v0001144_t0032_u01731373410124") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 6m53.694495477s (try 1/5)