"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2024/09/26 01:00:40 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu" 2024/09/26 01:00:40 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/09/26 01:00:41 DEBUG : Creating backend with remote "/tmp/rclone480009831" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:00:42 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/09/26 01:00:42 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:00:42 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.05s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:43 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/26 01:00:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:00:43 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:00:43 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:00:44 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:00:44 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:44 DEBUG : B2 bucket rclone-test-layelej1ceyu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.17s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", 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-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", 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-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:46 DEBUG : Creating backend with remote "/non-existing" 2024/09/26 01:00:46 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/09/26 01:00:46 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:00:46 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.89s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:00:47 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:00:47 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:00:48 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:00:48 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.93s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:49 INFO : B2 bucket rclone-test-layelej1ceyu: Running all checks before starting transfers 2024/09/26 01:00:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:00:49 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:00:49 INFO : B2 bucket rclone-test-layelej1ceyu: Checks finished, now starting transfers 2024/09/26 01:00:49 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:00:49 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:00:49 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.77s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:50 ERROR : Ignoring --no-traverse with sync 2024/09/26 01:00:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:00:51 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:00:51 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:00:51 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:00:51 INFO : sub dir/hello world: Copied (new) 2024/09/26 01:00:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.61s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:52 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/09/26 01:00:52 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:00:52 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:00:52 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2024/09/26 01:00:52 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.58s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:54 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:00:54 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:00:54 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:00:54 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:00:54 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.82s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:56 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:00:56 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:00:56 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:00:56 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:00:56 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.99s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:57 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/09/26 01:00:57 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/26 01:00:57 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/09/26 01:00:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/26 01:00:58 DEBUG : sub dir: Making directory 2024/09/26 01:00:58 DEBUG : sub dir2: Making directory 2024/09/26 01:00:58 DEBUG : sub dir2/sub sub dir2: Making directory 2024/09/26 01:00:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:00:58 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:00:58 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:00:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:00:58 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2024/09/26 01:00:58 DEBUG : B2 bucket rclone-test-layelej1ceyu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.77s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:00:59 DEBUG : sub dir2: Making directory 2024/09/26 01:00:59 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/09/26 01:00:59 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/26 01:00:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:00:59 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:00:59 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:01:00 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.17s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:00 DEBUG : sub dir2: Making directory with metadata 2024/09/26 01:01:00 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/26 01:01:00 DEBUG : sub dir: Making directory 2024/09/26 01:01:00 DEBUG : sub dir2: Making directory 2024/09/26 01:01:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:01:00 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:00 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:01 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:01:01 INFO : sub dir/hello world: Copied (new) 2024/09/26 01:01:01 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/09/26 01:01:01 DEBUG : B2 bucket rclone-test-layelej1ceyu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/09/26 01:01:01 DEBUG : B2 bucket rclone-test-layelej1ceyu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.82s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", 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-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:02 DEBUG : sub dir2: Making directory 2024/09/26 01:01:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:01:03 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:03 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:03 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:01:03 INFO : sub dir/hello world: Copied (new) 2024/09/26 01:01:03 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.24s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:04 DEBUG : sub dir2: Making directory with metadata 2024/09/26 01:01:04 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/09/26 01:01:04 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/26 01:01:04 DEBUG : sub dir: Making directory 2024/09/26 01:01:04 DEBUG : sub dir2: Making directory 2024/09/26 01:01:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:01:04 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:04 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:04 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:01:04 INFO : sub dir/hello world: Copied (new) 2024/09/26 01:01:04 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/09/26 01:01:04 DEBUG : B2 bucket rclone-test-layelej1ceyu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.54s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", 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-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:06 DEBUG : sub dir2: Making directory 2024/09/26 01:01:06 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:01:06 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:06 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:07 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:01:07 INFO : sub dir/hello world: Copied (new) 2024/09/26 01:01:07 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.66s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:08 DEBUG : Creating backend with remote "TestB2:rclone-test-cixacas1zeqi" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-layelej1ceyu -> B2 bucket rclone-test-cixacas1zeqi 2024/09/26 01:01:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:01:09 DEBUG : B2 bucket rclone-test-cixacas1zeqi: Waiting for checks to finish 2024/09/26 01:01:09 DEBUG : B2 bucket rclone-test-cixacas1zeqi: Waiting for transfers to finish 2024/09/26 01:01:10 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:01:10 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:10 DEBUG : B2 bucket rclone-test-cixacas1zeqi: Purge remote 2024/09/26 01:01:10 INFO : B2 bucket rclone-test-cixacas1zeqi: cleaning bucket "rclone-test-cixacas1zeqi" of all files 2024/09/26 01:01:10 DEBUG : sub dir/hello world: Deleting (id "4_z3f229de3d08d2bbb9f280e1b_f109662a03ceb3d10_d20240926_m010110_c001_v0001039_t0042_u01727312470051") --- PASS: TestServerSideCopy (4.74s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:12 ERROR : : error listing: directory not found 2024/09/26 01:01:13 DEBUG : Local file system at /tmp/rclone480009831: Making directory 2024/09/26 01:01:13 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:13 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestCopyAfterDelete (1.83s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:01:14 DEBUG : Local file system at /tmp/rclone480009831: Waiting for checks to finish 2024/09/26 01:01:14 DEBUG : Local file system at /tmp/rclone480009831: Waiting for transfers to finish 2024/09/26 01:01:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:01:15 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2024/09/26 01:01:15 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestCopyRedownload (2.09s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:16 DEBUG : check sum: Need to transfer - File not found at Destination 2024/09/26 01:01:16 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:16 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:16 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/09/26 01:01:16 INFO : check sum: Copied (new) 2024/09/26 01:01:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:17 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:17 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/09/26 01:01:17 DEBUG : check sum: Size and sha1 of src and dst objects identical 2024/09/26 01:01:17 DEBUG : check sum: Unchanged skipping 2024/09/26 01:01:17 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:17 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:17 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.39s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:19 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/09/26 01:01:19 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:19 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:19 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/09/26 01:01:19 INFO : sizeonly: Copied (new) 2024/09/26 01:01:19 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:19 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:19 DEBUG : sizeonly: Sizes identical 2024/09/26 01:01:19 DEBUG : sizeonly: Unchanged skipping 2024/09/26 01:01:19 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:19 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:19 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.51s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:21 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/09/26 01:01:21 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:21 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:21 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2024/09/26 01:01:21 INFO : ignore-size: Copied (new) 2024/09/26 01:01:21 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:22 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:01:22 DEBUG : ignore-size: Unchanged skipping 2024/09/26 01:01:22 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:22 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:22 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:22 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.45s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:24 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:01:24 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:24 DEBUG : existing: Unchanged skipping 2024/09/26 01:01:24 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:24 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:24 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:24 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:24 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/09/26 01:01:24 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:24 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/09/26 01:01:24 INFO : existing: Copied (replaced existing) 2024/09/26 01:01:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.64s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:26 DEBUG : existing: Need to transfer - File not found at Destination 2024/09/26 01:01:26 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:26 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:27 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/09/26 01:01:27 INFO : existing: Copied (new) 2024/09/26 01:01:27 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:27 DEBUG : existing: Destination exists, skipping 2024/09/26 01:01:27 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:27 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:27 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:27 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.45s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:29 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/09/26 01:01:30 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:01:30 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/09/26 01:01:30 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:30 DEBUG : c/non empty space: Unchanged skipping 2024/09/26 01:01:30 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:30 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:01:30 INFO : a/potato2: Copied (new) 2024/09/26 01:01:30 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:30 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (2.86s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:32 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:32 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/09/26 01:01:32 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/09/26 01:01:32 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/09/26 01:01:32 DEBUG : empty space: Unchanged skipping 2024/09/26 01:01:32 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:32 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:32 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:32 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:32 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/09/26 01:01:32 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/09/26 01:01:33 INFO : empty space: Updated modification time in destination 2024/09/26 01:01:33 DEBUG : empty space: Unchanged skipping 2024/09/26 01:01:33 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:33 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:33 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.75s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:36 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/09/26 01:01:36 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:36 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/09/26 01:01:36 DEBUG : empty space: Unchanged skipping 2024/09/26 01:01:36 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:36 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:36 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.78s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:37 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/09/26 01:01:37 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:37 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone480009831) 2024/09/26 01:01:37 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-layelej1ceyu) 2024/09/26 01:01:37 DEBUG : foo: sha1 differ 2024/09/26 01:01:37 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:38 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2024/09/26 01:01:38 INFO : foo: Copied (replaced existing) 2024/09/26 01:01:38 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.83s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:39 DEBUG : potato: Need to transfer - File not found at Destination 2024/09/26 01:01:39 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:39 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:01:39 DEBUG : empty space: Unchanged skipping 2024/09/26 01:01:39 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:40 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:01:40 INFO : potato: Copied (new) 2024/09/26 01:01:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.61s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:42 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/09/26 01:01:42 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:42 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:43 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2024/09/26 01:01:43 INFO : potato: Copied (replaced existing) 2024/09/26 01:01:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.41s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:44 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/09/26 01:01:44 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:44 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone480009831) 2024/09/26 01:01:44 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-layelej1ceyu) 2024/09/26 01:01:44 DEBUG : potato: sha1 differ 2024/09/26 01:01:44 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:45 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2024/09/26 01:01:45 INFO : potato: Copied (replaced existing) 2024/09/26 01:01:45 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.18s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:48 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:01:48 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/09/26 01:01:48 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:01:48 DEBUG : empty space: Unchanged skipping 2024/09/26 01:01:48 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:48 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:48 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (3.79s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:51 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:01:51 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:01:51 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:51 DEBUG : empty space: Unchanged skipping 2024/09/26 01:01:51 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:52 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:01:52 INFO : potato2: Copied (new) 2024/09/26 01:01:52 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:52 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (3.40s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:54 DEBUG : d: Making directory 2024/09/26 01:01:54 DEBUG : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2024/09/26 01:01:54 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:01:54 DEBUG : c/non empty space: Unchanged skipping 2024/09/26 01:01:54 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/09/26 01:01:54 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:54 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:55 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:01:55 INFO : a/potato2: Copied (new) 2024/09/26 01:01:55 DEBUG : Waiting for deletions to finish 2024/09/26 01:01:55 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (3.15s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:01:57 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/09/26 01:01:58 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:01:58 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/09/26 01:01:58 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:01:58 DEBUG : c/non empty space: Unchanged skipping 2024/09/26 01:01:58 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:01:58 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:01:58 INFO : a/potato2: Copied (new) 2024/09/26 01:01:58 ERROR : B2 bucket rclone-test-layelej1ceyu: not deleting files as there were IO errors 2024/09/26 01:01:58 ERROR : B2 bucket rclone-test-layelej1ceyu: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.47s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:01 DEBUG : Waiting for deletions to finish 2024/09/26 01:02:01 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:02:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:02:01 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:01 DEBUG : empty space: Unchanged skipping 2024/09/26 01:02:01 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:01 INFO : potato: Deleted 2024/09/26 01:02:02 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:02:02 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (3.31s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:04 DEBUG : Waiting for deletions to finish 2024/09/26 01:02:04 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:04 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:04 INFO : potato: Deleted 2024/09/26 01:02:04 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:02:04 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:02:04 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:04 DEBUG : empty space: Unchanged skipping 2024/09/26 01:02:04 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:05 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:02:05 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (4.14s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:08 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:02:08 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:08 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:08 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2024/09/26 01:02:08 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.30s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:10 DEBUG : enormous: Excluded (Size Filter) 2024/09/26 01:02:10 DEBUG : enormous: Excluded 2024/09/26 01:02:10 DEBUG : potato2: Excluded (Size Filter) 2024/09/26 01:02:10 DEBUG : potato2: Excluded 2024/09/26 01:02:11 DEBUG : potato2: Excluded (Size Filter) 2024/09/26 01:02:11 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:02:11 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:11 DEBUG : empty space: Unchanged skipping 2024/09/26 01:02:11 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:11 DEBUG : Waiting for deletions to finish 2024/09/26 01:02:11 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:11 DEBUG : enormous: Excluded (Size Filter) 2024/09/26 01:02:11 DEBUG : enormous: Excluded 2024/09/26 01:02:11 DEBUG : potato2: Excluded (Size Filter) 2024/09/26 01:02:11 DEBUG : potato2: Excluded 2024/09/26 01:02:11 DEBUG : potato2: Excluded (Size Filter) 2024/09/26 01:02:11 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/09/26 01:02:11 DEBUG : empty space: Unchanged skipping 2024/09/26 01:02:11 DEBUG : Local file system at /tmp/rclone480009831: Waiting for checks to finish 2024/09/26 01:02:11 DEBUG : Local file system at /tmp/rclone480009831: Waiting for transfers to finish 2024/09/26 01:02:11 DEBUG : Waiting for deletions to finish 2024/09/26 01:02:11 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncWithExclude (3.17s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:14 DEBUG : enormous: Excluded (Size Filter) 2024/09/26 01:02:14 DEBUG : enormous: Excluded 2024/09/26 01:02:14 DEBUG : potato2: Excluded (Size Filter) 2024/09/26 01:02:14 DEBUG : potato2: Excluded 2024/09/26 01:02:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:02:14 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:14 DEBUG : empty space: Unchanged skipping 2024/09/26 01:02:14 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:14 DEBUG : Waiting for deletions to finish 2024/09/26 01:02:14 INFO : enormous: Deleted 2024/09/26 01:02:14 INFO : potato2: Deleted 2024/09/26 01:02:14 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:15 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/09/26 01:02:15 DEBUG : empty space: Unchanged skipping 2024/09/26 01:02:15 DEBUG : Local file system at /tmp/rclone480009831: Waiting for checks to finish 2024/09/26 01:02:15 DEBUG : Local file system at /tmp/rclone480009831: Waiting for transfers to finish 2024/09/26 01:02:15 DEBUG : Waiting for deletions to finish 2024/09/26 01:02:15 INFO : potato2: Deleted 2024/09/26 01:02:15 INFO : enormous: Deleted 2024/09/26 01:02:15 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.48s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:18 DEBUG : five: Need to transfer - File not found at Destination 2024/09/26 01:02:18 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/09/26 01:02:18 DEBUG : one: Destination is newer than source, skipping 2024/09/26 01:02:18 DEBUG : three: Sizes identical 2024/09/26 01:02:18 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:18 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/09/26 01:02:18 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/09/26 01:02:18 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone480009831) 2024/09/26 01:02:18 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-layelej1ceyu) 2024/09/26 01:02:18 DEBUG : two: sha1 differ 2024/09/26 01:02:18 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:18 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/09/26 01:02:18 INFO : five: Copied (new) 2024/09/26 01:02:18 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/09/26 01:02:18 INFO : four: Copied (replaced existing) 2024/09/26 01:02:19 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/09/26 01:02:19 INFO : two: Copied (replaced existing) 2024/09/26 01:02:19 DEBUG : Waiting for deletions to finish 2024/09/26 01:02:19 DEBUG : one: Destination is newer than source, skipping 2024/09/26 01:02:19 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:19 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone480009831) 2024/09/26 01:02:19 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-layelej1ceyu) 2024/09/26 01:02:19 DEBUG : three: sha1 differ 2024/09/26 01:02:19 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/09/26 01:02:19 DEBUG : four: Size and sha1 of src and dst objects identical 2024/09/26 01:02:19 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/09/26 01:02:19 DEBUG : five: Size and sha1 of src and dst objects identical 2024/09/26 01:02:19 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/09/26 01:02:19 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/09/26 01:02:19 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/09/26 01:02:19 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/09/26 01:02:19 DEBUG : two: Size and sha1 of src and dst objects identical 2024/09/26 01:02:19 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/09/26 01:02:19 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:19 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/09/26 01:02:19 INFO : three: Copied (replaced existing) 2024/09/26 01:02:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.92s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1364: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1364: 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-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" sync_test.go:1436: Can track renames: true 2024/09/26 01:02:21 INFO : B2 bucket rclone-test-layelej1ceyu: Making map for --track-renames 2024/09/26 01:02:21 INFO : B2 bucket rclone-test-layelej1ceyu: Finished making map for --track-renames 2024/09/26 01:02:21 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:21 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/09/26 01:02:21 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/09/26 01:02:21 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for renames to finish 2024/09/26 01:02:21 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:22 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/09/26 01:02:22 INFO : yam: Copied (new) 2024/09/26 01:02:22 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/09/26 01:02:22 INFO : potato: Copied (new) 2024/09/26 01:02:22 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:22 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:02:22 INFO : B2 bucket rclone-test-layelej1ceyu: Making map for --track-renames 2024/09/26 01:02:22 INFO : B2 bucket rclone-test-layelej1ceyu: Finished making map for --track-renames 2024/09/26 01:02:22 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:22 DEBUG : potato: Unchanged skipping 2024/09/26 01:02:22 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for renames to finish 2024/09/26 01:02:23 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/09/26 01:02:23 INFO : yam: Copied (server-side copy) to: yaml 2024/09/26 01:02:23 INFO : yam: Deleted 2024/09/26 01:02:23 INFO : yaml: Renamed from "yam" 2024/09/26 01:02:23 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:23 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (4.08s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" sync_test.go:1508: Can track renames: true 2024/09/26 01:02:25 INFO : B2 bucket rclone-test-layelej1ceyu: Making map for --track-renames 2024/09/26 01:02:25 INFO : B2 bucket rclone-test-layelej1ceyu: Finished making map for --track-renames 2024/09/26 01:02:25 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:25 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/09/26 01:02:25 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/09/26 01:02:25 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for renames to finish 2024/09/26 01:02:25 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:26 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/09/26 01:02:26 INFO : potato: Copied (new) 2024/09/26 01:02:26 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/09/26 01:02:26 INFO : yam: Copied (new) 2024/09/26 01:02:26 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:26 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:02:26 INFO : B2 bucket rclone-test-layelej1ceyu: Making map for --track-renames 2024/09/26 01:02:26 INFO : B2 bucket rclone-test-layelej1ceyu: Finished making map for --track-renames 2024/09/26 01:02:26 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:26 DEBUG : potato: Unchanged skipping 2024/09/26 01:02:26 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for renames to finish 2024/09/26 01:02:27 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/09/26 01:02:27 INFO : yam: Copied (server-side copy) to: yaml 2024/09/26 01:02:27 INFO : yam: Deleted 2024/09/26 01:02:27 INFO : yaml: Renamed from "yam" 2024/09/26 01:02:27 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:27 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.82s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" sync_test.go:1547: Can track renames: true 2024/09/26 01:02:29 INFO : B2 bucket rclone-test-layelej1ceyu: Making map for --track-renames 2024/09/26 01:02:29 INFO : B2 bucket rclone-test-layelej1ceyu: Finished making map for --track-renames 2024/09/26 01:02:29 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:29 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/09/26 01:02:29 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/09/26 01:02:29 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for renames to finish 2024/09/26 01:02:29 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:29 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/09/26 01:02:29 INFO : sub/yam: Copied (new) 2024/09/26 01:02:30 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/09/26 01:02:30 INFO : potato: Copied (new) 2024/09/26 01:02:30 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:30 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:02:30 DEBUG : potato: Unchanged skipping 2024/09/26 01:02:30 INFO : B2 bucket rclone-test-layelej1ceyu: Making map for --track-renames 2024/09/26 01:02:30 INFO : B2 bucket rclone-test-layelej1ceyu: Finished making map for --track-renames 2024/09/26 01:02:30 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:30 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for renames to finish 2024/09/26 01:02:31 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/09/26 01:02:31 INFO : sub/yam: Copied (server-side copy) to: yam 2024/09/26 01:02:31 INFO : sub/yam: Deleted 2024/09/26 01:02:31 INFO : yam: Renamed from "sub/yam" 2024/09/26 01:02:31 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:31 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.71s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:33 DEBUG : Creating backend with remote "/tmp/rclone480009831/dir1" 2024/09/26 01:02:33 DEBUG : Config file has changed externally - reloading 2024/09/26 01:02:33 DEBUG : Creating backend with remote "/tmp/rclone480009831/dir2" 2024/09/26 01:02:33 DEBUG : Local file system at /tmp/rclone480009831/dir2: Using server-side directory move 2024/09/26 01:02:33 INFO : Local file system at /tmp/rclone480009831/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/09/26 01:02:33 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/09/26 01:02:33 INFO : file1.txt: Moved (server-side) 2024/09/26 01:02:33 DEBUG : Local file system at /tmp/rclone480009831/dir2: Waiting for checks to finish 2024/09/26 01:02:33 DEBUG : Local file system at /tmp/rclone480009831/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:02:33 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/09/26 01:02:33 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:33 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:34 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/09/26 01:02:34 INFO : nested/sub dir/file: Copied (new) 2024/09/26 01:02:34 INFO : nested/sub dir/file: Deleted 2024/09/26 01:02:34 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:02:34 INFO : sub dir/hello world: Copied (new) 2024/09/26 01:02:34 INFO : sub dir/hello world: Deleted 2024/09/26 01:02:34 INFO : sub dir: Removing directory 2024/09/26 01:02:34 INFO : nested/sub dir: Removing directory 2024/09/26 01:02:34 INFO : nested: Removing directory 2024/09/26 01:02:34 DEBUG : Local file system at /tmp/rclone480009831: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.71s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/09/26 01:02:36 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/09/26 01:02:36 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:36 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:36 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/09/26 01:02:36 INFO : nested/sub dir/file: Copied (new) 2024/09/26 01:02:36 INFO : nested/sub dir/file: Deleted 2024/09/26 01:02:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/09/26 01:02:37 INFO : sub dir/hello world: Copied (new) 2024/09/26 01:02:37 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.18s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:38 DEBUG : existing: Need to transfer - File not found at Destination 2024/09/26 01:02:38 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/09/26 01:02:38 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:38 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:38 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2024/09/26 01:02:38 INFO : existing-b: Copied (new) 2024/09/26 01:02:38 INFO : existing-b: Deleted 2024/09/26 01:02:39 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/09/26 01:02:39 INFO : existing: Copied (new) 2024/09/26 01:02:39 INFO : existing: Deleted 2024/09/26 01:02:39 DEBUG : existing: Destination exists, skipping 2024/09/26 01:02:39 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/09/26 01:02:39 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:02:39 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:02:39 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.43s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:40 DEBUG : Creating backend with remote "TestB2:rclone-test-cifurew5fiho" sync_test.go:1603: Server side move (if possible) B2 bucket rclone-test-layelej1ceyu -> B2 bucket rclone-test-cifurew5fiho 2024/09/26 01:02:45 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:02:45 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/09/26 01:02:45 DEBUG : empty space: Unchanged skipping 2024/09/26 01:02:45 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/09/26 01:02:45 DEBUG : B2 bucket rclone-test-cifurew5fiho: Waiting for checks to finish 2024/09/26 01:02:45 INFO : empty space: Deleted 2024/09/26 01:02:45 DEBUG : B2 bucket rclone-test-cifurew5fiho: Waiting for transfers to finish 2024/09/26 01:02:45 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:02:45 INFO : potato2: Copied (server-side copy) 2024/09/26 01:02:45 INFO : potato2: Deleted 2024/09/26 01:02:45 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/09/26 01:02:45 INFO : potato3: Copied (server-side copy) 2024/09/26 01:02:45 INFO : potato3: Deleted 2024/09/26 01:02:46 DEBUG : Creating backend with remote "TestB2:rclone-test-yutusap4daka" 2024/09/26 01:02:47 DEBUG : empty space: Need to transfer - File not found at Destination 2024/09/26 01:02:47 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:02:47 DEBUG : potato3: Need to transfer - File not found at Destination 2024/09/26 01:02:47 DEBUG : B2 bucket rclone-test-yutusap4daka: Waiting for checks to finish 2024/09/26 01:02:47 DEBUG : B2 bucket rclone-test-yutusap4daka: Waiting for transfers to finish 2024/09/26 01:02:48 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:02:48 INFO : potato2: Copied (server-side copy) 2024/09/26 01:02:48 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/09/26 01:02:48 INFO : empty space: Copied (server-side copy) 2024/09/26 01:02:48 INFO : potato2: Deleted 2024/09/26 01:02:48 INFO : empty space: Deleted 2024/09/26 01:02:50 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/09/26 01:02:50 INFO : potato3: Copied (server-side copy) 2024/09/26 01:02:50 INFO : potato3: Deleted 2024/09/26 01:02:51 DEBUG : B2 bucket rclone-test-yutusap4daka: Purge remote 2024/09/26 01:02:51 INFO : B2 bucket rclone-test-yutusap4daka: cleaning bucket "rclone-test-yutusap4daka" of all files 2024/09/26 01:02:51 DEBUG : empty space: Deleting (id "4_z5f621dd3d0ad2bbb9f280e1b_f102b29ae81adc7bb_d20240926_m010248_c001_v0001104_t0000_u01727312568141") 2024/09/26 01:02:51 DEBUG : potato2: Deleting (id "4_z5f621dd3d0ad2bbb9f280e1b_f119dcae6f9ca4e15_d20240926_m010248_c001_v0001180_t0002_u01727312568539") 2024/09/26 01:02:51 DEBUG : potato3: Deleting (id "4_z5f621dd3d0ad2bbb9f280e1b_f113dfee721e718ca_d20240926_m010248_c001_v0001144_t0039_u01727312568528") 2024/09/26 01:02:52 DEBUG : B2 bucket rclone-test-cifurew5fiho: Purge remote 2024/09/26 01:02:52 INFO : B2 bucket rclone-test-cifurew5fiho: cleaning bucket "rclone-test-cifurew5fiho" of all files 2024/09/26 01:02:52 DEBUG : empty space: Deleting (id "4_z5f620db3d0ad2bbb9f280e1b_f406c9f481f3c8cf7_d20240926_m010248_c001_v7007000_t0000_u01727312568886") 2024/09/26 01:02:52 DEBUG : empty space: Deleting (id "4_z5f620db3d0ad2bbb9f280e1b_f108f44e1cd94e3f6_d20240926_m010244_c001_v0001172_t0029_u01727312564232") 2024/09/26 01:02:52 DEBUG : potato2: Deleting (id "4_z5f620db3d0ad2bbb9f280e1b_f412f6fe8bdcf4fac_d20240926_m010248_c001_v7007000_t0000_u01727312568764") 2024/09/26 01:02:52 DEBUG : potato2: Deleting (id "4_z5f620db3d0ad2bbb9f280e1b_f1156f3fa65bdd7f6_d20240926_m010245_c001_v0001033_t0028_u01727312565205") 2024/09/26 01:02:52 DEBUG : potato3: Deleting (id "4_z5f620db3d0ad2bbb9f280e1b_f406c9f481f3c8cfb_d20240926_m010250_c001_v7007000_t0000_u01727312570816") 2024/09/26 01:02:52 DEBUG : potato3: Deleting (id "4_z5f620db3d0ad2bbb9f280e1b_f103a55f27e4fec89_d20240926_m010245_c001_v0001165_t0033_u01727312565604") 2024/09/26 01:02:52 DEBUG : potato3: Deleting (id "4_z5f620db3d0ad2bbb9f280e1b_f108f44e1cd94e3fa_d20240926_m010244_c001_v0001172_t0038_u01727312564510") --- PASS: TestServerSideMove (13.50s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:02:54 DEBUG : Creating backend with remote "TestB2:rclone-test-wiranij6muko" sync_test.go:1603: Server side move (if possible) B2 bucket rclone-test-layelej1ceyu -> B2 bucket rclone-test-wiranij6muko 2024/09/26 01:02:59 DEBUG : empty space: Excluded (Size Filter) 2024/09/26 01:02:59 DEBUG : empty space: Excluded (Size Filter) 2024/09/26 01:02:59 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:02:59 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/09/26 01:02:59 DEBUG : B2 bucket rclone-test-wiranij6muko: Waiting for checks to finish 2024/09/26 01:02:59 DEBUG : B2 bucket rclone-test-wiranij6muko: Waiting for transfers to finish 2024/09/26 01:03:00 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/09/26 01:03:00 INFO : potato3: Copied (server-side copy) 2024/09/26 01:03:00 INFO : potato3: Deleted 2024/09/26 01:03:00 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:03:00 INFO : potato2: Copied (server-side copy) 2024/09/26 01:03:00 INFO : potato2: Deleted 2024/09/26 01:03:01 DEBUG : Creating backend with remote "TestB2:rclone-test-kecixuz9yome" 2024/09/26 01:03:01 DEBUG : Config file has changed externally - reloading 2024/09/26 01:03:01 DEBUG : empty space: Excluded (Size Filter) 2024/09/26 01:03:02 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:03:02 DEBUG : potato3: Need to transfer - File not found at Destination 2024/09/26 01:03:02 DEBUG : B2 bucket rclone-test-kecixuz9yome: Waiting for checks to finish 2024/09/26 01:03:02 DEBUG : B2 bucket rclone-test-kecixuz9yome: Waiting for transfers to finish 2024/09/26 01:03:03 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:03:03 INFO : potato2: Copied (server-side copy) 2024/09/26 01:03:03 INFO : potato2: Deleted 2024/09/26 01:03:04 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/09/26 01:03:04 INFO : potato3: Copied (server-side copy) 2024/09/26 01:03:04 INFO : potato3: Deleted 2024/09/26 01:03:04 DEBUG : B2 bucket rclone-test-kecixuz9yome: Purge remote 2024/09/26 01:03:04 INFO : B2 bucket rclone-test-kecixuz9yome: cleaning bucket "rclone-test-kecixuz9yome" of all files 2024/09/26 01:03:05 DEBUG : potato2: Deleting (id "4_z8f925d73d0ad2bbb9f280e1b_f118a1ffa6c33f290_d20240926_m010303_c001_v0001145_t0037_u01727312583094") 2024/09/26 01:03:05 DEBUG : potato3: Deleting (id "4_z8f925d73d0ad2bbb9f280e1b_f1125be18d42ce6ef_d20240926_m010303_c001_v0001117_t0036_u01727312583452") 2024/09/26 01:03:05 DEBUG : B2 bucket rclone-test-wiranij6muko: Purge remote 2024/09/26 01:03:05 INFO : B2 bucket rclone-test-wiranij6muko: cleaning bucket "rclone-test-wiranij6muko" of all files 2024/09/26 01:03:06 DEBUG : empty space: Deleting (id "4_z6fb24d43d0ad2bbb9f280e1b_f11040add44f84a14_d20240926_m010258_c001_v0001039_t0054_u01727312578701") 2024/09/26 01:03:06 DEBUG : potato2: Deleting (id "4_z6fb24d43d0ad2bbb9f280e1b_f41966e497b74b3fb_d20240926_m010303_c001_v7007000_t0000_u01727312583756") 2024/09/26 01:03:06 DEBUG : potato2: Deleting (id "4_z6fb24d43d0ad2bbb9f280e1b_f110bc0c4ed5871c1_d20240926_m010300_c001_v0001181_t0044_u01727312580476") 2024/09/26 01:03:06 DEBUG : potato3: Deleting (id "4_z6fb24d43d0ad2bbb9f280e1b_f41966e497b74b3fd_d20240926_m010304_c001_v7007000_t0000_u01727312584484") 2024/09/26 01:03:06 DEBUG : potato3: Deleting (id "4_z6fb24d43d0ad2bbb9f280e1b_f11839489c79343d4_d20240926_m010300_c001_v0001098_t0050_u01727312580040") 2024/09/26 01:03:06 DEBUG : potato3: Deleting (id "4_z6fb24d43d0ad2bbb9f280e1b_f11040add44f84a16_d20240926_m010259_c001_v0001039_t0036_u01727312579223") --- PASS: TestServerSideMoveWithFilter (13.98s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:03:08 DEBUG : Creating backend with remote "TestB2:rclone-test-dafexij4mezi" 2024/09/26 01:03:10 DEBUG : tomatoDir: Making directory sync_test.go:1603: Server side move (if possible) B2 bucket rclone-test-layelej1ceyu -> B2 bucket rclone-test-dafexij4mezi 2024/09/26 01:03:13 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:03:13 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/09/26 01:03:13 DEBUG : empty space: Unchanged skipping 2024/09/26 01:03:13 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/09/26 01:03:13 DEBUG : B2 bucket rclone-test-dafexij4mezi: Waiting for checks to finish 2024/09/26 01:03:13 INFO : empty space: Deleted 2024/09/26 01:03:13 DEBUG : B2 bucket rclone-test-dafexij4mezi: Waiting for transfers to finish 2024/09/26 01:03:14 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:03:14 INFO : potato2: Copied (server-side copy) 2024/09/26 01:03:14 INFO : potato2: Deleted 2024/09/26 01:03:14 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/09/26 01:03:14 INFO : potato3: Copied (server-side copy) 2024/09/26 01:03:14 INFO : potato3: Deleted 2024/09/26 01:03:15 DEBUG : Creating backend with remote "TestB2:rclone-test-jenotaq8habu" 2024/09/26 01:03:15 DEBUG : tomatoDir: Making directory 2024/09/26 01:03:16 DEBUG : empty space: Need to transfer - File not found at Destination 2024/09/26 01:03:16 DEBUG : potato2: Need to transfer - File not found at Destination 2024/09/26 01:03:16 DEBUG : potato3: Need to transfer - File not found at Destination 2024/09/26 01:03:16 DEBUG : B2 bucket rclone-test-jenotaq8habu: Waiting for checks to finish 2024/09/26 01:03:16 DEBUG : B2 bucket rclone-test-jenotaq8habu: Waiting for transfers to finish 2024/09/26 01:03:17 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/09/26 01:03:17 INFO : empty space: Copied (server-side copy) 2024/09/26 01:03:17 INFO : empty space: Deleted 2024/09/26 01:03:17 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/09/26 01:03:17 INFO : potato2: Copied (server-side copy) 2024/09/26 01:03:17 INFO : potato2: Deleted 2024/09/26 01:03:18 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/09/26 01:03:18 INFO : potato3: Copied (server-side copy) 2024/09/26 01:03:18 INFO : potato3: Deleted 2024/09/26 01:03:19 DEBUG : B2 bucket rclone-test-jenotaq8habu: Purge remote 2024/09/26 01:03:19 INFO : B2 bucket rclone-test-jenotaq8habu: cleaning bucket "rclone-test-jenotaq8habu" of all files 2024/09/26 01:03:19 DEBUG : empty space: Deleting (id "4_zbf328de3d0ad2bbb9f280e1b_f1157bfa6e945250e_d20240926_m010317_c001_v0001099_t0040_u01727312597180") 2024/09/26 01:03:19 DEBUG : potato2: Deleting (id "4_zbf328de3d0ad2bbb9f280e1b_f1039f6d0a7a9970d_d20240926_m010317_c001_v0001157_t0059_u01727312597511") 2024/09/26 01:03:19 DEBUG : potato3: Deleting (id "4_zbf328de3d0ad2bbb9f280e1b_f113f58fffdd56c45_d20240926_m010317_c001_v0001117_t0009_u01727312597555") 2024/09/26 01:03:19 DEBUG : B2 bucket rclone-test-dafexij4mezi: Purge remote 2024/09/26 01:03:19 INFO : B2 bucket rclone-test-dafexij4mezi: cleaning bucket "rclone-test-dafexij4mezi" of all files 2024/09/26 01:03:20 DEBUG : empty space: Deleting (id "4_z0f627db3d0ad2bbb9f280e1b_f404e48412dccf1ba_d20240926_m010317_c001_v7007000_t0000_u01727312597486") 2024/09/26 01:03:20 DEBUG : empty space: Deleting (id "4_z0f627db3d0ad2bbb9f280e1b_f1124077a782241b0_d20240926_m010312_c001_v0001131_t0002_u01727312592625") 2024/09/26 01:03:20 DEBUG : potato2: Deleting (id "4_z0f627db3d0ad2bbb9f280e1b_f404e48412dccf1bc_d20240926_m010317_c001_v7007000_t0000_u01727312597874") 2024/09/26 01:03:20 DEBUG : potato2: Deleting (id "4_z0f627db3d0ad2bbb9f280e1b_f112b279fba7b420f_d20240926_m010313_c001_v0001145_t0059_u01727312593695") 2024/09/26 01:03:20 DEBUG : potato3: Deleting (id "4_z0f627db3d0ad2bbb9f280e1b_f404e48412dccf1be_d20240926_m010318_c001_v7007000_t0000_u01727312598393") 2024/09/26 01:03:20 DEBUG : potato3: Deleting (id "4_z0f627db3d0ad2bbb9f280e1b_f1080929de30a3315_d20240926_m010314_c001_v0001117_t0020_u01727312594061") 2024/09/26 01:03:20 DEBUG : potato3: Deleting (id "4_z0f627db3d0ad2bbb9f280e1b_f1124077a782241b2_d20240926_m010312_c001_v0001131_t0006_u01727312592953") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (13.89s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:03:22 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.73s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:03:24 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/rclone-sync-test" 2024/09/26 01:03:24 DEBUG : Config file has changed externally - reloading run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncOverlap (2.94s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:03:27 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/rclone-sync-test" 2024/09/26 01:03:29 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/rclone-sync-test-include/layer2" 2024/09/26 01:03:31 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/rclone-sync-test-ignore-file" 2024/09/26 01:03:35 DEBUG : B2 bucket rclone-test-layelej1ceyu path rclone-sync-test: Waiting for checks to finish 2024/09/26 01:03:35 DEBUG : B2 bucket rclone-test-layelej1ceyu path rclone-sync-test: Waiting for transfers to finish 2024/09/26 01:03:35 DEBUG : Waiting for deletions to finish 2024/09/26 01:03:35 INFO : There was nothing to transfer 2024/09/26 01:03:35 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:03:35 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:03:35 DEBUG : Waiting for deletions to finish 2024/09/26 01:03:35 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:03:36 DEBUG : B2 bucket rclone-test-layelej1ceyu path rclone-sync-test-include/layer2: Waiting for checks to finish 2024/09/26 01:03:36 DEBUG : B2 bucket rclone-test-layelej1ceyu path rclone-sync-test-include/layer2: Waiting for transfers to finish 2024/09/26 01:03:36 DEBUG : Waiting for deletions to finish 2024/09/26 01:03:36 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:03:36 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:03:36 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:03:36 DEBUG : Waiting for deletions to finish 2024/09/26 01:03:36 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:03:36 DEBUG : B2 bucket rclone-test-layelej1ceyu path rclone-sync-test-ignore-file: Waiting for checks to finish 2024/09/26 01:03:36 DEBUG : B2 bucket rclone-test-layelej1ceyu path rclone-sync-test-ignore-file: Waiting for transfers to finish 2024/09/26 01:03:36 DEBUG : Waiting for deletions to finish 2024/09/26 01:03:36 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.95s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:03:43 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/dst" 2024/09/26 01:03:44 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/CompareDest" 2024/09/26 01:03:46 DEBUG : one: Need to transfer - File not found at Destination 2024/09/26 01:03:46 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:03:46 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:03:47 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/09/26 01:03:47 INFO : one: Copied (new) 2024/09/26 01:03:47 DEBUG : Waiting for deletions to finish 2024/09/26 01:03:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/26 01:03:48 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:03:48 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:03:49 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/09/26 01:03:49 INFO : one: Copied (replaced existing) 2024/09/26 01:03:49 DEBUG : Waiting for deletions to finish 2024/09/26 01:03:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/26 01:03:51 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:03:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:03:51 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/26 01:03:51 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:03:51 DEBUG : Waiting for deletions to finish 2024/09/26 01:03:51 INFO : There was nothing to transfer 2024/09/26 01:03:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:03:52 DEBUG : two: Destination found in --compare-dest, skipping 2024/09/26 01:03:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/26 01:03:52 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:03:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:03:53 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/26 01:03:53 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:03:53 DEBUG : Waiting for deletions to finish 2024/09/26 01:03:53 INFO : There was nothing to transfer 2024/09/26 01:03:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:03:53 DEBUG : two: Destination found in --compare-dest, skipping 2024/09/26 01:03:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/26 01:03:53 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:03:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:03:53 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/26 01:03:53 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:03:53 DEBUG : Waiting for deletions to finish 2024/09/26 01:03:53 INFO : There was nothing to transfer 2024/09/26 01:03:54 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/09/26 01:03:54 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/09/26 01:03:54 DEBUG : two: Destination found in --compare-dest, skipping 2024/09/26 01:03:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/26 01:03:54 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:03:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:03:55 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/26 01:03:55 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:03:55 DEBUG : Waiting for deletions to finish 2024/09/26 01:03:55 INFO : There was nothing to transfer 2024/09/26 01:03:55 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/09/26 01:03:55 DEBUG : two: Need to transfer - File not found at Destination 2024/09/26 01:03:55 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:03:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/26 01:03:56 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:03:56 DEBUG : one: Destination found in --compare-dest, skipping 2024/09/26 01:03:56 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:03:56 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2024/09/26 01:03:56 INFO : two: Copied (new) 2024/09/26 01:03:56 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (14.47s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:03:59 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/dest" 2024/09/26 01:03:59 DEBUG : Config file has changed externally - reloading 2024/09/26 01:04:00 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/pre-dest1" 2024/09/26 01:04:01 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/pre-dest2" 2024/09/26 01:04:03 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:04:03 DEBUG : 1: Destination found in --compare-dest, skipping 2024/09/26 01:04:04 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:04:04 DEBUG : 2: Destination found in --compare-dest, skipping 2024/09/26 01:04:04 DEBUG : 3: Need to transfer - File not found at Destination 2024/09/26 01:04:04 DEBUG : B2 bucket rclone-test-layelej1ceyu path dest: Waiting for checks to finish 2024/09/26 01:04:04 DEBUG : B2 bucket rclone-test-layelej1ceyu path dest: Waiting for transfers to finish 2024/09/26 01:04:05 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2024/09/26 01:04:05 INFO : 3: Copied (new) 2024/09/26 01:04:05 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.93s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:04:07 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/dst" 2024/09/26 01:04:08 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/CopyDest" 2024/09/26 01:04:10 DEBUG : one: Need to transfer - File not found at Destination 2024/09/26 01:04:10 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:04:10 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:04:12 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/09/26 01:04:12 INFO : one: Copied (new) 2024/09/26 01:04:12 DEBUG : Waiting for deletions to finish 2024/09/26 01:04:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/26 01:04:13 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:04:13 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:04:13 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/09/26 01:04:13 INFO : one: Copied (replaced existing) 2024/09/26 01:04:13 DEBUG : Waiting for deletions to finish 2024/09/26 01:04:15 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/BackupDir" 2024/09/26 01:04:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/26 01:04:17 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:04:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:04:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/09/26 01:04:18 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/09/26 01:04:18 INFO : one: Copied (server-side copy) 2024/09/26 01:04:19 INFO : one: Deleted 2024/09/26 01:04:19 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/09/26 01:04:19 INFO : one: Copied (server-side copy) 2024/09/26 01:04:19 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/09/26 01:04:19 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:04:19 DEBUG : Waiting for deletions to finish 2024/09/26 01:04:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:04:21 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/09/26 01:04:21 INFO : two: Copied (server-side copy) 2024/09/26 01:04:21 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/09/26 01:04:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:04:21 DEBUG : one: Unchanged skipping 2024/09/26 01:04:21 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:04:21 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:04:21 DEBUG : Waiting for deletions to finish 2024/09/26 01:04:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:04:21 DEBUG : one: Unchanged skipping 2024/09/26 01:04:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:04:21 DEBUG : two: Unchanged skipping 2024/09/26 01:04:21 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:04:21 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:04:21 DEBUG : Waiting for deletions to finish 2024/09/26 01:04:21 INFO : There was nothing to transfer 2024/09/26 01:04:23 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/09/26 01:04:23 DEBUG : three: Destination not found in --copy-dest 2024/09/26 01:04:23 DEBUG : three: Need to transfer - File not found at Destination 2024/09/26 01:04:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:04:23 DEBUG : one: Unchanged skipping 2024/09/26 01:04:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/09/26 01:04:23 DEBUG : two: Unchanged skipping 2024/09/26 01:04:23 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:04:23 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:04:24 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2024/09/26 01:04:24 INFO : three: Copied (new) 2024/09/26 01:04:24 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (19.53s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:04:29 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/dst" 2024/09/26 01:04:30 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/backup" 2024/09/26 01:04:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:04:32 DEBUG : two: Unchanged skipping 2024/09/26 01:04:32 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:04:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/26 01:04:34 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/09/26 01:04:34 INFO : one: Copied (server-side copy) 2024/09/26 01:04:34 INFO : one: Deleted 2024/09/26 01:04:34 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:04:35 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:04:35 INFO : one: Copied (new) 2024/09/26 01:04:35 DEBUG : Waiting for deletions to finish 2024/09/26 01:04:36 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/09/26 01:04:36 INFO : three.txt: Copied (server-side copy) 2024/09/26 01:04:36 INFO : three.txt: Deleted 2024/09/26 01:04:36 INFO : three.txt: Moved into backup dir 2024/09/26 01:04:38 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/26 01:04:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:04:38 DEBUG : two: Unchanged skipping 2024/09/26 01:04:38 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:04:39 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:04:39 INFO : one: Copied (server-side copy) 2024/09/26 01:04:39 INFO : one: Deleted 2024/09/26 01:04:39 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:04:39 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/09/26 01:04:39 INFO : one: Copied (new) 2024/09/26 01:04:39 DEBUG : Waiting for deletions to finish 2024/09/26 01:04:40 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/09/26 01:04:40 INFO : three.txt: Copied (server-side copy) 2024/09/26 01:04:40 INFO : three.txt: Deleted 2024/09/26 01:04:40 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (15.32s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:04:44 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/dst" 2024/09/26 01:04:45 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/backup" 2024/09/26 01:04:47 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:04:47 DEBUG : two: Unchanged skipping 2024/09/26 01:04:47 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:04:47 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/26 01:04:48 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/09/26 01:04:48 INFO : one: Copied (server-side copy) to: one.bak 2024/09/26 01:04:49 INFO : one: Deleted 2024/09/26 01:04:49 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:04:50 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:04:50 INFO : one: Copied (new) 2024/09/26 01:04:50 DEBUG : Waiting for deletions to finish 2024/09/26 01:04:51 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/09/26 01:04:51 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/09/26 01:04:51 INFO : three.txt: Deleted 2024/09/26 01:04:51 INFO : three.txt: Moved into backup dir 2024/09/26 01:04:52 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/26 01:04:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:04:52 DEBUG : two: Unchanged skipping 2024/09/26 01:04:52 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:04:53 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:04:53 INFO : one: Copied (server-side copy) to: one.bak 2024/09/26 01:04:53 INFO : one: Deleted 2024/09/26 01:04:53 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:04:54 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/09/26 01:04:54 INFO : one: Copied (new) 2024/09/26 01:04:54 DEBUG : Waiting for deletions to finish 2024/09/26 01:04:55 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/09/26 01:04:55 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/09/26 01:04:55 INFO : three.txt: Deleted 2024/09/26 01:04:55 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (15.28s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:04:59 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/dst" 2024/09/26 01:04:59 DEBUG : Config file has changed externally - reloading 2024/09/26 01:05:00 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/backup" 2024/09/26 01:05:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:05:02 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/26 01:05:02 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:05:02 DEBUG : two: Unchanged skipping 2024/09/26 01:05:04 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/09/26 01:05:04 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/09/26 01:05:04 INFO : one: Deleted 2024/09/26 01:05:04 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:05:05 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:05:05 INFO : one: Copied (new) 2024/09/26 01:05:05 DEBUG : Waiting for deletions to finish 2024/09/26 01:05:06 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/09/26 01:05:06 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/09/26 01:05:06 INFO : three.txt: Deleted 2024/09/26 01:05:06 INFO : three.txt: Moved into backup dir 2024/09/26 01:05:08 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/26 01:05:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:05:08 DEBUG : two: Unchanged skipping 2024/09/26 01:05:08 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:05:09 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:05:09 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/09/26 01:05:09 INFO : one: Deleted 2024/09/26 01:05:09 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:05:09 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/09/26 01:05:09 INFO : one: Copied (new) 2024/09/26 01:05:09 DEBUG : Waiting for deletions to finish 2024/09/26 01:05:10 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/09/26 01:05:10 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/09/26 01:05:10 INFO : three.txt: Deleted 2024/09/26 01:05:10 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (14.81s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:05:14 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/dst" 2024/09/26 01:05:16 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:05:16 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:05:16 DEBUG : two: Unchanged skipping 2024/09/26 01:05:16 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/26 01:05:17 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/09/26 01:05:17 INFO : one: Copied (server-side copy) to: one.bak 2024/09/26 01:05:17 INFO : one: Deleted 2024/09/26 01:05:17 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:05:18 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:05:18 INFO : one: Copied (new) 2024/09/26 01:05:18 DEBUG : Waiting for deletions to finish 2024/09/26 01:05:19 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/09/26 01:05:19 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/09/26 01:05:19 INFO : three.txt: Deleted 2024/09/26 01:05:19 INFO : three.txt: Moved into backup dir 2024/09/26 01:05:21 DEBUG : one.bak: Excluded (Path Filter) 2024/09/26 01:05:21 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/09/26 01:05:21 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/26 01:05:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:05:21 DEBUG : two: Unchanged skipping 2024/09/26 01:05:21 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for checks to finish 2024/09/26 01:05:22 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:05:22 INFO : one: Copied (server-side copy) to: one.bak 2024/09/26 01:05:22 INFO : one: Deleted 2024/09/26 01:05:22 DEBUG : B2 bucket rclone-test-layelej1ceyu path dst: Waiting for transfers to finish 2024/09/26 01:05:22 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/09/26 01:05:22 INFO : one: Copied (new) 2024/09/26 01:05:22 DEBUG : Waiting for deletions to finish 2024/09/26 01:05:23 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/09/26 01:05:23 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/09/26 01:05:23 INFO : three.txt: Deleted 2024/09/26 01:05:23 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (13.11s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:05:27 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/dst" 2024/09/26 01:05:27 DEBUG : Config file has changed externally - reloading 2024/09/26 01:05:28 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/26 01:05:30 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/09/26 01:05:30 INFO : one: Copied (server-side copy) to: one.bak 2024/09/26 01:05:30 INFO : one: Deleted 2024/09/26 01:05:32 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:05:32 INFO : one: Copied (new) 2024/09/26 01:05:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:05:32 DEBUG : two: Unchanged skipping 2024/09/26 01:05:32 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/09/26 01:05:33 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/09/26 01:05:33 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/09/26 01:05:33 INFO : three.txt: Deleted 2024/09/26 01:05:34 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/09/26 01:05:34 INFO : three.txt: Copied (new) 2024/09/26 01:05:35 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/26 01:05:35 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:05:35 INFO : one: Copied (server-side copy) to: one.bak 2024/09/26 01:05:35 INFO : one: Deleted 2024/09/26 01:05:36 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/09/26 01:05:36 INFO : one: Copied (new) 2024/09/26 01:05:36 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:05:36 DEBUG : two: Unchanged skipping 2024/09/26 01:05:36 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/09/26 01:05:37 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/09/26 01:05:37 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/09/26 01:05:37 INFO : three.txt: Deleted 2024/09/26 01:05:38 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/09/26 01:05:38 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (14.69s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:05:42 DEBUG : Creating backend with remote "TestB2:rclone-test-layelej1ceyu/dst" 2024/09/26 01:05:43 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/09/26 01:05:45 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/09/26 01:05:45 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/09/26 01:05:45 INFO : one: Deleted 2024/09/26 01:05:46 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:05:46 INFO : one: Copied (new) 2024/09/26 01:05:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:05:46 DEBUG : two: Unchanged skipping 2024/09/26 01:05:46 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/09/26 01:05:47 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/09/26 01:05:47 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/09/26 01:05:47 INFO : three.txt: Deleted 2024/09/26 01:05:48 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/09/26 01:05:48 INFO : three.txt: Copied (new) 2024/09/26 01:05:49 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/09/26 01:05:49 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/09/26 01:05:49 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/09/26 01:05:50 INFO : one: Deleted 2024/09/26 01:05:50 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/09/26 01:05:50 INFO : one: Copied (new) 2024/09/26 01:05:50 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:05:50 DEBUG : two: Unchanged skipping 2024/09/26 01:05:50 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/09/26 01:05:51 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/09/26 01:05:51 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/09/26 01:05:51 INFO : three.txt: Deleted 2024/09/26 01:05:52 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/09/26 01:05:52 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (13.90s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:05:54 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/09/26 01:05:54 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:05:54 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:05:55 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2024/09/26 01:05:55 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/09/26 01:05:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.70s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:05:56 DEBUG : existing: Need to transfer - File not found at Destination 2024/09/26 01:05:56 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:05:56 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:05:57 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/09/26 01:05:57 INFO : existing: Copied (new) 2024/09/26 01:05:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:05:58 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/09/26 01:05:58 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/09/26 01:05:58 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:05:58 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:05:58 ERROR : B2 bucket rclone-test-layelej1ceyu: not deleting files as there were IO errors 2024/09/26 01:05:58 ERROR : B2 bucket rclone-test-layelej1ceyu: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncImmutable (3.23s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:06:00 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:00 DEBUG : existing: Unchanged skipping 2024/09/26 01:06:00 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:06:00 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:06:00 DEBUG : Waiting for deletions to finish 2024/09/26 01:06:00 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.90s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" sync_test.go:2529: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.38s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" sync_test.go:2568: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" sync_test.go:2568: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" sync_test.go:2568: This test only runs on local --- PASS: TestMaxTransfer (1.13s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.37s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:06:20 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both0: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both1: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both10: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both11: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both12: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both13: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both14: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both15: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both16: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both17: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both18: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both19: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:06:20 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both2: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both6: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both7: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both8: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:20 DEBUG : both9: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both4: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both5: Unchanged skipping 2024/09/26 01:06:20 DEBUG : both3: Unchanged skipping 2024/09/26 01:06:20 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:06:20 DEBUG : Waiting for deletions to finish 2024/09/26 01:06:20 INFO : only13: Deleted 2024/09/26 01:06:21 INFO : only16: Deleted 2024/09/26 01:06:21 INFO : only0: Deleted 2024/09/26 01:06:21 INFO : only12: Deleted 2024/09/26 01:06:21 INFO : only15: Deleted 2024/09/26 01:06:21 INFO : only17: Deleted 2024/09/26 01:06:21 INFO : only10: Deleted 2024/09/26 01:06:21 INFO : only11: Deleted 2024/09/26 01:06:21 INFO : only18: Deleted 2024/09/26 01:06:21 INFO : only3: Deleted 2024/09/26 01:06:21 INFO : only8: Deleted 2024/09/26 01:06:21 INFO : only1: Deleted 2024/09/26 01:06:21 INFO : only14: Deleted 2024/09/26 01:06:21 INFO : only7: Deleted 2024/09/26 01:06:21 INFO : only2: Deleted 2024/09/26 01:06:21 INFO : only19: Deleted 2024/09/26 01:06:21 INFO : only4: Deleted 2024/09/26 01:06:21 INFO : only5: Deleted 2024/09/26 01:06:22 INFO : only6: Deleted 2024/09/26 01:06:22 INFO : only9: Deleted 2024/09/26 01:06:22 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (23.66s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:06:44 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both0: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both1: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both10: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both12: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both11: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for checks to finish 2024/09/26 01:06:44 DEBUG : both13: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both17: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both18: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both19: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both2: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both3: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both4: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both14: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both6: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both7: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both8: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/09/26 01:06:44 DEBUG : both9: Unchanged skipping 2024/09/26 01:06:44 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/09/26 01:06:44 DEBUG : both15: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both16: Unchanged skipping 2024/09/26 01:06:44 DEBUG : both5: Unchanged skipping 2024/09/26 01:06:44 DEBUG : B2 bucket rclone-test-layelej1ceyu: Waiting for transfers to finish 2024/09/26 01:06:44 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:44 INFO : only0: Copied (replaced existing) 2024/09/26 01:06:44 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:44 INFO : only1: Copied (replaced existing) 2024/09/26 01:06:44 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:44 INFO : only10: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only13: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only14: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only12: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only15: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only16: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only17: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only11: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only18: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only19: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only2: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only3: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only4: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only5: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only6: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only7: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only8: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/09/26 01:06:45 INFO : only9: Copied (replaced existing) 2024/09/26 01:06:45 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (27.67s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:06:54 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/26 01:06:54 DEBUG : sub dir: Making directory 2024/09/26 01:06:54 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (3.18s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" 2024/09/26 01:06:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/09/26 01:06:57 DEBUG : sub dir: Making directory 2024/09/26 01:06:57 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-layelej1ceyu", Local "Local file system at /tmp/rclone480009831", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.04s) PASS 2024/09/26 01:07:00 DEBUG : B2 bucket rclone-test-layelej1ceyu: Purge remote 2024/09/26 01:07:00 INFO : B2 bucket rclone-test-layelej1ceyu: cleaning bucket "rclone-test-layelej1ceyu" of all files 2024/09/26 01:07:01 DEBUG : BackupDir/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea287b_d20240926_m010425_c001_v7007000_t0000_u01727312665287") 2024/09/26 01:07:01 DEBUG : BackupDir/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f10200f7fcca9eb85_d20240926_m010418_c001_v0001040_t0034_u01727312658319") 2024/09/26 01:07:01 DEBUG : CompareDest/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f405c6851fc9cc5bf_d20240926_m010357_c001_v7007000_t0000_u01727312637385") 2024/09/26 01:07:01 DEBUG : CompareDest/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092dcc_d20240926_m010350_c001_v0001128_t0027_u01727312630548") 2024/09/26 01:07:01 DEBUG : CompareDest/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f405c6851fc9cc5c1_d20240926_m010357_c001_v7007000_t0000_u01727312637566") 2024/09/26 01:07:01 DEBUG : CompareDest/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6497_d20240926_m010351_c001_v0001161_t0017_u01727312631951") 2024/09/26 01:07:01 DEBUG : CopyDest/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea287d_d20240926_m010425_c001_v7007000_t0000_u01727312665468") 2024/09/26 01:07:01 DEBUG : CopyDest/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bcd7_d20240926_m010415_c001_v0001157_t0030_u01727312655338") 2024/09/26 01:07:01 DEBUG : CopyDest/three: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea287e_d20240926_m010425_c001_v7007000_t0000_u01727312665651") 2024/09/26 01:07:01 DEBUG : CopyDest/three: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6563_d20240926_m010422_c001_v0001161_t0055_u01727312662644") 2024/09/26 01:07:01 DEBUG : CopyDest/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea287f_d20240926_m010425_c001_v7007000_t0000_u01727312665835") 2024/09/26 01:07:01 DEBUG : CopyDest/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092e40_d20240926_m010420_c001_v0001128_t0018_u01727312660571") 2024/09/26 01:07:01 DEBUG : EXISTING: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea3cce_d20240926_m010601_c001_v7007000_t0000_u01727312761352") 2024/09/26 01:07:02 DEBUG : EXISTING: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba809301f_d20240926_m010600_c001_v0001128_t0013_u01727312760196") 2024/09/26 01:07:02 DEBUG : Testêé: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea3cba_d20240926_m010556_c001_v7007000_t0000_u01727312756214") 2024/09/26 01:07:02 DEBUG : Testêé: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb66db_d20240926_m010555_c001_v0001161_t0040_u01727312755426") 2024/09/26 01:07:02 DEBUG : Testêé: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092ff5_d20240926_m010554_c001_v0001128_t0030_u01727312754261") 2024/09/26 01:07:02 DEBUG : a/potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb39_d20240926_m010159_c001_v7007000_t0000_u01727312519107") 2024/09/26 01:07:02 DEBUG : a/potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62b6_d20240926_m010158_c001_v0001161_t0054_u01727312518225") 2024/09/26 01:07:02 DEBUG : a/potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb21_d20240926_m010155_c001_v7007000_t0000_u01727312515829") 2024/09/26 01:07:02 DEBUG : a/potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62a6_d20240926_m010154_c001_v0001161_t0037_u01727312514789") 2024/09/26 01:07:02 DEBUG : a/potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e8241345a0a_d20240926_m010130_c001_v7007000_t0000_u01727312490916") 2024/09/26 01:07:02 DEBUG : a/potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6236_d20240926_m010130_c001_v0001161_t0029_u01727312490092") 2024/09/26 01:07:02 DEBUG : b/potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb3a_d20240926_m010159_c001_v7007000_t0000_u01727312519289") 2024/09/26 01:07:02 DEBUG : b/potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62aa_d20240926_m010156_c001_v0001161_t0021_u01727312516737") 2024/09/26 01:07:02 DEBUG : b/potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb20_d20240926_m010155_c001_v7007000_t0000_u01727312515268") 2024/09/26 01:07:02 DEBUG : b/potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb629c_d20240926_m010153_c001_v0001161_t0050_u01727312513586") 2024/09/26 01:07:02 DEBUG : b/potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e8241345a09_d20240926_m010130_c001_v7007000_t0000_u01727312490359") 2024/09/26 01:07:02 DEBUG : b/potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6230_d20240926_m010128_c001_v0001161_t0014_u01727312488972") 2024/09/26 01:07:02 DEBUG : backup/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea2896_d20240926_m010441_c001_v7007000_t0000_u01727312681162") 2024/09/26 01:07:02 DEBUG : backup/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f107f033ab04e52c0_d20240926_m010439_c001_v0001165_t0056_u01727312679013") 2024/09/26 01:07:02 DEBUG : backup/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1169e34044286e47_d20240926_m010433_c001_v0001041_t0042_u01727312673769") 2024/09/26 01:07:02 DEBUG : backup/one-2019-01-01: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4007cc287eca7edf_d20240926_m010511_c001_v7007000_t0000_u01727312711270") 2024/09/26 01:07:03 DEBUG : backup/one-2019-01-01: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f101fba0d5cfe75f9_d20240926_m010509_c001_v0001040_t0059_u01727312709008") 2024/09/26 01:07:03 DEBUG : backup/one-2019-01-01: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f113833ffe2b28ca8_d20240926_m010503_c001_v0001130_t0041_u01727312703718") 2024/09/26 01:07:03 DEBUG : backup/one.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f404e48412dccf2fd_d20240926_m010456_c001_v7007000_t0000_u01727312696336") 2024/09/26 01:07:03 DEBUG : backup/one.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105a9c4fa509ff8b_d20240926_m010453_c001_v0001101_t0057_u01727312693303") 2024/09/26 01:07:03 DEBUG : backup/one.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f106ec2530ae666e2_d20240926_m010448_c001_v0001098_t0046_u01727312688660") 2024/09/26 01:07:03 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4007cc287eca7ee3_d20240926_m010511_c001_v7007000_t0000_u01727312711450") 2024/09/26 01:07:03 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f119068a4e124062c_d20240926_m010510_c001_v0001130_t0047_u01727312710222") 2024/09/26 01:07:03 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f100ffcc09b6cd2d6_d20240926_m010505_c001_v0001115_t0032_u01727312705909") 2024/09/26 01:07:03 DEBUG : backup/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea2897_d20240926_m010441_c001_v7007000_t0000_u01727312681344") 2024/09/26 01:07:03 DEBUG : backup/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f115e919bc0a59b91_d20240926_m010440_c001_v0001113_t0049_u01727312680081") 2024/09/26 01:07:03 DEBUG : backup/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f10947904af43c394_d20240926_m010435_c001_v0001104_t0029_u01727312675349") 2024/09/26 01:07:03 DEBUG : backup/three.txt.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f404e48412dccf2fe_d20240926_m010456_c001_v7007000_t0000_u01727312696518") 2024/09/26 01:07:03 DEBUG : backup/three.txt.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f108a09695479bd23_d20240926_m010455_c001_v0001098_t0016_u01727312695310") 2024/09/26 01:07:03 DEBUG : backup/three.txt.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f102af3633535c1b3_d20240926_m010450_c001_v0001099_t0005_u01727312690698") 2024/09/26 01:07:03 DEBUG : both0: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610646_d20240926_m010646_c001_v7007000_t0000_u01727312806543") 2024/09/26 01:07:03 DEBUG : both0: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf07_d20240926_m010627_c001_v0001157_t0059_u01727312787256") 2024/09/26 01:07:03 DEBUG : both0: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c925c_d20240926_m010622_c001_v7007000_t0000_u01727312782643") 2024/09/26 01:07:03 DEBUG : both0: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6703_d20240926_m010603_c001_v0001161_t0022_u01727312763589") 2024/09/26 01:07:03 DEBUG : both1: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610647_d20240926_m010646_c001_v7007000_t0000_u01727312806724") 2024/09/26 01:07:03 DEBUG : both1: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6793_d20240926_m010628_c001_v0001161_t0000_u01727312788669") 2024/09/26 01:07:04 DEBUG : both1: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c925d_d20240926_m010622_c001_v7007000_t0000_u01727312782824") 2024/09/26 01:07:04 DEBUG : both1: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093034_d20240926_m010604_c001_v0001128_t0042_u01727312764634") 2024/09/26 01:07:04 DEBUG : both10: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610649_d20240926_m010646_c001_v7007000_t0000_u01727312806905") 2024/09/26 01:07:04 DEBUG : both10: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb67c3_d20240926_m010636_c001_v0001161_t0002_u01727312796264") 2024/09/26 01:07:04 DEBUG : both10: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c925f_d20240926_m010623_c001_v7007000_t0000_u01727312783004") 2024/09/26 01:07:04 DEBUG : both10: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093066_d20240926_m010611_c001_v0001128_t0036_u01727312771786") 2024/09/26 01:07:04 DEBUG : both11: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61064b_d20240926_m010647_c001_v7007000_t0000_u01727312807085") 2024/09/26 01:07:04 DEBUG : both11: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba80930fd_d20240926_m010637_c001_v0001128_t0038_u01727312797124") 2024/09/26 01:07:04 DEBUG : both11: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9260_d20240926_m010623_c001_v7007000_t0000_u01727312783184") 2024/09/26 01:07:04 DEBUG : both11: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bebf_d20240926_m010612_c001_v0001157_t0021_u01727312772534") 2024/09/26 01:07:04 DEBUG : both12: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61064c_d20240926_m010647_c001_v7007000_t0000_u01727312807266") 2024/09/26 01:07:04 DEBUG : both12: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf55_d20240926_m010637_c001_v0001157_t0039_u01727312797798") 2024/09/26 01:07:04 DEBUG : both12: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9261_d20240926_m010623_c001_v7007000_t0000_u01727312783381") 2024/09/26 01:07:04 DEBUG : both12: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6739_d20240926_m010613_c001_v0001161_t0018_u01727312773209") 2024/09/26 01:07:04 DEBUG : both13: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61064d_d20240926_m010647_c001_v7007000_t0000_u01727312807446") 2024/09/26 01:07:04 DEBUG : both13: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb67d3_d20240926_m010638_c001_v0001161_t0046_u01727312798441") 2024/09/26 01:07:04 DEBUG : both13: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9262_d20240926_m010623_c001_v7007000_t0000_u01727312783561") 2024/09/26 01:07:04 DEBUG : both13: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093074_d20240926_m010614_c001_v0001128_t0045_u01727312774096") 2024/09/26 01:07:04 DEBUG : both14: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61064e_d20240926_m010647_c001_v7007000_t0000_u01727312807627") 2024/09/26 01:07:04 DEBUG : both14: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093113_d20240926_m010639_c001_v0001128_t0047_u01727312799598") 2024/09/26 01:07:04 DEBUG : both14: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9263_d20240926_m010623_c001_v7007000_t0000_u01727312783742") 2024/09/26 01:07:05 DEBUG : both14: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bed3_d20240926_m010615_c001_v0001157_t0022_u01727312775095") 2024/09/26 01:07:05 DEBUG : both15: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61064f_d20240926_m010647_c001_v7007000_t0000_u01727312807817") 2024/09/26 01:07:05 DEBUG : both15: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf61_d20240926_m010640_c001_v0001157_t0053_u01727312800382") 2024/09/26 01:07:05 DEBUG : both15: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9264_d20240926_m010623_c001_v7007000_t0000_u01727312783922") 2024/09/26 01:07:05 DEBUG : both15: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6743_d20240926_m010616_c001_v0001161_t0038_u01727312776085") 2024/09/26 01:07:05 DEBUG : both16: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610650_d20240926_m010647_c001_v7007000_t0000_u01727312807997") 2024/09/26 01:07:05 DEBUG : both16: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb67e5_d20240926_m010641_c001_v0001161_t0052_u01727312801418") 2024/09/26 01:07:05 DEBUG : both16: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9265_d20240926_m010624_c001_v7007000_t0000_u01727312784106") 2024/09/26 01:07:05 DEBUG : both16: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093086_d20240926_m010617_c001_v0001128_t0023_u01727312777146") 2024/09/26 01:07:05 DEBUG : both17: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610651_d20240926_m010648_c001_v7007000_t0000_u01727312808177") 2024/09/26 01:07:05 DEBUG : both17: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba809311f_d20240926_m010642_c001_v0001128_t0050_u01727312802059") 2024/09/26 01:07:05 DEBUG : both17: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9266_d20240926_m010624_c001_v7007000_t0000_u01727312784287") 2024/09/26 01:07:05 DEBUG : both17: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bedd_d20240926_m010617_c001_v0001157_t0003_u01727312777946") 2024/09/26 01:07:05 DEBUG : both18: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610653_d20240926_m010648_c001_v7007000_t0000_u01727312808359") 2024/09/26 01:07:05 DEBUG : both18: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf7d_d20240926_m010642_c001_v0001157_t0006_u01727312802778") 2024/09/26 01:07:05 DEBUG : both18: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9267_d20240926_m010624_c001_v7007000_t0000_u01727312784469") 2024/09/26 01:07:05 DEBUG : both18: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb674d_d20240926_m010618_c001_v0001161_t0016_u01727312778583") 2024/09/26 01:07:05 DEBUG : both19: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610655_d20240926_m010648_c001_v7007000_t0000_u01727312808541") 2024/09/26 01:07:05 DEBUG : both19: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb67ef_d20240926_m010643_c001_v0001161_t0030_u01727312803590") 2024/09/26 01:07:05 DEBUG : both19: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9268_d20240926_m010624_c001_v7007000_t0000_u01727312784650") 2024/09/26 01:07:05 DEBUG : both19: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093096_d20240926_m010619_c001_v0001128_t0036_u01727312779320") 2024/09/26 01:07:06 DEBUG : both2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610656_d20240926_m010648_c001_v7007000_t0000_u01727312808722") 2024/09/26 01:07:06 DEBUG : both2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba80930d3_d20240926_m010629_c001_v0001128_t0050_u01727312789610") 2024/09/26 01:07:06 DEBUG : both2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9269_d20240926_m010624_c001_v7007000_t0000_u01727312784830") 2024/09/26 01:07:06 DEBUG : both2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9be97_d20240926_m010605_c001_v0001157_t0050_u01727312765227") 2024/09/26 01:07:06 DEBUG : both3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610657_d20240926_m010648_c001_v7007000_t0000_u01727312808909") 2024/09/26 01:07:06 DEBUG : both3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf1f_d20240926_m010630_c001_v0001157_t0007_u01727312790486") 2024/09/26 01:07:06 DEBUG : both3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c926a_d20240926_m010625_c001_v7007000_t0000_u01727312785011") 2024/09/26 01:07:06 DEBUG : both3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6719_d20240926_m010605_c001_v0001161_t0027_u01727312765897") 2024/09/26 01:07:06 DEBUG : both4: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610658_d20240926_m010649_c001_v7007000_t0000_u01727312809090") 2024/09/26 01:07:06 DEBUG : both4: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb679f_d20240926_m010631_c001_v0001161_t0057_u01727312791657") 2024/09/26 01:07:06 DEBUG : both4: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c926b_d20240926_m010625_c001_v7007000_t0000_u01727312785200") 2024/09/26 01:07:06 DEBUG : both4: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093046_d20240926_m010606_c001_v0001128_t0033_u01727312766608") 2024/09/26 01:07:06 DEBUG : both5: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610659_d20240926_m010649_c001_v7007000_t0000_u01727312809272") 2024/09/26 01:07:06 DEBUG : both5: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba80930df_d20240926_m010632_c001_v0001128_t0013_u01727312792694") 2024/09/26 01:07:06 DEBUG : both5: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c926d_d20240926_m010625_c001_v7007000_t0000_u01727312785384") 2024/09/26 01:07:06 DEBUG : both5: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bea1_d20240926_m010607_c001_v0001157_t0034_u01727312767530") 2024/09/26 01:07:06 DEBUG : both6: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61065b_d20240926_m010649_c001_v7007000_t0000_u01727312809453") 2024/09/26 01:07:06 DEBUG : both6: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf37_d20240926_m010633_c001_v0001157_t0005_u01727312793430") 2024/09/26 01:07:06 DEBUG : both6: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c926e_d20240926_m010625_c001_v7007000_t0000_u01727312785565") 2024/09/26 01:07:06 DEBUG : both6: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6725_d20240926_m010608_c001_v0001161_t0057_u01727312768440") 2024/09/26 01:07:07 DEBUG : both7: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61065c_d20240926_m010649_c001_v7007000_t0000_u01727312809636") 2024/09/26 01:07:07 DEBUG : both7: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb67ad_d20240926_m010634_c001_v0001161_t0057_u01727312794197") 2024/09/26 01:07:07 DEBUG : both7: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c926f_d20240926_m010625_c001_v7007000_t0000_u01727312785758") 2024/09/26 01:07:07 DEBUG : both7: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093054_d20240926_m010609_c001_v0001128_t0044_u01727312769330") 2024/09/26 01:07:07 DEBUG : both8: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61065d_d20240926_m010649_c001_v7007000_t0000_u01727312809827") 2024/09/26 01:07:07 DEBUG : both8: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba80930ef_d20240926_m010634_c001_v0001128_t0011_u01727312794836") 2024/09/26 01:07:07 DEBUG : both8: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9270_d20240926_m010625_c001_v7007000_t0000_u01727312785938") 2024/09/26 01:07:07 DEBUG : both8: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9beb1_d20240926_m010609_c001_v0001157_t0057_u01727312769904") 2024/09/26 01:07:07 DEBUG : both9: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61065e_d20240926_m010650_c001_v7007000_t0000_u01727312810031") 2024/09/26 01:07:07 DEBUG : both9: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf47_d20240926_m010635_c001_v0001157_t0059_u01727312795570") 2024/09/26 01:07:07 DEBUG : both9: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9272_d20240926_m010626_c001_v7007000_t0000_u01727312786123") 2024/09/26 01:07:07 DEBUG : both9: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb672f_d20240926_m010610_c001_v0001161_t0059_u01727312770784") 2024/09/26 01:07:07 DEBUG : c/non empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb3b_d20240926_m010159_c001_v7007000_t0000_u01727312519471") 2024/09/26 01:07:07 DEBUG : c/non empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62ac_d20240926_m010157_c001_v0001161_t0051_u01727312517376") 2024/09/26 01:07:07 DEBUG : c/non empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb22_d20240926_m010156_c001_v7007000_t0000_u01727312516010") 2024/09/26 01:07:07 DEBUG : c/non empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62a0_d20240926_m010153_c001_v0001161_t0056_u01727312513966") 2024/09/26 01:07:07 DEBUG : c/non empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e8241345a0b_d20240926_m010131_c001_v7007000_t0000_u01727312491107") 2024/09/26 01:07:07 DEBUG : c/non empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6232_d20240926_m010129_c001_v0001161_t0010_u01727312489352") 2024/09/26 01:07:07 DEBUG : check sum: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e8241345a00_d20240926_m010117_c001_v7007000_t0000_u01727312477827") 2024/09/26 01:07:07 DEBUG : check sum: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6201_d20240926_m010116_c001_v0001161_t0055_u01727312476702") 2024/09/26 01:07:08 DEBUG : dest/3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f59861bd_d20240926_m010406_c001_v7007000_t0000_u01727312646502") 2024/09/26 01:07:08 DEBUG : dest/3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4187d7bd27308069_d20240926_m010405_c001_v0001109_t0008_u01727312645366") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea3cb2_d20240926_m010552_c001_v7007000_t0000_u01727312752759") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f11044de5a9477d85_d20240926_m010550_c001_v0001101_t0055_u01727312750137") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea3cac_d20240926_m010549_c001_v7007000_t0000_u01727312749953") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f11044de5a9477d61_d20240926_m010545_c001_v0001101_t0007_u01727312745994") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea38bc_d20240926_m010545_c001_v7007000_t0000_u01727312745248") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092fc4_d20240926_m010540_c001_v0001128_t0034_u01727312740351") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d8e2_d20240926_m010538_c001_v7007000_t0000_u01727312738890") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f111924343b7a0cf6_d20240926_m010535_c001_v0001109_t0046_u01727312735914") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b8ec_d20240926_m010535_c001_v7007000_t0000_u01727312735731") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f111924343b7a0cd4_d20240926_m010531_c001_v0001109_t0006_u01727312731075") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b8e9_d20240926_m010530_c001_v7007000_t0000_u01727312730335") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092f8d_d20240926_m010525_c001_v0001128_t0046_u01727312725690") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d849554c_d20240926_m010524_c001_v7007000_t0000_u01727312724306") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f110ba1182104596f_d20240926_m010522_c001_v0001161_t0007_u01727312722473") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61058d_d20240926_m010522_c001_v7007000_t0000_u01727312722297") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f110ba11821045953_d20240926_m010518_c001_v0001161_t0023_u01727312718372") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610585_d20240926_m010517_c001_v7007000_t0000_u01727312717655") 2024/09/26 01:07:08 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bdb7_d20240926_m010512_c001_v0001157_t0053_u01727312712550") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4007cc287eca7ee5_d20240926_m010511_c001_v7007000_t0000_u01727312711630") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f117f25b595c9eb11_d20240926_m010509_c001_v0001157_t0028_u01727312709631") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f403e207d8a4e78e0_d20240926_m010509_c001_v7007000_t0000_u01727312709445") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f117f25b595c9eb03_d20240926_m010505_c001_v0001157_t0042_u01727312705093") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f403e207d8a4e78d7_d20240926_m010504_c001_v7007000_t0000_u01727312704354") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb65f1_d20240926_m010457_c001_v0001161_t0051_u01727312697751") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f404e48412dccf2ff_d20240926_m010456_c001_v7007000_t0000_u01727312696701") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f11368b2af432fe1c_d20240926_m010453_c001_v0001109_t0042_u01727312693907") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f415f1616b2b19d5c_d20240926_m010453_c001_v7007000_t0000_u01727312693722") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f11368b2af432fde4_d20240926_m010449_c001_v0001109_t0022_u01727312689730") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f415f1616b2b19d58_d20240926_m010448_c001_v7007000_t0000_u01727312688995") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092eac_d20240926_m010442_c001_v0001128_t0029_u01727312682455") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea2898_d20240926_m010441_c001_v7007000_t0000_u01727312681533") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f11723c75acc313a4_d20240926_m010439_c001_v0001101_t0020_u01727312679476") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea2892_d20240926_m010439_c001_v7007000_t0000_u01727312679268") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f11723c75acc3138c_d20240926_m010434_c001_v0001101_t0048_u01727312674848") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea288c_d20240926_m010434_c001_v7007000_t0000_u01727312674119") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bd03_d20240926_m010427_c001_v0001157_t0006_u01727312667143") 2024/09/26 01:07:09 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea2880_d20240926_m010426_c001_v7007000_t0000_u01727312666016") 2024/09/26 01:07:10 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f11760cf10504e9c9_d20240926_m010419_c001_v0001117_t0044_u01727312659232") 2024/09/26 01:07:10 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f404e48412dccf270_d20240926_m010419_c001_v7007000_t0000_u01727312659027") 2024/09/26 01:07:10 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb651d_d20240926_m010414_c001_v0001161_t0005_u01727312654514") 2024/09/26 01:07:10 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1072bd08c19cefa5_d20240926_m010413_c001_v0001144_t0006_u01727312653492") 2024/09/26 01:07:10 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1072bd08c19cef83_d20240926_m010410_c001_v0001144_t0002_u01727312650944") 2024/09/26 01:07:10 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f405c6851fc9cc5c2_d20240926_m010357_c001_v7007000_t0000_u01727312637750") 2024/09/26 01:07:10 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bc89_d20240926_m010349_c001_v0001157_t0023_u01727312629874") 2024/09/26 01:07:10 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f104a6f3cf39b4461_d20240926_m010348_c001_v0001090_t0043_u01727312628675") 2024/09/26 01:07:10 DEBUG : dst/one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f104a6f3cf39b445d_d20240926_m010347_c001_v0001090_t0023_u01727312627547") 2024/09/26 01:07:10 DEBUG : dst/one-2019-01-01: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea3cb3_d20240926_m010552_c001_v7007000_t0000_u01727312752941") 2024/09/26 01:07:10 DEBUG : dst/one-2019-01-01: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105d80be61d7835d_d20240926_m010549_c001_v0001039_t0010_u01727312749461") 2024/09/26 01:07:10 DEBUG : dst/one-2019-01-01: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f109e469adeb3bc83_d20240926_m010544_c001_v0001120_t0004_u01727312744837") 2024/09/26 01:07:10 DEBUG : dst/one.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d8e3_d20240926_m010539_c001_v7007000_t0000_u01727312739071") 2024/09/26 01:07:10 DEBUG : dst/one.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f113ca61686f691a8_d20240926_m010535_c001_v0001146_t0031_u01727312735374") 2024/09/26 01:07:10 DEBUG : dst/one.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f110a45a47349e5a7_d20240926_m010530_c001_v0001165_t0024_u01727312730119") 2024/09/26 01:07:10 DEBUG : dst/one.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d849554e_d20240926_m010524_c001_v7007000_t0000_u01727312724514") 2024/09/26 01:07:10 DEBUG : dst/one.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1084a9185e15a19d_d20240926_m010521_c001_v0001115_t0025_u01727312721676") 2024/09/26 01:07:10 DEBUG : dst/one.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f108f3ffd5407d9d5_d20240926_m010516_c001_v0001104_t0008_u01727312716789") 2024/09/26 01:07:10 DEBUG : dst/three: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea2881_d20240926_m010426_c001_v7007000_t0000_u01727312666204") 2024/09/26 01:07:10 DEBUG : dst/three: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1072bd08c19cf029_d20240926_m010424_c001_v0001144_t0036_u01727312664143") 2024/09/26 01:07:11 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea3cb5_d20240926_m010553_c001_v7007000_t0000_u01727312753130") 2024/09/26 01:07:11 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f11247ebe3c3511a1_d20240926_m010551_c001_v0001113_t0034_u01727312751155") 2024/09/26 01:07:11 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1064dfceeb05a0c7_d20240926_m010546_c001_v0001106_t0000_u01727312746971") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea3cb6_d20240926_m010553_c001_v7007000_t0000_u01727312753328") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f11044de5a9477da0_d20240926_m010552_c001_v0001101_t0033_u01727312752047") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea3cb0_d20240926_m010551_c001_v7007000_t0000_u01727312751861") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f11044de5a9477d75_d20240926_m010547_c001_v0001101_t0032_u01727312747756") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea38c0_d20240926_m010547_c001_v7007000_t0000_u01727312747551") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9be30_d20240926_m010541_c001_v0001157_t0013_u01727312741936") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d8e4_d20240926_m010539_c001_v7007000_t0000_u01727312739252") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f111924343b7a0d0c_d20240926_m010537_c001_v0001109_t0043_u01727312737675") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b8ed_d20240926_m010537_c001_v7007000_t0000_u01727312737492") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f111924343b7a0ce8_d20240926_m010533_c001_v0001109_t0049_u01727312733483") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b8eb_d20240926_m010533_c001_v7007000_t0000_u01727312733290") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bdec_d20240926_m010527_c001_v0001157_t0012_u01727312727186") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610591_d20240926_m010523_c001_v7007000_t0000_u01727312723634") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bdd9_d20240926_m010520_c001_v0001157_t0035_u01727312720600") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610589_d20240926_m010519_c001_v7007000_t0000_u01727312719510") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb663b_d20240926_m010514_c001_v0001161_t0004_u01727312714105") 2024/09/26 01:07:11 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f403e207d8a4e78e4_d20240926_m010510_c001_v7007000_t0000_u01727312710697") 2024/09/26 01:07:12 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb661b_d20240926_m010507_c001_v0001161_t0033_u01727312707648") 2024/09/26 01:07:12 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f403e207d8a4e78da_d20240926_m010506_c001_v7007000_t0000_u01727312706554") 2024/09/26 01:07:12 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092f08_d20240926_m010459_c001_v0001128_t0001_u01727312699127") 2024/09/26 01:07:12 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f415f1616b2b19d5d_d20240926_m010455_c001_v7007000_t0000_u01727312695777") 2024/09/26 01:07:12 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092ee2_d20240926_m010452_c001_v0001128_t0044_u01727312692314") 2024/09/26 01:07:12 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f415f1616b2b19d5a_d20240926_m010451_c001_v7007000_t0000_u01727312691228") 2024/09/26 01:07:12 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bd53_d20240926_m010444_c001_v0001157_t0026_u01727312684107") 2024/09/26 01:07:12 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea2895_d20240926_m010440_c001_v7007000_t0000_u01727312680606") 2024/09/26 01:07:12 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bd35_d20240926_m010437_c001_v0001157_t0034_u01727312677748") 2024/09/26 01:07:12 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea2891_d20240926_m010436_c001_v7007000_t0000_u01727312676618") 2024/09/26 01:07:12 DEBUG : dst/three.txt: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6581_d20240926_m010428_c001_v0001161_t0024_u01727312668705") 2024/09/26 01:07:12 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d8e5_d20240926_m010539_c001_v7007000_t0000_u01727312739441") 2024/09/26 01:07:12 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1009bb582af65b85_d20240926_m010537_c001_v0001137_t0018_u01727312737128") 2024/09/26 01:07:12 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f110a3e1f74eb9a25_d20240926_m010532_c001_v0001098_t0015_u01727312732809") 2024/09/26 01:07:12 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d849554f_d20240926_m010524_c001_v7007000_t0000_u01727312724711") 2024/09/26 01:07:12 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f102d0e6f6a61b56e_d20240926_m010523_c001_v0001043_t0000_u01727312723247") 2024/09/26 01:07:12 DEBUG : dst/three.txt.bak: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1099b57828c3b555_d20240926_m010519_c001_v0001116_t0018_u01727312719026") 2024/09/26 01:07:12 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea3cb7_d20240926_m010553_c001_v7007000_t0000_u01727312753510") 2024/09/26 01:07:12 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb66a1_d20240926_m010541_c001_v0001161_t0050_u01727312741070") 2024/09/26 01:07:12 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d8e6_d20240926_m010539_c001_v7007000_t0000_u01727312739623") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb666d_d20240926_m010526_c001_v0001161_t0056_u01727312726496") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d8495550_d20240926_m010524_c001_v7007000_t0000_u01727312724913") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092f50_d20240926_m010513_c001_v0001128_t0023_u01727312713382") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4007cc287eca7ee7_d20240926_m010511_c001_v7007000_t0000_u01727312711821") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bd75_d20240926_m010458_c001_v0001157_t0033_u01727312698447") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f404e48412dccf300_d20240926_m010457_c001_v7007000_t0000_u01727312697008") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb65be_d20240926_m010443_c001_v0001161_t0002_u01727312683330") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea2899_d20240926_m010441_c001_v7007000_t0000_u01727312681718") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092e7c_d20240926_m010428_c001_v0001128_t0009_u01727312668001") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea2882_d20240926_m010426_c001_v7007000_t0000_u01727312666389") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f108b633e6339f914_d20240926_m010421_c001_v0001178_t0021_u01727312661463") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f405c6851fc9cc5c3_d20240926_m010357_c001_v7007000_t0000_u01727312637933") 2024/09/26 01:07:13 DEBUG : dst/two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f104a6f3cf39b446f_d20240926_m010356_c001_v0001090_t0056_u01727312636439") 2024/09/26 01:07:13 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f403e207d8a4e7759_d20240926_m010313_c001_v7007000_t0000_u01727312593673") 2024/09/26 01:07:13 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb63e5_d20240926_m010309_c001_v0001161_t0008_u01727312589953") 2024/09/26 01:07:13 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f403e207d8a4e772d_d20240926_m010307_c001_v7007000_t0000_u01727312587953") 2024/09/26 01:07:13 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb63b8_d20240926_m010256_c001_v0001161_t0021_u01727312576077") 2024/09/26 01:07:13 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d84953a8_d20240926_m010245_c001_v7007000_t0000_u01727312565183") 2024/09/26 01:07:13 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb636e_d20240926_m010241_c001_v0001161_t0004_u01727312561786") 2024/09/26 01:07:13 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986009_d20240926_m010215_c001_v7007000_t0000_u01727312535515") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6308_d20240926_m010213_c001_v0001161_t0004_u01727312533461") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986000_d20240926_m010211_c001_v7007000_t0000_u01727312531808") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6302_d20240926_m010210_c001_v0001161_t0042_u01727312530489") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5985fed_d20240926_m010206_c001_v7007000_t0000_u01727312526730") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62d6_d20240926_m010203_c001_v0001161_t0051_u01727312523828") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb44_d20240926_m010202_c001_v7007000_t0000_u01727312522603") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62ca_d20240926_m010200_c001_v0001161_t0000_u01727312520723") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb1c_d20240926_m010152_c001_v7007000_t0000_u01727312512678") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb628c_d20240926_m010150_c001_v0001161_t0056_u01727312510831") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb16_d20240926_m010149_c001_v7007000_t0000_u01727312509286") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6282_d20240926_m010147_c001_v0001161_t0043_u01727312507794") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb0a_d20240926_m010140_c001_v7007000_t0000_u01727312500905") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6250_d20240926_m010139_c001_v0001161_t0044_u01727312499203") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb07_d20240926_m010136_c001_v7007000_t0000_u01727312496609") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6246_d20240926_m010135_c001_v0001161_t0040_u01727312495589") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e8241345a0c_d20240926_m010134_c001_v7007000_t0000_u01727312494141") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f10492ec7d66040e3_d20240926_m010133_c001_v0001098_t0017_u01727312493419") 2024/09/26 01:07:14 DEBUG : empty space: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb623e_d20240926_m010131_c001_v0001161_t0037_u01727312491835") 2024/09/26 01:07:14 DEBUG : enormous: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986007_d20240926_m010214_c001_v7007000_t0000_u01727312534485") 2024/09/26 01:07:14 DEBUG : enormous: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb630a_d20240926_m010213_c001_v0001161_t0001_u01727312533828") 2024/09/26 01:07:15 DEBUG : existing: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40752381a5ea3cbc_d20240926_m010558_c001_v7007000_t0000_u01727312758641") 2024/09/26 01:07:15 DEBUG : existing: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9be73_d20240926_m010557_c001_v0001157_t0024_u01727312757344") 2024/09/26 01:07:15 DEBUG : existing: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d849539b_d20240926_m010239_c001_v7007000_t0000_u01727312559920") 2024/09/26 01:07:15 DEBUG : existing: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bba6_d20240926_m010238_c001_v0001157_t0041_u01727312558595") 2024/09/26 01:07:15 DEBUG : existing: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e8241345a08_d20240926_m010127_c001_v7007000_t0000_u01727312487881") 2024/09/26 01:07:15 DEBUG : existing: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6228_d20240926_m010126_c001_v0001161_t0051_u01727312486707") 2024/09/26 01:07:15 DEBUG : existing: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e8241345a07_d20240926_m010125_c001_v7007000_t0000_u01727312485435") 2024/09/26 01:07:15 DEBUG : existing: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb621d_d20240926_m010124_c001_v0001161_t0029_u01727312484764") 2024/09/26 01:07:15 DEBUG : existing: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6219_d20240926_m010123_c001_v0001161_t0021_u01727312483881") 2024/09/26 01:07:15 DEBUG : existing-b: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d849539c_d20240926_m010240_c001_v7007000_t0000_u01727312560101") 2024/09/26 01:07:15 DEBUG : existing-b: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6362_d20240926_m010238_c001_v0001161_t0018_u01727312558602") 2024/09/26 01:07:15 DEBUG : five: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986011_d20240926_m010220_c001_v7007000_t0000_u01727312540428") 2024/09/26 01:07:15 DEBUG : five: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4148b8607ebb6326_d20240926_m010218_c001_v0001161_t0015_u01727312538229") 2024/09/26 01:07:15 DEBUG : foo: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb09_d20240926_m010138_c001_v7007000_t0000_u01727312498465") 2024/09/26 01:07:15 DEBUG : foo: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4148b8607ebb624a_d20240926_m010137_c001_v0001161_t0015_u01727312497916") 2024/09/26 01:07:15 DEBUG : foo: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4148b8607ebb6248_d20240926_m010137_c001_v0001161_t0015_u01727312497370") 2024/09/26 01:07:15 DEBUG : four: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986012_d20240926_m010220_c001_v7007000_t0000_u01727312540611") 2024/09/26 01:07:15 DEBUG : four: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f405ae4cba8092c4a_d20240926_m010218_c001_v0001128_t0018_u01727312538788") 2024/09/26 01:07:15 DEBUG : four: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6322_d20240926_m010217_c001_v0001161_t0053_u01727312537312") 2024/09/26 01:07:15 DEBUG : hello world2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b26b_d20240926_m010053_c001_v7007000_t0000_u01727312453422") 2024/09/26 01:07:16 DEBUG : hello world2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb619d_d20240926_m010052_c001_v0001161_t0024_u01727312452746") 2024/09/26 01:07:16 DEBUG : ignore-size: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e8241345a05_d20240926_m010122_c001_v7007000_t0000_u01727312482793") 2024/09/26 01:07:16 DEBUG : ignore-size: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb620f_d20240926_m010121_c001_v0001161_t0012_u01727312481660") 2024/09/26 01:07:16 DEBUG : nested/sub dir/file: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d8495398_d20240926_m010237_c001_v7007000_t0000_u01727312557485") 2024/09/26 01:07:16 DEBUG : nested/sub dir/file: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6360_d20240926_m010236_c001_v0001161_t0058_u01727312556426") 2024/09/26 01:07:16 DEBUG : nested/sub dir/file: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d8495394_d20240926_m010235_c001_v7007000_t0000_u01727312555258") 2024/09/26 01:07:16 DEBUG : nested/sub dir/file: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6356_d20240926_m010233_c001_v0001161_t0052_u01727312553713") 2024/09/26 01:07:16 DEBUG : one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986013_d20240926_m010220_c001_v7007000_t0000_u01727312540791") 2024/09/26 01:07:16 DEBUG : one: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4148b8607ebb6314_d20240926_m010216_c001_v0001161_t0015_u01727312536640") 2024/09/26 01:07:16 DEBUG : only0: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61065f_d20240926_m010650_c001_v7007000_t0000_u01727312810234") 2024/09/26 01:07:16 DEBUG : only0: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f405ae4cba809312b_d20240926_m010644_c001_v0001128_t0018_u01727312804834") 2024/09/26 01:07:16 DEBUG : only0: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba80930cb_d20240926_m010628_c001_v0001128_t0040_u01727312788009") 2024/09/26 01:07:16 DEBUG : only0: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d932_d20240926_m010621_c001_v7007000_t0000_u01727312781234") 2024/09/26 01:07:16 DEBUG : only0: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9be95_d20240926_m010604_c001_v0001157_t0058_u01727312764301") 2024/09/26 01:07:16 DEBUG : only1: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610660_d20240926_m010650_c001_v7007000_t0000_u01727312810418") 2024/09/26 01:07:16 DEBUG : only1: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4148b8607ebb67fd_d20240926_m010644_c001_v0001161_t0015_u01727312804843") 2024/09/26 01:07:16 DEBUG : only1: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf11_d20240926_m010629_c001_v0001157_t0005_u01727312789057") 2024/09/26 01:07:16 DEBUG : only1: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f412f6fe8bdcf5487_d20240926_m010621_c001_v7007000_t0000_u01727312781634") 2024/09/26 01:07:16 DEBUG : only1: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6713_d20240926_m010604_c001_v0001161_t0025_u01727312764928") 2024/09/26 01:07:16 DEBUG : only10: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610662_d20240926_m010650_c001_v7007000_t0000_u01727312810599") 2024/09/26 01:07:17 DEBUG : only10: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4040d76d66d9bf8d_d20240926_m010644_c001_v0001157_t0021_u01727312804856") 2024/09/26 01:07:17 DEBUG : only10: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf4b_d20240926_m010636_c001_v0001157_t0039_u01727312796848") 2024/09/26 01:07:17 DEBUG : only10: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d934_d20240926_m010621_c001_v7007000_t0000_u01727312781418") 2024/09/26 01:07:17 DEBUG : only10: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6735_d20240926_m010612_c001_v0001161_t0028_u01727312772051") 2024/09/26 01:07:17 DEBUG : only11: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610663_d20240926_m010650_c001_v7007000_t0000_u01727312810780") 2024/09/26 01:07:17 DEBUG : only11: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4060b6e1baeae9fa_d20240926_m010645_c001_v0001101_t0046_u01727312805414") 2024/09/26 01:07:17 DEBUG : only11: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb67cb_d20240926_m010637_c001_v0001161_t0051_u01727312797405") 2024/09/26 01:07:17 DEBUG : only11: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d935_d20240926_m010621_c001_v7007000_t0000_u01727312781428") 2024/09/26 01:07:17 DEBUG : only11: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093070_d20240926_m010612_c001_v0001128_t0002_u01727312772874") 2024/09/26 01:07:17 DEBUG : only12: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610664_d20240926_m010650_c001_v7007000_t0000_u01727312810968") 2024/09/26 01:07:17 DEBUG : only12: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f405ae4cba809312f_d20240926_m010645_c001_v0001128_t0018_u01727312805054") 2024/09/26 01:07:17 DEBUG : only12: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093103_d20240926_m010638_c001_v0001128_t0006_u01727312798100") 2024/09/26 01:07:17 DEBUG : only12: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9255_d20240926_m010621_c001_v7007000_t0000_u01727312781240") 2024/09/26 01:07:17 DEBUG : only12: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bec7_d20240926_m010613_c001_v0001157_t0057_u01727312773602") 2024/09/26 01:07:17 DEBUG : only13: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610666_d20240926_m010651_c001_v7007000_t0000_u01727312811148") 2024/09/26 01:07:17 DEBUG : only13: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4148b8607ebb67ff_d20240926_m010645_c001_v0001161_t0015_u01727312805063") 2024/09/26 01:07:17 DEBUG : only13: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf59_d20240926_m010639_c001_v0001157_t0050_u01727312799034") 2024/09/26 01:07:17 DEBUG : only13: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c924e_d20240926_m010620_c001_v7007000_t0000_u01727312780865") 2024/09/26 01:07:17 DEBUG : only13: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb673d_d20240926_m010614_c001_v0001161_t0049_u01727312774486") 2024/09/26 01:07:17 DEBUG : only14: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610668_d20240926_m010651_c001_v7007000_t0000_u01727312811329") 2024/09/26 01:07:18 DEBUG : only14: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4040d76d66d9bf8f_d20240926_m010645_c001_v0001157_t0021_u01727312805076") 2024/09/26 01:07:18 DEBUG : only14: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb67db_d20240926_m010639_c001_v0001161_t0013_u01727312799886") 2024/09/26 01:07:18 DEBUG : only14: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d937_d20240926_m010621_c001_v7007000_t0000_u01727312781646") 2024/09/26 01:07:18 DEBUG : only14: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba809307c_d20240926_m010615_c001_v0001128_t0004_u01727312775739") 2024/09/26 01:07:18 DEBUG : only15: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610669_d20240926_m010651_c001_v7007000_t0000_u01727312811510") 2024/09/26 01:07:18 DEBUG : only15: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4148b8607ebb6801_d20240926_m010645_c001_v0001161_t0015_u01727312805262") 2024/09/26 01:07:18 DEBUG : only15: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba809311b_d20240926_m010641_c001_v0001128_t0006_u01727312801026") 2024/09/26 01:07:18 DEBUG : only15: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d933_d20240926_m010621_c001_v7007000_t0000_u01727312781243") 2024/09/26 01:07:18 DEBUG : only15: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bedb_d20240926_m010616_c001_v0001157_t0025_u01727312776859") 2024/09/26 01:07:18 DEBUG : only16: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61066a_d20240926_m010651_c001_v7007000_t0000_u01727312811690") 2024/09/26 01:07:18 DEBUG : only16: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4040d76d66d9bf91_d20240926_m010645_c001_v0001157_t0021_u01727312805274") 2024/09/26 01:07:18 DEBUG : only16: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf6f_d20240926_m010641_c001_v0001157_t0047_u01727312801781") 2024/09/26 01:07:18 DEBUG : only16: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9250_d20240926_m010621_c001_v7007000_t0000_u01727312781059") 2024/09/26 01:07:18 DEBUG : only16: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6745_d20240926_m010617_c001_v0001161_t0025_u01727312777516") 2024/09/26 01:07:18 DEBUG : only17: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61066d_d20240926_m010651_c001_v7007000_t0000_u01727312811871") 2024/09/26 01:07:18 DEBUG : only17: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f405ae4cba8093137_d20240926_m010645_c001_v0001128_t0018_u01727312805284") 2024/09/26 01:07:18 DEBUG : only17: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb67eb_d20240926_m010642_c001_v0001161_t0002_u01727312802482") 2024/09/26 01:07:18 DEBUG : only17: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f412f6fe8bdcf5485_d20240926_m010621_c001_v7007000_t0000_u01727312781268") 2024/09/26 01:07:18 DEBUG : only17: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093092_d20240926_m010618_c001_v0001128_t0046_u01727312778265") 2024/09/26 01:07:18 DEBUG : only18: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61066e_d20240926_m010652_c001_v7007000_t0000_u01727312812052") 2024/09/26 01:07:19 DEBUG : only18: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4148b8607ebb6805_d20240926_m010645_c001_v0001161_t0015_u01727312805444") 2024/09/26 01:07:19 DEBUG : only18: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8093121_d20240926_m010643_c001_v0001128_t0053_u01727312803229") 2024/09/26 01:07:19 DEBUG : only18: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9256_d20240926_m010621_c001_v7007000_t0000_u01727312781440") 2024/09/26 01:07:19 DEBUG : only18: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bee1_d20240926_m010618_c001_v0001157_t0058_u01727312778880") 2024/09/26 01:07:19 DEBUG : only19: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61066f_d20240926_m010652_c001_v7007000_t0000_u01727312812263") 2024/09/26 01:07:19 DEBUG : only19: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4040d76d66d9bf95_d20240926_m010645_c001_v0001157_t0021_u01727312805459") 2024/09/26 01:07:19 DEBUG : only19: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf87_d20240926_m010643_c001_v0001157_t0028_u01727312803902") 2024/09/26 01:07:19 DEBUG : only19: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9259_d20240926_m010621_c001_v7007000_t0000_u01727312781820") 2024/09/26 01:07:19 DEBUG : only19: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6753_d20240926_m010619_c001_v0001161_t0010_u01727312779617") 2024/09/26 01:07:19 DEBUG : only2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610670_d20240926_m010652_c001_v7007000_t0000_u01727312812458") 2024/09/26 01:07:19 DEBUG : only2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f405ae4cba809313b_d20240926_m010645_c001_v0001128_t0018_u01727312805470") 2024/09/26 01:07:19 DEBUG : only2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6797_d20240926_m010630_c001_v0001161_t0026_u01727312790147") 2024/09/26 01:07:19 DEBUG : only2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f412f6fe8bdcf5488_d20240926_m010621_c001_v7007000_t0000_u01727312781826") 2024/09/26 01:07:19 DEBUG : only2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba809303e_d20240926_m010605_c001_v0001128_t0011_u01727312765625") 2024/09/26 01:07:19 DEBUG : only3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610671_d20240926_m010652_c001_v7007000_t0000_u01727312812640") 2024/09/26 01:07:19 DEBUG : only3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4060b6e1baeaea04_d20240926_m010645_c001_v0001101_t0046_u01727312805598") 2024/09/26 01:07:19 DEBUG : only3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba80930d9_d20240926_m010631_c001_v0001128_t0004_u01727312791128") 2024/09/26 01:07:19 DEBUG : only3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f412f6fe8bdcf5486_d20240926_m010621_c001_v7007000_t0000_u01727312781450") 2024/09/26 01:07:19 DEBUG : only3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9be99_d20240926_m010606_c001_v0001157_t0007_u01727312766185") 2024/09/26 01:07:19 DEBUG : only4: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610672_d20240926_m010652_c001_v7007000_t0000_u01727312812821") 2024/09/26 01:07:20 DEBUG : only4: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4148b8607ebb680b_d20240926_m010645_c001_v0001161_t0015_u01727312805635") 2024/09/26 01:07:20 DEBUG : only4: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf2f_d20240926_m010632_c001_v0001157_t0018_u01727312792279") 2024/09/26 01:07:20 DEBUG : only4: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d938_d20240926_m010621_c001_v7007000_t0000_u01727312781848") 2024/09/26 01:07:20 DEBUG : only4: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb671f_d20240926_m010607_c001_v0001161_t0026_u01727312767011") 2024/09/26 01:07:20 DEBUG : only5: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610673_d20240926_m010653_c001_v7007000_t0000_u01727312813003") 2024/09/26 01:07:20 DEBUG : only5: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4040d76d66d9bf97_d20240926_m010645_c001_v0001157_t0021_u01727312805648") 2024/09/26 01:07:20 DEBUG : only5: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb67a3_d20240926_m010632_c001_v0001161_t0053_u01727312792978") 2024/09/26 01:07:20 DEBUG : only5: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d939_d20240926_m010621_c001_v7007000_t0000_u01727312781859") 2024/09/26 01:07:20 DEBUG : only5: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba809304e_d20240926_m010608_c001_v0001128_t0041_u01727312768083") 2024/09/26 01:07:20 DEBUG : only6: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610674_d20240926_m010653_c001_v7007000_t0000_u01727312813195") 2024/09/26 01:07:20 DEBUG : only6: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f405ae4cba809313d_d20240926_m010645_c001_v0001128_t0018_u01727312805658") 2024/09/26 01:07:20 DEBUG : only6: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba80930e5_d20240926_m010633_c001_v0001128_t0043_u01727312793857") 2024/09/26 01:07:20 DEBUG : only6: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f412f6fe8bdcf5489_d20240926_m010622_c001_v7007000_t0000_u01727312782007") 2024/09/26 01:07:20 DEBUG : only6: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bea9_d20240926_m010608_c001_v0001157_t0039_u01727312768832") 2024/09/26 01:07:20 DEBUG : only7: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610675_d20240926_m010653_c001_v7007000_t0000_u01727312813377") 2024/09/26 01:07:20 DEBUG : only7: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4060b6e1baeaea08_d20240926_m010645_c001_v0001101_t0046_u01727312805780") 2024/09/26 01:07:20 DEBUG : only7: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bf41_d20240926_m010634_c001_v0001157_t0006_u01727312794573") 2024/09/26 01:07:20 DEBUG : only7: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f417c86e84cc6d936_d20240926_m010621_c001_v7007000_t0000_u01727312781610") 2024/09/26 01:07:20 DEBUG : only7: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb672b_d20240926_m010609_c001_v0001161_t0011_u01727312769640") 2024/09/26 01:07:20 DEBUG : only8: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610678_d20240926_m010653_c001_v7007000_t0000_u01727312813558") 2024/09/26 01:07:21 DEBUG : only8: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4148b8607ebb680f_d20240926_m010645_c001_v0001161_t0015_u01727312805817") 2024/09/26 01:07:21 DEBUG : only8: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb67b9_d20240926_m010635_c001_v0001161_t0033_u01727312795124") 2024/09/26 01:07:21 DEBUG : only8: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c9257_d20240926_m010621_c001_v7007000_t0000_u01727312781625") 2024/09/26 01:07:21 DEBUG : only8: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba809305e_d20240926_m010610_c001_v0001128_t0013_u01727312770461") 2024/09/26 01:07:21 DEBUG : only9: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610679_d20240926_m010653_c001_v7007000_t0000_u01727312813743") 2024/09/26 01:07:21 DEBUG : only9: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4040d76d66d9bf9b_d20240926_m010645_c001_v0001157_t0021_u01727312805840") 2024/09/26 01:07:21 DEBUG : only9: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba80930f7_d20240926_m010635_c001_v0001128_t0045_u01727312795917") 2024/09/26 01:07:21 DEBUG : only9: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f406c9f481f3c925a_d20240926_m010622_c001_v7007000_t0000_u01727312782018") 2024/09/26 01:07:21 DEBUG : only9: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9beb7_d20240926_m010611_c001_v0001157_t0012_u01727312771232") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986032_d20240926_m010231_c001_v7007000_t0000_u01727312551802") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092c74_d20240926_m010229_c001_v0001128_t0023_u01727312549981") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986028_d20240926_m010228_c001_v7007000_t0000_u01727312548141") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6340_d20240926_m010226_c001_v0001161_t0046_u01727312546166") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f598601d_d20240926_m010224_c001_v7007000_t0000_u01727312544321") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092c56_d20240926_m010221_c001_v0001128_t0002_u01727312541716") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5985ff5_d20240926_m010209_c001_v7007000_t0000_u01727312529045") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62f0_d20240926_m010207_c001_v0001161_t0045_u01727312527647") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb4a_d20240926_m010204_c001_v7007000_t0000_u01727312524634") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62d4_d20240926_m010203_c001_v0001161_t0016_u01727312523510") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb3c_d20240926_m010201_c001_v7007000_t0000_u01727312521681") 2024/09/26 01:07:21 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62c6_d20240926_m010200_c001_v0001161_t0026_u01727312520204") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb19_d20240926_m010152_c001_v7007000_t0000_u01727312512125") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6288_d20240926_m010150_c001_v0001161_t0004_u01727312510189") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb17_d20240926_m010149_c001_v7007000_t0000_u01727312509467") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6280_d20240926_m010146_c001_v0001161_t0032_u01727312506399") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb14_d20240926_m010145_c001_v7007000_t0000_u01727312505677") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb627a_d20240926_m010144_c001_v0001161_t0036_u01727312504941") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6274_d20240926_m010144_c001_v0001161_t0021_u01727312504224") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb0d_d20240926_m010143_c001_v7007000_t0000_u01727312503490") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6268_d20240926_m010142_c001_v0001161_t0030_u01727312502573") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6262_d20240926_m010141_c001_v0001161_t0002_u01727312501814") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb0b_d20240926_m010141_c001_v7007000_t0000_u01727312501089") 2024/09/26 01:07:22 DEBUG : potato: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6258_d20240926_m010139_c001_v0001161_t0058_u01727312499870") 2024/09/26 01:07:22 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41692baf59848a7e_d20240926_m010324_c001_v7007000_t0000_u01727312604574") 2024/09/26 01:07:22 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092d74_d20240926_m010323_c001_v0001128_t0053_u01727312603753") 2024/09/26 01:07:22 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f403e207d8a4e775b_d20240926_m010314_c001_v7007000_t0000_u01727312594102") 2024/09/26 01:07:22 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092d44_d20240926_m010309_c001_v0001128_t0019_u01727312589302") 2024/09/26 01:07:22 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f404e48412dccf19b_d20240926_m010300_c001_v7007000_t0000_u01727312580720") 2024/09/26 01:07:22 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092d0e_d20240926_m010255_c001_v0001128_t0036_u01727312575406") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d84953a9_d20240926_m010245_c001_v7007000_t0000_u01727312565627") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092cb8_d20240926_m010241_c001_v0001128_t0033_u01727312561495") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986008_d20240926_m010214_c001_v7007000_t0000_u01727312534671") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6304_d20240926_m010213_c001_v0001161_t0029_u01727312533125") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986001_d20240926_m010211_c001_v7007000_t0000_u01727312531994") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62fe_d20240926_m010209_c001_v0001161_t0013_u01727312529959") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5985ff7_d20240926_m010209_c001_v7007000_t0000_u01727312529227") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62f8_d20240926_m010208_c001_v0001161_t0022_u01727312528366") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5985fee_d20240926_m010206_c001_v7007000_t0000_u01727312526912") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62e0_d20240926_m010204_c001_v0001161_t0012_u01727312524995") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb46_d20240926_m010202_c001_v7007000_t0000_u01727312522784") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb62ce_d20240926_m010201_c001_v0001161_t0056_u01727312521689") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40475e505889fb1d_d20240926_m010152_c001_v7007000_t0000_u01727312512859") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6290_d20240926_m010151_c001_v0001161_t0058_u01727312511637") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b287_d20240926_m010057_c001_v7007000_t0000_u01727312457231") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb61b1_d20240926_m010056_c001_v0001161_t0056_u01727312456515") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b275_d20240926_m010055_c001_v7007000_t0000_u01727312455233") 2024/09/26 01:07:23 DEBUG : potato2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb61a3_d20240926_m010054_c001_v0001161_t0014_u01727312454327") 2024/09/26 01:07:23 DEBUG : potato3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f403e207d8a4e775e_d20240926_m010314_c001_v7007000_t0000_u01727312594638") 2024/09/26 01:07:23 DEBUG : potato3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bc14_d20240926_m010310_c001_v0001157_t0004_u01727312590667") 2024/09/26 01:07:24 DEBUG : potato3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f404e48412dccf199_d20240926_m010300_c001_v7007000_t0000_u01727312580468") 2024/09/26 01:07:24 DEBUG : potato3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bbe0_d20240926_m010256_c001_v0001157_t0050_u01727312576706") 2024/09/26 01:07:24 DEBUG : potato3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d84953ab_d20240926_m010245_c001_v7007000_t0000_u01727312565866") 2024/09/26 01:07:24 DEBUG : potato3: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bbaa_d20240926_m010242_c001_v0001157_t0042_u01727312562098") 2024/09/26 01:07:24 DEBUG : pre-dest1/1: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f59861be_d20240926_m010406_c001_v7007000_t0000_u01727312646682") 2024/09/26 01:07:24 DEBUG : pre-dest1/1: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bca5_d20240926_m010358_c001_v0001157_t0049_u01727312638684") 2024/09/26 01:07:24 DEBUG : pre-dest2/2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f59861c0_d20240926_m010406_c001_v7007000_t0000_u01727312646866") 2024/09/26 01:07:24 DEBUG : pre-dest2/2: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092de8_d20240926_m010359_c001_v0001128_t0021_u01727312639330") 2024/09/26 01:07:24 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f405c6851fc9cc5b9_d20240926_m010337_c001_v7007000_t0000_u01727312617179") 2024/09/26 01:07:24 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6453_d20240926_m010333_c001_v0001161_t0003_u01727312613944") 2024/09/26 01:07:24 DEBUG : sizeonly: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e8241345a02_d20240926_m010120_c001_v7007000_t0000_u01727312480337") 2024/09/26 01:07:24 DEBUG : sizeonly: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6209_d20240926_m010119_c001_v0001161_t0052_u01727312479097") 2024/09/26 01:07:24 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610685_d20240926_m010659_c001_v7007000_t0000_u01727312819465") 2024/09/26 01:07:24 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6847_d20240926_m010658_c001_v0001161_t0019_u01727312818304") 2024/09/26 01:07:24 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e61067e_d20240926_m010656_c001_v7007000_t0000_u01727312816380") 2024/09/26 01:07:24 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba809316f_d20240926_m010655_c001_v0001128_t0045_u01727312815125") 2024/09/26 01:07:24 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d8495399_d20240926_m010237_c001_v7007000_t0000_u01727312557670") 2024/09/26 01:07:24 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f105ae4cba8092c94_d20240926_m010236_c001_v0001128_t0012_u01727312556780") 2024/09/26 01:07:24 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41815474d8495395_d20240926_m010235_c001_v7007000_t0000_u01727312555465") 2024/09/26 01:07:24 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bb98_d20240926_m010234_c001_v0001157_t0046_u01727312554070") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e82413459ff_d20240926_m010115_c001_v7007000_t0000_u01727312475785") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb61f1_d20240926_m010114_c001_v0001161_t0048_u01727312474422") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e82413459fd_d20240926_m010113_c001_v7007000_t0000_u01727312473694") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb61e9_d20240926_m010112_c001_v0001161_t0057_u01727312472597") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e82413459fc_d20240926_m010111_c001_v7007000_t0000_u01727312471874") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb61db_d20240926_m010107_c001_v0001161_t0044_u01727312467857") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f408d1e82413459fa_d20240926_m010107_c001_v7007000_t0000_u01727312467494") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb61d5_d20240926_m010106_c001_v0001161_t0041_u01727312466813") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b2b1_d20240926_m010105_c001_v7007000_t0000_u01727312465126") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb61c9_d20240926_m010104_c001_v0001161_t0023_u01727312464483") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b2ac_d20240926_m010103_c001_v7007000_t0000_u01727312463941") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb61c7_d20240926_m010103_c001_v0001161_t0008_u01727312463247") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b2a0_d20240926_m010101_c001_v7007000_t0000_u01727312461958") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb61c1_d20240926_m010101_c001_v0001161_t0048_u01727312461074") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b29a_d20240926_m010100_c001_v7007000_t0000_u01727312460530") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb61bd_d20240926_m010059_c001_v0001161_t0039_u01727312459899") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b292_d20240926_m010058_c001_v7007000_t0000_u01727312458999") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb61b9_d20240926_m010058_c001_v0001161_t0032_u01727312458129") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b264_d20240926_m010051_c001_v7007000_t0000_u01727312451841") 2024/09/26 01:07:25 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6193_d20240926_m010051_c001_v0001161_t0050_u01727312451137") 2024/09/26 01:07:26 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b25c_d20240926_m010050_c001_v7007000_t0000_u01727312450235") 2024/09/26 01:07:26 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb618d_d20240926_m010049_c001_v0001161_t0034_u01727312449368") 2024/09/26 01:07:26 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b252_d20240926_m010048_c001_v7007000_t0000_u01727312448471") 2024/09/26 01:07:26 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb6187_d20240926_m010047_c001_v0001161_t0047_u01727312447806") 2024/09/26 01:07:26 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f41966e497b74b23f_d20240926_m010044_c001_v7007000_t0000_u01727312444921") 2024/09/26 01:07:26 DEBUG : sub dir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb617b_d20240926_m010044_c001_v0001161_t0036_u01727312444252") 2024/09/26 01:07:26 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610686_d20240926_m010659_c001_v7007000_t0000_u01727312819646") 2024/09/26 01:07:26 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9c003_d20240926_m010658_c001_v0001157_t0027_u01727312818319") 2024/09/26 01:07:26 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4018d3799e610680_d20240926_m010656_c001_v7007000_t0000_u01727312816560") 2024/09/26 01:07:26 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1060b6e1baeaea7e_d20240926_m010655_c001_v0001101_t0029_u01727312815139") 2024/09/26 01:07:26 DEBUG : sub/yam: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f598602f_d20240926_m010231_c001_v7007000_t0000_u01727312551236") 2024/09/26 01:07:26 DEBUG : sub/yam: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb634e_d20240926_m010229_c001_v0001161_t0006_u01727312549627") 2024/09/26 01:07:26 DEBUG : three: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986014_d20240926_m010220_c001_v7007000_t0000_u01727312540972") 2024/09/26 01:07:26 DEBUG : three: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb632e_d20240926_m010219_c001_v0001161_t0032_u01727312539558") 2024/09/26 01:07:26 DEBUG : three: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1148b8607ebb631c_d20240926_m010217_c001_v0001161_t0016_u01727312537010") 2024/09/26 01:07:26 DEBUG : two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986015_d20240926_m010221_c001_v7007000_t0000_u01727312541163") 2024/09/26 01:07:26 DEBUG : two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4040d76d66d9bb5c_d20240926_m010218_c001_v0001157_t0021_u01727312538979") 2024/09/26 01:07:26 DEBUG : two: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f4148b8607ebb6318_d20240926_m010216_c001_v0001161_t0015_u01727312536823") 2024/09/26 01:07:26 DEBUG : yam: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986033_d20240926_m010231_c001_v7007000_t0000_u01727312551996") 2024/09/26 01:07:26 DEBUG : yam: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f102118058e3057fc_d20240926_m010230_c001_v0001161_t0056_u01727312550904") 2024/09/26 01:07:27 DEBUG : yam: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986024_d20240926_m010227_c001_v7007000_t0000_u01727312547532") 2024/09/26 01:07:27 DEBUG : yam: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bb7e_d20240926_m010225_c001_v0001157_t0016_u01727312545878") 2024/09/26 01:07:27 DEBUG : yam: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f598601a_d20240926_m010223_c001_v7007000_t0000_u01727312543768") 2024/09/26 01:07:27 DEBUG : yam: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1040d76d66d9bb6e_d20240926_m010221_c001_v0001157_t0020_u01727312541727") 2024/09/26 01:07:27 DEBUG : yaml: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f5986029_d20240926_m010228_c001_v7007000_t0000_u01727312548328") 2024/09/26 01:07:27 DEBUG : yaml: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f113f417045b4efbe_d20240926_m010227_c001_v0001154_t0025_u01727312547109") 2024/09/26 01:07:27 DEBUG : yaml: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f40504495f598601e_d20240926_m010224_c001_v7007000_t0000_u01727312544503") 2024/09/26 01:07:27 DEBUG : yaml: Deleting (id "4_z1f023d23d08d2bbb9f280e1b_f1129473d6751a06f_d20240926_m010223_c001_v0001032_t0044_u01727312543317") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 6m47.708711044s (try 1/5)