"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2025/01/14 05:07:59 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu" 2025/01/14 05:07:59 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/01/14 05:08:00 DEBUG : Creating backend with remote "/tmp/rclone606631521" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:04 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/01/14 05:08:04 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:04 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestCopyWithDryRun (5.13s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:05 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/14 05:08:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:05 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:05 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:06 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:06 DEBUG : B2 bucket rclone-test-yukupak2yevu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.19s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", 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-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", 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-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:08 DEBUG : Creating backend with remote "/non-existing" 2025/01/14 05:08:08 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/01/14 05:08:08 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:08 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.90s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:09 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:09 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:10 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:10 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestCopyNoTraverse (2.05s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:11 INFO : B2 bucket rclone-test-yukupak2yevu: Running all checks before starting transfers 2025/01/14 05:08:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:11 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:11 INFO : B2 bucket rclone-test-yukupak2yevu: Checks finished, now starting transfers 2025/01/14 05:08:11 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:11 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:11 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.73s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:12 ERROR : Ignoring --no-traverse with sync 2025/01/14 05:08:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:13 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:13 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:13 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:13 INFO : sub dir/hello world: Copied (new) 2025/01/14 05:08:13 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.55s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:14 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/01/14 05:08:14 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:14 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:14 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/01/14 05:08:14 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.57s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:16 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:08:16 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:16 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:16 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:16 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.57s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:18 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:08:18 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:18 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:18 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:18 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.99s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:19 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/01/14 05:08:19 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/14 05:08:19 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/01/14 05:08:19 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/14 05:08:19 INFO : sub dir: Making directory 2025/01/14 05:08:19 INFO : sub dir2: Making directory 2025/01/14 05:08:19 INFO : sub dir2/sub sub dir2: Making directory 2025/01/14 05:08:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:19 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:19 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:20 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:20 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/01/14 05:08:20 DEBUG : B2 bucket rclone-test-yukupak2yevu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.69s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:21 INFO : sub dir2: Making directory 2025/01/14 05:08:21 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/01/14 05:08:21 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/14 05:08:21 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:21 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:21 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:21 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:21 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.23s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:22 DEBUG : sub dir2: Making directory with metadata 2025/01/14 05:08:22 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/14 05:08:22 INFO : sub dir: Making directory 2025/01/14 05:08:22 INFO : sub dir2: Making directory 2025/01/14 05:08:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:22 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:22 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:23 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:23 INFO : sub dir/hello world: Copied (new) 2025/01/14 05:08:23 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/01/14 05:08:23 DEBUG : B2 bucket rclone-test-yukupak2yevu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/01/14 05:08:23 DEBUG : B2 bucket rclone-test-yukupak2yevu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.88s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", 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-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:24 INFO : sub dir2: Making directory 2025/01/14 05:08:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:24 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:24 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:25 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:25 INFO : sub dir/hello world: Copied (new) 2025/01/14 05:08:25 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.30s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:26 DEBUG : sub dir2: Making directory with metadata 2025/01/14 05:08:26 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/01/14 05:08:26 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/14 05:08:26 INFO : sub dir: Making directory 2025/01/14 05:08:26 INFO : sub dir2: Making directory 2025/01/14 05:08:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:26 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:26 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:26 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:26 INFO : sub dir/hello world: Copied (new) 2025/01/14 05:08:26 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/01/14 05:08:26 DEBUG : B2 bucket rclone-test-yukupak2yevu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.70s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.38s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:28 INFO : sub dir2: Making directory 2025/01/14 05:08:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:28 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:28 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:29 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:29 INFO : sub dir/hello world: Copied (new) 2025/01/14 05:08:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.67s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:30 DEBUG : Creating backend with remote "TestB2:rclone-test-bakuyaq6yido" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-yukupak2yevu -> B2 bucket rclone-test-bakuyaq6yido 2025/01/14 05:08:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:31 DEBUG : B2 bucket rclone-test-bakuyaq6yido: Waiting for checks to finish 2025/01/14 05:08:31 DEBUG : B2 bucket rclone-test-bakuyaq6yido: Waiting for transfers to finish 2025/01/14 05:08:32 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:32 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:33 DEBUG : B2 bucket rclone-test-bakuyaq6yido: Purge remote 2025/01/14 05:08:33 INFO : B2 bucket rclone-test-bakuyaq6yido: cleaning bucket "rclone-test-bakuyaq6yido" of all files 2025/01/14 05:08:33 DEBUG : sub dir/hello world: Deleting (id "4_z3fb29df3306d6b3b9f480e1b_f1061abac13780db6_d20250114_m050832_c001_v0001184_t0029_u01736831312716") --- PASS: TestServerSideCopy (8.49s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:39 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/14 05:08:39 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:39 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:39 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/01/14 05:08:39 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.49s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:41 DEBUG : Creating backend with remote "TestB2:rclone-test-zoyiyon7noza" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-yukupak2yevu -> B2 bucket rclone-test-zoyiyon7noza 2025/01/14 05:08:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:42 DEBUG : B2 bucket rclone-test-zoyiyon7noza: Waiting for checks to finish 2025/01/14 05:08:42 DEBUG : B2 bucket rclone-test-zoyiyon7noza: Waiting for transfers to finish 2025/01/14 05:08:46 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:08:46 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:48 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/14 05:08:48 DEBUG : B2 bucket rclone-test-zoyiyon7noza: Waiting for checks to finish 2025/01/14 05:08:48 DEBUG : B2 bucket rclone-test-zoyiyon7noza: Waiting for transfers to finish 2025/01/14 05:08:48 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/01/14 05:08:48 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:49 DEBUG : B2 bucket rclone-test-zoyiyon7noza: Purge remote 2025/01/14 05:08:49 INFO : B2 bucket rclone-test-zoyiyon7noza: cleaning bucket "rclone-test-zoyiyon7noza" of all files 2025/01/14 05:08:49 DEBUG : sub dir/hello world: Deleting (id "4_zef32cd93306d6b3b9f480e1b_f10829259b15ddb0b_d20250114_m050848_c001_v0001182_t0056_u01736831328843") 2025/01/14 05:08:49 DEBUG : sub dir/hello world: Deleting (id "4_zef32cd93306d6b3b9f480e1b_f107e6dfff00e0749_d20250114_m050846_c001_v0001120_t0006_u01736831326152") --- PASS: TestServerSideCopyOverSelf (13.80s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:55 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/14 05:08:55 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:08:55 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:08:56 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/01/14 05:08:56 INFO : sub dir/hello world: Copied (replaced existing) 2025/01/14 05:08:56 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.54s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:08:57 DEBUG : Creating backend with remote "TestB2:rclone-test-qagisoc6bufo" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-yukupak2yevu -> B2 bucket rclone-test-qagisoc6bufo 2025/01/14 05:08:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:08:58 DEBUG : B2 bucket rclone-test-qagisoc6bufo: Waiting for checks to finish 2025/01/14 05:08:58 DEBUG : B2 bucket rclone-test-qagisoc6bufo: Waiting for transfers to finish 2025/01/14 05:09:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:09:02 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:04 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/01/14 05:09:04 DEBUG : B2 bucket rclone-test-qagisoc6bufo: Waiting for checks to finish 2025/01/14 05:09:04 DEBUG : B2 bucket rclone-test-qagisoc6bufo: Waiting for transfers to finish 2025/01/14 05:09:04 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/01/14 05:09:04 INFO : sub dir/hello world: Copied (server-side copy) 2025/01/14 05:09:04 INFO : sub dir/hello world: Deleted 2025/01/14 05:09:05 DEBUG : testing file moves 2025/01/14 05:09:05 DEBUG : B2 bucket rclone-test-qagisoc6bufo: Waiting for checks to finish 2025/01/14 05:09:05 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/01/14 05:09:05 DEBUG : B2 bucket rclone-test-qagisoc6bufo: Waiting for transfers to finish 2025/01/14 05:09:06 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/01/14 05:09:06 INFO : sub dir/hello world: Copied (server-side copy) 2025/01/14 05:09:06 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:06 DEBUG : B2 bucket rclone-test-qagisoc6bufo: Purge remote 2025/01/14 05:09:06 INFO : B2 bucket rclone-test-qagisoc6bufo: cleaning bucket "rclone-test-qagisoc6bufo" of all files 2025/01/14 05:09:07 DEBUG : sub dir/hello world: Deleting (id "4_zdff20d93307d6b3b9f480e1b_f11593cb7b25d0ece_d20250114_m050905_c001_v0001116_t0038_u01736831345907") 2025/01/14 05:09:07 DEBUG : sub dir/hello world: Deleting (id "4_zdff20d93307d6b3b9f480e1b_f10993361d374a598_d20250114_m050904_c001_v0001183_t0050_u01736831344458") 2025/01/14 05:09:07 DEBUG : sub dir/hello world: Deleting (id "4_zdff20d93307d6b3b9f480e1b_f1085a1528beff31e_d20250114_m050902_c001_v0001184_t0039_u01736831342496") --- PASS: TestServerSideMoveOverSelf (15.19s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:13 ERROR : : error listing: directory not found 2025/01/14 05:09:13 INFO : Local file system at /tmp/rclone606631521: Making directory 2025/01/14 05:09:13 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:13 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.15s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:09:15 DEBUG : Local file system at /tmp/rclone606631521: Waiting for checks to finish 2025/01/14 05:09:15 DEBUG : Local file system at /tmp/rclone606631521: Waiting for transfers to finish 2025/01/14 05:09:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:09:15 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/01/14 05:09:15 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestCopyRedownload (2.15s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:16 DEBUG : check sum: Need to transfer - File not found at Destination 2025/01/14 05:09:16 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:16 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:17 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/14 05:09:17 INFO : check sum: Copied (new) 2025/01/14 05:09:17 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:17 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:17 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/14 05:09:17 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/01/14 05:09:17 DEBUG : check sum: Unchanged skipping 2025/01/14 05:09:17 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:17 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:17 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.49s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:19 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/01/14 05:09:19 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:19 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:19 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/01/14 05:09:19 INFO : sizeonly: Copied (new) 2025/01/14 05:09:19 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:20 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:20 DEBUG : sizeonly: Sizes identical 2025/01/14 05:09:20 DEBUG : sizeonly: Unchanged skipping 2025/01/14 05:09:20 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:20 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:20 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.55s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:21 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/01/14 05:09:21 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:21 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:22 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/01/14 05:09:22 INFO : ignore-size: Copied (new) 2025/01/14 05:09:22 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:22 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:22 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:09:22 DEBUG : ignore-size: Unchanged skipping 2025/01/14 05:09:22 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:22 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:22 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.60s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:24 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:24 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:09:24 DEBUG : existing: Unchanged skipping 2025/01/14 05:09:24 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:24 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:24 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:25 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/01/14 05:09:25 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:25 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:25 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/01/14 05:09:25 INFO : existing: Copied (replaced existing) 2025/01/14 05:09:25 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.62s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:27 DEBUG : existing: Need to transfer - File not found at Destination 2025/01/14 05:09:27 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:27 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:27 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/01/14 05:09:27 INFO : existing: Copied (new) 2025/01/14 05:09:27 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:27 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:27 DEBUG : existing: Destination exists, skipping 2025/01/14 05:09:27 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:27 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:27 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.38s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:30 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/01/14 05:09:30 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:09:30 DEBUG : c/non empty space: Unchanged skipping 2025/01/14 05:09:30 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/01/14 05:09:30 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:30 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:30 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:09:30 INFO : a/potato2: Copied (new) 2025/01/14 05:09:30 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:31 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (3.13s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:33 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:33 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/01/14 05:09:33 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/14 05:09:33 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/01/14 05:09:33 DEBUG : empty space: Unchanged skipping 2025/01/14 05:09:33 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:33 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:33 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:33 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:33 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/01/14 05:09:33 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/14 05:09:34 INFO : empty space: Updated modification time in destination 2025/01/14 05:09:34 DEBUG : empty space: Unchanged skipping 2025/01/14 05:09:34 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:34 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:34 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.79s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:36 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09: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 2025/01/14 05:09:36 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/14 05:09:36 DEBUG : empty space: Unchanged skipping 2025/01/14 05:09:36 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:36 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:36 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.82s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:38 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:38 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/01/14 05:09:38 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone606631521) 2025/01/14 05:09:38 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-yukupak2yevu) 2025/01/14 05:09:38 DEBUG : foo: sha1 differ 2025/01/14 05:09:38 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:38 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/01/14 05:09:38 INFO : foo: Copied (replaced existing) 2025/01/14 05:09:38 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.83s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:40 DEBUG : potato: Need to transfer - File not found at Destination 2025/01/14 05:09:40 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:09:40 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:40 DEBUG : empty space: Unchanged skipping 2025/01/14 05:09:40 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:40 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:09:40 INFO : potato: Copied (new) 2025/01/14 05:09:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.30s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:42 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/01/14 05:09:42 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:42 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:43 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/01/14 05:09:43 INFO : potato: Copied (replaced existing) 2025/01/14 05:09:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.08s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09: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 2025/01/14 05:09:44 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:44 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone606631521) 2025/01/14 05:09:44 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-yukupak2yevu) 2025/01/14 05:09:44 DEBUG : potato: sha1 differ 2025/01/14 05:09:44 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:45 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/01/14 05:09:45 INFO : potato: Copied (replaced existing) 2025/01/14 05:09:45 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.05s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:47 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:09:47 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/01/14 05:09:47 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:09:47 DEBUG : empty space: Unchanged skipping 2025/01/14 05:09:47 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:47 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:47 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:47 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.31s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:49 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:09:49 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:49 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:09:49 DEBUG : empty space: Unchanged skipping 2025/01/14 05:09:49 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:49 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:09:49 INFO : potato2: Copied (new) 2025/01/14 05:09:49 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:50 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.77s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:52 INFO : d: Making directory 2025/01/14 05:09:52 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/01/14 05:09:52 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:09:52 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/01/14 05:09:52 DEBUG : c/non empty space: Unchanged skipping 2025/01/14 05:09:52 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:52 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:52 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:09:52 INFO : a/potato2: Copied (new) 2025/01/14 05:09:52 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:52 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.83s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:55 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/01/14 05:09:55 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:09:55 DEBUG : c/non empty space: Unchanged skipping 2025/01/14 05:09:55 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/01/14 05:09:55 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:55 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:55 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:09:55 INFO : a/potato2: Copied (new) 2025/01/14 05:09:55 ERROR : B2 bucket rclone-test-yukupak2yevu: not deleting files as there were IO errors 2025/01/14 05:09:55 ERROR : B2 bucket rclone-test-yukupak2yevu: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.13s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:09:58 DEBUG : Waiting for deletions to finish 2025/01/14 05:09:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:09:58 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:09:58 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:09:58 DEBUG : empty space: Unchanged skipping 2025/01/14 05:09:58 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:09:58 INFO : potato: Deleted 2025/01/14 05:09:58 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:09:58 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.57s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:00 DEBUG : Waiting for deletions to finish 2025/01/14 05:10:00 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:00 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:01 INFO : potato: Deleted 2025/01/14 05:10:01 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:10:01 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:10:01 DEBUG : empty space: Unchanged skipping 2025/01/14 05:10:01 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:01 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:10:01 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (3.55s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:04 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:10:04 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:04 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:04 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/01/14 05:10:04 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.35s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:06 DEBUG : enormous: Excluded (Size Filter) 2025/01/14 05:10:06 DEBUG : enormous: Excluded 2025/01/14 05:10:06 DEBUG : potato2: Excluded (Size Filter) 2025/01/14 05:10:06 DEBUG : potato2: Excluded 2025/01/14 05:10:07 DEBUG : potato2: Excluded (Size Filter) 2025/01/14 05:10:07 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:10:07 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:07 DEBUG : empty space: Unchanged skipping 2025/01/14 05:10:07 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:07 DEBUG : Waiting for deletions to finish 2025/01/14 05:10:07 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:07 DEBUG : enormous: Excluded (Size Filter) 2025/01/14 05:10:07 DEBUG : enormous: Excluded 2025/01/14 05:10:07 DEBUG : potato2: Excluded (Size Filter) 2025/01/14 05:10:07 DEBUG : potato2: Excluded 2025/01/14 05:10:07 DEBUG : potato2: Excluded (Size Filter) 2025/01/14 05:10:07 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/01/14 05:10:07 DEBUG : empty space: Unchanged skipping 2025/01/14 05:10:07 DEBUG : Local file system at /tmp/rclone606631521: Waiting for checks to finish 2025/01/14 05:10:07 DEBUG : Local file system at /tmp/rclone606631521: Waiting for transfers to finish 2025/01/14 05:10:07 DEBUG : Waiting for deletions to finish 2025/01/14 05:10:07 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncWithExclude (3.13s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:10 DEBUG : enormous: Excluded (Size Filter) 2025/01/14 05:10:10 DEBUG : enormous: Excluded 2025/01/14 05:10:10 DEBUG : potato2: Excluded (Size Filter) 2025/01/14 05:10:10 DEBUG : potato2: Excluded 2025/01/14 05:10:10 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:10:10 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:10 DEBUG : empty space: Unchanged skipping 2025/01/14 05:10:10 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:10 DEBUG : Waiting for deletions to finish 2025/01/14 05:10:10 INFO : enormous: Deleted 2025/01/14 05:10:10 INFO : potato2: Deleted 2025/01/14 05:10:10 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:11 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/01/14 05:10:11 DEBUG : empty space: Unchanged skipping 2025/01/14 05:10:11 DEBUG : Local file system at /tmp/rclone606631521: Waiting for checks to finish 2025/01/14 05:10:11 DEBUG : Local file system at /tmp/rclone606631521: Waiting for transfers to finish 2025/01/14 05:10:11 DEBUG : Waiting for deletions to finish 2025/01/14 05:10:11 INFO : potato2: Deleted 2025/01/14 05:10:11 INFO : enormous: Deleted 2025/01/14 05:10:11 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.49s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:13 DEBUG : five: Need to transfer - File not found at Destination 2025/01/14 05:10:13 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/01/14 05:10:13 DEBUG : three: Sizes identical 2025/01/14 05:10:13 DEBUG : one: Destination is newer than source, skipping 2025/01/14 05:10:13 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:13 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone606631521) 2025/01/14 05:10:13 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-yukupak2yevu) 2025/01/14 05:10:13 DEBUG : two: sha1 differ 2025/01/14 05:10:13 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/01/14 05:10:13 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/01/14 05:10:13 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:14 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/01/14 05:10:14 INFO : five: Copied (new) 2025/01/14 05:10:14 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/01/14 05:10:14 INFO : four: Copied (replaced existing) 2025/01/14 05:10:14 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/01/14 05:10:14 INFO : two: Copied (replaced existing) 2025/01/14 05:10:14 DEBUG : Waiting for deletions to finish 2025/01/14 05:10:15 DEBUG : one: Destination is newer than source, skipping 2025/01/14 05:10:15 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:15 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/01/14 05:10:15 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone606631521) 2025/01/14 05:10:15 DEBUG : four: Size and sha1 of src and dst objects identical 2025/01/14 05:10:15 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/01/14 05:10:15 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/01/14 05:10:15 DEBUG : five: Size and sha1 of src and dst objects identical 2025/01/14 05:10:15 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/01/14 05:10:15 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/01/14 05:10:15 DEBUG : two: Size and sha1 of src and dst objects identical 2025/01/14 05:10:15 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-yukupak2yevu) 2025/01/14 05:10:15 DEBUG : three: sha1 differ 2025/01/14 05:10:15 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/01/14 05:10:15 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/01/14 05:10:15 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:15 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/14 05:10:15 INFO : three: Copied (replaced existing) 2025/01/14 05:10:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.46s) === RUN TestSyncWithMaxDuration === RUN TestSyncWithMaxDuration/Hard sync_test.go:1466: Skipping test on non local remote === RUN TestSyncWithMaxDuration/Soft sync_test.go:1466: Skipping test on non local remote --- PASS: TestSyncWithMaxDuration (0.00s) --- SKIP: TestSyncWithMaxDuration/Hard (0.00s) --- SKIP: TestSyncWithMaxDuration/Soft (0.00s) === RUN TestSyncWithTrackRenames run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/01/14 05:10:17 INFO : B2 bucket rclone-test-yukupak2yevu: Making map for --track-renames 2025/01/14 05:10:17 INFO : B2 bucket rclone-test-yukupak2yevu: Finished making map for --track-renames 2025/01/14 05:10:17 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:17 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for renames to finish 2025/01/14 05:10:17 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/01/14 05:10:17 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/01/14 05:10:17 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:17 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/01/14 05:10:17 INFO : potato: Copied (new) 2025/01/14 05:10:17 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/14 05:10:17 INFO : yam: Copied (new) 2025/01/14 05:10:17 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:17 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:10:17 INFO : B2 bucket rclone-test-yukupak2yevu: Making map for --track-renames 2025/01/14 05:10:17 INFO : B2 bucket rclone-test-yukupak2yevu: Finished making map for --track-renames 2025/01/14 05:10:17 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:17 DEBUG : potato: Unchanged skipping 2025/01/14 05:10:17 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for renames to finish 2025/01/14 05:10:18 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/14 05:10:18 INFO : yam: Copied (server-side copy) to: yaml 2025/01/14 05:10:18 INFO : yam: Deleted 2025/01/14 05:10:18 INFO : yaml: Renamed from "yam" 2025/01/14 05:10:18 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:18 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.63s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/01/14 05:10:20 INFO : B2 bucket rclone-test-yukupak2yevu: Making map for --track-renames 2025/01/14 05:10:20 INFO : B2 bucket rclone-test-yukupak2yevu: Finished making map for --track-renames 2025/01/14 05:10:20 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:20 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/01/14 05:10:20 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/01/14 05:10:20 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for renames to finish 2025/01/14 05:10:20 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:20 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/14 05:10:20 INFO : yam: Copied (new) 2025/01/14 05:10:21 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/01/14 05:10:21 INFO : potato: Copied (new) 2025/01/14 05:10:21 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:21 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:10:21 INFO : B2 bucket rclone-test-yukupak2yevu: Making map for --track-renames 2025/01/14 05:10:21 INFO : B2 bucket rclone-test-yukupak2yevu: Finished making map for --track-renames 2025/01/14 05:10:21 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:21 DEBUG : potato: Unchanged skipping 2025/01/14 05:10:21 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for renames to finish 2025/01/14 05:10:22 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/14 05:10:22 INFO : yam: Copied (server-side copy) to: yaml 2025/01/14 05:10:22 INFO : yam: Deleted 2025/01/14 05:10:22 INFO : yaml: Renamed from "yam" 2025/01/14 05:10:22 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:22 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.57s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/01/14 05:10:24 INFO : B2 bucket rclone-test-yukupak2yevu: Making map for --track-renames 2025/01/14 05:10:24 INFO : B2 bucket rclone-test-yukupak2yevu: Finished making map for --track-renames 2025/01/14 05:10:24 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:24 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/01/14 05:10:24 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/01/14 05:10:24 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for renames to finish 2025/01/14 05:10:24 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:24 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/14 05:10:24 INFO : sub/yam: Copied (new) 2025/01/14 05:10:24 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/01/14 05:10:24 INFO : potato: Copied (new) 2025/01/14 05:10:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:25 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:10:25 DEBUG : potato: Unchanged skipping 2025/01/14 05:10:25 INFO : B2 bucket rclone-test-yukupak2yevu: Making map for --track-renames 2025/01/14 05:10:25 INFO : B2 bucket rclone-test-yukupak2yevu: Finished making map for --track-renames 2025/01/14 05:10:25 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:25 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for renames to finish 2025/01/14 05:10:25 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/01/14 05:10:25 INFO : sub/yam: Copied (server-side copy) to: yam 2025/01/14 05:10:25 INFO : sub/yam: Deleted 2025/01/14 05:10:25 INFO : yam: Renamed from "sub/yam" 2025/01/14 05:10:25 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:25 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.51s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:27 DEBUG : Creating backend with remote "/tmp/rclone606631521/dir1" 2025/01/14 05:10:27 DEBUG : Config file has changed externally - reloading 2025/01/14 05:10:27 DEBUG : Creating backend with remote "/tmp/rclone606631521/dir2" 2025/01/14 05:10:27 DEBUG : Local file system at /tmp/rclone606631521/dir2: Using server-side directory move 2025/01/14 05:10:27 INFO : Local file system at /tmp/rclone606631521/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/01/14 05:10:27 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/01/14 05:10:27 DEBUG : Local file system at /tmp/rclone606631521/dir2: Waiting for checks to finish 2025/01/14 05:10:27 INFO : file1.txt: Moved (server-side) 2025/01/14 05:10:27 DEBUG : Local file system at /tmp/rclone606631521/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.38s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:28 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:10:28 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/01/14 05:10:28 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:28 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:28 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/01/14 05:10:28 INFO : nested/sub dir/file: Copied (new) 2025/01/14 05:10:28 INFO : nested/sub dir/file: Deleted 2025/01/14 05:10:28 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:10:28 INFO : sub dir/hello world: Copied (new) 2025/01/14 05:10:28 INFO : sub dir/hello world: Deleted 2025/01/14 05:10:28 INFO : sub dir: Removing directory 2025/01/14 05:10:28 INFO : nested/sub dir: Removing directory 2025/01/14 05:10:28 INFO : nested: Removing directory 2025/01/14 05:10:28 DEBUG : Local file system at /tmp/rclone606631521: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.21s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/01/14 05:10:30 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/01/14 05:10:30 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:30 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:30 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/01/14 05:10:30 INFO : nested/sub dir/file: Copied (new) 2025/01/14 05:10:30 INFO : nested/sub dir/file: Deleted 2025/01/14 05:10:30 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/01/14 05:10:30 INFO : sub dir/hello world: Copied (new) 2025/01/14 05:10:30 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.06s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:32 DEBUG : existing: Need to transfer - File not found at Destination 2025/01/14 05:10:32 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/01/14 05:10:32 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:32 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:32 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/01/14 05:10:32 INFO : existing-b: Copied (new) 2025/01/14 05:10:32 INFO : existing-b: Deleted 2025/01/14 05:10:32 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/01/14 05:10:32 INFO : existing: Copied (new) 2025/01/14 05:10:32 INFO : existing: Deleted 2025/01/14 05:10:33 DEBUG : existing: Destination exists, skipping 2025/01/14 05:10:33 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/01/14 05:10:33 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:10:33 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:10:33 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.15s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:34 DEBUG : Creating backend with remote "TestB2:rclone-test-nolarej5rizo" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-yukupak2yevu -> B2 bucket rclone-test-nolarej5rizo 2025/01/14 05:10:42 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:10:42 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/01/14 05:10:42 DEBUG : empty space: Unchanged skipping 2025/01/14 05:10:42 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/01/14 05:10:42 DEBUG : B2 bucket rclone-test-nolarej5rizo: Waiting for checks to finish 2025/01/14 05:10:42 INFO : empty space: Deleted 2025/01/14 05:10:42 DEBUG : B2 bucket rclone-test-nolarej5rizo: Waiting for transfers to finish 2025/01/14 05:10:42 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:10:42 INFO : potato2: Copied (server-side copy) 2025/01/14 05:10:42 INFO : potato2: Deleted 2025/01/14 05:10:42 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/14 05:10:42 INFO : potato3: Copied (server-side copy) 2025/01/14 05:10:42 INFO : potato3: Deleted 2025/01/14 05:10:43 DEBUG : Creating backend with remote "TestB2:rclone-test-motujug9sove" 2025/01/14 05:10:44 DEBUG : empty space: Need to transfer - File not found at Destination 2025/01/14 05:10:44 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:10:44 DEBUG : potato3: Need to transfer - File not found at Destination 2025/01/14 05:10:44 DEBUG : B2 bucket rclone-test-motujug9sove: Waiting for checks to finish 2025/01/14 05:10:44 DEBUG : B2 bucket rclone-test-motujug9sove: Waiting for transfers to finish 2025/01/14 05:10:48 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/14 05:10:48 INFO : empty space: Copied (server-side copy) 2025/01/14 05:10:48 INFO : empty space: Deleted 2025/01/14 05:10:48 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:10:48 INFO : potato2: Copied (server-side copy) 2025/01/14 05:10:48 INFO : potato2: Deleted 2025/01/14 05:10:48 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/14 05:10:48 INFO : potato3: Copied (server-side copy) 2025/01/14 05:10:48 INFO : potato3: Deleted 2025/01/14 05:10:49 DEBUG : B2 bucket rclone-test-motujug9sove: Purge remote 2025/01/14 05:10:49 INFO : B2 bucket rclone-test-motujug9sove: cleaning bucket "rclone-test-motujug9sove" of all files 2025/01/14 05:10:49 DEBUG : empty space: Deleting (id "4_z6fa2ad63308d6b3b9f480e1b_f105426f4fecdd116_d20250114_m051048_c001_v0001184_t0010_u01736831448172") 2025/01/14 05:10:49 DEBUG : potato2: Deleting (id "4_z6fa2ad63308d6b3b9f480e1b_f100cceb6ec9bc668_d20250114_m051048_c001_v0001184_t0046_u01736831448409") 2025/01/14 05:10:49 DEBUG : potato3: Deleting (id "4_z6fa2ad63308d6b3b9f480e1b_f110b798684cfc8a4_d20250114_m051048_c001_v0001183_t0023_u01736831448570") 2025/01/14 05:10:51 DEBUG : B2 bucket rclone-test-nolarej5rizo: Purge remote 2025/01/14 05:10:51 INFO : B2 bucket rclone-test-nolarej5rizo: cleaning bucket "rclone-test-nolarej5rizo" of all files 2025/01/14 05:10:51 DEBUG : empty space: Deleting (id "4_z6f528d63308d6b3b9f480e1b_f401468940d4457dc_d20250114_m051048_c001_v7007000_t0000_u01736831448379") 2025/01/14 05:10:51 DEBUG : empty space: Deleting (id "4_z6f528d63308d6b3b9f480e1b_f119e78637f4d37b9_d20250114_m051040_c001_v0001037_t0042_u01736831440481") 2025/01/14 05:10:51 DEBUG : potato2: Deleting (id "4_z6f528d63308d6b3b9f480e1b_f401468940d4457dd_d20250114_m051048_c001_v7007000_t0000_u01736831448600") 2025/01/14 05:10:51 DEBUG : potato2: Deleting (id "4_z6f528d63308d6b3b9f480e1b_f1041702fbc6d699b_d20250114_m051042_c001_v0001184_t0044_u01736831442319") 2025/01/14 05:10:51 DEBUG : potato3: Deleting (id "4_z6f528d63308d6b3b9f480e1b_f401468940d4457df_d20250114_m051048_c001_v7007000_t0000_u01736831448822") 2025/01/14 05:10:51 DEBUG : potato3: Deleting (id "4_z6f528d63308d6b3b9f480e1b_f104f0c92103e5935_d20250114_m051042_c001_v0001165_t0044_u01736831442561") 2025/01/14 05:10:51 DEBUG : potato3: Deleting (id "4_z6f528d63308d6b3b9f480e1b_f119e78637f4d37bd_d20250114_m051040_c001_v0001037_t0040_u01736831440912") --- PASS: TestServerSideMove (20.74s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:10:55 DEBUG : Creating backend with remote "TestB2:rclone-test-buditum4kiqa" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-yukupak2yevu -> B2 bucket rclone-test-buditum4kiqa 2025/01/14 05:11:03 DEBUG : empty space: Excluded (Size Filter) 2025/01/14 05:11:04 DEBUG : empty space: Excluded (Size Filter) 2025/01/14 05:11:04 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:11:04 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/01/14 05:11:04 DEBUG : B2 bucket rclone-test-buditum4kiqa: Waiting for checks to finish 2025/01/14 05:11:04 DEBUG : B2 bucket rclone-test-buditum4kiqa: Waiting for transfers to finish 2025/01/14 05:11:04 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:11:04 INFO : potato2: Copied (server-side copy) 2025/01/14 05:11:04 INFO : potato2: Deleted 2025/01/14 05:11:04 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/14 05:11:04 INFO : potato3: Copied (server-side copy) 2025/01/14 05:11:05 INFO : potato3: Deleted 2025/01/14 05:11:05 DEBUG : Creating backend with remote "TestB2:rclone-test-mobagod3medo" 2025/01/14 05:11:06 DEBUG : empty space: Excluded (Size Filter) 2025/01/14 05:11:06 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:11:06 DEBUG : potato3: Need to transfer - File not found at Destination 2025/01/14 05:11:06 DEBUG : B2 bucket rclone-test-mobagod3medo: Waiting for checks to finish 2025/01/14 05:11:06 DEBUG : B2 bucket rclone-test-mobagod3medo: Waiting for transfers to finish 2025/01/14 05:11:10 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:11:10 INFO : potato2: Copied (server-side copy) 2025/01/14 05:11:10 INFO : potato2: Deleted 2025/01/14 05:11:10 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/14 05:11:10 INFO : potato3: Copied (server-side copy) 2025/01/14 05:11:10 INFO : potato3: Deleted 2025/01/14 05:11:11 DEBUG : B2 bucket rclone-test-mobagod3medo: Purge remote 2025/01/14 05:11:11 INFO : B2 bucket rclone-test-mobagod3medo: cleaning bucket "rclone-test-mobagod3medo" of all files 2025/01/14 05:11:11 DEBUG : potato2: Deleting (id "4_zef22fdc3308d6b3b9f480e1b_f11379d2351748ffd_d20250114_m051110_c001_v0001161_t0048_u01736831470231") 2025/01/14 05:11:11 DEBUG : potato3: Deleting (id "4_zef22fdc3308d6b3b9f480e1b_f11293a74210b501b_d20250114_m051110_c001_v0001184_t0011_u01736831470622") 2025/01/14 05:11:13 DEBUG : B2 bucket rclone-test-buditum4kiqa: Purge remote 2025/01/14 05:11:13 INFO : B2 bucket rclone-test-buditum4kiqa: cleaning bucket "rclone-test-buditum4kiqa" of all files 2025/01/14 05:11:13 DEBUG : empty space: Deleting (id "4_zdfd2ddb3308d6b3b9f480e1b_f110677166d6ab5dc_d20250114_m051102_c001_v0001101_t0023_u01736831462673") 2025/01/14 05:11:13 DEBUG : potato2: Deleting (id "4_zdfd2ddb3308d6b3b9f480e1b_f40443c2818e127e8_d20250114_m051110_c001_v7007000_t0000_u01736831470569") 2025/01/14 05:11:13 DEBUG : potato2: Deleting (id "4_zdfd2ddb3308d6b3b9f480e1b_f10611c79a2509756_d20250114_m051104_c001_v0001183_t0025_u01736831464172") 2025/01/14 05:11:13 DEBUG : potato3: Deleting (id "4_zdfd2ddb3308d6b3b9f480e1b_f40443c2818e127eb_d20250114_m051110_c001_v7007000_t0000_u01736831470838") 2025/01/14 05:11:13 DEBUG : potato3: Deleting (id "4_zdfd2ddb3308d6b3b9f480e1b_f108f79740653515a_d20250114_m051104_c001_v0001044_t0050_u01736831464413") 2025/01/14 05:11:13 DEBUG : potato3: Deleting (id "4_zdfd2ddb3308d6b3b9f480e1b_f110677166d6ab5e2_d20250114_m051103_c001_v0001101_t0031_u01736831463037") --- PASS: TestServerSideMoveWithFilter (22.22s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:11:17 DEBUG : Creating backend with remote "TestB2:rclone-test-voxoraj1gili" 2025/01/14 05:11:19 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-yukupak2yevu -> B2 bucket rclone-test-voxoraj1gili 2025/01/14 05:11:24 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:11:24 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/01/14 05:11:24 DEBUG : empty space: Unchanged skipping 2025/01/14 05:11:24 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/01/14 05:11:24 DEBUG : B2 bucket rclone-test-voxoraj1gili: Waiting for checks to finish 2025/01/14 05:11:24 INFO : empty space: Deleted 2025/01/14 05:11:24 DEBUG : B2 bucket rclone-test-voxoraj1gili: Waiting for transfers to finish 2025/01/14 05:11:24 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:11:24 INFO : potato2: Copied (server-side copy) 2025/01/14 05:11:25 INFO : potato2: Deleted 2025/01/14 05:11:25 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/14 05:11:25 INFO : potato3: Copied (server-side copy) 2025/01/14 05:11:25 INFO : potato3: Deleted 2025/01/14 05:11:26 DEBUG : Creating backend with remote "TestB2:rclone-test-xovivob6toli" 2025/01/14 05:11:26 INFO : tomatoDir: Making directory 2025/01/14 05:11:27 DEBUG : empty space: Need to transfer - File not found at Destination 2025/01/14 05:11:27 DEBUG : potato2: Need to transfer - File not found at Destination 2025/01/14 05:11:27 DEBUG : potato3: Need to transfer - File not found at Destination 2025/01/14 05:11:27 DEBUG : B2 bucket rclone-test-xovivob6toli: Waiting for checks to finish 2025/01/14 05:11:27 DEBUG : B2 bucket rclone-test-xovivob6toli: Waiting for transfers to finish 2025/01/14 05:11:29 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/01/14 05:11:29 INFO : potato2: Copied (server-side copy) 2025/01/14 05:11:29 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/01/14 05:11:29 INFO : empty space: Copied (server-side copy) 2025/01/14 05:11:29 INFO : potato2: Deleted 2025/01/14 05:11:29 INFO : empty space: Deleted 2025/01/14 05:11:29 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/01/14 05:11:29 INFO : potato3: Copied (server-side copy) 2025/01/14 05:11:29 INFO : potato3: Deleted 2025/01/14 05:11:30 DEBUG : B2 bucket rclone-test-xovivob6toli: Purge remote 2025/01/14 05:11:30 INFO : B2 bucket rclone-test-xovivob6toli: cleaning bucket "rclone-test-xovivob6toli" of all files 2025/01/14 05:11:30 DEBUG : empty space: Deleting (id "4_z6fa24dd3309d6b3b9f480e1b_f1059b84478abb72c_d20250114_m051129_c001_v0001131_t0035_u01736831489195") 2025/01/14 05:11:30 DEBUG : potato2: Deleting (id "4_z6fa24dd3309d6b3b9f480e1b_f112e8fc47f09320b_d20250114_m051128_c001_v0001172_t0045_u01736831488871") 2025/01/14 05:11:30 DEBUG : potato3: Deleting (id "4_z6fa24dd3309d6b3b9f480e1b_f1074898747ecaa89_d20250114_m051129_c001_v0001184_t0044_u01736831489661") 2025/01/14 05:11:32 DEBUG : B2 bucket rclone-test-voxoraj1gili: Purge remote 2025/01/14 05:11:32 INFO : B2 bucket rclone-test-voxoraj1gili: cleaning bucket "rclone-test-voxoraj1gili" of all files 2025/01/14 05:11:32 DEBUG : empty space: Deleting (id "4_zff923d23309d6b3b9f480e1b_f402c573ce86c23f3_d20250114_m051129_c001_v7007000_t0000_u01736831489603") 2025/01/14 05:11:32 DEBUG : empty space: Deleting (id "4_zff923d23309d6b3b9f480e1b_f11593cb7b25d1034_d20250114_m051123_c001_v0001116_t0019_u01736831483188") 2025/01/14 05:11:32 DEBUG : potato2: Deleting (id "4_zff923d23309d6b3b9f480e1b_f400e399eebda6b09_d20250114_m051129_c001_v7007000_t0000_u01736831489485") 2025/01/14 05:11:32 DEBUG : potato2: Deleting (id "4_zff923d23309d6b3b9f480e1b_f10221e4958bfb6e1_d20250114_m051124_c001_v0001182_t0042_u01736831484785") 2025/01/14 05:11:32 DEBUG : potato3: Deleting (id "4_zff923d23309d6b3b9f480e1b_f402c573ce86c23f5_d20250114_m051129_c001_v7007000_t0000_u01736831489881") 2025/01/14 05:11:32 DEBUG : potato3: Deleting (id "4_zff923d23309d6b3b9f480e1b_f1055cfb49d0cbf3c_d20250114_m051125_c001_v0001134_t0009_u01736831485057") 2025/01/14 05:11:32 DEBUG : potato3: Deleting (id "4_zff923d23309d6b3b9f480e1b_f11593cb7b25d1036_d20250114_m051123_c001_v0001116_t0038_u01736831483810") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (19.98s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:11:37 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.43s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:11:39 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncOverlap (3.38s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:11:43 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/rclone-sync-test" 2025/01/14 05:11:45 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/rclone-sync-test-include/layer2" 2025/01/14 05:11:47 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/rclone-sync-test-ignore-file" 2025/01/14 05:11:50 DEBUG : B2 bucket rclone-test-yukupak2yevu path rclone-sync-test: Waiting for checks to finish 2025/01/14 05:11:50 DEBUG : B2 bucket rclone-test-yukupak2yevu path rclone-sync-test: Waiting for transfers to finish 2025/01/14 05:11:50 DEBUG : Waiting for deletions to finish 2025/01/14 05:11:50 INFO : There was nothing to transfer 2025/01/14 05:11:51 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:11:51 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:11:51 DEBUG : Waiting for deletions to finish 2025/01/14 05:11:51 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:11:51 DEBUG : B2 bucket rclone-test-yukupak2yevu path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/01/14 05:11:51 DEBUG : B2 bucket rclone-test-yukupak2yevu path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/01/14 05:11:51 DEBUG : Waiting for deletions to finish 2025/01/14 05:11:51 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:11:51 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:11:51 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:11:51 DEBUG : Waiting for deletions to finish 2025/01/14 05:11:51 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:11:52 DEBUG : B2 bucket rclone-test-yukupak2yevu path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/01/14 05:11:52 DEBUG : B2 bucket rclone-test-yukupak2yevu path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/01/14 05:11:52 DEBUG : Waiting for deletions to finish 2025/01/14 05:11:52 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (16.16s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:11:59 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/dst" 2025/01/14 05:12:00 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/CompareDest" 2025/01/14 05:12:02 DEBUG : one: Need to transfer - File not found at Destination 2025/01/14 05:12:02 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:02 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:03 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/14 05:12:03 INFO : one: Copied (new) 2025/01/14 05:12:03 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/14 05:12:04 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:04 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:04 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/01/14 05:12:04 INFO : one: Copied (replaced existing) 2025/01/14 05:12:04 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/14 05:12:06 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:06 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:06 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/14 05:12:06 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:06 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:06 INFO : There was nothing to transfer 2025/01/14 05:12:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:08 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/14 05:12:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/14 05:12:08 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:08 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:08 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/14 05:12:08 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:08 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:08 INFO : There was nothing to transfer 2025/01/14 05:12:08 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:08 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/14 05:12:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/14 05:12:08 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:09 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/14 05:12:09 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:09 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:09 INFO : There was nothing to transfer 2025/01/14 05:12:10 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2025/01/14 05:12:10 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/01/14 05:12:10 DEBUG : two: Destination found in --compare-dest, skipping 2025/01/14 05:12:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/14 05:12:10 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:10 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:10 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/14 05:12:10 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:10 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:10 INFO : There was nothing to transfer 2025/01/14 05:12:11 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/01/14 05:12:11 DEBUG : two: Need to transfer - File not found at Destination 2025/01/14 05:12:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/14 05:12:11 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:11 DEBUG : one: Destination found in --compare-dest, skipping 2025/01/14 05:12:11 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:11 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/01/14 05:12:11 INFO : two: Copied (new) 2025/01/14 05:12:11 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.83s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:12:14 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/dest" 2025/01/14 05:12:15 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/pre-dest1" 2025/01/14 05:12:16 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/pre-dest2" 2025/01/14 05:12:19 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:12:19 DEBUG : 1: Destination found in --compare-dest, skipping 2025/01/14 05:12:19 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:12:19 DEBUG : 2: Destination found in --compare-dest, skipping 2025/01/14 05:12:19 DEBUG : 3: Need to transfer - File not found at Destination 2025/01/14 05:12:19 DEBUG : B2 bucket rclone-test-yukupak2yevu path dest: Waiting for checks to finish 2025/01/14 05:12:19 DEBUG : B2 bucket rclone-test-yukupak2yevu path dest: Waiting for transfers to finish 2025/01/14 05:12:20 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/01/14 05:12:20 INFO : 3: Copied (new) 2025/01/14 05:12:20 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (9.06s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:12:22 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/dst" 2025/01/14 05:12:23 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/CopyDest" 2025/01/14 05:12:25 DEBUG : one: Need to transfer - File not found at Destination 2025/01/14 05:12:25 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:25 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:26 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/14 05:12:26 INFO : one: Copied (new) 2025/01/14 05:12:26 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/14 05:12:26 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:26 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:27 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/01/14 05:12:27 INFO : one: Copied (replaced existing) 2025/01/14 05:12:27 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:29 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/BackupDir" 2025/01/14 05:12:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/14 05:12:30 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:30 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/01/14 05:12:31 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/14 05:12:31 INFO : one: Copied (server-side copy) 2025/01/14 05:12:32 INFO : one: Deleted 2025/01/14 05:12:32 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/01/14 05:12:32 INFO : one: Copied (server-side copy) 2025/01/14 05:12:32 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/01/14 05:12:32 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:32 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:33 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/01/14 05:12:33 INFO : two: Copied (server-side copy) 2025/01/14 05:12:33 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/01/14 05:12:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:33 DEBUG : one: Unchanged skipping 2025/01/14 05:12:33 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:33 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:33 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:34 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:34 DEBUG : one: Unchanged skipping 2025/01/14 05:12:34 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:34 DEBUG : two: Unchanged skipping 2025/01/14 05:12:34 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:34 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:34 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:34 INFO : There was nothing to transfer 2025/01/14 05:12:35 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/01/14 05:12:35 DEBUG : three: Destination not found in --copy-dest 2025/01/14 05:12:35 DEBUG : three: Need to transfer - File not found at Destination 2025/01/14 05:12:35 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:35 DEBUG : one: Unchanged skipping 2025/01/14 05:12:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/01/14 05:12:35 DEBUG : two: Unchanged skipping 2025/01/14 05:12:35 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:35 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:36 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/01/14 05:12:36 INFO : three: Copied (new) 2025/01/14 05:12:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (16.14s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:12:39 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/dst" 2025/01/14 05:12:41 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/backup" 2025/01/14 05:12:43 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/14 05:12:43 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:12:43 DEBUG : two: Unchanged skipping 2025/01/14 05:12:43 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:44 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/14 05:12:44 INFO : one: Copied (server-side copy) 2025/01/14 05:12:44 INFO : one: Deleted 2025/01/14 05:12:44 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:45 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:12:45 INFO : one: Copied (new) 2025/01/14 05:12:45 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:45 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/14 05:12:45 INFO : three.txt: Copied (server-side copy) 2025/01/14 05:12:46 INFO : three.txt: Deleted 2025/01/14 05:12:46 INFO : three.txt: Moved into backup dir 2025/01/14 05:12:47 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/14 05:12:47 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:12:47 DEBUG : two: Unchanged skipping 2025/01/14 05:12:47 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:48 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:12:48 INFO : one: Copied (server-side copy) 2025/01/14 05:12:48 INFO : one: Deleted 2025/01/14 05:12:48 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:12:48 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/14 05:12:48 INFO : one: Copied (new) 2025/01/14 05:12:48 DEBUG : Waiting for deletions to finish 2025/01/14 05:12:49 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/14 05:12:49 INFO : three.txt: Copied (server-side copy) 2025/01/14 05:12:49 INFO : three.txt: Deleted 2025/01/14 05:12:49 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (12.73s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:12:52 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1131-13.backblaze.com/b2api/v1/b2_upload_file/7f522d63306d6b3b9f480e1b/c001_v0001131_t0031": EOF 2025/01/14 05:12:52 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1131-13.backblaze.com/b2api/v1/b2_upload_file/7f522d63306d6b3b9f480e1b/c001_v0001131_t0031": EOF) 2025/01/14 05:12:52 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-yukupak2yevu: 1/10 (Post "https://pod-000-1131-13.backblaze.com/b2api/v1/b2_upload_file/7f522d63306d6b3b9f480e1b/c001_v0001131_t0031": EOF) 2025/01/14 05:12:54 DEBUG : pacer: Reducing sleep to 10ms 2025/01/14 05:12:54 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/dst" 2025/01/14 05:12:55 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/backup" 2025/01/14 05:12:57 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/14 05:12:57 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:12:57 DEBUG : two: Unchanged skipping 2025/01/14 05:12:57 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:12:59 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/14 05:12:59 INFO : one: Copied (server-side copy) to: one.bak 2025/01/14 05:12:59 INFO : one: Deleted 2025/01/14 05:12:59 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:13:00 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:13:00 INFO : one: Copied (new) 2025/01/14 05:13:00 DEBUG : Waiting for deletions to finish 2025/01/14 05:13:00 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/14 05:13:00 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/14 05:13:00 INFO : three.txt: Deleted 2025/01/14 05:13:00 INFO : three.txt: Moved into backup dir 2025/01/14 05:13:02 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/14 05:13:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:13:02 DEBUG : two: Unchanged skipping 2025/01/14 05:13:02 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:13:02 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:13:02 INFO : one: Copied (server-side copy) to: one.bak 2025/01/14 05:13:03 INFO : one: Deleted 2025/01/14 05:13:03 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:13:03 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/14 05:13:03 INFO : one: Copied (new) 2025/01/14 05:13:03 DEBUG : Waiting for deletions to finish 2025/01/14 05:13:04 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/14 05:13:04 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/14 05:13:04 INFO : three.txt: Deleted 2025/01/14 05:13:04 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (15.07s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:13:07 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/dst" 2025/01/14 05:13:08 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/backup" 2025/01/14 05:13:10 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/14 05:13:10 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:13:10 DEBUG : two: Unchanged skipping 2025/01/14 05:13:10 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:13:11 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/14 05:13:11 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/01/14 05:13:12 INFO : one: Deleted 2025/01/14 05:13:12 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:13:12 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:13:12 INFO : one: Copied (new) 2025/01/14 05:13:12 DEBUG : Waiting for deletions to finish 2025/01/14 05:13:13 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/14 05:13:13 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/01/14 05:13:13 INFO : three.txt: Deleted 2025/01/14 05:13:13 INFO : three.txt: Moved into backup dir 2025/01/14 05:13:15 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/14 05:13:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:13:15 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:13:15 DEBUG : two: Unchanged skipping 2025/01/14 05:13:15 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:13:15 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/01/14 05:13:15 INFO : one: Deleted 2025/01/14 05:13:15 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:13:16 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/14 05:13:16 INFO : one: Copied (new) 2025/01/14 05:13:16 DEBUG : Waiting for deletions to finish 2025/01/14 05:13:16 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/14 05:13:16 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/01/14 05:13:16 INFO : three.txt: Deleted 2025/01/14 05:13:16 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (11.89s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:13:19 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/dst" 2025/01/14 05:13:21 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/14 05:13:21 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:13:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:13:21 DEBUG : two: Unchanged skipping 2025/01/14 05:13:21 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/14 05:13:21 INFO : one: Copied (server-side copy) to: one.bak 2025/01/14 05:13:21 INFO : one: Deleted 2025/01/14 05:13:21 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:13:22 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:13:22 INFO : one: Copied (new) 2025/01/14 05:13:22 DEBUG : Waiting for deletions to finish 2025/01/14 05:13:23 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/14 05:13:23 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/14 05:13:23 INFO : three.txt: Deleted 2025/01/14 05:13:23 INFO : three.txt: Moved into backup dir 2025/01/14 05:13:24 DEBUG : one.bak: Excluded (Path Filter) 2025/01/14 05:13:24 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/01/14 05:13:24 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/14 05:13:24 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:13:24 DEBUG : two: Unchanged skipping 2025/01/14 05:13:24 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for checks to finish 2025/01/14 05:13:25 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:13:25 INFO : one: Copied (server-side copy) to: one.bak 2025/01/14 05:13:25 INFO : one: Deleted 2025/01/14 05:13:25 DEBUG : B2 bucket rclone-test-yukupak2yevu path dst: Waiting for transfers to finish 2025/01/14 05:13:25 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/14 05:13:25 INFO : one: Copied (new) 2025/01/14 05:13:25 DEBUG : Waiting for deletions to finish 2025/01/14 05:13:26 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/14 05:13:26 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/14 05:13:26 INFO : three.txt: Deleted 2025/01/14 05:13:26 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (9.78s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:13:29 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/dst" 2025/01/14 05:13:30 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/14 05:13:32 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/14 05:13:32 INFO : one: Copied (server-side copy) to: one.bak 2025/01/14 05:13:32 INFO : one: Deleted 2025/01/14 05:13:33 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:13:33 INFO : one: Copied (new) 2025/01/14 05:13:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:13:33 DEBUG : two: Unchanged skipping 2025/01/14 05:13:33 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/01/14 05:13:34 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/14 05:13:34 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/14 05:13:34 INFO : three.txt: Deleted 2025/01/14 05:13:34 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/14 05:13:34 INFO : three.txt: Copied (new) 2025/01/14 05:13:35 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/14 05:13:36 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:13:36 INFO : one: Copied (server-side copy) to: one.bak 2025/01/14 05:13:36 INFO : one: Deleted 2025/01/14 05:13:36 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/14 05:13:36 INFO : one: Copied (new) 2025/01/14 05:13:36 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:13:36 DEBUG : two: Unchanged skipping 2025/01/14 05:13:36 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/01/14 05:13:37 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/14 05:13:37 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/01/14 05:13:37 INFO : three.txt: Deleted 2025/01/14 05:13:37 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/01/14 05:13:37 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (11.77s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:13:41 DEBUG : Creating backend with remote "TestB2:rclone-test-yukupak2yevu/dst" 2025/01/14 05:13:42 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/01/14 05:13:43 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/01/14 05:13:43 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/01/14 05:13:44 INFO : one: Deleted 2025/01/14 05:13:44 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:13:44 INFO : one: Copied (new) 2025/01/14 05:13:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:13:45 DEBUG : two: Unchanged skipping 2025/01/14 05:13:45 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/01/14 05:13:45 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/01/14 05:13:45 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/01/14 05:13:46 INFO : three.txt: Deleted 2025/01/14 05:13:46 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/14 05:13:46 INFO : three.txt: Copied (new) 2025/01/14 05:13:47 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/01/14 05:13:47 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/01/14 05:13:47 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/01/14 05:13:47 INFO : one: Deleted 2025/01/14 05:13:48 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/01/14 05:13:48 INFO : one: Copied (new) 2025/01/14 05:13:48 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:13:48 DEBUG : two: Unchanged skipping 2025/01/14 05:13:48 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/01/14 05:13:49 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/01/14 05:13:49 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/01/14 05:13:49 INFO : three.txt: Deleted 2025/01/14 05:13:49 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/01/14 05:13:49 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (11.50s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:13:52 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/01/14 05:13:52 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:13:52 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:13:52 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/01/14 05:13:52 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/01/14 05:13:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.35s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:13:53 DEBUG : existing: Need to transfer - File not found at Destination 2025/01/14 05:13:53 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:13:53 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:13:54 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/01/14 05:13:54 INFO : existing: Copied (new) 2025/01/14 05:13:54 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:13:54 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/01/14 05:13:54 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:13:54 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/01/14 05:13:54 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:13:54 ERROR : B2 bucket rclone-test-yukupak2yevu: not deleting files as there were IO errors 2025/01/14 05:13:54 ERROR : B2 bucket rclone-test-yukupak2yevu: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncImmutable (2.78s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:13:56 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:13:56 DEBUG : existing: Unchanged skipping 2025/01/14 05:13:56 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:13:56 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:13:56 DEBUG : Waiting for deletions to finish 2025/01/14 05:13:56 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.42s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.39s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.17s) --- SKIP: TestMaxTransfer/Hard (0.40s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.39s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:14:10 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:14:10 DEBUG : both0: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both12: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both1: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both14: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both10: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both16: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both17: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both18: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both19: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both2: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both3: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both4: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both5: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both6: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both7: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both8: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:10 DEBUG : both9: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both11: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both13: Unchanged skipping 2025/01/14 05:14:10 DEBUG : both15: Unchanged skipping 2025/01/14 05:14:10 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:14:10 DEBUG : Waiting for deletions to finish 2025/01/14 05:14:10 INFO : only11: Deleted 2025/01/14 05:14:10 INFO : only13: Deleted 2025/01/14 05:14:10 INFO : only5: Deleted 2025/01/14 05:14:10 INFO : only18: Deleted 2025/01/14 05:14:10 INFO : only17: Deleted 2025/01/14 05:14:10 INFO : only15: Deleted 2025/01/14 05:14:11 INFO : only3: Deleted 2025/01/14 05:14:11 INFO : only9: Deleted 2025/01/14 05:14:11 INFO : only0: Deleted 2025/01/14 05:14:11 INFO : only10: Deleted 2025/01/14 05:14:11 INFO : only12: Deleted 2025/01/14 05:14:11 INFO : only8: Deleted 2025/01/14 05:14:11 INFO : only4: Deleted 2025/01/14 05:14:11 INFO : only6: Deleted 2025/01/14 05:14:11 INFO : only7: Deleted 2025/01/14 05:14:11 INFO : only19: Deleted 2025/01/14 05:14:11 INFO : only2: Deleted 2025/01/14 05:14:11 INFO : only1: Deleted 2025/01/14 05:14:11 INFO : only14: Deleted 2025/01/14 05:14:11 INFO : only16: Deleted 2025/01/14 05:14:11 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (17.20s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:14:27 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for checks to finish 2025/01/14 05:14:27 DEBUG : both0: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both12: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both13: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both14: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both15: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both1: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both17: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both18: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both19: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both2: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both3: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both4: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both5: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both6: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both7: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both8: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/01/14 05:14:27 DEBUG : both9: Unchanged skipping 2025/01/14 05:14:27 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/01/14 05:14:27 DEBUG : both10: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both11: Unchanged skipping 2025/01/14 05:14:27 DEBUG : both16: Unchanged skipping 2025/01/14 05:14:27 DEBUG : B2 bucket rclone-test-yukupak2yevu: Waiting for transfers to finish 2025/01/14 05:14:27 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:27 INFO : only0: Copied (replaced existing) 2025/01/14 05:14:27 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:27 INFO : only1: Copied (replaced existing) 2025/01/14 05:14:27 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:27 INFO : only13: Copied (replaced existing) 2025/01/14 05:14:27 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:27 INFO : only12: Copied (replaced existing) 2025/01/14 05:14:27 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:27 INFO : only10: Copied (replaced existing) 2025/01/14 05:14:27 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:27 INFO : only14: Copied (replaced existing) 2025/01/14 05:14:27 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:27 INFO : only15: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only16: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only11: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only17: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only18: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only19: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only2: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only3: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only4: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only5: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only6: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only7: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only8: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/01/14 05:14:28 INFO : only9: Copied (replaced existing) 2025/01/14 05:14:28 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (21.26s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:14:37 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/14 05:14:37 INFO : sub dir: Making directory 2025/01/14 05:14:37 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (2.98s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" 2025/01/14 05:14:40 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/01/14 05:14:40 INFO : sub dir: Making directory 2025/01/14 05:14:40 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-yukupak2yevu", Local "Local file system at /tmp/rclone606631521", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (4.05s) PASS 2025/01/14 05:14:44 DEBUG : B2 bucket rclone-test-yukupak2yevu: Purge remote 2025/01/14 05:14:44 INFO : B2 bucket rclone-test-yukupak2yevu: cleaning bucket "rclone-test-yukupak2yevu" of all files 2025/01/14 05:14:45 DEBUG : BackupDir/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e6823_d20250114_m051236_c001_v7007000_t0000_u01736831556799") 2025/01/14 05:14:45 DEBUG : BackupDir/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1196a2e7f5b4391a_d20250114_m051231_c001_v0001146_t0047_u01736831551656") 2025/01/14 05:14:45 DEBUG : CompareDest/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f407f7e6047ed8547_d20250114_m051212_c001_v7007000_t0000_u01736831532319") 2025/01/14 05:14:45 DEBUG : CompareDest/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bd9b9_d20250114_m051206_c001_v0001182_t0029_u01736831526160") 2025/01/14 05:14:45 DEBUG : CompareDest/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f407f7e6047ed8549_d20250114_m051212_c001_v7007000_t0000_u01736831532499") 2025/01/14 05:14:45 DEBUG : CompareDest/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d20c_d20250114_m051207_c001_v0001165_t0054_u01736831527468") 2025/01/14 05:14:45 DEBUG : CopyDest/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e6825_d20250114_m051236_c001_v7007000_t0000_u01736831556998") 2025/01/14 05:14:45 DEBUG : CopyDest/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f727_d20250114_m051228_c001_v0001131_t0037_u01736831548530") 2025/01/14 05:14:45 DEBUG : CopyDest/three: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e6827_d20250114_m051237_c001_v7007000_t0000_u01736831557210") 2025/01/14 05:14:45 DEBUG : CopyDest/three: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d25c_d20250114_m051235_c001_v0001165_t0026_u01736831555028") 2025/01/14 05:14:45 DEBUG : CopyDest/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e6829_d20250114_m051237_c001_v7007000_t0000_u01736831557421") 2025/01/14 05:14:45 DEBUG : CopyDest/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bde47_d20250114_m051233_c001_v0001182_t0002_u01736831553038") 2025/01/14 05:14:45 DEBUG : EXISTING: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445bf4_d20250114_m051357_c001_v7007000_t0000_u01736831637318") 2025/01/14 05:14:46 DEBUG : EXISTING: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d332_d20250114_m051356_c001_v0001165_t0054_u01736831636292") 2025/01/14 05:14:46 DEBUG : Testêé: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445bdf_d20250114_m051353_c001_v7007000_t0000_u01736831633113") 2025/01/14 05:14:46 DEBUG : Testêé: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d326_d20250114_m051352_c001_v0001165_t0024_u01736831632521") 2025/01/14 05:14:46 DEBUG : Testêé: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007beb3b_d20250114_m051351_c001_v0001182_t0024_u01736831631524") 2025/01/14 05:14:46 DEBUG : a/potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db054f_d20250114_m050956_c001_v7007000_t0000_u01736831396340") 2025/01/14 05:14:46 DEBUG : a/potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5b6_d20250114_m050955_c001_v0001131_t0040_u01736831395541") 2025/01/14 05:14:46 DEBUG : a/potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db054b_d20250114_m050953_c001_v7007000_t0000_u01736831393385") 2025/01/14 05:14:46 DEBUG : a/potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5aa_d20250114_m050952_c001_v0001131_t0057_u01736831392516") 2025/01/14 05:14:46 DEBUG : a/potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda692f_d20250114_m050931_c001_v7007000_t0000_u01736831371568") 2025/01/14 05:14:46 DEBUG : a/potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f558_d20250114_m050930_c001_v0001131_t0042_u01736831370591") 2025/01/14 05:14:46 DEBUG : b/potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0550_d20250114_m050956_c001_v7007000_t0000_u01736831396523") 2025/01/14 05:14:46 DEBUG : b/potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5ae_d20250114_m050954_c001_v0001131_t0042_u01736831394303") 2025/01/14 05:14:46 DEBUG : b/potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db054a_d20250114_m050952_c001_v7007000_t0000_u01736831392833") 2025/01/14 05:14:46 DEBUG : b/potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5a6_d20250114_m050951_c001_v0001131_t0005_u01736831391470") 2025/01/14 05:14:46 DEBUG : b/potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda692b_d20250114_m050931_c001_v7007000_t0000_u01736831371009") 2025/01/14 05:14:46 DEBUG : b/potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f54e_d20250114_m050929_c001_v0001131_t0046_u01736831369381") 2025/01/14 05:14:46 DEBUG : backup/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e6875_d20250114_m051250_c001_v7007000_t0000_u01736831570181") 2025/01/14 05:14:46 DEBUG : backup/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f100e958cb4deb534_d20250114_m051248_c001_v0001183_t0004_u01736831568089") 2025/01/14 05:14:46 DEBUG : backup/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1121fc010c76f814_d20250114_m051244_c001_v0001180_t0054_u01736831564130") 2025/01/14 05:14:47 DEBUG : backup/one-2019-01-01: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f408469fc245f1963_d20250114_m051317_c001_v7007000_t0000_u01736831597180") 2025/01/14 05:14:47 DEBUG : backup/one-2019-01-01: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f115263b4336c50b3_d20250114_m051315_c001_v0001184_t0058_u01736831595597") 2025/01/14 05:14:47 DEBUG : backup/one-2019-01-01: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1177a796e15afcf5_d20250114_m051311_c001_v0001098_t0017_u01736831591544") 2025/01/14 05:14:47 DEBUG : backup/one.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445ad5_d20250114_m051305_c001_v7007000_t0000_u01736831585263") 2025/01/14 05:14:47 DEBUG : backup/one.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f10108bc167dd25a1_d20250114_m051302_c001_v0001176_t0007_u01736831582827") 2025/01/14 05:14:47 DEBUG : backup/one.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1175c940f8655707_d20250114_m051259_c001_v0001183_t0028_u01736831579131") 2025/01/14 05:14:47 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f408469fc245f1965_d20250114_m051317_c001_v7007000_t0000_u01736831597374") 2025/01/14 05:14:47 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f110b798684cfdb99_d20250114_m051316_c001_v0001183_t0035_u01736831596397") 2025/01/14 05:14:47 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f112a8bb83bfe2e8d_d20250114_m051313_c001_v0001177_t0041_u01736831593380") 2025/01/14 05:14:47 DEBUG : backup/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e6877_d20250114_m051250_c001_v7007000_t0000_u01736831570379") 2025/01/14 05:14:47 DEBUG : backup/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f10449008f69839c8_d20250114_m051249_c001_v0001044_t0027_u01736831569032") 2025/01/14 05:14:47 DEBUG : backup/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f11972c335c2760f8_d20250114_m051245_c001_v0001102_t0056_u01736831565501") 2025/01/14 05:14:47 DEBUG : backup/three.txt.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445ad6_d20250114_m051305_c001_v7007000_t0000_u01736831585464") 2025/01/14 05:14:47 DEBUG : backup/three.txt.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f118d1db4254873d4_d20250114_m051303_c001_v0001144_t0044_u01736831583668") 2025/01/14 05:14:47 DEBUG : backup/three.txt.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f107224c8e979cd56_d20250114_m051300_c001_v0001177_t0001_u01736831580573") 2025/01/14 05:14:47 DEBUG : both0: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c57_d20250114_m051429_c001_v7007000_t0000_u01736831669288") 2025/01/14 05:14:47 DEBUG : both0: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf01d_d20250114_m051416_c001_v0001182_t0004_u01736831656835") 2025/01/14 05:14:47 DEBUG : both0: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3101_d20250114_m051412_c001_v7007000_t0000_u01736831652151") 2025/01/14 05:14:47 DEBUG : both0: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007becb2_d20250114_m051359_c001_v0001182_t0042_u01736831639636") 2025/01/14 05:14:47 DEBUG : both1: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c59_d20250114_m051429_c001_v7007000_t0000_u01736831669479") 2025/01/14 05:14:48 DEBUG : both1: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf04f_d20250114_m051417_c001_v0001182_t0030_u01736831657638") 2025/01/14 05:14:48 DEBUG : both1: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3103_d20250114_m051412_c001_v7007000_t0000_u01736831652332") 2025/01/14 05:14:48 DEBUG : both1: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007becd3_d20250114_m051400_c001_v0001182_t0026_u01736831640084") 2025/01/14 05:14:48 DEBUG : both10: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c5a_d20250114_m051429_c001_v7007000_t0000_u01736831669672") 2025/01/14 05:14:48 DEBUG : both10: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf131_d20250114_m051422_c001_v0001182_t0016_u01736831662060") 2025/01/14 05:14:48 DEBUG : both10: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3104_d20250114_m051412_c001_v7007000_t0000_u01736831652512") 2025/01/14 05:14:48 DEBUG : both10: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bedc5_d20250114_m051404_c001_v0001182_t0053_u01736831644713") 2025/01/14 05:14:48 DEBUG : both11: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c5c_d20250114_m051429_c001_v7007000_t0000_u01736831669876") 2025/01/14 05:14:48 DEBUG : both11: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf143_d20250114_m051422_c001_v0001182_t0007_u01736831662495") 2025/01/14 05:14:48 DEBUG : both11: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3106_d20250114_m051412_c001_v7007000_t0000_u01736831652692") 2025/01/14 05:14:48 DEBUG : both11: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bede3_d20250114_m051405_c001_v0001182_t0047_u01736831645161") 2025/01/14 05:14:48 DEBUG : both12: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c5d_d20250114_m051430_c001_v7007000_t0000_u01736831670077") 2025/01/14 05:14:48 DEBUG : both12: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf15b_d20250114_m051422_c001_v0001182_t0022_u01736831662927") 2025/01/14 05:14:48 DEBUG : both12: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3108_d20250114_m051412_c001_v7007000_t0000_u01736831652921") 2025/01/14 05:14:48 DEBUG : both12: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bedf5_d20250114_m051405_c001_v0001182_t0030_u01736831645728") 2025/01/14 05:14:48 DEBUG : both13: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c5f_d20250114_m051430_c001_v7007000_t0000_u01736831670280") 2025/01/14 05:14:48 DEBUG : both13: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf171_d20250114_m051423_c001_v0001182_t0000_u01736831663380") 2025/01/14 05:14:48 DEBUG : both13: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3109_d20250114_m051413_c001_v7007000_t0000_u01736831653101") 2025/01/14 05:14:48 DEBUG : both13: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bee1b_d20250114_m051406_c001_v0001182_t0015_u01736831646171") 2025/01/14 05:14:48 DEBUG : both14: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c61_d20250114_m051430_c001_v7007000_t0000_u01736831670478") 2025/01/14 05:14:48 DEBUG : both14: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf189_d20250114_m051423_c001_v0001182_t0000_u01736831663867") 2025/01/14 05:14:48 DEBUG : both14: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b310b_d20250114_m051413_c001_v7007000_t0000_u01736831653282") 2025/01/14 05:14:49 DEBUG : both14: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bee33_d20250114_m051406_c001_v0001182_t0057_u01736831646672") 2025/01/14 05:14:49 DEBUG : both15: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c65_d20250114_m051430_c001_v7007000_t0000_u01736831670674") 2025/01/14 05:14:49 DEBUG : both15: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf19d_d20250114_m051424_c001_v0001182_t0004_u01736831664356") 2025/01/14 05:14:49 DEBUG : both15: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b310d_d20250114_m051413_c001_v7007000_t0000_u01736831653478") 2025/01/14 05:14:49 DEBUG : both15: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bee49_d20250114_m051407_c001_v0001182_t0041_u01736831647146") 2025/01/14 05:14:49 DEBUG : both16: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c66_d20250114_m051430_c001_v7007000_t0000_u01736831670862") 2025/01/14 05:14:49 DEBUG : both16: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf1b9_d20250114_m051424_c001_v0001182_t0054_u01736831664793") 2025/01/14 05:14:49 DEBUG : both16: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b310e_d20250114_m051413_c001_v7007000_t0000_u01736831653658") 2025/01/14 05:14:49 DEBUG : both16: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bee5d_d20250114_m051407_c001_v0001182_t0058_u01736831647590") 2025/01/14 05:14:49 DEBUG : both17: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c68_d20250114_m051431_c001_v7007000_t0000_u01736831671056") 2025/01/14 05:14:49 DEBUG : both17: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf1d9_d20250114_m051425_c001_v0001182_t0035_u01736831665205") 2025/01/14 05:14:49 DEBUG : both17: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3110_d20250114_m051413_c001_v7007000_t0000_u01736831653845") 2025/01/14 05:14:49 DEBUG : both17: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bee71_d20250114_m051408_c001_v0001182_t0001_u01736831648036") 2025/01/14 05:14:49 DEBUG : both18: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c69_d20250114_m051431_c001_v7007000_t0000_u01736831671247") 2025/01/14 05:14:49 DEBUG : both18: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf1ed_d20250114_m051425_c001_v0001182_t0022_u01736831665679") 2025/01/14 05:14:49 DEBUG : both18: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3112_d20250114_m051414_c001_v7007000_t0000_u01736831654028") 2025/01/14 05:14:49 DEBUG : both18: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bee85_d20250114_m051408_c001_v0001182_t0019_u01736831648487") 2025/01/14 05:14:49 DEBUG : both19: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c6b_d20250114_m051431_c001_v7007000_t0000_u01736831671439") 2025/01/14 05:14:50 DEBUG : both19: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf209_d20250114_m051426_c001_v0001182_t0029_u01736831666091") 2025/01/14 05:14:50 DEBUG : both19: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3115_d20250114_m051414_c001_v7007000_t0000_u01736831654208") 2025/01/14 05:14:50 DEBUG : both19: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bee9f_d20250114_m051408_c001_v0001182_t0025_u01736831648939") 2025/01/14 05:14:50 DEBUG : both2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c6d_d20250114_m051431_c001_v7007000_t0000_u01736831671627") 2025/01/14 05:14:50 DEBUG : both2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf06d_d20250114_m051418_c001_v0001182_t0034_u01736831658120") 2025/01/14 05:14:50 DEBUG : both2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3119_d20250114_m051414_c001_v7007000_t0000_u01736831654390") 2025/01/14 05:14:50 DEBUG : both2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bed05_d20250114_m051400_c001_v0001182_t0000_u01736831640765") 2025/01/14 05:14:50 DEBUG : both3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c6e_d20250114_m051431_c001_v7007000_t0000_u01736831671838") 2025/01/14 05:14:50 DEBUG : both3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf07c_d20250114_m051418_c001_v0001182_t0058_u01736831658565") 2025/01/14 05:14:50 DEBUG : both3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b311f_d20250114_m051414_c001_v7007000_t0000_u01736831654615") 2025/01/14 05:14:50 DEBUG : both3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bed21_d20250114_m051401_c001_v0001182_t0006_u01736831641234") 2025/01/14 05:14:50 DEBUG : both4: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c70_d20250114_m051432_c001_v7007000_t0000_u01736831672068") 2025/01/14 05:14:50 DEBUG : both4: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf094_d20250114_m051419_c001_v0001182_t0006_u01736831659046") 2025/01/14 05:14:50 DEBUG : both4: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3122_d20250114_m051414_c001_v7007000_t0000_u01736831654797") 2025/01/14 05:14:50 DEBUG : both4: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bed37_d20250114_m051401_c001_v0001182_t0051_u01736831641671") 2025/01/14 05:14:50 DEBUG : both5: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c72_d20250114_m051432_c001_v7007000_t0000_u01736831672272") 2025/01/14 05:14:50 DEBUG : both5: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf0ad_d20250114_m051419_c001_v0001182_t0000_u01736831659594") 2025/01/14 05:14:50 DEBUG : both5: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3124_d20250114_m051414_c001_v7007000_t0000_u01736831654981") 2025/01/14 05:14:50 DEBUG : both5: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bed51_d20250114_m051402_c001_v0001182_t0035_u01736831642261") 2025/01/14 05:14:50 DEBUG : both6: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c73_d20250114_m051432_c001_v7007000_t0000_u01736831672470") 2025/01/14 05:14:51 DEBUG : both6: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf0c6_d20250114_m051420_c001_v0001182_t0037_u01736831660178") 2025/01/14 05:14:51 DEBUG : both6: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3126_d20250114_m051415_c001_v7007000_t0000_u01736831655163") 2025/01/14 05:14:51 DEBUG : both6: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bed67_d20250114_m051402_c001_v0001182_t0008_u01736831642718") 2025/01/14 05:14:51 DEBUG : both7: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c74_d20250114_m051432_c001_v7007000_t0000_u01736831672660") 2025/01/14 05:14:51 DEBUG : both7: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf0e7_d20250114_m051420_c001_v0001182_t0004_u01736831660668") 2025/01/14 05:14:51 DEBUG : both7: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3127_d20250114_m051415_c001_v7007000_t0000_u01736831655348") 2025/01/14 05:14:51 DEBUG : both7: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bed75_d20250114_m051403_c001_v0001182_t0056_u01736831643178") 2025/01/14 05:14:51 DEBUG : both8: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c76_d20250114_m051432_c001_v7007000_t0000_u01736831672848") 2025/01/14 05:14:51 DEBUG : both8: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf0f1_d20250114_m051421_c001_v0001182_t0055_u01736831661070") 2025/01/14 05:14:51 DEBUG : both8: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b3129_d20250114_m051415_c001_v7007000_t0000_u01736831655540") 2025/01/14 05:14:51 DEBUG : both8: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bed99_d20250114_m051403_c001_v0001182_t0004_u01736831643701") 2025/01/14 05:14:51 DEBUG : both9: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c77_d20250114_m051433_c001_v7007000_t0000_u01736831673034") 2025/01/14 05:14:51 DEBUG : both9: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf111_d20250114_m051421_c001_v0001182_t0047_u01736831661533") 2025/01/14 05:14:51 DEBUG : both9: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b312b_d20250114_m051415_c001_v7007000_t0000_u01736831655728") 2025/01/14 05:14:51 DEBUG : both9: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bedb7_d20250114_m051404_c001_v0001182_t0000_u01736831644267") 2025/01/14 05:14:51 DEBUG : c/non empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0551_d20250114_m050956_c001_v7007000_t0000_u01736831396707") 2025/01/14 05:14:51 DEBUG : c/non empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5b2_d20250114_m050954_c001_v0001131_t0044_u01736831394699") 2025/01/14 05:14:51 DEBUG : c/non empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db054c_d20250114_m050953_c001_v7007000_t0000_u01736831393569") 2025/01/14 05:14:51 DEBUG : c/non empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5a8_d20250114_m050951_c001_v0001131_t0038_u01736831391773") 2025/01/14 05:14:51 DEBUG : c/non empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda6930_d20250114_m050931_c001_v7007000_t0000_u01736831371776") 2025/01/14 05:14:52 DEBUG : c/non empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f550_d20250114_m050929_c001_v0001131_t0041_u01736831369712") 2025/01/14 05:14:52 DEBUG : check sum: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda68cc_d20250114_m050918_c001_v7007000_t0000_u01736831358125") 2025/01/14 05:14:52 DEBUG : check sum: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f526_d20250114_m050916_c001_v0001131_t0028_u01736831356948") 2025/01/14 05:14:52 DEBUG : dest/3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e67af_d20250114_m051221_c001_v7007000_t0000_u01736831541528") 2025/01/14 05:14:52 DEBUG : dest/3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4046063133045834_d20250114_m051220_c001_v0001113_t0052_u01736831540410") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445bc7_d20250114_m051349_c001_v7007000_t0000_u01736831629975") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f116f9bb9a1e03bec_d20250114_m051348_c001_v0001183_t0015_u01736831628050") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f405dec4857d5363e_d20250114_m051347_c001_v7007000_t0000_u01736831627867") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f116f9bb9a1e03b58_d20250114_m051344_c001_v0001183_t0029_u01736831624817") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f405dec4857d5362d_d20250114_m051344_c001_v7007000_t0000_u01736831624065") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d2fc_d20250114_m051340_c001_v0001165_t0010_u01736831620016") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e697e_d20250114_m051338_c001_v7007000_t0000_u01736831618185") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f107377c0dfb36cad_d20250114_m051336_c001_v0001181_t0002_u01736831616290") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4076b7779cf0a380_d20250114_m051336_c001_v7007000_t0000_u01736831616105") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f107377c0dfb36ca1_d20250114_m051332_c001_v0001181_t0052_u01736831612936") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4076b7779cf0a379_d20250114_m051332_c001_v7007000_t0000_u01736831612188") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007be71a_d20250114_m051328_c001_v0001182_t0002_u01736831608257") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f408469fc245f198c_d20250114_m051326_c001_v7007000_t0000_u01736831606968") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f100cceb6ec9bde48_d20250114_m051325_c001_v0001184_t0058_u01736831605777") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40674008962a4eff_d20250114_m051325_c001_v7007000_t0000_u01736831605584") 2025/01/14 05:14:52 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f100cceb6ec9bddc3_d20250114_m051322_c001_v0001184_t0035_u01736831602406") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40674008962a4ef1_d20250114_m051321_c001_v7007000_t0000_u01736831601678") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007be537_d20250114_m051318_c001_v0001182_t0004_u01736831598483") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f408469fc245f1966_d20250114_m051317_c001_v7007000_t0000_u01736831597567") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f10334f1de2aebf20_d20250114_m051315_c001_v0001183_t0014_u01736831595977") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f405dec4857d535b6_d20250114_m051315_c001_v7007000_t0000_u01736831595796") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f10334f1de2aebeb0_d20250114_m051312_c001_v0001183_t0003_u01736831592871") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f405dec4857d535a1_d20250114_m051312_c001_v7007000_t0000_u01736831592122") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007be316_d20250114_m051306_c001_v0001182_t0045_u01736831586591") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445ad9_d20250114_m051305_c001_v7007000_t0000_u01736831585653") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f10386967a2dbe6db_d20250114_m051303_c001_v0001184_t0018_u01736831583239") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4039059da4131f7c_d20250114_m051303_c001_v7007000_t0000_u01736831583050") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f10386967a2dbe65d_d20250114_m051300_c001_v0001184_t0001_u01736831580078") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4039059da4131f79_d20250114_m051259_c001_v7007000_t0000_u01736831579351") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007be0c0_d20250114_m051251_c001_v0001182_t0049_u01736831571522") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e687b_d20250114_m051250_c001_v7007000_t0000_u01736831570587") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1074898747ecb9e3_d20250114_m051248_c001_v0001184_t0024_u01736831568489") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40326dab23475af6_d20250114_m051248_c001_v7007000_t0000_u01736831568289") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1074898747ecb95f_d20250114_m051245_c001_v0001184_t0021_u01736831565062") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40326dab23475ab3_d20250114_m051244_c001_v7007000_t0000_u01736831564334") 2025/01/14 05:14:53 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f72f_d20250114_m051238_c001_v0001131_t0052_u01736831558789") 2025/01/14 05:14:54 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e682b_d20250114_m051237_c001_v7007000_t0000_u01736831557617") 2025/01/14 05:14:54 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1008226940875595_d20250114_m051232_c001_v0001182_t0051_u01736831552222") 2025/01/14 05:14:54 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40819c8c9ea415d9_d20250114_m051232_c001_v7007000_t0000_u01736831552015") 2025/01/14 05:14:54 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d24a_d20250114_m051227_c001_v0001165_t0045_u01736831547794") 2025/01/14 05:14:54 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1072b8e1b2ba703a_d20250114_m051227_c001_v0001179_t0042_u01736831547012") 2025/01/14 05:14:54 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1072b8e1b2ba702b_d20250114_m051226_c001_v0001179_t0054_u01736831546050") 2025/01/14 05:14:54 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f407f7e6047ed854b_d20250114_m051212_c001_v7007000_t0000_u01736831532681") 2025/01/14 05:14:54 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f701_d20250114_m051205_c001_v0001131_t0049_u01736831525334") 2025/01/14 05:14:54 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f111e92cb3d7e8e1c_d20250114_m051204_c001_v0001036_t0042_u01736831524324") 2025/01/14 05:14:54 DEBUG : dst/one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f111e92cb3d7e8e1a_d20250114_m051203_c001_v0001036_t0017_u01736831523171") 2025/01/14 05:14:54 DEBUG : dst/one-2019-01-01: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445bca_d20250114_m051350_c001_v7007000_t0000_u01736831630167") 2025/01/14 05:14:54 DEBUG : dst/one-2019-01-01: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f117500331305c117_d20250114_m051347_c001_v0001182_t0032_u01736831627607") 2025/01/14 05:14:54 DEBUG : dst/one-2019-01-01: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f102762cbce473cc2_d20250114_m051343_c001_v0001120_t0044_u01736831623578") 2025/01/14 05:14:54 DEBUG : dst/one.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e697f_d20250114_m051338_c001_v7007000_t0000_u01736831618372") 2025/01/14 05:14:54 DEBUG : dst/one.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113101851966e7d8_d20250114_m051335_c001_v0001184_t0058_u01736831615889") 2025/01/14 05:14:54 DEBUG : dst/one.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f115993a045dcbfbf_d20250114_m051331_c001_v0001104_t0056_u01736831611645") 2025/01/14 05:14:54 DEBUG : dst/one.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f408469fc245f198e_d20250114_m051327_c001_v7007000_t0000_u01736831607149") 2025/01/14 05:14:54 DEBUG : dst/one.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f103923c2ec616e34_d20250114_m051325_c001_v0001120_t0048_u01736831605153") 2025/01/14 05:14:54 DEBUG : dst/one.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f101e93cbdc49fa01_d20250114_m051321_c001_v0001161_t0059_u01736831601390") 2025/01/14 05:14:55 DEBUG : dst/three: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e682c_d20250114_m051237_c001_v7007000_t0000_u01736831557802") 2025/01/14 05:14:55 DEBUG : dst/three: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1072b8e1b2ba7076_d20250114_m051236_c001_v0001179_t0057_u01736831556178") 2025/01/14 05:14:55 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445bcc_d20250114_m051350_c001_v7007000_t0000_u01736831630369") 2025/01/14 05:14:55 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f104d17d83102eedc_d20250114_m051348_c001_v0001161_t0058_u01736831628845") 2025/01/14 05:14:55 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f10561e51840dec23_d20250114_m051345_c001_v0001100_t0043_u01736831625664") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445bcf_d20250114_m051350_c001_v7007000_t0000_u01736831630565") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f116f9bb9a1e03c30_d20250114_m051349_c001_v0001183_t0044_u01736831629355") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f405dec4857d53645_d20250114_m051349_c001_v7007000_t0000_u01736831629170") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f116f9bb9a1e03b9c_d20250114_m051346_c001_v0001183_t0058_u01736831626228") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f405dec4857d53639_d20250114_m051346_c001_v7007000_t0000_u01736831626043") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d304_d20250114_m051340_c001_v0001165_t0048_u01736831620778") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e6981_d20250114_m051338_c001_v7007000_t0000_u01736831618578") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f107377c0dfb36caf_d20250114_m051337_c001_v0001181_t0053_u01736831617567") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4076b7779cf0a382_d20250114_m051337_c001_v7007000_t0000_u01736831617371") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f107377c0dfb36ca9_d20250114_m051334_c001_v0001181_t0046_u01736831614457") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4076b7779cf0a37e_d20250114_m051334_c001_v7007000_t0000_u01736831614271") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007be72c_d20250114_m051328_c001_v0001182_t0016_u01736831608761") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40674008962a4f01_d20250114_m051326_c001_v7007000_t0000_u01736831606407") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d2c2_d20250114_m051324_c001_v0001165_t0052_u01736831604325") 2025/01/14 05:14:55 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40674008962a4ef5_d20250114_m051323_c001_v7007000_t0000_u01736831603576") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007be549_d20250114_m051318_c001_v0001182_t0002_u01736831598911") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f405dec4857d535ba_d20250114_m051316_c001_v7007000_t0000_u01736831596620") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d2ac_d20250114_m051314_c001_v0001165_t0054_u01736831594732") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f405dec4857d535a8_d20250114_m051313_c001_v7007000_t0000_u01736831593634") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007be32e_d20250114_m051307_c001_v0001182_t0005_u01736831587014") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4039059da4131f7f_d20250114_m051304_c001_v7007000_t0000_u01736831584696") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d290_d20250114_m051301_c001_v0001165_t0034_u01736831581928") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4039059da4131f7b_d20250114_m051300_c001_v7007000_t0000_u01736831580786") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007be134_d20250114_m051254_c001_v0001182_t0003_u01736831574415") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40326dab23475b0b_d20250114_m051249_c001_v7007000_t0000_u01736831569601") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f73d_d20250114_m051247_c001_v0001131_t0057_u01736831567045") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40326dab23475acd_d20250114_m051245_c001_v7007000_t0000_u01736831565954") 2025/01/14 05:14:56 DEBUG : dst/three.txt: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d268_d20250114_m051239_c001_v0001165_t0007_u01736831559675") 2025/01/14 05:14:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e6984_d20250114_m051339_c001_v7007000_t0000_u01736831619080") 2025/01/14 05:14:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f114da09104197ba0_d20250114_m051337_c001_v0001183_t0045_u01736831617143") 2025/01/14 05:14:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1177ddd877438d1e_d20250114_m051333_c001_v0001137_t0043_u01736831613861") 2025/01/14 05:14:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f408469fc245f198f_d20250114_m051327_c001_v7007000_t0000_u01736831607332") 2025/01/14 05:14:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1198e3332a4c1cc4_d20250114_m051326_c001_v0001182_t0050_u01736831606194") 2025/01/14 05:14:56 DEBUG : dst/three.txt.bak: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1190dcb78eb2fe75_d20250114_m051322_c001_v0001104_t0019_u01736831602864") 2025/01/14 05:14:56 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445bd1_d20250114_m051350_c001_v7007000_t0000_u01736831630778") 2025/01/14 05:14:56 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007be93a_d20250114_m051340_c001_v0001182_t0041_u01736831620579") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e6987_d20250114_m051339_c001_v7007000_t0000_u01736831619277") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d2dc_d20250114_m051328_c001_v0001165_t0046_u01736831608533") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f408469fc245f1991_d20250114_m051327_c001_v7007000_t0000_u01736831607524") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d2b2_d20250114_m051318_c001_v0001165_t0015_u01736831598707") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f408469fc245f1967_d20250114_m051317_c001_v7007000_t0000_u01736831597748") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d2a0_d20250114_m051306_c001_v0001165_t0024_u01736831586806") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445ada_d20250114_m051305_c001_v7007000_t0000_u01736831585840") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d27a_d20250114_m051252_c001_v0001165_t0027_u01736831572085") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e687c_d20250114_m051250_c001_v7007000_t0000_u01736831570780") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bdf35_d20250114_m051239_c001_v0001182_t0036_u01736831559462") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e682e_d20250114_m051238_c001_v7007000_t0000_u01736831558003") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1121315ca38aa3d2_d20250114_m051233_c001_v0001178_t0019_u01736831553862") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f407f7e6047ed854c_d20250114_m051212_c001_v7007000_t0000_u01736831532862") 2025/01/14 05:14:57 DEBUG : dst/two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f111e92cb3d7e8e23_d20250114_m051211_c001_v0001036_t0025_u01736831531606") 2025/01/14 05:14:57 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b2ed2_d20250114_m051124_c001_v7007000_t0000_u01736831484736") 2025/01/14 05:14:57 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d16a_d20250114_m051118_c001_v0001165_t0047_u01736831478989") 2025/01/14 05:14:57 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b2ec2_d20250114_m051117_c001_v7007000_t0000_u01736831477088") 2025/01/14 05:14:57 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d128_d20250114_m051056_c001_v0001165_t0010_u01736831456813") 2025/01/14 05:14:57 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40443c2818e12755_d20250114_m051042_c001_v7007000_t0000_u01736831442188") 2025/01/14 05:14:57 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d0dc_d20250114_m051035_c001_v0001165_t0009_u01736831435292") 2025/01/14 05:14:57 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0562_d20250114_m051011_c001_v7007000_t0000_u01736831411398") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5fe_d20250114_m051009_c001_v0001131_t0040_u01736831409334") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db055c_d20250114_m051007_c001_v7007000_t0000_u01736831407734") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5ee_d20250114_m051006_c001_v0001131_t0035_u01736831406437") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0557_d20250114_m051002_c001_v7007000_t0000_u01736831402600") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5cc_d20250114_m051000_c001_v0001131_t0051_u01736831400373") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0553_d20250114_m050959_c001_v7007000_t0000_u01736831399085") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5be_d20250114_m050957_c001_v0001131_t0054_u01736831397706") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0548_d20250114_m050950_c001_v7007000_t0000_u01736831390554") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5a0_d20250114_m050948_c001_v0001131_t0056_u01736831388975") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0544_d20250114_m050947_c001_v7007000_t0000_u01736831387787") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f59a_d20250114_m050946_c001_v0001131_t0004_u01736831386730") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db053c_d20250114_m050941_c001_v7007000_t0000_u01736831381332") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f580_d20250114_m050939_c001_v0001131_t0010_u01736831379953") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0532_d20250114_m050937_c001_v7007000_t0000_u01736831377390") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f572_d20250114_m050936_c001_v0001131_t0052_u01736831376300") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db052f_d20250114_m050935_c001_v7007000_t0000_u01736831375205") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f100cceb6ec9bb8b6_d20250114_m050934_c001_v0001184_t0034_u01736831374231") 2025/01/14 05:14:58 DEBUG : empty space: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f560_d20250114_m050932_c001_v0001131_t0051_u01736831372512") 2025/01/14 05:14:58 DEBUG : enormous: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db055f_d20250114_m051010_c001_v7007000_t0000_u01736831410466") 2025/01/14 05:14:58 DEBUG : enormous: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f602_d20250114_m051009_c001_v0001131_t0039_u01736831409708") 2025/01/14 05:14:58 DEBUG : existing: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445be7_d20250114_m051355_c001_v7007000_t0000_u01736831635114") 2025/01/14 05:14:59 DEBUG : existing: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007beba5_d20250114_m051353_c001_v0001182_t0007_u01736831633902") 2025/01/14 05:14:59 DEBUG : existing: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4090dbe05793f598_d20250114_m051033_c001_v7007000_t0000_u01736831433582") 2025/01/14 05:14:59 DEBUG : existing: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f64a_d20250114_m051032_c001_v0001131_t0017_u01736831432535") 2025/01/14 05:14:59 DEBUG : existing: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda6919_d20250114_m050928_c001_v7007000_t0000_u01736831368251") 2025/01/14 05:14:59 DEBUG : existing: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f544_d20250114_m050927_c001_v0001131_t0006_u01736831367188") 2025/01/14 05:14:59 DEBUG : existing: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda68fe_d20250114_m050925_c001_v7007000_t0000_u01736831365896") 2025/01/14 05:14:59 DEBUG : existing: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f53e_d20250114_m050925_c001_v0001131_t0048_u01736831365214") 2025/01/14 05:14:59 DEBUG : existing: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f53a_d20250114_m050924_c001_v0001131_t0013_u01736831364386") 2025/01/14 05:14:59 DEBUG : existing-b: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4090dbe05793f599_d20250114_m051033_c001_v7007000_t0000_u01736831433764") 2025/01/14 05:14:59 DEBUG : existing-b: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d0d6_d20250114_m051032_c001_v0001165_t0001_u01736831432543") 2025/01/14 05:14:59 DEBUG : five: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0569_d20250114_m051015_c001_v7007000_t0000_u01736831415854") 2025/01/14 05:14:59 DEBUG : five: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f413e9329ddf5f612_d20250114_m051013_c001_v0001131_t0031_u01736831413857") 2025/01/14 05:14:59 DEBUG : foo: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0535_d20250114_m050939_c001_v7007000_t0000_u01736831379223") 2025/01/14 05:14:59 DEBUG : foo: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f413e9329ddf5f57c_d20250114_m050938_c001_v0001131_t0031_u01736831378673") 2025/01/14 05:14:59 DEBUG : foo: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f413e9329ddf5f578_d20250114_m050938_c001_v0001131_t0031_u01736831378119") 2025/01/14 05:14:59 DEBUG : four: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db056a_d20250114_m051016_c001_v7007000_t0000_u01736831416038") 2025/01/14 05:14:59 DEBUG : four: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4176a8be5768d08e_d20250114_m051014_c001_v0001165_t0020_u01736831414410") 2025/01/14 05:14:59 DEBUG : four: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f610_d20250114_m051013_c001_v0001131_t0057_u01736831413189") 2025/01/14 05:14:59 DEBUG : hello world2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d74e0_d20250114_m050815_c001_v7007000_t0000_u01736831295409") 2025/01/14 05:14:59 DEBUG : hello world2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f484_d20250114_m050814_c001_v0001131_t0052_u01736831294749") 2025/01/14 05:14:59 DEBUG : ignore-size: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda68e4_d20250114_m050923_c001_v7007000_t0000_u01736831363213") 2025/01/14 05:15:00 DEBUG : ignore-size: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f538_d20250114_m050921_c001_v0001131_t0026_u01736831361978") 2025/01/14 05:15:00 DEBUG : nested/sub dir/file: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4090dbe05793f596_d20250114_m051031_c001_v7007000_t0000_u01736831431437") 2025/01/14 05:15:00 DEBUG : nested/sub dir/file: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d0d2_d20250114_m051030_c001_v0001165_t0043_u01736831430488") 2025/01/14 05:15:00 DEBUG : nested/sub dir/file: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4090dbe05793f594_d20250114_m051029_c001_v7007000_t0000_u01736831429382") 2025/01/14 05:15:00 DEBUG : nested/sub dir/file: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d0c4_d20250114_m051028_c001_v0001165_t0056_u01736831428278") 2025/01/14 05:15:00 DEBUG : one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db056b_d20250114_m051016_c001_v7007000_t0000_u01736831416242") 2025/01/14 05:15:00 DEBUG : one: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f413e9329ddf5f60a_d20250114_m051012_c001_v0001131_t0031_u01736831412535") 2025/01/14 05:15:00 DEBUG : only0: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c78_d20250114_m051433_c001_v7007000_t0000_u01736831673223") 2025/01/14 05:15:00 DEBUG : only0: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4031aa7d007bf241_d20250114_m051427_c001_v0001182_t0016_u01736831667211") 2025/01/14 05:15:00 DEBUG : only0: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3ac_d20250114_m051417_c001_v0001165_t0023_u01736831657414") 2025/01/14 05:15:00 DEBUG : only0: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41099105f585839c_d20250114_m051411_c001_v7007000_t0000_u01736831651041") 2025/01/14 05:15:00 DEBUG : only0: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d344_d20250114_m051359_c001_v0001165_t0006_u01736831639850") 2025/01/14 05:15:00 DEBUG : only1: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c79_d20250114_m051433_c001_v7007000_t0000_u01736831673408") 2025/01/14 05:15:00 DEBUG : only1: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4176a8be5768d3f0_d20250114_m051427_c001_v0001165_t0020_u01736831667222") 2025/01/14 05:15:00 DEBUG : only1: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3b0_d20250114_m051417_c001_v0001165_t0025_u01736831657890") 2025/01/14 05:15:00 DEBUG : only1: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41099105f58583a1_d20250114_m051411_c001_v7007000_t0000_u01736831651459") 2025/01/14 05:15:00 DEBUG : only1: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d348_d20250114_m051400_c001_v0001165_t0038_u01736831640470") 2025/01/14 05:15:00 DEBUG : only10: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c7b_d20250114_m051433_c001_v7007000_t0000_u01736831673605") 2025/01/14 05:15:00 DEBUG : only10: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f403fd859c4ddc2d3_d20250114_m051427_c001_v0001144_t0005_u01736831667776") 2025/01/14 05:15:00 DEBUG : only10: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3cc_d20250114_m051422_c001_v0001165_t0026_u01736831662278") 2025/01/14 05:15:01 DEBUG : only10: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41099105f585839b_d20250114_m051411_c001_v7007000_t0000_u01736831651040") 2025/01/14 05:15:01 DEBUG : only10: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d368_d20250114_m051404_c001_v0001165_t0006_u01736831644937") 2025/01/14 05:15:01 DEBUG : only11: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c7c_d20250114_m051433_c001_v7007000_t0000_u01736831673789") 2025/01/14 05:15:01 DEBUG : only11: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4147dc2ae90d31dc_d20250114_m051427_c001_v0001184_t0024_u01736831667970") 2025/01/14 05:15:01 DEBUG : only11: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3d0_d20250114_m051422_c001_v0001165_t0023_u01736831662722") 2025/01/14 05:15:01 DEBUG : only11: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40819c8c9ea41625_d20250114_m051410_c001_v7007000_t0000_u01736831650411") 2025/01/14 05:15:01 DEBUG : only11: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d36a_d20250114_m051405_c001_v0001165_t0041_u01736831645433") 2025/01/14 05:15:01 DEBUG : only12: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c7d_d20250114_m051433_c001_v7007000_t0000_u01736831673978") 2025/01/14 05:15:01 DEBUG : only12: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4176a8be5768d3f2_d20250114_m051427_c001_v0001165_t0020_u01736831667628") 2025/01/14 05:15:01 DEBUG : only12: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3d4_d20250114_m051423_c001_v0001165_t0027_u01736831663156") 2025/01/14 05:15:01 DEBUG : only12: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40819c8c9ea41629_d20250114_m051411_c001_v7007000_t0000_u01736831651140") 2025/01/14 05:15:01 DEBUG : only12: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d36c_d20250114_m051405_c001_v0001165_t0054_u01736831645945") 2025/01/14 05:15:01 DEBUG : only13: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c7f_d20250114_m051434_c001_v7007000_t0000_u01736831674173") 2025/01/14 05:15:01 DEBUG : only13: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4031aa7d007bf259_d20250114_m051427_c001_v0001182_t0016_u01736831667618") 2025/01/14 05:15:01 DEBUG : only13: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3d6_d20250114_m051423_c001_v0001165_t0000_u01736831663659") 2025/01/14 05:15:01 DEBUG : only13: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40819c8c9ea41626_d20250114_m051410_c001_v7007000_t0000_u01736831650592") 2025/01/14 05:15:01 DEBUG : only13: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d370_d20250114_m051406_c001_v0001165_t0052_u01736831646402") 2025/01/14 05:15:01 DEBUG : only14: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c83_d20250114_m051434_c001_v7007000_t0000_u01736831674372") 2025/01/14 05:15:01 DEBUG : only14: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4031aa7d007bf26f_d20250114_m051427_c001_v0001182_t0016_u01736831667801") 2025/01/14 05:15:02 DEBUG : only14: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3d8_d20250114_m051424_c001_v0001165_t0052_u01736831664130") 2025/01/14 05:15:02 DEBUG : only14: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40819c8c9ea4162b_d20250114_m051411_c001_v7007000_t0000_u01736831651513") 2025/01/14 05:15:02 DEBUG : only14: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d374_d20250114_m051406_c001_v0001165_t0002_u01736831646926") 2025/01/14 05:15:02 DEBUG : only15: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c86_d20250114_m051434_c001_v7007000_t0000_u01736831674569") 2025/01/14 05:15:02 DEBUG : only15: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4176a8be5768d3f4_d20250114_m051427_c001_v0001165_t0020_u01736831667813") 2025/01/14 05:15:02 DEBUG : only15: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3dc_d20250114_m051424_c001_v0001165_t0052_u01736831664565") 2025/01/14 05:15:02 DEBUG : only15: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41099105f5858399_d20250114_m051410_c001_v7007000_t0000_u01736831650802") 2025/01/14 05:15:02 DEBUG : only15: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d376_d20250114_m051407_c001_v0001165_t0004_u01736831647355") 2025/01/14 05:15:02 DEBUG : only16: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c87_d20250114_m051434_c001_v7007000_t0000_u01736831674757") 2025/01/14 05:15:02 DEBUG : only16: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f403fd859c4ddc2d5_d20250114_m051427_c001_v0001144_t0005_u01736831667964") 2025/01/14 05:15:02 DEBUG : only16: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3de_d20250114_m051425_c001_v0001165_t0051_u01736831665003") 2025/01/14 05:15:02 DEBUG : only16: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b30fe_d20250114_m051411_c001_v7007000_t0000_u01736831651533") 2025/01/14 05:15:02 DEBUG : only16: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d378_d20250114_m051407_c001_v0001165_t0048_u01736831647833") 2025/01/14 05:15:02 DEBUG : only17: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c89_d20250114_m051434_c001_v7007000_t0000_u01736831674953") 2025/01/14 05:15:02 DEBUG : only17: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4031aa7d007bf281_d20250114_m051427_c001_v0001182_t0016_u01736831667985") 2025/01/14 05:15:02 DEBUG : only17: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3e2_d20250114_m051425_c001_v0001165_t0034_u01736831665438") 2025/01/14 05:15:02 DEBUG : only17: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41099105f585839a_d20250114_m051410_c001_v7007000_t0000_u01736831650803") 2025/01/14 05:15:02 DEBUG : only17: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d37c_d20250114_m051408_c001_v0001165_t0059_u01736831648261") 2025/01/14 05:15:02 DEBUG : only18: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c8a_d20250114_m051435_c001_v7007000_t0000_u01736831675142") 2025/01/14 05:15:02 DEBUG : only18: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4176a8be5768d3f6_d20250114_m051427_c001_v0001165_t0020_u01736831667998") 2025/01/14 05:15:02 DEBUG : only18: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3e4_d20250114_m051425_c001_v0001165_t0018_u01736831665888") 2025/01/14 05:15:03 DEBUG : only18: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b30f7_d20250114_m051410_c001_v7007000_t0000_u01736831650804") 2025/01/14 05:15:03 DEBUG : only18: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d382_d20250114_m051408_c001_v0001165_t0033_u01736831648712") 2025/01/14 05:15:03 DEBUG : only19: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c8b_d20250114_m051435_c001_v7007000_t0000_u01736831675337") 2025/01/14 05:15:03 DEBUG : only19: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f403fd859c4ddc2d7_d20250114_m051428_c001_v0001144_t0005_u01736831668146") 2025/01/14 05:15:03 DEBUG : only19: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3e8_d20250114_m051426_c001_v0001165_t0025_u01736831666299") 2025/01/14 05:15:03 DEBUG : only19: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b30fd_d20250114_m051411_c001_v7007000_t0000_u01736831651349") 2025/01/14 05:15:03 DEBUG : only19: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d386_d20250114_m051409_c001_v0001165_t0026_u01736831649188") 2025/01/14 05:15:03 DEBUG : only2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c8d_d20250114_m051435_c001_v7007000_t0000_u01736831675555") 2025/01/14 05:15:03 DEBUG : only2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4147dc2ae90d31e0_d20250114_m051428_c001_v0001184_t0024_u01736831668154") 2025/01/14 05:15:03 DEBUG : only2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3b2_d20250114_m051418_c001_v0001165_t0041_u01736831658333") 2025/01/14 05:15:03 DEBUG : only2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41099105f58583a0_d20250114_m051411_c001_v7007000_t0000_u01736831651451") 2025/01/14 05:15:03 DEBUG : only2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d34c_d20250114_m051401_c001_v0001165_t0003_u01736831641010") 2025/01/14 05:15:03 DEBUG : only3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c8e_d20250114_m051435_c001_v7007000_t0000_u01736831675758") 2025/01/14 05:15:03 DEBUG : only3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4031aa7d007bf28b_d20250114_m051428_c001_v0001182_t0016_u01736831668173") 2025/01/14 05:15:03 DEBUG : only3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3b8_d20250114_m051418_c001_v0001165_t0016_u01736831658839") 2025/01/14 05:15:03 DEBUG : only3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40819c8c9ea41628_d20250114_m051410_c001_v7007000_t0000_u01736831650958") 2025/01/14 05:15:03 DEBUG : only3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d350_d20250114_m051401_c001_v0001165_t0006_u01736831641445") 2025/01/14 05:15:03 DEBUG : only4: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c8f_d20250114_m051435_c001_v7007000_t0000_u01736831675944") 2025/01/14 05:15:03 DEBUG : only4: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4176a8be5768d3f8_d20250114_m051428_c001_v0001165_t0020_u01736831668182") 2025/01/14 05:15:03 DEBUG : only4: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3bc_d20250114_m051419_c001_v0001165_t0050_u01736831659368") 2025/01/14 05:15:04 DEBUG : only4: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41099105f585839e_d20250114_m051411_c001_v7007000_t0000_u01736831651224") 2025/01/14 05:15:04 DEBUG : only4: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d354_d20250114_m051402_c001_v0001165_t0018_u01736831642044") 2025/01/14 05:15:04 DEBUG : only5: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c91_d20250114_m051436_c001_v7007000_t0000_u01736831676134") 2025/01/14 05:15:04 DEBUG : only5: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f403fd859c4ddc2db_d20250114_m051428_c001_v0001144_t0005_u01736831668328") 2025/01/14 05:15:04 DEBUG : only5: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3be_d20250114_m051419_c001_v0001165_t0040_u01736831659929") 2025/01/14 05:15:04 DEBUG : only5: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40819c8c9ea41627_d20250114_m051410_c001_v7007000_t0000_u01736831650776") 2025/01/14 05:15:04 DEBUG : only5: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d356_d20250114_m051402_c001_v0001165_t0004_u01736831642474") 2025/01/14 05:15:04 DEBUG : only6: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c93_d20250114_m051436_c001_v7007000_t0000_u01736831676320") 2025/01/14 05:15:04 DEBUG : only6: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4147dc2ae90d31ec_d20250114_m051428_c001_v0001184_t0024_u01736831668337") 2025/01/14 05:15:04 DEBUG : only6: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3c2_d20250114_m051420_c001_v0001165_t0040_u01736831660440") 2025/01/14 05:15:04 DEBUG : only6: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41099105f585839f_d20250114_m051411_c001_v7007000_t0000_u01736831651246") 2025/01/14 05:15:04 DEBUG : only6: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d358_d20250114_m051402_c001_v0001165_t0027_u01736831642952") 2025/01/14 05:15:04 DEBUG : only7: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c94_d20250114_m051436_c001_v7007000_t0000_u01736831676527") 2025/01/14 05:15:04 DEBUG : only7: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4031aa7d007bf297_d20250114_m051428_c001_v0001182_t0016_u01736831668355") 2025/01/14 05:15:04 DEBUG : only7: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3c6_d20250114_m051420_c001_v0001165_t0010_u01736831660881") 2025/01/14 05:15:04 DEBUG : only7: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40819c8c9ea4162a_d20250114_m051411_c001_v7007000_t0000_u01736831651331") 2025/01/14 05:15:04 DEBUG : only7: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d35c_d20250114_m051403_c001_v0001165_t0032_u01736831643384") 2025/01/14 05:15:04 DEBUG : only8: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c96_d20250114_m051436_c001_v7007000_t0000_u01736831676740") 2025/01/14 05:15:05 DEBUG : only8: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4176a8be5768d3fc_d20250114_m051428_c001_v0001165_t0020_u01736831668365") 2025/01/14 05:15:05 DEBUG : only8: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3c8_d20250114_m051421_c001_v0001165_t0025_u01736831661289") 2025/01/14 05:15:05 DEBUG : only8: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b30fb_d20250114_m051411_c001_v7007000_t0000_u01736831651168") 2025/01/14 05:15:05 DEBUG : only8: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d360_d20250114_m051403_c001_v0001165_t0029_u01736831643917") 2025/01/14 05:15:05 DEBUG : only9: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445c98_d20250114_m051436_c001_v7007000_t0000_u01736831676939") 2025/01/14 05:15:05 DEBUG : only9: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f403fd859c4ddc2dd_d20250114_m051428_c001_v0001144_t0005_u01736831668509") 2025/01/14 05:15:05 DEBUG : only9: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d3ca_d20250114_m051421_c001_v0001165_t0043_u01736831661781") 2025/01/14 05:15:05 DEBUG : only9: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b30f8_d20250114_m051410_c001_v7007000_t0000_u01736831650987") 2025/01/14 05:15:05 DEBUG : only9: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d362_d20250114_m051404_c001_v0001165_t0026_u01736831644498") 2025/01/14 05:15:05 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db057b_d20250114_m051026_c001_v7007000_t0000_u01736831426419") 2025/01/14 05:15:05 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bc6e2_d20250114_m051024_c001_v0001182_t0008_u01736831424739") 2025/01/14 05:15:05 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0576_d20250114_m051022_c001_v7007000_t0000_u01736831422900") 2025/01/14 05:15:05 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f62a_d20250114_m051021_c001_v0001131_t0006_u01736831421164") 2025/01/14 05:15:05 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db056f_d20250114_m051019_c001_v7007000_t0000_u01736831419320") 2025/01/14 05:15:05 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d098_d20250114_m051017_c001_v0001165_t0029_u01736831417176") 2025/01/14 05:15:05 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0559_d20250114_m051004_c001_v7007000_t0000_u01736831404964") 2025/01/14 05:15:05 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5de_d20250114_m051003_c001_v0001131_t0053_u01736831403555") 2025/01/14 05:15:05 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0556_d20250114_m051001_c001_v7007000_t0000_u01736831401050") 2025/01/14 05:15:05 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5ca_d20250114_m051000_c001_v0001131_t0026_u01736831400003") 2025/01/14 05:15:05 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0552_d20250114_m050958_c001_v7007000_t0000_u01736831398405") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5bc_d20250114_m050957_c001_v0001131_t0045_u01736831397437") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0546_d20250114_m050949_c001_v7007000_t0000_u01736831389983") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f59e_d20250114_m050948_c001_v0001131_t0053_u01736831388700") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0545_d20250114_m050947_c001_v7007000_t0000_u01736831387970") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f598_d20250114_m050946_c001_v0001131_t0013_u01736831386389") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0542_d20250114_m050945_c001_v7007000_t0000_u01736831385654") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f594_d20250114_m050944_c001_v0001131_t0023_u01736831384989") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f592_d20250114_m050944_c001_v0001131_t0057_u01736831384342") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0540_d20250114_m050943_c001_v7007000_t0000_u01736831383611") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f58e_d20250114_m050942_c001_v0001131_t0002_u01736831382938") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f58a_d20250114_m050942_c001_v0001131_t0014_u01736831382257") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db053d_d20250114_m050941_c001_v7007000_t0000_u01736831381525") 2025/01/14 05:15:06 DEBUG : potato: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f584_d20250114_m050940_c001_v0001131_t0021_u01736831380620") 2025/01/14 05:15:06 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda6b14_d20250114_m051139_c001_v7007000_t0000_u01736831499493") 2025/01/14 05:15:06 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bd4ba_d20250114_m051138_c001_v0001182_t0058_u01736831498909") 2025/01/14 05:15:06 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b2ed4_d20250114_m051125_c001_v7007000_t0000_u01736831485010") 2025/01/14 05:15:06 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bd0ce_d20250114_m051118_c001_v0001182_t0022_u01736831478410") 2025/01/14 05:15:06 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f408469fc245f16d5_d20250114_m051104_c001_v7007000_t0000_u01736831464379") 2025/01/14 05:15:06 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bccc6_d20250114_m051056_c001_v0001182_t0027_u01736831456247") 2025/01/14 05:15:06 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40443c2818e12756_d20250114_m051042_c001_v7007000_t0000_u01736831442531") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bc8e1_d20250114_m051035_c001_v0001182_t0004_u01736831435082") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0560_d20250114_m051010_c001_v7007000_t0000_u01736831410650") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5fc_d20250114_m051009_c001_v0001131_t0050_u01736831409037") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db055d_d20250114_m051007_c001_v7007000_t0000_u01736831407918") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5ea_d20250114_m051005_c001_v0001131_t0052_u01736831405905") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db055a_d20250114_m051005_c001_v7007000_t0000_u01736831405157") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5e0_d20250114_m051004_c001_v0001131_t0020_u01736831404281") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0558_d20250114_m051002_c001_v7007000_t0000_u01736831402785") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5d0_d20250114_m051001_c001_v0001131_t0044_u01736831401417") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0554_d20250114_m050959_c001_v7007000_t0000_u01736831399269") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5c2_d20250114_m050958_c001_v0001131_t0013_u01736831398416") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0549_d20250114_m050950_c001_v7007000_t0000_u01736831390738") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f5a2_d20250114_m050949_c001_v0001131_t0021_u01736831389605") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d74e8_d20250114_m050818_c001_v7007000_t0000_u01736831298936") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f48a_d20250114_m050818_c001_v0001131_t0017_u01736831298257") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d74e4_d20250114_m050816_c001_v7007000_t0000_u01736831296976") 2025/01/14 05:15:07 DEBUG : potato2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f486_d20250114_m050816_c001_v0001131_t0014_u01736831296318") 2025/01/14 05:15:07 DEBUG : potato3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f41522cc2b40b2ed5_d20250114_m051125_c001_v7007000_t0000_u01736831485337") 2025/01/14 05:15:08 DEBUG : potato3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f697_d20250114_m051119_c001_v0001131_t0058_u01736831479567") 2025/01/14 05:15:08 DEBUG : potato3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f408469fc245f16dc_d20250114_m051104_c001_v7007000_t0000_u01736831464993") 2025/01/14 05:15:08 DEBUG : potato3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f66c_d20250114_m051057_c001_v0001131_t0016_u01736831457377") 2025/01/14 05:15:08 DEBUG : potato3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f40443c2818e1275a_d20250114_m051042_c001_v7007000_t0000_u01736831442850") 2025/01/14 05:15:08 DEBUG : potato3: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f650_d20250114_m051035_c001_v0001131_t0001_u01736831435495") 2025/01/14 05:15:08 DEBUG : pre-dest1/1: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e67b2_d20250114_m051221_c001_v7007000_t0000_u01736831541723") 2025/01/14 05:15:08 DEBUG : pre-dest1/1: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f711_d20250114_m051213_c001_v0001131_t0029_u01736831533603") 2025/01/14 05:15:08 DEBUG : pre-dest2/2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4196da17803e67b4_d20250114_m051221_c001_v7007000_t0000_u01736831541923") 2025/01/14 05:15:08 DEBUG : pre-dest2/2: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bdb03_d20250114_m051214_c001_v0001182_t0030_u01736831534320") 2025/01/14 05:15:08 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f407f7e6047ed84e4_d20250114_m051152_c001_v7007000_t0000_u01736831512631") 2025/01/14 05:15:08 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d1dc_d20250114_m051149_c001_v0001165_t0023_u01736831509607") 2025/01/14 05:15:08 DEBUG : sizeonly: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda68d6_d20250114_m050920_c001_v7007000_t0000_u01736831360666") 2025/01/14 05:15:08 DEBUG : sizeonly: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f52e_d20250114_m050919_c001_v0001131_t0028_u01736831359424") 2025/01/14 05:15:08 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445cb5_d20250114_m051443_c001_v7007000_t0000_u01736831683396") 2025/01/14 05:15:08 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d42a_d20250114_m051441_c001_v0001165_t0034_u01736831681293") 2025/01/14 05:15:08 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445ca2_d20250114_m051439_c001_v7007000_t0000_u01736831679314") 2025/01/14 05:15:08 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1147dc2ae90d341c_d20250114_m051438_c001_v0001184_t0006_u01736831678310") 2025/01/14 05:15:08 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4090dbe05793f597_d20250114_m051031_c001_v7007000_t0000_u01736831431619") 2025/01/14 05:15:08 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bc803_d20250114_m051030_c001_v0001182_t0053_u01736831430842") 2025/01/14 05:15:08 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4090dbe05793f595_d20250114_m051029_c001_v7007000_t0000_u01736831429564") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f640_d20250114_m051028_c001_v0001131_t0023_u01736831428635") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda68c6_d20250114_m050915_c001_v7007000_t0000_u01736831355996") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f522_d20250114_m050914_c001_v0001131_t0047_u01736831354594") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda68be_d20250114_m050913_c001_v7007000_t0000_u01736831353857") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f516_d20250114_m050912_c001_v0001131_t0014_u01736831352806") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda68af_d20250114_m050906_c001_v7007000_t0000_u01736831346377") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4fc_d20250114_m050905_c001_v0001131_t0015_u01736831345248") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f400e399eebda68ae_d20250114_m050904_c001_v7007000_t0000_u01736831344667") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4f8_d20250114_m050903_c001_v0001131_t0035_u01736831343241") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4ec_d20250114_m050857_c001_v0001131_t0045_u01736831337252") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d77fb_d20250114_m050856_c001_v7007000_t0000_u01736831336509") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4e8_d20250114_m050855_c001_v0001131_t0022_u01736831335817") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4e6_d20250114_m050855_c001_v0001131_t0000_u01736831335065") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d7788_d20250114_m050853_c001_v7007000_t0000_u01736831333609") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4d2_d20250114_m050847_c001_v0001131_t0040_u01736831327605") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4c0_d20250114_m050840_c001_v0001131_t0021_u01736831320904") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4039059da4131e25_d20250114_m050840_c001_v7007000_t0000_u01736831320141") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4be_d20250114_m050839_c001_v0001131_t0006_u01736831319488") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4bc_d20250114_m050838_c001_v0001131_t0036_u01736831318771") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4039059da4131e1e_d20250114_m050837_c001_v7007000_t0000_u01736831317680") 2025/01/14 05:15:09 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4ac_d20250114_m050829_c001_v0001131_t0021_u01736831309920") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445520_d20250114_m050829_c001_v7007000_t0000_u01736831309538") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4a8_d20250114_m050828_c001_v0001131_t0024_u01736831308802") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d7564_d20250114_m050827_c001_v7007000_t0000_u01736831307130") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f4a2_d20250114_m050826_c001_v0001131_t0040_u01736831306350") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d7545_d20250114_m050825_c001_v7007000_t0000_u01736831305795") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f49e_d20250114_m050825_c001_v0001131_t0029_u01736831305047") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d7522_d20250114_m050823_c001_v7007000_t0000_u01736831303765") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f498_d20250114_m050822_c001_v0001131_t0027_u01736831302803") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d7512_d20250114_m050822_c001_v7007000_t0000_u01736831302241") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f494_d20250114_m050821_c001_v0001131_t0049_u01736831301574") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d74fd_d20250114_m050820_c001_v7007000_t0000_u01736831300662") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f48e_d20250114_m050819_c001_v0001131_t0035_u01736831299886") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d74da_d20250114_m050813_c001_v7007000_t0000_u01736831293847") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f480_d20250114_m050813_c001_v0001131_t0005_u01736831293201") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d74d0_d20250114_m050812_c001_v7007000_t0000_u01736831292296") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f47e_d20250114_m050811_c001_v0001131_t0030_u01736831291497") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d74c7_d20250114_m050810_c001_v7007000_t0000_u01736831290565") 2025/01/14 05:15:10 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f474_d20250114_m050809_c001_v0001131_t0045_u01736831289798") 2025/01/14 05:15:11 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4099f3ef9e2d74b2_d20250114_m050806_c001_v7007000_t0000_u01736831286897") 2025/01/14 05:15:11 DEBUG : sub dir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f46c_d20250114_m050806_c001_v0001131_t0049_u01736831286155") 2025/01/14 05:15:11 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445cb8_d20250114_m051443_c001_v7007000_t0000_u01736831683590") 2025/01/14 05:15:11 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f103fd859c4ddc328_d20250114_m051441_c001_v0001144_t0022_u01736831681303") 2025/01/14 05:15:11 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f401468940d445ca3_d20250114_m051439_c001_v7007000_t0000_u01736831679508") 2025/01/14 05:15:11 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bf4bf_d20250114_m051438_c001_v0001182_t0008_u01736831678316") 2025/01/14 05:15:11 DEBUG : sub/yam: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db057a_d20250114_m051025_c001_v7007000_t0000_u01736831425867") 2025/01/14 05:15:11 DEBUG : sub/yam: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d0ae_d20250114_m051024_c001_v0001165_t0008_u01736831424386") 2025/01/14 05:15:11 DEBUG : three: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db056c_d20250114_m051016_c001_v7007000_t0000_u01736831416428") 2025/01/14 05:15:11 DEBUG : three: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f614_d20250114_m051015_c001_v0001131_t0052_u01736831415168") 2025/01/14 05:15:11 DEBUG : three: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f113e9329ddf5f60e_d20250114_m051012_c001_v0001131_t0005_u01736831412903") 2025/01/14 05:15:11 DEBUG : two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db056d_d20250114_m051016_c001_v7007000_t0000_u01736831416622") 2025/01/14 05:15:11 DEBUG : two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4031aa7d007bc4e0_d20250114_m051014_c001_v0001182_t0016_u01736831414599") 2025/01/14 05:15:11 DEBUG : two: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f413e9329ddf5f60c_d20250114_m051012_c001_v0001131_t0031_u01736831412718") 2025/01/14 05:15:11 DEBUG : yam: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db057c_d20250114_m051026_c001_v7007000_t0000_u01736831426602") 2025/01/14 05:15:11 DEBUG : yam: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f100b55a019a34838_d20250114_m051025_c001_v0001153_t0021_u01736831425539") 2025/01/14 05:15:11 DEBUG : yam: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0574_d20250114_m051022_c001_v7007000_t0000_u01736831422349") 2025/01/14 05:15:12 DEBUG : yam: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1176a8be5768d0a4_d20250114_m051020_c001_v0001165_t0035_u01736831420811") 2025/01/14 05:15:12 DEBUG : yam: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db056e_d20250114_m051018_c001_v7007000_t0000_u01736831418765") 2025/01/14 05:15:12 DEBUG : yam: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1031aa7d007bc57a_d20250114_m051017_c001_v0001182_t0015_u01736831417185") 2025/01/14 05:15:12 DEBUG : yaml: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0577_d20250114_m051023_c001_v7007000_t0000_u01736831423086") 2025/01/14 05:15:12 DEBUG : yaml: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1126f878e2775bb0_d20250114_m051022_c001_v0001146_t0053_u01736831422085") 2025/01/14 05:15:12 DEBUG : yaml: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f4056efc757db0570_d20250114_m051019_c001_v7007000_t0000_u01736831419503") 2025/01/14 05:15:12 DEBUG : yaml: Deleting (id "4_z7f522d63306d6b3b9f480e1b_f1111cffadc9864f0_d20250114_m051018_c001_v0001153_t0000_u01736831418399") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 7m17.206667657s (try 1/5)