"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2025/02/11 04:53:21 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo" 2025/02/11 04:53:21 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/11 04:53:21 DEBUG : Creating backend with remote "/tmp/rclone408451553" === 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-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:26 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:26 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/02/11 04:53:26 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestCopyWithDryRun (5.21s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:26 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/11 04:53:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:27 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:27 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:28 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:28 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:28 DEBUG : B2 bucket rclone-test-huqutor1xovo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.30s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", 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-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", 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-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:29 DEBUG : Creating backend with remote "/non-existing" 2025/02/11 04:53:30 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/02/11 04:53:30 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:30 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.89s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:31 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:31 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:31 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:31 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestCopyNoTraverse (2.06s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:32 INFO : B2 bucket rclone-test-huqutor1xovo: Running all checks before starting transfers 2025/02/11 04:53:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:33 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:33 INFO : B2 bucket rclone-test-huqutor1xovo: Checks finished, now starting transfers 2025/02/11 04:53:33 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:33 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:33 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.88s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:34 ERROR : Ignoring --no-traverse with sync 2025/02/11 04:53:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:34 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:34 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:35 INFO : sub dir/hello world: Copied (new) 2025/02/11 04:53:35 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.81s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:36 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/02/11 04:53:36 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:36 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:37 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/02/11 04:53:37 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.83s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:38 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:53:38 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:38 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:39 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:39 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.73s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:40 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:53:40 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:40 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:40 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:40 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.97s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:42 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/02/11 04:53:42 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/11 04:53:42 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/02/11 04:53:42 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/11 04:53:42 INFO : sub dir: Making directory 2025/02/11 04:53:42 INFO : sub dir2: Making directory 2025/02/11 04:53:42 INFO : sub dir2/sub sub dir2: Making directory 2025/02/11 04:53:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:42 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:42 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:42 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/02/11 04:53:42 DEBUG : B2 bucket rclone-test-huqutor1xovo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.66s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:43 INFO : sub dir2: Making directory 2025/02/11 04:53:43 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/02/11 04:53:43 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/11 04:53:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:43 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:43 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:44 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:44 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.37s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:45 DEBUG : sub dir2: Making directory with metadata 2025/02/11 04:53:45 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/11 04:53:45 INFO : sub dir: Making directory 2025/02/11 04:53:45 INFO : sub dir2: Making directory 2025/02/11 04:53:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:45 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:45 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:45 INFO : sub dir/hello world: Copied (new) 2025/02/11 04:53:45 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/02/11 04:53:46 DEBUG : B2 bucket rclone-test-huqutor1xovo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/02/11 04:53:46 DEBUG : B2 bucket rclone-test-huqutor1xovo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (2.01s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", 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-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:47 INFO : sub dir2: Making directory 2025/02/11 04:53:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:47 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:47 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:48 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:48 INFO : sub dir/hello world: Copied (new) 2025/02/11 04:53:48 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.34s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:48 DEBUG : sub dir2: Making directory with metadata 2025/02/11 04:53:48 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/11 04:53:48 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/11 04:53:48 INFO : sub dir: Making directory 2025/02/11 04:53:48 INFO : sub dir2: Making directory 2025/02/11 04:53:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:48 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:48 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:49 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:49 INFO : sub dir/hello world: Copied (new) 2025/02/11 04:53:49 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/02/11 04:53:49 DEBUG : B2 bucket rclone-test-huqutor1xovo: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.83s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:51 INFO : sub dir2: Making directory 2025/02/11 04:53:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:51 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:53:51 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:53:52 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:52 INFO : sub dir/hello world: Copied (new) 2025/02/11 04:53:52 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.92s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:53 DEBUG : Creating backend with remote "TestB2:rclone-test-yudibuj4zeso" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-huqutor1xovo -> B2 bucket rclone-test-yudibuj4zeso 2025/02/11 04:53:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:53:54 DEBUG : B2 bucket rclone-test-yudibuj4zeso: Waiting for checks to finish 2025/02/11 04:53:54 DEBUG : B2 bucket rclone-test-yudibuj4zeso: Waiting for transfers to finish 2025/02/11 04:53:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:53:58 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:53:58 DEBUG : B2 bucket rclone-test-yudibuj4zeso: Purge remote 2025/02/11 04:53:58 INFO : B2 bucket rclone-test-yudibuj4zeso: cleaning bucket "rclone-test-yudibuj4zeso" of all files 2025/02/11 04:53:58 DEBUG : sub dir/hello world: Deleting (id "4_z3f624de350bdfb3b9f480e1b_f107af88069eaaef4_d20250211_m045358_c001_v0001178_t0022_u01739249638447") --- PASS: TestServerSideCopy (10.03s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:04 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/11 04:54:04 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:04 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:04 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/11 04:54:04 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.64s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:06 DEBUG : Creating backend with remote "TestB2:rclone-test-donehal6zono" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-huqutor1xovo -> B2 bucket rclone-test-donehal6zono 2025/02/11 04:54:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:54:07 DEBUG : B2 bucket rclone-test-donehal6zono: Waiting for checks to finish 2025/02/11 04:54:07 DEBUG : B2 bucket rclone-test-donehal6zono: Waiting for transfers to finish 2025/02/11 04:54:11 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:54:11 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:13 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/11 04:54:13 DEBUG : B2 bucket rclone-test-donehal6zono: Waiting for checks to finish 2025/02/11 04:54:13 DEBUG : B2 bucket rclone-test-donehal6zono: Waiting for transfers to finish 2025/02/11 04:54:13 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/11 04:54:13 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:13 DEBUG : B2 bucket rclone-test-donehal6zono: Purge remote 2025/02/11 04:54:13 INFO : B2 bucket rclone-test-donehal6zono: cleaning bucket "rclone-test-donehal6zono" of all files 2025/02/11 04:54:13 DEBUG : sub dir/hello world: Deleting (id "4_z3fc28d0350bdfb3b9f480e1b_f100fcf18b62c5244_d20250211_m045413_c001_v0001184_t0004_u01739249653274") 2025/02/11 04:54:13 DEBUG : sub dir/hello world: Deleting (id "4_z3fc28d0350bdfb3b9f480e1b_f112f9ffe4aaff8f5_d20250211_m045411_c001_v0001184_t0013_u01739249651384") --- PASS: TestServerSideCopyOverSelf (13.45s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:20 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/11 04:54:20 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:20 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:20 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/11 04:54:20 INFO : sub dir/hello world: Copied (replaced existing) 2025/02/11 04:54:20 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.69s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:22 DEBUG : Creating backend with remote "TestB2:rclone-test-botucof3sito" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-huqutor1xovo -> B2 bucket rclone-test-botucof3sito 2025/02/11 04:54:23 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:54:23 DEBUG : B2 bucket rclone-test-botucof3sito: Waiting for checks to finish 2025/02/11 04:54:23 DEBUG : B2 bucket rclone-test-botucof3sito: Waiting for transfers to finish 2025/02/11 04:54:27 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:54:27 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:29 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/11 04:54:29 DEBUG : B2 bucket rclone-test-botucof3sito: Waiting for checks to finish 2025/02/11 04:54:29 DEBUG : B2 bucket rclone-test-botucof3sito: Waiting for transfers to finish 2025/02/11 04:54:29 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/11 04:54:29 INFO : sub dir/hello world: Copied (server-side copy) 2025/02/11 04:54:29 INFO : sub dir/hello world: Deleted 2025/02/11 04:54:30 DEBUG : testing file moves 2025/02/11 04:54:30 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/02/11 04:54:30 DEBUG : B2 bucket rclone-test-botucof3sito: Waiting for checks to finish 2025/02/11 04:54:30 DEBUG : B2 bucket rclone-test-botucof3sito: Waiting for transfers to finish 2025/02/11 04:54:31 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/02/11 04:54:31 INFO : sub dir/hello world: Copied (server-side copy) 2025/02/11 04:54:31 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:31 DEBUG : B2 bucket rclone-test-botucof3sito: Purge remote 2025/02/11 04:54:31 INFO : B2 bucket rclone-test-botucof3sito: cleaning bucket "rclone-test-botucof3sito" of all files 2025/02/11 04:54:31 DEBUG : sub dir/hello world: Deleting (id "4_z8f82bde350bdfb3b9f480e1b_f1085ad755a65a6e4_d20250211_m045430_c001_v0001183_t0021_u01739249670971") 2025/02/11 04:54:31 DEBUG : sub dir/hello world: Deleting (id "4_z8f82bde350bdfb3b9f480e1b_f1161346906ca78dc_d20250211_m045429_c001_v0001183_t0015_u01739249669302") 2025/02/11 04:54:31 DEBUG : sub dir/hello world: Deleting (id "4_z8f82bde350bdfb3b9f480e1b_f1141470b07626c81_d20250211_m045427_c001_v0001043_t0004_u01739249667249") --- PASS: TestServerSideMoveOverSelf (12.78s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:35 ERROR : : error listing: directory not found 2025/02/11 04:54:35 INFO : Local file system at /tmp/rclone408451553: Making directory 2025/02/11 04:54:35 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:35 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.02s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:54:37 DEBUG : Local file system at /tmp/rclone408451553: Waiting for checks to finish 2025/02/11 04:54:37 DEBUG : Local file system at /tmp/rclone408451553: Waiting for transfers to finish 2025/02/11 04:54:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:54:37 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/02/11 04:54:37 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestCopyRedownload (2.29s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:39 DEBUG : check sum: Need to transfer - File not found at Destination 2025/02/11 04:54:39 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:39 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:39 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/11 04:54:39 INFO : check sum: Copied (new) 2025/02/11 04:54:39 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:39 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:39 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/11 04:54:39 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/02/11 04:54:39 DEBUG : check sum: Unchanged skipping 2025/02/11 04:54:39 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:39 DEBUG : Waiting for deletions to finish 2025/02/11 04:54:39 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.49s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:41 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/02/11 04:54:41 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:41 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:42 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/11 04:54:42 INFO : sizeonly: Copied (new) 2025/02/11 04:54:42 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:42 DEBUG : sizeonly: Sizes identical 2025/02/11 04:54:42 DEBUG : sizeonly: Unchanged skipping 2025/02/11 04:54:42 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:42 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:42 DEBUG : Waiting for deletions to finish 2025/02/11 04:54:42 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.51s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:44 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/02/11 04:54:44 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:44 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:44 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/02/11 04:54:44 INFO : ignore-size: Copied (new) 2025/02/11 04:54:44 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:44 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:54:44 DEBUG : ignore-size: Unchanged skipping 2025/02/11 04:54:44 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:44 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:44 DEBUG : Waiting for deletions to finish 2025/02/11 04:54:44 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.40s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:47 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:54:47 DEBUG : existing: Unchanged skipping 2025/02/11 04:54:47 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:47 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:47 DEBUG : Waiting for deletions to finish 2025/02/11 04:54:47 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:47 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/02/11 04:54:47 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:47 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:47 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/11 04:54:47 INFO : existing: Copied (replaced existing) 2025/02/11 04:54:47 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.84s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:49 DEBUG : existing: Need to transfer - File not found at Destination 2025/02/11 04:54:49 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:49 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:49 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/11 04:54:49 INFO : existing: Copied (new) 2025/02/11 04:54:49 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:49 DEBUG : existing: Destination exists, skipping 2025/02/11 04:54:49 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:49 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:49 DEBUG : Waiting for deletions to finish 2025/02/11 04:54:49 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.35s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:52 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/02/11 04:54:53 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:54:53 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/02/11 04:54:53 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:53 DEBUG : c/non empty space: Unchanged skipping 2025/02/11 04:54:53 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:53 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:54:53 INFO : a/potato2: Copied (new) 2025/02/11 04:54:53 DEBUG : Waiting for deletions to finish 2025/02/11 04:54:53 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (3.81s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:56 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:56 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/02/11 04:54:56 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/11 04:54:56 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/02/11 04:54:56 DEBUG : empty space: Unchanged skipping 2025/02/11 04:54:56 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:56 DEBUG : Waiting for deletions to finish 2025/02/11 04:54:56 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:56 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:56 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/02/11 04:54:56 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/11 04:54:57 INFO : empty space: Updated modification time in destination 2025/02/11 04:54:57 DEBUG : empty space: Unchanged skipping 2025/02/11 04:54:57 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:57 DEBUG : Waiting for deletions to finish 2025/02/11 04:54:57 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.90s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:54:59 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:54:59 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/02/11 04:54:59 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/11 04:54:59 DEBUG : empty space: Unchanged skipping 2025/02/11 04:54:59 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:54:59 DEBUG : Waiting for deletions to finish 2025/02/11 04:54:59 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.85s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:01 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/02/11 04:55:01 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:01 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone408451553) 2025/02/11 04:55:01 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-huqutor1xovo) 2025/02/11 04:55:01 DEBUG : foo: sha1 differ 2025/02/11 04:55:01 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:01 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/02/11 04:55:01 INFO : foo: Copied (replaced existing) 2025/02/11 04:55:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.81s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:03 DEBUG : potato: Need to transfer - File not found at Destination 2025/02/11 04:55:03 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:55:03 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:03 DEBUG : empty space: Unchanged skipping 2025/02/11 04:55:03 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:04 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:55:04 INFO : potato: Copied (new) 2025/02/11 04:55:04 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.86s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:06 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/02/11 04:55:06 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:06 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:07 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/02/11 04:55:07 INFO : potato: Copied (replaced existing) 2025/02/11 04:55:07 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.80s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:09 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2025/02/11 04:55:09 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:09 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone408451553) 2025/02/11 04:55:09 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-huqutor1xovo) 2025/02/11 04:55:09 DEBUG : potato: sha1 differ 2025/02/11 04:55:09 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:09 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/02/11 04:55:09 INFO : potato: Copied (replaced existing) 2025/02/11 04:55:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.43s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:12 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:55:12 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:55:12 DEBUG : empty space: Unchanged skipping 2025/02/11 04:55:12 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:12 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:12 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/02/11 04:55:12 DEBUG : Waiting for deletions to finish 2025/02/11 04:55:12 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.67s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:14 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:55:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:55:14 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:14 DEBUG : empty space: Unchanged skipping 2025/02/11 04:55:14 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:15 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:55:15 INFO : potato2: Copied (new) 2025/02/11 04:55:15 DEBUG : Waiting for deletions to finish 2025/02/11 04:55:15 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (3.13s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:17 INFO : d: Making directory 2025/02/11 04:55:17 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/02/11 04:55:18 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:55:18 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/02/11 04:55:18 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:18 DEBUG : c/non empty space: Unchanged skipping 2025/02/11 04:55:18 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:18 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:55:18 INFO : a/potato2: Copied (new) 2025/02/11 04:55:18 DEBUG : Waiting for deletions to finish 2025/02/11 04:55:18 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (3.37s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:20 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/02/11 04:55:21 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/02/11 04:55:21 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:55:21 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:21 DEBUG : c/non empty space: Unchanged skipping 2025/02/11 04:55:21 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:21 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:55:21 INFO : a/potato2: Copied (new) 2025/02/11 04:55:21 ERROR : B2 bucket rclone-test-huqutor1xovo: not deleting files as there were IO errors 2025/02/11 04:55:21 ERROR : B2 bucket rclone-test-huqutor1xovo: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.28s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:24 DEBUG : Waiting for deletions to finish 2025/02/11 04:55:24 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:55:24 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:55:24 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:24 DEBUG : empty space: Unchanged skipping 2025/02/11 04:55:24 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:24 INFO : potato: Deleted 2025/02/11 04:55:25 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:55:25 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (3.04s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:27 DEBUG : Waiting for deletions to finish 2025/02/11 04:55:28 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:28 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:28 INFO : potato: Deleted 2025/02/11 04:55:28 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:55:28 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:55:28 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:28 DEBUG : empty space: Unchanged skipping 2025/02/11 04:55:28 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:29 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:55:29 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (4.47s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:31 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:55:31 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:31 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:32 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/02/11 04:55:32 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.52s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:34 DEBUG : enormous: Excluded (Size Filter) 2025/02/11 04:55:34 DEBUG : enormous: Excluded 2025/02/11 04:55:34 DEBUG : potato2: Excluded (Size Filter) 2025/02/11 04:55:34 DEBUG : potato2: Excluded 2025/02/11 04:55:34 DEBUG : potato2: Excluded (Size Filter) 2025/02/11 04:55:34 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:55:34 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:34 DEBUG : empty space: Unchanged skipping 2025/02/11 04:55:34 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:34 DEBUG : Waiting for deletions to finish 2025/02/11 04:55:34 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:34 DEBUG : enormous: Excluded (Size Filter) 2025/02/11 04:55:34 DEBUG : enormous: Excluded 2025/02/11 04:55:34 DEBUG : potato2: Excluded (Size Filter) 2025/02/11 04:55:34 DEBUG : potato2: Excluded 2025/02/11 04:55:34 DEBUG : potato2: Excluded (Size Filter) 2025/02/11 04:55:34 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/02/11 04:55:34 DEBUG : empty space: Unchanged skipping 2025/02/11 04:55:34 DEBUG : Local file system at /tmp/rclone408451553: Waiting for checks to finish 2025/02/11 04:55:34 DEBUG : Local file system at /tmp/rclone408451553: Waiting for transfers to finish 2025/02/11 04:55:34 DEBUG : Waiting for deletions to finish 2025/02/11 04:55:34 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncWithExclude (3.01s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:37 DEBUG : enormous: Excluded (Size Filter) 2025/02/11 04:55:37 DEBUG : enormous: Excluded 2025/02/11 04:55:37 DEBUG : potato2: Excluded (Size Filter) 2025/02/11 04:55:37 DEBUG : potato2: Excluded 2025/02/11 04:55:37 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:55:37 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:37 DEBUG : empty space: Unchanged skipping 2025/02/11 04:55:37 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:37 DEBUG : Waiting for deletions to finish 2025/02/11 04:55:38 INFO : potato2: Deleted 2025/02/11 04:55:38 INFO : enormous: Deleted 2025/02/11 04:55:38 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:38 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/02/11 04:55:38 DEBUG : empty space: Unchanged skipping 2025/02/11 04:55:38 DEBUG : Local file system at /tmp/rclone408451553: Waiting for checks to finish 2025/02/11 04:55:38 DEBUG : Local file system at /tmp/rclone408451553: Waiting for transfers to finish 2025/02/11 04:55:38 DEBUG : Waiting for deletions to finish 2025/02/11 04:55:38 INFO : enormous: Deleted 2025/02/11 04:55:38 INFO : potato2: Deleted 2025/02/11 04:55:38 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.65s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:42 DEBUG : five: Need to transfer - File not found at Destination 2025/02/11 04:55:42 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/02/11 04:55:42 DEBUG : one: Destination is newer than source, skipping 2025/02/11 04:55:42 DEBUG : three: Sizes identical 2025/02/11 04:55:42 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:42 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/02/11 04:55:42 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/02/11 04:55:42 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone408451553) 2025/02/11 04:55:42 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-huqutor1xovo) 2025/02/11 04:55:42 DEBUG : two: sha1 differ 2025/02/11 04:55:42 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:42 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/02/11 04:55:42 INFO : five: Copied (new) 2025/02/11 04:55:42 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/02/11 04:55:42 INFO : four: Copied (replaced existing) 2025/02/11 04:55:43 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/11 04:55:43 INFO : two: Copied (replaced existing) 2025/02/11 04:55:43 DEBUG : Waiting for deletions to finish 2025/02/11 04:55:43 DEBUG : one: Destination is newer than source, skipping 2025/02/11 04:55:43 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:43 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/02/11 04:55:43 DEBUG : five: Size and sha1 of src and dst objects identical 2025/02/11 04:55:43 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/11 04:55:43 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/02/11 04:55:43 DEBUG : two: Size and sha1 of src and dst objects identical 2025/02/11 04:55:43 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/02/11 04:55:43 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/02/11 04:55:43 DEBUG : four: Size and sha1 of src and dst objects identical 2025/02/11 04:55:43 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/02/11 04:55:43 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone408451553) 2025/02/11 04:55:43 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-huqutor1xovo) 2025/02/11 04:55:43 DEBUG : three: sha1 differ 2025/02/11 04:55:43 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/02/11 04:55:43 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:43 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/11 04:55:43 INFO : three: Copied (replaced existing) 2025/02/11 04:55:43 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (5.41s) === 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-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/02/11 04:55:45 INFO : B2 bucket rclone-test-huqutor1xovo: Making map for --track-renames 2025/02/11 04:55:45 INFO : B2 bucket rclone-test-huqutor1xovo: Finished making map for --track-renames 2025/02/11 04:55:45 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:45 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/02/11 04:55:45 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for renames to finish 2025/02/11 04:55:45 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/02/11 04:55:45 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:45 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/11 04:55:45 INFO : yam: Copied (new) 2025/02/11 04:55:45 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/02/11 04:55:45 INFO : potato: Copied (new) 2025/02/11 04:55:45 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:46 INFO : B2 bucket rclone-test-huqutor1xovo: Making map for --track-renames 2025/02/11 04:55:46 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:55:46 INFO : B2 bucket rclone-test-huqutor1xovo: Finished making map for --track-renames 2025/02/11 04:55:46 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:46 DEBUG : potato: Unchanged skipping 2025/02/11 04:55:46 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for renames to finish 2025/02/11 04:55:47 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/11 04:55:47 INFO : yam: Copied (server-side copy) to: yaml 2025/02/11 04:55:47 INFO : yam: Deleted 2025/02/11 04:55:47 INFO : yaml: Renamed from "yam" 2025/02/11 04:55:47 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:47 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.50s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/02/11 04:55:49 INFO : B2 bucket rclone-test-huqutor1xovo: Making map for --track-renames 2025/02/11 04:55:49 INFO : B2 bucket rclone-test-huqutor1xovo: Finished making map for --track-renames 2025/02/11 04:55:49 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:49 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/02/11 04:55:49 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/02/11 04:55:49 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for renames to finish 2025/02/11 04:55:49 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:49 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/11 04:55:49 INFO : yam: Copied (new) 2025/02/11 04:55:49 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/02/11 04:55:49 INFO : potato: Copied (new) 2025/02/11 04:55:49 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:50 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:55:50 INFO : B2 bucket rclone-test-huqutor1xovo: Making map for --track-renames 2025/02/11 04:55:50 INFO : B2 bucket rclone-test-huqutor1xovo: Finished making map for --track-renames 2025/02/11 04:55:50 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:50 DEBUG : potato: Unchanged skipping 2025/02/11 04:55:50 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for renames to finish 2025/02/11 04:55:50 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/11 04:55:50 INFO : yam: Copied (server-side copy) to: yaml 2025/02/11 04:55:51 INFO : yam: Deleted 2025/02/11 04:55:51 INFO : yaml: Renamed from "yam" 2025/02/11 04:55:51 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.90s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/02/11 04:55:53 INFO : B2 bucket rclone-test-huqutor1xovo: Making map for --track-renames 2025/02/11 04:55:53 INFO : B2 bucket rclone-test-huqutor1xovo: Finished making map for --track-renames 2025/02/11 04:55:53 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:53 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/02/11 04:55:53 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/02/11 04:55:53 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for renames to finish 2025/02/11 04:55:53 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:53 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/11 04:55:53 INFO : sub/yam: Copied (new) 2025/02/11 04:55:53 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/02/11 04:55:53 INFO : potato: Copied (new) 2025/02/11 04:55:53 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:54 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:55:54 DEBUG : potato: Unchanged skipping 2025/02/11 04:55:54 INFO : B2 bucket rclone-test-huqutor1xovo: Making map for --track-renames 2025/02/11 04:55:54 INFO : B2 bucket rclone-test-huqutor1xovo: Finished making map for --track-renames 2025/02/11 04:55:54 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:54 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for renames to finish 2025/02/11 04:55:54 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/11 04:55:54 INFO : sub/yam: Copied (server-side copy) to: yam 2025/02/11 04:55:54 INFO : sub/yam: Deleted 2025/02/11 04:55:54 INFO : yam: Renamed from "sub/yam" 2025/02/11 04:55:54 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:54 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.64s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:56 DEBUG : Creating backend with remote "/tmp/rclone408451553/dir1" 2025/02/11 04:55:56 DEBUG : Config file has changed externally - reloading 2025/02/11 04:55:56 DEBUG : Creating backend with remote "/tmp/rclone408451553/dir2" 2025/02/11 04:55:56 DEBUG : Local file system at /tmp/rclone408451553/dir2: Using server-side directory move 2025/02/11 04:55:56 INFO : Local file system at /tmp/rclone408451553/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/02/11 04:55:56 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/02/11 04:55:56 DEBUG : Local file system at /tmp/rclone408451553/dir2: Waiting for checks to finish 2025/02/11 04:55:56 INFO : file1.txt: Moved (server-side) 2025/02/11 04:55:56 DEBUG : Local file system at /tmp/rclone408451553/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:55:57 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/02/11 04:55:57 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:57 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:57 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/02/11 04:55:57 INFO : nested/sub dir/file: Copied (new) 2025/02/11 04:55:57 INFO : nested/sub dir/file: Deleted 2025/02/11 04:55:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:55:57 INFO : sub dir/hello world: Copied (new) 2025/02/11 04:55:57 INFO : sub dir/hello world: Deleted 2025/02/11 04:55:57 INFO : sub dir: Removing directory 2025/02/11 04:55:57 INFO : nested/sub dir: Removing directory 2025/02/11 04:55:57 INFO : nested: Removing directory 2025/02/11 04:55:57 DEBUG : Local file system at /tmp/rclone408451553: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.52s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:55:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/11 04:55:59 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/02/11 04:55:59 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:55:59 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:55:59 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/02/11 04:55:59 INFO : nested/sub dir/file: Copied (new) 2025/02/11 04:55:59 INFO : nested/sub dir/file: Deleted 2025/02/11 04:56:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/11 04:56:00 INFO : sub dir/hello world: Copied (new) 2025/02/11 04:56:00 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.27s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:56:01 DEBUG : existing: Need to transfer - File not found at Destination 2025/02/11 04:56:01 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/02/11 04:56:01 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:56:01 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:56:02 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/02/11 04:56:02 INFO : existing-b: Copied (new) 2025/02/11 04:56:02 INFO : existing-b: Deleted 2025/02/11 04:56:02 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/11 04:56:02 INFO : existing: Copied (new) 2025/02/11 04:56:02 INFO : existing: Deleted 2025/02/11 04:56:02 DEBUG : existing: Destination exists, skipping 2025/02/11 04:56:02 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/02/11 04:56:02 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:56:02 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:56:02 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.36s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:56:03 DEBUG : Creating backend with remote "TestB2:rclone-test-raxatud6yado" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-huqutor1xovo -> B2 bucket rclone-test-raxatud6yado 2025/02/11 04:56:11 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:56:11 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/02/11 04:56:11 DEBUG : empty space: Unchanged skipping 2025/02/11 04:56:11 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/02/11 04:56:11 DEBUG : B2 bucket rclone-test-raxatud6yado: Waiting for checks to finish 2025/02/11 04:56:11 INFO : empty space: Deleted 2025/02/11 04:56:11 DEBUG : B2 bucket rclone-test-raxatud6yado: Waiting for transfers to finish 2025/02/11 04:56:11 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:56:11 INFO : potato2: Copied (server-side copy) 2025/02/11 04:56:11 INFO : potato2: Deleted 2025/02/11 04:56:12 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/11 04:56:12 INFO : potato3: Copied (server-side copy) 2025/02/11 04:56:12 INFO : potato3: Deleted 2025/02/11 04:56:12 DEBUG : Creating backend with remote "TestB2:rclone-test-wotebuv4kace" 2025/02/11 04:56:13 DEBUG : empty space: Need to transfer - File not found at Destination 2025/02/11 04:56:13 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:56:13 DEBUG : potato3: Need to transfer - File not found at Destination 2025/02/11 04:56:13 DEBUG : B2 bucket rclone-test-wotebuv4kace: Waiting for checks to finish 2025/02/11 04:56:13 DEBUG : B2 bucket rclone-test-wotebuv4kace: Waiting for transfers to finish 2025/02/11 04:56:18 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/11 04:56:18 INFO : empty space: Copied (server-side copy) 2025/02/11 04:56:18 INFO : empty space: Deleted 2025/02/11 04:56:18 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:56:18 INFO : potato2: Copied (server-side copy) 2025/02/11 04:56:18 INFO : potato2: Deleted 2025/02/11 04:56:18 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/11 04:56:18 INFO : potato3: Copied (server-side copy) 2025/02/11 04:56:18 INFO : potato3: Deleted 2025/02/11 04:56:19 DEBUG : B2 bucket rclone-test-wotebuv4kace: Purge remote 2025/02/11 04:56:19 INFO : B2 bucket rclone-test-wotebuv4kace: cleaning bucket "rclone-test-wotebuv4kace" of all files 2025/02/11 04:56:19 DEBUG : empty space: Deleting (id "4_z8f726dd350ddfb3b9f480e1b_f107b35212cba86b7_d20250211_m045617_c001_v0001183_t0049_u01739249777961") 2025/02/11 04:56:19 DEBUG : potato2: Deleting (id "4_z8f726dd350ddfb3b9f480e1b_f114b554d1d2360fa_d20250211_m045618_c001_v0001184_t0036_u01739249778192") 2025/02/11 04:56:19 DEBUG : potato3: Deleting (id "4_z8f726dd350ddfb3b9f480e1b_f1111e3518df89ce8_d20250211_m045618_c001_v0001043_t0047_u01739249778328") 2025/02/11 04:56:21 DEBUG : B2 bucket rclone-test-raxatud6yado: Purge remote 2025/02/11 04:56:21 INFO : B2 bucket rclone-test-raxatud6yado: cleaning bucket "rclone-test-raxatud6yado" of all files 2025/02/11 04:56:21 DEBUG : empty space: Deleting (id "4_z0ff24df350ddfb3b9f480e1b_f403f1ab2fb051d3d_d20250211_m045618_c001_v7007000_t0000_u01739249778171") 2025/02/11 04:56:21 DEBUG : empty space: Deleting (id "4_z0ff24df350ddfb3b9f480e1b_f115b7d9777429908_d20250211_m045610_c001_v0001165_t0008_u01739249770220") 2025/02/11 04:56:21 DEBUG : potato2: Deleting (id "4_z0ff24df350ddfb3b9f480e1b_f403f1ab2fb051d3e_d20250211_m045618_c001_v7007000_t0000_u01739249778400") 2025/02/11 04:56:21 DEBUG : potato2: Deleting (id "4_z0ff24df350ddfb3b9f480e1b_f115b7d977742990e_d20250211_m045611_c001_v0001165_t0050_u01739249771397") 2025/02/11 04:56:21 DEBUG : potato3: Deleting (id "4_z0ff24df350ddfb3b9f480e1b_f403f1ab2fb051d41_d20250211_m045618_c001_v7007000_t0000_u01739249778736") 2025/02/11 04:56:21 DEBUG : potato3: Deleting (id "4_z0ff24df350ddfb3b9f480e1b_f1057552f203aaf3c_d20250211_m045611_c001_v0001116_t0002_u01739249771675") 2025/02/11 04:56:21 DEBUG : potato3: Deleting (id "4_z0ff24df350ddfb3b9f480e1b_f115b7d977742990a_d20250211_m045610_c001_v0001165_t0058_u01739249770441") --- PASS: TestServerSideMove (22.27s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:56:26 DEBUG : Creating backend with remote "TestB2:rclone-test-zevihix8salo" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-huqutor1xovo -> B2 bucket rclone-test-zevihix8salo 2025/02/11 04:56:35 DEBUG : empty space: Excluded (Size Filter) 2025/02/11 04:56:35 DEBUG : empty space: Excluded (Size Filter) 2025/02/11 04:56:35 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:56:35 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/02/11 04:56:35 DEBUG : B2 bucket rclone-test-zevihix8salo: Waiting for checks to finish 2025/02/11 04:56:35 DEBUG : B2 bucket rclone-test-zevihix8salo: Waiting for transfers to finish 2025/02/11 04:56:35 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:56:35 INFO : potato2: Copied (server-side copy) 2025/02/11 04:56:35 INFO : potato2: Deleted 2025/02/11 04:56:35 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/11 04:56:35 INFO : potato3: Copied (server-side copy) 2025/02/11 04:56:36 INFO : potato3: Deleted 2025/02/11 04:56:36 DEBUG : Creating backend with remote "TestB2:rclone-test-hepupez7cipa" 2025/02/11 04:56:37 DEBUG : empty space: Excluded (Size Filter) 2025/02/11 04:56:37 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:56:37 DEBUG : potato3: Need to transfer - File not found at Destination 2025/02/11 04:56:37 DEBUG : B2 bucket rclone-test-hepupez7cipa: Waiting for checks to finish 2025/02/11 04:56:37 DEBUG : B2 bucket rclone-test-hepupez7cipa: Waiting for transfers to finish 2025/02/11 04:56:39 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:56:39 INFO : potato2: Copied (server-side copy) 2025/02/11 04:56:39 INFO : potato2: Deleted 2025/02/11 04:56:39 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/11 04:56:39 INFO : potato3: Copied (server-side copy) 2025/02/11 04:56:39 INFO : potato3: Deleted 2025/02/11 04:56:40 DEBUG : B2 bucket rclone-test-hepupez7cipa: Purge remote 2025/02/11 04:56:40 INFO : B2 bucket rclone-test-hepupez7cipa: cleaning bucket "rclone-test-hepupez7cipa" of all files 2025/02/11 04:56:40 DEBUG : potato2: Deleting (id "4_z8f62cda350ddfb3b9f480e1b_f106bcfc9bbeb83f1_d20250211_m045639_c001_v0001184_t0033_u01739249799361") 2025/02/11 04:56:40 DEBUG : potato3: Deleting (id "4_z8f62cda350ddfb3b9f480e1b_f1076fc74584e162c_d20250211_m045639_c001_v0001100_t0049_u01739249799574") 2025/02/11 04:56:42 DEBUG : B2 bucket rclone-test-zevihix8salo: Purge remote 2025/02/11 04:56:42 INFO : B2 bucket rclone-test-zevihix8salo: cleaning bucket "rclone-test-zevihix8salo" of all files 2025/02/11 04:56:42 DEBUG : empty space: Deleting (id "4_zffc2ada350ddfb3b9f480e1b_f10837ef2bfde27a9_d20250211_m045633_c001_v0001039_t0017_u01739249793743") 2025/02/11 04:56:42 DEBUG : potato2: Deleting (id "4_zffc2ada350ddfb3b9f480e1b_f4102e42467750bf7_d20250211_m045639_c001_v7007000_t0000_u01739249799557") 2025/02/11 04:56:42 DEBUG : potato2: Deleting (id "4_zffc2ada350ddfb3b9f480e1b_f11657d9bc715f0aa_d20250211_m045635_c001_v0001184_t0046_u01739249795560") 2025/02/11 04:56:42 DEBUG : potato3: Deleting (id "4_zffc2ada350ddfb3b9f480e1b_f4102e42467750bfa_d20250211_m045639_c001_v7007000_t0000_u01739249799871") 2025/02/11 04:56:42 DEBUG : potato3: Deleting (id "4_zffc2ada350ddfb3b9f480e1b_f118fd49940e09a8a_d20250211_m045635_c001_v0001183_t0056_u01739249795801") 2025/02/11 04:56:42 DEBUG : potato3: Deleting (id "4_zffc2ada350ddfb3b9f480e1b_f10837ef2bfde27af_d20250211_m045634_c001_v0001039_t0001_u01739249794391") --- PASS: TestServerSideMoveWithFilter (20.28s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:56:46 DEBUG : Creating backend with remote "TestB2:rclone-test-sugecet2lone" 2025/02/11 04:56:49 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-huqutor1xovo -> B2 bucket rclone-test-sugecet2lone 2025/02/11 04:56:55 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:56:55 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/02/11 04:56:55 DEBUG : empty space: Unchanged skipping 2025/02/11 04:56:55 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/02/11 04:56:55 DEBUG : B2 bucket rclone-test-sugecet2lone: Waiting for checks to finish 2025/02/11 04:56:55 INFO : empty space: Deleted 2025/02/11 04:56:55 DEBUG : B2 bucket rclone-test-sugecet2lone: Waiting for transfers to finish 2025/02/11 04:56:55 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:56:55 INFO : potato2: Copied (server-side copy) 2025/02/11 04:56:55 INFO : potato2: Deleted 2025/02/11 04:56:55 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/11 04:56:55 INFO : potato3: Copied (server-side copy) 2025/02/11 04:56:55 INFO : potato3: Deleted 2025/02/11 04:56:56 DEBUG : Creating backend with remote "TestB2:rclone-test-muxiris0pizo" 2025/02/11 04:56:56 INFO : tomatoDir: Making directory 2025/02/11 04:56:57 DEBUG : empty space: Need to transfer - File not found at Destination 2025/02/11 04:56:57 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/11 04:56:57 DEBUG : potato3: Need to transfer - File not found at Destination 2025/02/11 04:56:57 DEBUG : B2 bucket rclone-test-muxiris0pizo: Waiting for checks to finish 2025/02/11 04:56:57 DEBUG : B2 bucket rclone-test-muxiris0pizo: Waiting for transfers to finish 2025/02/11 04:57:01 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/11 04:57:01 INFO : empty space: Copied (server-side copy) 2025/02/11 04:57:01 INFO : empty space: Deleted 2025/02/11 04:57:01 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/11 04:57:01 INFO : potato2: Copied (server-side copy) 2025/02/11 04:57:01 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/11 04:57:01 INFO : potato3: Copied (server-side copy) 2025/02/11 04:57:01 INFO : potato2: Deleted 2025/02/11 04:57:01 INFO : potato3: Deleted 2025/02/11 04:57:02 DEBUG : B2 bucket rclone-test-muxiris0pizo: Purge remote 2025/02/11 04:57:02 INFO : B2 bucket rclone-test-muxiris0pizo: cleaning bucket "rclone-test-muxiris0pizo" of all files 2025/02/11 04:57:02 DEBUG : empty space: Deleting (id "4_zcf721d7350edfb3b9f480e1b_f114a1f17aace104e_d20250211_m045701_c001_v0001145_t0058_u01739249821096") 2025/02/11 04:57:02 DEBUG : potato2: Deleting (id "4_zcf721d7350edfb3b9f480e1b_f1169c9cba280dbb8_d20250211_m045701_c001_v0001182_t0040_u01739249821364") 2025/02/11 04:57:02 DEBUG : potato3: Deleting (id "4_zcf721d7350edfb3b9f480e1b_f1085ad755a65b272_d20250211_m045701_c001_v0001183_t0021_u01739249821458") 2025/02/11 04:57:04 DEBUG : B2 bucket rclone-test-sugecet2lone: Purge remote 2025/02/11 04:57:04 INFO : B2 bucket rclone-test-sugecet2lone: cleaning bucket "rclone-test-sugecet2lone" of all files 2025/02/11 04:57:04 DEBUG : empty space: Deleting (id "4_z2f72fda350ddfb3b9f480e1b_f4147ebc10182aea8_d20250211_m045701_c001_v7007000_t0000_u01739249821334") 2025/02/11 04:57:04 DEBUG : empty space: Deleting (id "4_z2f72fda350ddfb3b9f480e1b_f109df22450b00833_d20250211_m045653_c001_v0001183_t0024_u01739249813992") 2025/02/11 04:57:04 DEBUG : potato2: Deleting (id "4_z2f72fda350ddfb3b9f480e1b_f4147ebc10182aeab_d20250211_m045701_c001_v7007000_t0000_u01739249821577") 2025/02/11 04:57:04 DEBUG : potato2: Deleting (id "4_z2f72fda350ddfb3b9f480e1b_f10451d7f5f5409e9_d20250211_m045655_c001_v0001184_t0020_u01739249815147") 2025/02/11 04:57:04 DEBUG : potato3: Deleting (id "4_z2f72fda350ddfb3b9f480e1b_f40170a8b796725ae_d20250211_m045701_c001_v7007000_t0000_u01739249821665") 2025/02/11 04:57:04 DEBUG : potato3: Deleting (id "4_z2f72fda350ddfb3b9f480e1b_f1169c9cba280db38_d20250211_m045655_c001_v0001182_t0055_u01739249815370") 2025/02/11 04:57:04 DEBUG : potato3: Deleting (id "4_z2f72fda350ddfb3b9f480e1b_f109df22450b00837_d20250211_m045654_c001_v0001183_t0033_u01739249814205") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (21.55s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:57:08 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.62s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:57:10 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncOverlap (2.97s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:57:13 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/rclone-sync-test" 2025/02/11 04:57:15 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/rclone-sync-test-include/layer2" 2025/02/11 04:57:17 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/rclone-sync-test-ignore-file" 2025/02/11 04:57:20 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/02/11 04:57:20 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/02/11 04:57:21 DEBUG : pacer: Reducing sleep to 10ms 2025/02/11 04:57:21 DEBUG : B2 bucket rclone-test-huqutor1xovo path rclone-sync-test: Waiting for checks to finish 2025/02/11 04:57:21 DEBUG : B2 bucket rclone-test-huqutor1xovo path rclone-sync-test: Waiting for transfers to finish 2025/02/11 04:57:21 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:21 INFO : There was nothing to transfer 2025/02/11 04:57:21 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:57:21 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:57:21 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:21 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:57:21 DEBUG : B2 bucket rclone-test-huqutor1xovo path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/02/11 04:57:21 DEBUG : B2 bucket rclone-test-huqutor1xovo path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/02/11 04:57:21 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:21 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:57:22 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:57:22 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:57:22 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:22 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:57:22 DEBUG : B2 bucket rclone-test-huqutor1xovo path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/02/11 04:57:22 DEBUG : B2 bucket rclone-test-huqutor1xovo path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/02/11 04:57:22 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:22 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.68s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:57:29 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/dst" 2025/02/11 04:57:30 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/CompareDest" 2025/02/11 04:57:32 DEBUG : one: Need to transfer - File not found at Destination 2025/02/11 04:57:32 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:57:32 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:57:33 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/11 04:57:33 INFO : one: Copied (new) 2025/02/11 04:57:33 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/11 04:57:33 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:57:34 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:57:34 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/02/11 04:57:34 INFO : one: Copied (replaced existing) 2025/02/11 04:57:34 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:36 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/11 04:57:36 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:57:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:57:36 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/11 04:57:36 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:57:36 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:36 INFO : There was nothing to transfer 2025/02/11 04:57:37 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:57:37 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/11 04:57:37 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/11 04:57:37 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:57:38 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:57:38 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/11 04:57:38 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:57:38 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:38 INFO : There was nothing to transfer 2025/02/11 04:57:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:57:38 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/11 04:57:38 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/11 04:57:38 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:57:38 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:57:38 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/11 04:57:38 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:57:38 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:38 INFO : There was nothing to transfer 2025/02/11 04:57:39 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2025/02/11 04:57:39 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/11 04:57:39 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/11 04:57:39 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/11 04:57:39 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:57:40 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:57:40 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/11 04:57:40 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:57:40 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:40 INFO : There was nothing to transfer 2025/02/11 04:57:40 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/11 04:57:40 DEBUG : two: Need to transfer - File not found at Destination 2025/02/11 04:57:40 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/11 04:57:40 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:57:41 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:57:41 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/11 04:57:41 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:57:41 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/02/11 04:57:41 INFO : two: Copied (new) 2025/02/11 04:57:41 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.39s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:57:44 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/dest" 2025/02/11 04:57:45 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/pre-dest1" 2025/02/11 04:57:46 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/pre-dest2" 2025/02/11 04:57:48 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:57:48 DEBUG : 1: Destination found in --compare-dest, skipping 2025/02/11 04:57:49 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:57:49 DEBUG : 2: Destination found in --compare-dest, skipping 2025/02/11 04:57:49 DEBUG : 3: Need to transfer - File not found at Destination 2025/02/11 04:57:49 DEBUG : B2 bucket rclone-test-huqutor1xovo path dest: Waiting for checks to finish 2025/02/11 04:57:49 DEBUG : B2 bucket rclone-test-huqutor1xovo path dest: Waiting for transfers to finish 2025/02/11 04:57:50 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/02/11 04:57:50 INFO : 3: Copied (new) 2025/02/11 04:57:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.96s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:57:51 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/dst" 2025/02/11 04:57:52 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/CopyDest" 2025/02/11 04:57:54 DEBUG : one: Need to transfer - File not found at Destination 2025/02/11 04:57:54 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:57:54 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:57:55 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/11 04:57:55 INFO : one: Copied (new) 2025/02/11 04:57:55 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/11 04:57:56 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:57:56 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:57:56 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/02/11 04:57:56 INFO : one: Copied (replaced existing) 2025/02/11 04:57:56 DEBUG : Waiting for deletions to finish 2025/02/11 04:57:58 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/BackupDir" 2025/02/11 04:57:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/11 04:57:59 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:57:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:57:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/11 04:58:01 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/11 04:58:01 INFO : one: Copied (server-side copy) 2025/02/11 04:58:01 INFO : one: Deleted 2025/02/11 04:58:02 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/02/11 04:58:02 INFO : one: Copied (server-side copy) 2025/02/11 04:58:02 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/11 04:58:02 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:02 DEBUG : Waiting for deletions to finish 2025/02/11 04:58:03 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:58:04 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/11 04:58:04 INFO : two: Copied (server-side copy) 2025/02/11 04:58:04 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/11 04:58:04 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:58:04 DEBUG : one: Unchanged skipping 2025/02/11 04:58:04 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:58:04 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:04 DEBUG : Waiting for deletions to finish 2025/02/11 04:58:04 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:58:04 DEBUG : one: Unchanged skipping 2025/02/11 04:58:04 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:58:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:58:04 DEBUG : two: Unchanged skipping 2025/02/11 04:58:04 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:04 DEBUG : Waiting for deletions to finish 2025/02/11 04:58:04 INFO : There was nothing to transfer 2025/02/11 04:58:05 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/11 04:58:05 DEBUG : three: Destination not found in --copy-dest 2025/02/11 04:58:05 DEBUG : three: Need to transfer - File not found at Destination 2025/02/11 04:58:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:58:05 DEBUG : one: Unchanged skipping 2025/02/11 04:58:05 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:58:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/11 04:58:05 DEBUG : two: Unchanged skipping 2025/02/11 04:58:05 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:06 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/02/11 04:58:06 INFO : three: Copied (new) 2025/02/11 04:58:06 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (16.50s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:58:10 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/dst" 2025/02/11 04:58:11 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/backup" 2025/02/11 04:58:13 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/11 04:58:13 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:58:13 DEBUG : two: Unchanged skipping 2025/02/11 04:58:13 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:58:14 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/11 04:58:14 INFO : one: Copied (server-side copy) 2025/02/11 04:58:14 INFO : one: Deleted 2025/02/11 04:58:14 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:15 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:58:15 INFO : one: Copied (new) 2025/02/11 04:58:15 DEBUG : Waiting for deletions to finish 2025/02/11 04:58:16 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/11 04:58:16 INFO : three.txt: Copied (server-side copy) 2025/02/11 04:58:16 INFO : three.txt: Deleted 2025/02/11 04:58:16 INFO : three.txt: Moved into backup dir 2025/02/11 04:58:18 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/11 04:58:18 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:58:18 DEBUG : two: Unchanged skipping 2025/02/11 04:58:18 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:58:18 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:58:18 INFO : one: Copied (server-side copy) 2025/02/11 04:58:19 INFO : one: Deleted 2025/02/11 04:58:19 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:19 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/11 04:58:19 INFO : one: Copied (new) 2025/02/11 04:58:19 DEBUG : Waiting for deletions to finish 2025/02/11 04:58:20 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/11 04:58:20 INFO : three.txt: Copied (server-side copy) 2025/02/11 04:58:20 INFO : three.txt: Deleted 2025/02/11 04:58:20 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (13.79s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:58:24 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/dst" 2025/02/11 04:58:24 DEBUG : Config file has changed externally - reloading 2025/02/11 04:58:25 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/backup" 2025/02/11 04:58:27 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/11 04:58:27 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:58:27 DEBUG : two: Unchanged skipping 2025/02/11 04:58:27 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:58:28 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/11 04:58:28 INFO : one: Copied (server-side copy) to: one.bak 2025/02/11 04:58:28 INFO : one: Deleted 2025/02/11 04:58:28 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:29 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:58:29 INFO : one: Copied (new) 2025/02/11 04:58:29 DEBUG : Waiting for deletions to finish 2025/02/11 04:58:30 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/11 04:58:30 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/11 04:58:30 INFO : three.txt: Deleted 2025/02/11 04:58:30 INFO : three.txt: Moved into backup dir 2025/02/11 04:58:32 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/11 04:58:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:58:32 DEBUG : two: Unchanged skipping 2025/02/11 04:58:32 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:58:32 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:58:32 INFO : one: Copied (server-side copy) to: one.bak 2025/02/11 04:58:33 INFO : one: Deleted 2025/02/11 04:58:33 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:33 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/11 04:58:33 INFO : one: Copied (new) 2025/02/11 04:58:33 DEBUG : Waiting for deletions to finish 2025/02/11 04:58:33 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/11 04:58:33 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/11 04:58:33 INFO : three.txt: Deleted 2025/02/11 04:58:33 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (13.19s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:58:36 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1150-05.backblaze.com/b2api/v1/b2_upload_file/cf42cde350adfb3b9f480e1b/c001_v0001150_t0006": EOF 2025/02/11 04:58:36 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1150-05.backblaze.com/b2api/v1/b2_upload_file/cf42cde350adfb3b9f480e1b/c001_v0001150_t0006": EOF) 2025/02/11 04:58:36 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-huqutor1xovo: 1/10 (Post "https://pod-000-1150-05.backblaze.com/b2api/v1/b2_upload_file/cf42cde350adfb3b9f480e1b/c001_v0001150_t0006": EOF) 2025/02/11 04:58:39 DEBUG : pacer: Reducing sleep to 10ms 2025/02/11 04:58:39 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/dst" 2025/02/11 04:58:40 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/backup" 2025/02/11 04:58:42 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/11 04:58:42 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:58:42 DEBUG : two: Unchanged skipping 2025/02/11 04:58:42 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:58:43 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/11 04:58:43 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/11 04:58:43 INFO : one: Deleted 2025/02/11 04:58:43 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:44 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:58:44 INFO : one: Copied (new) 2025/02/11 04:58:44 DEBUG : Waiting for deletions to finish 2025/02/11 04:58:45 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/11 04:58:45 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/11 04:58:45 INFO : three.txt: Deleted 2025/02/11 04:58:45 INFO : three.txt: Moved into backup dir 2025/02/11 04:58:47 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/11 04:58:47 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:58:47 DEBUG : two: Unchanged skipping 2025/02/11 04:58:47 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:58:47 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:58:47 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/11 04:58:47 INFO : one: Deleted 2025/02/11 04:58:47 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:47 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/11 04:58:47 INFO : one: Copied (new) 2025/02/11 04:58:47 DEBUG : Waiting for deletions to finish 2025/02/11 04:58:48 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/11 04:58:48 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/11 04:58:48 INFO : three.txt: Deleted 2025/02/11 04:58:48 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (14.77s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:58:51 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/dst" 2025/02/11 04:58:53 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/11 04:58:53 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:58:53 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:58:53 DEBUG : two: Unchanged skipping 2025/02/11 04:58:53 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/11 04:58:53 INFO : one: Copied (server-side copy) to: one.bak 2025/02/11 04:58:53 INFO : one: Deleted 2025/02/11 04:58:53 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:54 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:58:54 INFO : one: Copied (new) 2025/02/11 04:58:54 DEBUG : Waiting for deletions to finish 2025/02/11 04:58:55 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/11 04:58:55 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/11 04:58:55 INFO : three.txt: Deleted 2025/02/11 04:58:55 INFO : three.txt: Moved into backup dir 2025/02/11 04:58:56 DEBUG : one.bak: Excluded (Path Filter) 2025/02/11 04:58:56 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/02/11 04:58:56 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/11 04:58:56 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:58:56 DEBUG : two: Unchanged skipping 2025/02/11 04:58:56 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for checks to finish 2025/02/11 04:58:56 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:58:56 INFO : one: Copied (server-side copy) to: one.bak 2025/02/11 04:58:57 INFO : one: Deleted 2025/02/11 04:58:57 DEBUG : B2 bucket rclone-test-huqutor1xovo path dst: Waiting for transfers to finish 2025/02/11 04:58:57 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/11 04:58:57 INFO : one: Copied (new) 2025/02/11 04:58:57 DEBUG : Waiting for deletions to finish 2025/02/11 04:58:57 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/11 04:58:57 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/11 04:58:58 INFO : three.txt: Deleted 2025/02/11 04:58:58 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (9.47s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:59:01 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/dst" 2025/02/11 04:59:02 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/11 04:59:03 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/11 04:59:03 INFO : one: Copied (server-side copy) to: one.bak 2025/02/11 04:59:03 INFO : one: Deleted 2025/02/11 04:59:04 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:59:04 INFO : one: Copied (new) 2025/02/11 04:59:05 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:05 DEBUG : two: Unchanged skipping 2025/02/11 04:59:05 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/02/11 04:59:05 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/11 04:59:05 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/11 04:59:05 INFO : three.txt: Deleted 2025/02/11 04:59:06 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/11 04:59:06 INFO : three.txt: Copied (new) 2025/02/11 04:59:07 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/11 04:59:07 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:59:07 INFO : one: Copied (server-side copy) to: one.bak 2025/02/11 04:59:07 INFO : one: Deleted 2025/02/11 04:59:08 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/11 04:59:08 INFO : one: Copied (new) 2025/02/11 04:59:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:08 DEBUG : two: Unchanged skipping 2025/02/11 04:59:08 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/02/11 04:59:08 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/11 04:59:08 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/11 04:59:09 INFO : three.txt: Deleted 2025/02/11 04:59:09 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/02/11 04:59:09 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (11.57s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:59:13 DEBUG : Creating backend with remote "TestB2:rclone-test-huqutor1xovo/dst" 2025/02/11 04:59:14 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/11 04:59:15 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/11 04:59:15 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/11 04:59:16 INFO : one: Deleted 2025/02/11 04:59:16 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:59:16 INFO : one: Copied (new) 2025/02/11 04:59:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:17 DEBUG : two: Unchanged skipping 2025/02/11 04:59:17 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/02/11 04:59:17 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/11 04:59:17 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/11 04:59:17 INFO : three.txt: Deleted 2025/02/11 04:59:18 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/11 04:59:18 INFO : three.txt: Copied (new) 2025/02/11 04:59:18 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/02/11 04:59:18 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/02/11 04:59:18 DEBUG : pacer: Reducing sleep to 10ms 2025/02/11 04:59:19 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/11 04:59:19 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/11 04:59:19 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/11 04:59:19 INFO : one: Deleted 2025/02/11 04:59:20 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/11 04:59:20 INFO : one: Copied (new) 2025/02/11 04:59:20 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:20 DEBUG : two: Unchanged skipping 2025/02/11 04:59:20 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/02/11 04:59:21 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/11 04:59:21 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/11 04:59:21 INFO : three.txt: Deleted 2025/02/11 04:59:22 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/02/11 04:59:22 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (12.81s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:59:24 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/02/11 04:59:24 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:59:24 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:59:25 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/02/11 04:59:25 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/02/11 04:59:25 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.52s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:59:26 DEBUG : existing: Need to transfer - File not found at Destination 2025/02/11 04:59:26 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:59:26 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:59:26 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/11 04:59:26 INFO : existing: Copied (new) 2025/02/11 04:59:26 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:59:27 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:59:27 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/02/11 04:59:27 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/02/11 04:59:27 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:59:27 ERROR : B2 bucket rclone-test-huqutor1xovo: not deleting files as there were IO errors 2025/02/11 04:59:27 ERROR : B2 bucket rclone-test-huqutor1xovo: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncImmutable (2.65s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:59:29 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:29 DEBUG : existing: Unchanged skipping 2025/02/11 04:59:29 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:59:29 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:59:29 DEBUG : Waiting for deletions to finish 2025/02/11 04:59:29 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.68s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.38s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.12s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.37s) --- SKIP: TestMaxTransfer/Cautious (0.37s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 04:59:48 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 04:59:48 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both0: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both1: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both13: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both14: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both15: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both16: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both17: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both18: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both19: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both2: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both3: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both4: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both5: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both6: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both7: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both8: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 04:59:48 DEBUG : both9: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both11: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both10: Unchanged skipping 2025/02/11 04:59:48 DEBUG : both12: Unchanged skipping 2025/02/11 04:59:48 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 04:59:48 DEBUG : Waiting for deletions to finish 2025/02/11 04:59:48 INFO : only15: Deleted 2025/02/11 04:59:48 INFO : only17: Deleted 2025/02/11 04:59:48 INFO : only4: Deleted 2025/02/11 04:59:48 INFO : only10: Deleted 2025/02/11 04:59:48 INFO : only6: Deleted 2025/02/11 04:59:48 INFO : only11: Deleted 2025/02/11 04:59:48 INFO : only18: Deleted 2025/02/11 04:59:48 INFO : only2: Deleted 2025/02/11 04:59:48 INFO : only3: Deleted 2025/02/11 04:59:48 INFO : only8: Deleted 2025/02/11 04:59:49 INFO : only0: Deleted 2025/02/11 04:59:49 INFO : only13: Deleted 2025/02/11 04:59:49 INFO : only14: Deleted 2025/02/11 04:59:49 INFO : only16: Deleted 2025/02/11 04:59:49 INFO : only5: Deleted 2025/02/11 04:59:49 INFO : only7: Deleted 2025/02/11 04:59:49 INFO : only1: Deleted 2025/02/11 04:59:49 INFO : only12: Deleted 2025/02/11 04:59:49 INFO : only19: Deleted 2025/02/11 04:59:49 INFO : only9: Deleted 2025/02/11 04:59:49 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (22.06s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 05:00:10 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for checks to finish 2025/02/11 05:00:10 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both0: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both12: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both13: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both14: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both15: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both16: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both17: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both18: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both19: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both11: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both3: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both4: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both5: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both6: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both7: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both8: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/11 05:00:10 DEBUG : both9: Unchanged skipping 2025/02/11 05:00:10 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/02/11 05:00:10 DEBUG : both1: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both10: Unchanged skipping 2025/02/11 05:00:10 DEBUG : both2: Unchanged skipping 2025/02/11 05:00:10 DEBUG : B2 bucket rclone-test-huqutor1xovo: Waiting for transfers to finish 2025/02/11 05:00:10 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:10 INFO : only0: Copied (replaced existing) 2025/02/11 05:00:10 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:10 INFO : only1: Copied (replaced existing) 2025/02/11 05:00:10 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:10 INFO : only12: Copied (replaced existing) 2025/02/11 05:00:10 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:10 INFO : only13: Copied (replaced existing) 2025/02/11 05:00:10 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:10 INFO : only10: Copied (replaced existing) 2025/02/11 05:00:10 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:10 INFO : only14: Copied (replaced existing) 2025/02/11 05:00:10 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:10 INFO : only15: Copied (replaced existing) 2025/02/11 05:00:10 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:10 INFO : only11: Copied (replaced existing) 2025/02/11 05:00:10 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:10 INFO : only16: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:11 INFO : only17: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:11 INFO : only18: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:11 INFO : only19: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:11 INFO : only2: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:11 INFO : only3: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:11 INFO : only4: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:11 INFO : only5: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:11 INFO : only7: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:11 INFO : only6: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:11 INFO : only8: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/11 05:00:11 INFO : only9: Copied (replaced existing) 2025/02/11 05:00:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (25.96s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 05:00:20 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/11 05:00:20 INFO : sub dir: Making directory 2025/02/11 05:00:20 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (2.88s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" 2025/02/11 05:00:23 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/11 05:00:23 INFO : sub dir: Making directory 2025/02/11 05:00:23 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-huqutor1xovo", Local "Local file system at /tmp/rclone408451553", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.33s) PASS 2025/02/11 05:00:26 DEBUG : B2 bucket rclone-test-huqutor1xovo: Purge remote 2025/02/11 05:00:26 INFO : B2 bucket rclone-test-huqutor1xovo: cleaning bucket "rclone-test-huqutor1xovo" of all files 2025/02/11 05:00:27 DEBUG : BackupDir/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f448c_d20250211_m045806_c001_v7007000_t0000_u01739249886847") 2025/02/11 05:00:27 DEBUG : BackupDir/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1114a9b51c43f8a9_d20250211_m045800_c001_v0001113_t0030_u01739249880892") 2025/02/11 05:00:27 DEBUG : CompareDest/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4083145de4453a5a_d20250211_m045741_c001_v7007000_t0000_u01739249861923") 2025/02/11 05:00:27 DEBUG : CompareDest/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7ef16_d20250211_m045735_c001_v0001150_t0007_u01739249855768") 2025/02/11 05:00:27 DEBUG : CompareDest/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4083145de4453a5c_d20250211_m045742_c001_v7007000_t0000_u01739249862104") 2025/02/11 05:00:27 DEBUG : CompareDest/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40442_d20250211_m045737_c001_v0001176_t0029_u01739249857173") 2025/02/11 05:00:27 DEBUG : CopyDest/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f448d_d20250211_m045807_c001_v7007000_t0000_u01739249887029") 2025/02/11 05:00:27 DEBUG : CopyDest/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807ced_d20250211_m045757_c001_v0001038_t0039_u01739249877765") 2025/02/11 05:00:27 DEBUG : CopyDest/three: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4490_d20250211_m045807_c001_v7007000_t0000_u01739249887211") 2025/02/11 05:00:27 DEBUG : CopyDest/three: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40479_d20250211_m045805_c001_v0001176_t0040_u01739249885097") 2025/02/11 05:00:27 DEBUG : CopyDest/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4491_d20250211_m045807_c001_v7007000_t0000_u01739249887392") 2025/02/11 05:00:27 DEBUG : CopyDest/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7ef28_d20250211_m045802_c001_v0001150_t0056_u01739249882699") 2025/02/11 05:00:27 DEBUG : EXISTING: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4559_d20250211_m045930_c001_v7007000_t0000_u01739249970368") 2025/02/11 05:00:27 DEBUG : EXISTING: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d4e_d20250211_m045929_c001_v0001038_t0043_u01739249969068") 2025/02/11 05:00:27 DEBUG : Testêé: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4553_d20250211_m045926_c001_v7007000_t0000_u01739249966047") 2025/02/11 05:00:27 DEBUG : Testêé: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d46_d20250211_m045925_c001_v0001038_t0014_u01739249965202") 2025/02/11 05:00:27 DEBUG : Testêé: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40533_d20250211_m045924_c001_v0001176_t0007_u01739249964262") 2025/02/11 05:00:27 DEBUG : a/potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd196f_d20250211_m045522_c001_v7007000_t0000_u01739249722331") 2025/02/11 05:00:27 DEBUG : a/potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c4d_d20250211_m045521_c001_v0001038_t0034_u01739249721414") 2025/02/11 05:00:27 DEBUG : a/potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1968_d20250211_m045519_c001_v7007000_t0000_u01739249719224") 2025/02/11 05:00:27 DEBUG : a/potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c45_d20250211_m045518_c001_v0001038_t0046_u01739249718274") 2025/02/11 05:00:28 DEBUG : a/potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c96c4_d20250211_m045454_c001_v7007000_t0000_u01739249694407") 2025/02/11 05:00:28 DEBUG : a/potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c0d_d20250211_m045453_c001_v0001038_t0045_u01739249693411") 2025/02/11 05:00:28 DEBUG : b/potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1970_d20250211_m045522_c001_v7007000_t0000_u01739249722511") 2025/02/11 05:00:28 DEBUG : b/potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c47_d20250211_m045520_c001_v0001038_t0005_u01739249720136") 2025/02/11 05:00:28 DEBUG : b/potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1965_d20250211_m045518_c001_v7007000_t0000_u01739249718665") 2025/02/11 05:00:28 DEBUG : b/potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c41_d20250211_m045516_c001_v0001038_t0029_u01739249716764") 2025/02/11 05:00:28 DEBUG : b/potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c96c2_d20250211_m045453_c001_v7007000_t0000_u01739249693858") 2025/02/11 05:00:28 DEBUG : b/potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c09_d20250211_m045451_c001_v0001038_t0049_u01739249691495") 2025/02/11 05:00:28 DEBUG : backup/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4179e31a26ed0cf9_d20250211_m045821_c001_v7007000_t0000_u01739249901172") 2025/02/11 05:00:28 DEBUG : backup/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f102b82693885d6ce_d20250211_m045818_c001_v0001101_t0035_u01739249898618") 2025/02/11 05:00:28 DEBUG : backup/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f101e60a515e13a4f_d20250211_m045814_c001_v0001113_t0002_u01739249894152") 2025/02/11 05:00:28 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1f7f_d20250211_m045849_c001_v7007000_t0000_u01739249929133") 2025/02/11 05:00:28 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f11295ece8cf1e89f_d20250211_m045847_c001_v0001180_t0030_u01739249927369") 2025/02/11 05:00:28 DEBUG : backup/one-2019-01-01: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f110501bca0eb18b7_d20250211_m045843_c001_v0001182_t0040_u01739249923216") 2025/02/11 05:00:28 DEBUG : backup/one.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f416dc308bb006533_d20250211_m045834_c001_v7007000_t0000_u01739249914368") 2025/02/11 05:00:28 DEBUG : backup/one.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f10837ef2bfde288f_d20250211_m045832_c001_v0001039_t0054_u01739249912493") 2025/02/11 05:00:28 DEBUG : backup/one.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f106ea4af7306bc79_d20250211_m045828_c001_v0001039_t0032_u01739249908244") 2025/02/11 05:00:28 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1f82_d20250211_m045849_c001_v7007000_t0000_u01739249929318") 2025/02/11 05:00:28 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1146a48d488da077_d20250211_m045848_c001_v0001172_t0025_u01739249928296") 2025/02/11 05:00:28 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1118f73e22015430_d20250211_m045844_c001_v0001161_t0047_u01739249924780") 2025/02/11 05:00:29 DEBUG : backup/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4179e31a26ed0cfa_d20250211_m045821_c001_v7007000_t0000_u01739249901365") 2025/02/11 05:00:29 DEBUG : backup/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f113a591491a0113a_d20250211_m045820_c001_v0001109_t0019_u01739249900058") 2025/02/11 05:00:29 DEBUG : backup/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f103e220170030613_d20250211_m045816_c001_v0001183_t0007_u01739249896154") 2025/02/11 05:00:29 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f416dc308bb006535_d20250211_m045834_c001_v7007000_t0000_u01739249914549") 2025/02/11 05:00:29 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f119a495d4fbc5d3c_d20250211_m045833_c001_v0001181_t0019_u01739249913579") 2025/02/11 05:00:29 DEBUG : backup/three.txt.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1146539a842151a9_d20250211_m045829_c001_v0001146_t0010_u01739249909883") 2025/02/11 05:00:29 DEBUG : both0: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab97f0_d20250211_m050012_c001_v7007000_t0000_u01739250012204") 2025/02/11 05:00:29 DEBUG : both0: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405a5_d20250211_m045954_c001_v0001176_t0046_u01739249994674") 2025/02/11 05:00:29 DEBUG : both0: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e874_d20250211_m045950_c001_v7007000_t0000_u01739249990063") 2025/02/11 05:00:29 DEBUG : both0: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40549_d20250211_m045932_c001_v0001176_t0046_u01739249972608") 2025/02/11 05:00:29 DEBUG : both1: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab97f5_d20250211_m050012_c001_v7007000_t0000_u01739250012393") 2025/02/11 05:00:29 DEBUG : both1: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405a9_d20250211_m045955_c001_v0001176_t0052_u01739249995592") 2025/02/11 05:00:29 DEBUG : both1: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e877_d20250211_m045950_c001_v7007000_t0000_u01739249990244") 2025/02/11 05:00:29 DEBUG : both1: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4054b_d20250211_m045933_c001_v0001176_t0012_u01739249973315") 2025/02/11 05:00:29 DEBUG : both10: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab97fa_d20250211_m050012_c001_v7007000_t0000_u01739250012576") 2025/02/11 05:00:29 DEBUG : both10: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405c7_d20250211_m050002_c001_v0001176_t0004_u01739250002312") 2025/02/11 05:00:29 DEBUG : both10: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e878_d20250211_m045950_c001_v7007000_t0000_u01739249990426") 2025/02/11 05:00:29 DEBUG : both10: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40571_d20250211_m045939_c001_v0001176_t0056_u01739249979893") 2025/02/11 05:00:29 DEBUG : both11: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab97fc_d20250211_m050012_c001_v7007000_t0000_u01739250012758") 2025/02/11 05:00:29 DEBUG : both11: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405cb_d20250211_m050003_c001_v0001176_t0027_u01739250003083") 2025/02/11 05:00:30 DEBUG : both11: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e87a_d20250211_m045950_c001_v7007000_t0000_u01739249990608") 2025/02/11 05:00:30 DEBUG : both11: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40575_d20250211_m045940_c001_v0001176_t0050_u01739249980837") 2025/02/11 05:00:30 DEBUG : both12: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab97fe_d20250211_m050012_c001_v7007000_t0000_u01739250012949") 2025/02/11 05:00:30 DEBUG : both12: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405cd_d20250211_m050003_c001_v0001176_t0006_u01739250003677") 2025/02/11 05:00:30 DEBUG : both12: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e87c_d20250211_m045950_c001_v7007000_t0000_u01739249990789") 2025/02/11 05:00:30 DEBUG : both12: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40579_d20250211_m045941_c001_v0001176_t0052_u01739249981563") 2025/02/11 05:00:30 DEBUG : both13: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9800_d20250211_m050013_c001_v7007000_t0000_u01739250013144") 2025/02/11 05:00:30 DEBUG : both13: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405cf_d20250211_m050004_c001_v0001176_t0059_u01739250004379") 2025/02/11 05:00:30 DEBUG : both13: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e87e_d20250211_m045950_c001_v7007000_t0000_u01739249990993") 2025/02/11 05:00:30 DEBUG : both13: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4057f_d20250211_m045942_c001_v0001176_t0026_u01739249982248") 2025/02/11 05:00:30 DEBUG : both14: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9805_d20250211_m050013_c001_v7007000_t0000_u01739250013374") 2025/02/11 05:00:30 DEBUG : both14: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405d5_d20250211_m050005_c001_v0001176_t0032_u01739250005093") 2025/02/11 05:00:30 DEBUG : both14: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e87f_d20250211_m045951_c001_v7007000_t0000_u01739249991175") 2025/02/11 05:00:30 DEBUG : both14: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40583_d20250211_m045942_c001_v0001176_t0053_u01739249982848") 2025/02/11 05:00:30 DEBUG : both15: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9808_d20250211_m050013_c001_v7007000_t0000_u01739250013555") 2025/02/11 05:00:30 DEBUG : both15: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405d7_d20250211_m050005_c001_v0001176_t0052_u01739250005756") 2025/02/11 05:00:30 DEBUG : both15: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e881_d20250211_m045951_c001_v7007000_t0000_u01739249991364") 2025/02/11 05:00:30 DEBUG : both15: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40587_d20250211_m045943_c001_v0001176_t0011_u01739249983404") 2025/02/11 05:00:30 DEBUG : both16: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab980a_d20250211_m050013_c001_v7007000_t0000_u01739250013737") 2025/02/11 05:00:30 DEBUG : both16: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405d9_d20250211_m050006_c001_v0001176_t0050_u01739250006521") 2025/02/11 05:00:31 DEBUG : both16: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e883_d20250211_m045951_c001_v7007000_t0000_u01739249991555") 2025/02/11 05:00:31 DEBUG : both16: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40589_d20250211_m045944_c001_v0001176_t0058_u01739249984102") 2025/02/11 05:00:31 DEBUG : both17: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab980d_d20250211_m050013_c001_v7007000_t0000_u01739250013920") 2025/02/11 05:00:31 DEBUG : both17: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405df_d20250211_m050007_c001_v0001176_t0001_u01739250007202") 2025/02/11 05:00:31 DEBUG : both17: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e884_d20250211_m045951_c001_v7007000_t0000_u01739249991738") 2025/02/11 05:00:31 DEBUG : both17: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4058d_d20250211_m045944_c001_v0001176_t0015_u01739249984689") 2025/02/11 05:00:31 DEBUG : both18: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9810_d20250211_m050014_c001_v7007000_t0000_u01739250014101") 2025/02/11 05:00:31 DEBUG : both18: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405e1_d20250211_m050008_c001_v0001176_t0040_u01739250008008") 2025/02/11 05:00:31 DEBUG : both18: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e885_d20250211_m045951_c001_v7007000_t0000_u01739249991919") 2025/02/11 05:00:31 DEBUG : both18: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4058f_d20250211_m045945_c001_v0001176_t0037_u01739249985703") 2025/02/11 05:00:31 DEBUG : both19: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9813_d20250211_m050014_c001_v7007000_t0000_u01739250014283") 2025/02/11 05:00:31 DEBUG : both19: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405e7_d20250211_m050008_c001_v0001176_t0016_u01739250008873") 2025/02/11 05:00:31 DEBUG : both19: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e887_d20250211_m045952_c001_v7007000_t0000_u01739249992100") 2025/02/11 05:00:31 DEBUG : both19: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40593_d20250211_m045946_c001_v0001176_t0035_u01739249986489") 2025/02/11 05:00:31 DEBUG : both2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9818_d20250211_m050014_c001_v7007000_t0000_u01739250014478") 2025/02/11 05:00:31 DEBUG : both2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405ab_d20250211_m045956_c001_v0001176_t0050_u01739249996284") 2025/02/11 05:00:31 DEBUG : both2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e888_d20250211_m045952_c001_v7007000_t0000_u01739249992282") 2025/02/11 05:00:31 DEBUG : both2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40553_d20250211_m045934_c001_v0001176_t0025_u01739249974304") 2025/02/11 05:00:31 DEBUG : both3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab981a_d20250211_m050014_c001_v7007000_t0000_u01739250014675") 2025/02/11 05:00:31 DEBUG : both3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405af_d20250211_m045957_c001_v0001176_t0040_u01739249997018") 2025/02/11 05:00:32 DEBUG : both3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e889_d20250211_m045952_c001_v7007000_t0000_u01739249992462") 2025/02/11 05:00:32 DEBUG : both3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40557_d20250211_m045934_c001_v0001176_t0028_u01739249974958") 2025/02/11 05:00:32 DEBUG : both4: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab981e_d20250211_m050014_c001_v7007000_t0000_u01739250014857") 2025/02/11 05:00:32 DEBUG : both4: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405b3_d20250211_m045957_c001_v0001176_t0055_u01739249997883") 2025/02/11 05:00:32 DEBUG : both4: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e88b_d20250211_m045952_c001_v7007000_t0000_u01739249992643") 2025/02/11 05:00:32 DEBUG : both4: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4055d_d20250211_m045935_c001_v0001176_t0002_u01739249975714") 2025/02/11 05:00:32 DEBUG : both5: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9821_d20250211_m050015_c001_v7007000_t0000_u01739250015038") 2025/02/11 05:00:32 DEBUG : both5: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405b9_d20250211_m045958_c001_v0001176_t0018_u01739249998659") 2025/02/11 05:00:32 DEBUG : both5: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e88c_d20250211_m045952_c001_v7007000_t0000_u01739249992844") 2025/02/11 05:00:32 DEBUG : both5: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4055f_d20250211_m045936_c001_v0001176_t0056_u01739249976261") 2025/02/11 05:00:32 DEBUG : both6: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9824_d20250211_m050015_c001_v7007000_t0000_u01739250015220") 2025/02/11 05:00:32 DEBUG : both6: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405bd_d20250211_m045959_c001_v0001176_t0015_u01739249999334") 2025/02/11 05:00:32 DEBUG : both6: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e88d_d20250211_m045953_c001_v7007000_t0000_u01739249993025") 2025/02/11 05:00:32 DEBUG : both6: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40565_d20250211_m045936_c001_v0001176_t0008_u01739249976958") 2025/02/11 05:00:32 DEBUG : both7: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9826_d20250211_m050015_c001_v7007000_t0000_u01739250015402") 2025/02/11 05:00:32 DEBUG : both7: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405bf_d20250211_m050000_c001_v0001176_t0019_u01739250000089") 2025/02/11 05:00:32 DEBUG : both7: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e88e_d20250211_m045953_c001_v7007000_t0000_u01739249993206") 2025/02/11 05:00:32 DEBUG : both7: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40569_d20250211_m045937_c001_v0001176_t0040_u01739249977779") 2025/02/11 05:00:32 DEBUG : both8: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9829_d20250211_m050015_c001_v7007000_t0000_u01739250015584") 2025/02/11 05:00:32 DEBUG : both8: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405c3_d20250211_m050000_c001_v0001176_t0004_u01739250000912") 2025/02/11 05:00:33 DEBUG : both8: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e88f_d20250211_m045953_c001_v7007000_t0000_u01739249993386") 2025/02/11 05:00:33 DEBUG : both8: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4056d_d20250211_m045938_c001_v0001176_t0034_u01739249978481") 2025/02/11 05:00:33 DEBUG : both9: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab982c_d20250211_m050015_c001_v7007000_t0000_u01739250015766") 2025/02/11 05:00:33 DEBUG : both9: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a405c5_d20250211_m050001_c001_v0001176_t0037_u01739250001638") 2025/02/11 05:00:33 DEBUG : both9: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e891_d20250211_m045953_c001_v7007000_t0000_u01739249993567") 2025/02/11 05:00:33 DEBUG : both9: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4056f_d20250211_m045939_c001_v0001176_t0010_u01739249979289") 2025/02/11 05:00:33 DEBUG : c/non empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1972_d20250211_m045522_c001_v7007000_t0000_u01739249722691") 2025/02/11 05:00:33 DEBUG : c/non empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c4b_d20250211_m045520_c001_v0001038_t0017_u01739249720645") 2025/02/11 05:00:33 DEBUG : c/non empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1969_d20250211_m045519_c001_v7007000_t0000_u01739249719407") 2025/02/11 05:00:33 DEBUG : c/non empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c43_d20250211_m045517_c001_v0001038_t0029_u01739249717269") 2025/02/11 05:00:33 DEBUG : c/non empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c96c5_d20250211_m045454_c001_v7007000_t0000_u01739249694588") 2025/02/11 05:00:33 DEBUG : c/non empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c0b_d20250211_m045451_c001_v0001038_t0011_u01739249691907") 2025/02/11 05:00:33 DEBUG : check sum: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c96ab_d20250211_m045440_c001_v7007000_t0000_u01739249680328") 2025/02/11 05:00:33 DEBUG : check sum: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bf7_d20250211_m045439_c001_v0001038_t0049_u01739249679093") 2025/02/11 05:00:33 DEBUG : dest/3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f446a_d20250211_m045751_c001_v7007000_t0000_u01739249871074") 2025/02/11 05:00:33 DEBUG : dest/3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f402004a5e592dfa5_d20250211_m045749_c001_v0001172_t0008_u01739249869989") 2025/02/11 05:00:33 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f454d_d20250211_m045922_c001_v7007000_t0000_u01739249962797") 2025/02/11 05:00:33 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f116500f03beaf3fa_d20250211_m045920_c001_v0001100_t0057_u01739249960025") 2025/02/11 05:00:33 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd2027_d20250211_m045919_c001_v7007000_t0000_u01739249959847") 2025/02/11 05:00:33 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f116500f03beaf3f0_d20250211_m045916_c001_v0001100_t0045_u01739249956630") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd2020_d20250211_m045915_c001_v7007000_t0000_u01739249955914") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d3c_d20250211_m045911_c001_v0001038_t0020_u01739249951453") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4083145de4453afc_d20250211_m045909_c001_v7007000_t0000_u01739249949970") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1000a7bb86fcc0fe_d20250211_m045907_c001_v0001145_t0004_u01739249947910") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f415bbdf2d679370c_d20250211_m045907_c001_v7007000_t0000_u01739249947730") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1000a7bb86fcc0fa_d20250211_m045904_c001_v0001145_t0056_u01739249944672") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f415bbdf2d6793700_d20250211_m045903_c001_v7007000_t0000_u01739249943900") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a404fb_d20250211_m045859_c001_v0001176_t0027_u01739249939888") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1fa0_d20250211_m045858_c001_v7007000_t0000_u01739249938585") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1146e953c715f083_d20250211_m045857_c001_v0001101_t0007_u01739249937210") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4515_d20250211_m045857_c001_v7007000_t0000_u01739249937029") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1146e953c715f07b_d20250211_m045854_c001_v0001101_t0029_u01739249934573") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4508_d20250211_m045853_c001_v7007000_t0000_u01739249933853") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a404e9_d20250211_m045850_c001_v0001176_t0007_u01739249930417") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1f85_d20250211_m045849_c001_v7007000_t0000_u01739249929501") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f115eaf6a947c16c7_d20250211_m045847_c001_v0001157_t0024_u01739249927775") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f41306c17628871c1_d20250211_m045847_c001_v7007000_t0000_u01739249927592") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f115eaf6a947c16bd_d20250211_m045844_c001_v0001157_t0034_u01739249924177") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f41306c17628871af_d20250211_m045843_c001_v7007000_t0000_u01739249923426") 2025/02/11 05:00:34 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a404c3_d20250211_m045835_c001_v0001176_t0024_u01739249915644") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f416dc308bb006536_d20250211_m045834_c001_v7007000_t0000_u01739249914732") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1033a9721f3490df_d20250211_m045833_c001_v0001184_t0045_u01739249913146") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4090711e54bce3bb_d20250211_m045832_c001_v7007000_t0000_u01739249912922") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1033a9721f349071_d20250211_m045829_c001_v0001184_t0049_u01739249909472") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4090711e54bce3ab_d20250211_m045828_c001_v7007000_t0000_u01739249908754") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7ef38_d20250211_m045822_c001_v0001150_t0056_u01739249902449") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4179e31a26ed0cfb_d20250211_m045821_c001_v7007000_t0000_u01739249901547") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f113cb7dec92857d6_d20250211_m045819_c001_v0001104_t0025_u01739249899161") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1f06_d20250211_m045818_c001_v7007000_t0000_u01739249898980") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f113cb7dec92857ce_d20250211_m045815_c001_v0001104_t0055_u01739249895307") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1efd_d20250211_m045814_c001_v7007000_t0000_u01739249894586") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807cf7_d20250211_m045808_c001_v0001038_t0004_u01739249888657") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4493_d20250211_m045807_c001_v7007000_t0000_u01739249887572") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f102055596e108dc8_d20250211_m045801_c001_v0001137_t0023_u01739249881687") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f418589218930a0b3_d20250211_m045801_c001_v7007000_t0000_u01739249881481") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4046b_d20250211_m045757_c001_v0001176_t0033_u01739249877175") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f115b7d97774299a7_d20250211_m045756_c001_v0001165_t0034_u01739249876416") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f115b7d97774299a5_d20250211_m045755_c001_v0001165_t0055_u01739249875446") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4083145de4453a5d_d20250211_m045742_c001_v7007000_t0000_u01739249862286") 2025/02/11 05:00:35 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807cd5_d20250211_m045735_c001_v0001038_t0016_u01739249855040") 2025/02/11 05:00:36 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f11901e57ea46cda9_d20250211_m045734_c001_v0001146_t0055_u01739249854200") 2025/02/11 05:00:36 DEBUG : dst/one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f11901e57ea46cda5_d20250211_m045733_c001_v0001146_t0057_u01739249853122") 2025/02/11 05:00:36 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f454e_d20250211_m045922_c001_v7007000_t0000_u01739249962978") 2025/02/11 05:00:36 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f104490ad70a8bae3_d20250211_m045919_c001_v0001037_t0056_u01739249959453") 2025/02/11 05:00:36 DEBUG : dst/one-2019-01-01: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f103636d233c1bdf5_d20250211_m045915_c001_v0001179_t0036_u01739249955660") 2025/02/11 05:00:36 DEBUG : dst/one.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4083145de4453afe_d20250211_m045910_c001_v7007000_t0000_u01739249950166") 2025/02/11 05:00:36 DEBUG : dst/one.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1161346906ca8e31_d20250211_m045907_c001_v0001183_t0052_u01739249947526") 2025/02/11 05:00:36 DEBUG : dst/one.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1002caa5f824525a_d20250211_m045903_c001_v0001098_t0031_u01739249943496") 2025/02/11 05:00:36 DEBUG : dst/one.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1fa2_d20250211_m045858_c001_v7007000_t0000_u01739249938766") 2025/02/11 05:00:36 DEBUG : dst/one.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1177bf603e8e5a7d_d20250211_m045856_c001_v0001181_t0025_u01739249936805") 2025/02/11 05:00:36 DEBUG : dst/one.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1042fcb05cbf7416_d20250211_m045853_c001_v0001181_t0013_u01739249933647") 2025/02/11 05:00:36 DEBUG : dst/three: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4495_d20250211_m045807_c001_v7007000_t0000_u01739249887754") 2025/02/11 05:00:36 DEBUG : dst/three: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f115b7d97774299b3_d20250211_m045806_c001_v0001165_t0021_u01739249886234") 2025/02/11 05:00:36 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f454f_d20250211_m045923_c001_v7007000_t0000_u01739249963169") 2025/02/11 05:00:36 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f105693ba79ebba37_d20250211_m045921_c001_v0001115_t0025_u01739249961056") 2025/02/11 05:00:36 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f11652cfe2b7ac393_d20250211_m045917_c001_v0001120_t0054_u01739249957506") 2025/02/11 05:00:36 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4550_d20250211_m045923_c001_v7007000_t0000_u01739249963349") 2025/02/11 05:00:36 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f116500f03beaf3fe_d20250211_m045921_c001_v0001100_t0036_u01739249961985") 2025/02/11 05:00:36 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd202b_d20250211_m045921_c001_v7007000_t0000_u01739249961807") 2025/02/11 05:00:36 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f116500f03beaf3f4_d20250211_m045917_c001_v0001100_t0051_u01739249957970") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd2023_d20250211_m045917_c001_v7007000_t0000_u01739249957792") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d3e_d20250211_m045912_c001_v0001038_t0052_u01739249952706") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4083145de4453b00_d20250211_m045910_c001_v7007000_t0000_u01739249950348") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1000a7bb86fcc102_d20250211_m045909_c001_v0001145_t0041_u01739249949224") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f415bbdf2d6793711_d20250211_m045909_c001_v7007000_t0000_u01739249949043") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1000a7bb86fcc0fc_d20250211_m045905_c001_v0001145_t0026_u01739249945979") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f415bbdf2d6793705_d20250211_m045905_c001_v7007000_t0000_u01739249945799") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a404fd_d20250211_m045900_c001_v0001176_t0046_u01739249940766") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4518_d20250211_m045858_c001_v7007000_t0000_u01739249938016") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d36_d20250211_m045855_c001_v0001038_t0014_u01739249935759") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4510_d20250211_m045855_c001_v7007000_t0000_u01739249935391") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a404eb_d20250211_m045851_c001_v0001176_t0042_u01739249931129") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f41306c17628871c2_d20250211_m045848_c001_v7007000_t0000_u01739249928573") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d2c_d20250211_m045846_c001_v0001038_t0018_u01739249926181") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f41306c17628871b7_d20250211_m045845_c001_v7007000_t0000_u01739249925102") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a404d1_d20250211_m045838_c001_v0001176_t0038_u01739249918892") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4090711e54bce3bd_d20250211_m045833_c001_v7007000_t0000_u01739249913807") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7ef46_d20250211_m045831_c001_v0001150_t0035_u01739249911461") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4090711e54bce3b2_d20250211_m045830_c001_v7007000_t0000_u01739249910374") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d0d_d20250211_m045823_c001_v0001038_t0017_u01739249903658") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1f0e_d20250211_m045820_c001_v7007000_t0000_u01739249900624") 2025/02/11 05:00:37 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d03_d20250211_m045817_c001_v0001038_t0039_u01739249897435") 2025/02/11 05:00:38 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1f01_d20250211_m045816_c001_v7007000_t0000_u01739249896355") 2025/02/11 05:00:38 DEBUG : dst/three.txt: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4048b_d20250211_m045809_c001_v0001176_t0057_u01739249889786") 2025/02/11 05:00:38 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4083145de4453b01_d20250211_m045910_c001_v7007000_t0000_u01739249950529") 2025/02/11 05:00:38 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f102f0a978c3c8cf8_d20250211_m045908_c001_v0001182_t0008_u01739249948765") 2025/02/11 05:00:38 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f112471bb62e82181_d20250211_m045905_c001_v0001181_t0018_u01739249945585") 2025/02/11 05:00:38 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1fa4_d20250211_m045858_c001_v7007000_t0000_u01739249938947") 2025/02/11 05:00:38 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1093e3dcd3b86aa1_d20250211_m045857_c001_v0001184_t0001_u01739249937753") 2025/02/11 05:00:38 DEBUG : dst/three.txt.bak: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1155f65af686c556_d20250211_m045855_c001_v0001130_t0020_u01739249935086") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4551_d20250211_m045923_c001_v7007000_t0000_u01739249963531") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4051d_d20250211_m045912_c001_v0001176_t0006_u01739249952485") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4083145de4453b02_d20250211_m045910_c001_v7007000_t0000_u01739249950710") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d38_d20250211_m045900_c001_v0001038_t0002_u01739249940107") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1fa6_d20250211_m045859_c001_v7007000_t0000_u01739249939155") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d2e_d20250211_m045850_c001_v0001038_t0038_u01739249930627") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1f86_d20250211_m045849_c001_v7007000_t0000_u01739249929688") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d1d_d20250211_m045836_c001_v0001038_t0059_u01739249916218") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f416dc308bb006537_d20250211_m045834_c001_v7007000_t0000_u01739249914916") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a404a9_d20250211_m045823_c001_v0001176_t0020_u01739249903090") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4179e31a26ed0cfe_d20250211_m045821_c001_v7007000_t0000_u01739249901729") 2025/02/11 05:00:38 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7ef30_d20250211_m045809_c001_v0001150_t0037_u01739249889393") 2025/02/11 05:00:39 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4496_d20250211_m045807_c001_v7007000_t0000_u01739249887935") 2025/02/11 05:00:39 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f112345256dc9cc6e_d20250211_m045803_c001_v0001146_t0005_u01739249883670") 2025/02/11 05:00:39 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4083145de4453a5f_d20250211_m045742_c001_v7007000_t0000_u01739249862481") 2025/02/11 05:00:39 DEBUG : dst/two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f11901e57ea46cdaf_d20250211_m045741_c001_v0001146_t0005_u01739249861283") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4090711e54bce265_d20250211_m045655_c001_v7007000_t0000_u01739249815127") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a403d2_d20250211_m045648_c001_v0001176_t0001_u01739249808362") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f41306c1762886c17_d20250211_m045646_c001_v7007000_t0000_u01739249806266") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a403a6_d20250211_m045628_c001_v0001176_t0014_u01739249788020") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1dac_d20250211_m045611_c001_v7007000_t0000_u01739249771371") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40364_d20250211_m045604_c001_v0001176_t0025_u01739249764899") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750705_d20250211_m045538_c001_v7007000_t0000_u01739249738995") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c71_d20250211_m045536_c001_v0001038_t0019_u01739249736970") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e424677506e5_d20250211_m045535_c001_v7007000_t0000_u01739249735184") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c67_d20250211_m045533_c001_v0001038_t0018_u01739249733858") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e424677506d1_d20250211_m045530_c001_v7007000_t0000_u01739249730014") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c5b_d20250211_m045526_c001_v0001038_t0023_u01739249726970") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1978_d20250211_m045525_c001_v7007000_t0000_u01739249725553") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c55_d20250211_m045523_c001_v0001038_t0018_u01739249723916") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd195e_d20250211_m045515_c001_v7007000_t0000_u01739249715862") 2025/02/11 05:00:39 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c3d_d20250211_m045514_c001_v0001038_t0056_u01739249714113") 2025/02/11 05:00:40 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1955_d20250211_m045512_c001_v7007000_t0000_u01739249712725") 2025/02/11 05:00:40 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c35_d20250211_m045511_c001_v0001038_t0044_u01739249711658") 2025/02/11 05:00:40 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1945_d20250211_m045504_c001_v7007000_t0000_u01739249704836") 2025/02/11 05:00:40 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c1d_d20250211_m045502_c001_v0001038_t0024_u01739249702874") 2025/02/11 05:00:40 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd193f_d20250211_m045500_c001_v7007000_t0000_u01739249700344") 2025/02/11 05:00:40 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c15_d20250211_m045459_c001_v0001038_t0041_u01739249699213") 2025/02/11 05:00:40 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1939_d20250211_m045458_c001_v7007000_t0000_u01739249698082") 2025/02/11 05:00:40 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f103e22017002f90d_d20250211_m045457_c001_v0001183_t0051_u01739249697154") 2025/02/11 05:00:40 DEBUG : empty space: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c0f_d20250211_m045455_c001_v0001038_t0040_u01739249695308") 2025/02/11 05:00:40 DEBUG : enormous: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e424677506fe_d20250211_m045538_c001_v7007000_t0000_u01739249738265") 2025/02/11 05:00:40 DEBUG : enormous: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c73_d20250211_m045537_c001_v0001038_t0046_u01739249737372") 2025/02/11 05:00:40 DEBUG : existing: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f4556_d20250211_m045927_c001_v7007000_t0000_u01739249967951") 2025/02/11 05:00:40 DEBUG : existing: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40537_d20250211_m045926_c001_v0001176_t0007_u01739249966793") 2025/02/11 05:00:40 DEBUG : existing: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4179e31a26ed078f_d20250211_m045603_c001_v7007000_t0000_u01739249763151") 2025/02/11 05:00:40 DEBUG : existing: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c8f_d20250211_m045601_c001_v0001038_t0038_u01739249761902") 2025/02/11 05:00:40 DEBUG : existing: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c96bc_d20250211_m045450_c001_v7007000_t0000_u01739249690417") 2025/02/11 05:00:40 DEBUG : existing: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c05_d20250211_m045449_c001_v0001038_t0055_u01739249689326") 2025/02/11 05:00:40 DEBUG : existing: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c96b8_d20250211_m045448_c001_v7007000_t0000_u01739249688071") 2025/02/11 05:00:40 DEBUG : existing: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c01_d20250211_m045447_c001_v0001038_t0015_u01739249687305") 2025/02/11 05:00:40 DEBUG : existing: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bff_d20250211_m045446_c001_v0001038_t0031_u01739249686312") 2025/02/11 05:00:40 DEBUG : existing-b: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4179e31a26ed0790_d20250211_m045603_c001_v7007000_t0000_u01739249763350") 2025/02/11 05:00:41 DEBUG : existing-b: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4035a_d20250211_m045601_c001_v0001176_t0040_u01739249761915") 2025/02/11 05:00:41 DEBUG : five: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e4246775071f_d20250211_m045544_c001_v7007000_t0000_u01739249744391") 2025/02/11 05:00:41 DEBUG : five: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4006cf0881807c7d_d20250211_m045542_c001_v0001038_t0045_u01739249742334") 2025/02/11 05:00:41 DEBUG : foo: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1941_d20250211_m045502_c001_v7007000_t0000_u01739249702157") 2025/02/11 05:00:41 DEBUG : foo: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4006cf0881807c19_d20250211_m045501_c001_v0001038_t0045_u01739249701611") 2025/02/11 05:00:41 DEBUG : foo: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4006cf0881807c17_d20250211_m045501_c001_v0001038_t0045_u01739249701067") 2025/02/11 05:00:41 DEBUG : four: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750721_d20250211_m045544_c001_v7007000_t0000_u01739249744573") 2025/02/11 05:00:41 DEBUG : four: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4051022ca1d7ee86_d20250211_m045542_c001_v0001150_t0006_u01739249742883") 2025/02/11 05:00:41 DEBUG : four: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c7b_d20250211_m045540_c001_v0001038_t0018_u01739249740981") 2025/02/11 05:00:41 DEBUG : hello world2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fc6_d20250211_m045337_c001_v7007000_t0000_u01739249617748") 2025/02/11 05:00:41 DEBUG : hello world2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807b93_d20250211_m045336_c001_v0001038_t0016_u01739249616813") 2025/02/11 05:00:41 DEBUG : ignore-size: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c96b3_d20250211_m045445_c001_v7007000_t0000_u01739249685236") 2025/02/11 05:00:41 DEBUG : ignore-size: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bfd_d20250211_m045444_c001_v0001038_t0043_u01739249684094") 2025/02/11 05:00:41 DEBUG : nested/sub dir/file: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4179e31a26ed0782_d20250211_m045600_c001_v7007000_t0000_u01739249760745") 2025/02/11 05:00:41 DEBUG : nested/sub dir/file: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40354_d20250211_m045559_c001_v0001176_t0033_u01739249759646") 2025/02/11 05:00:41 DEBUG : nested/sub dir/file: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4179e31a26ed077a_d20250211_m045558_c001_v7007000_t0000_u01739249758532") 2025/02/11 05:00:41 DEBUG : nested/sub dir/file: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4034a_d20250211_m045557_c001_v0001176_t0018_u01739249757124") 2025/02/11 05:00:41 DEBUG : one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750723_d20250211_m045544_c001_v7007000_t0000_u01739249744785") 2025/02/11 05:00:41 DEBUG : one: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4006cf0881807c75_d20250211_m045540_c001_v0001038_t0045_u01739249740117") 2025/02/11 05:00:41 DEBUG : only0: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab982e_d20250211_m050015_c001_v7007000_t0000_u01739250015946") 2025/02/11 05:00:42 DEBUG : only0: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4005832203a405eb_d20250211_m050010_c001_v0001176_t0022_u01739250010142") 2025/02/11 05:00:42 DEBUG : only0: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d7e_d20250211_m045955_c001_v0001038_t0018_u01739249995246") 2025/02/11 05:00:42 DEBUG : only0: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4147ebc10182b555_d20250211_m045949_c001_v7007000_t0000_u01739249989043") 2025/02/11 05:00:42 DEBUG : only0: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d50_d20250211_m045932_c001_v0001038_t0045_u01739249972822") 2025/02/11 05:00:42 DEBUG : only1: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9831_d20250211_m050016_c001_v7007000_t0000_u01739250016128") 2025/02/11 05:00:42 DEBUG : only1: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4006cf0881807dac_d20250211_m050010_c001_v0001038_t0045_u01739250010150") 2025/02/11 05:00:42 DEBUG : only1: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d80_d20250211_m045955_c001_v0001038_t0048_u01739249995817") 2025/02/11 05:00:42 DEBUG : only1: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4147ebc10182b55a_d20250211_m045949_c001_v7007000_t0000_u01739249989246") 2025/02/11 05:00:42 DEBUG : only1: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d52_d20250211_m045933_c001_v0001038_t0044_u01739249973531") 2025/02/11 05:00:42 DEBUG : only10: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9834_d20250211_m050016_c001_v7007000_t0000_u01739250016324") 2025/02/11 05:00:42 DEBUG : only10: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f406be2aeb6320511_d20250211_m050010_c001_v0001176_t0047_u01739250010704") 2025/02/11 05:00:42 DEBUG : only10: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d94_d20250211_m050002_c001_v0001038_t0024_u01739250002533") 2025/02/11 05:00:42 DEBUG : only10: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f402f28b831be4f44_d20250211_m045948_c001_v7007000_t0000_u01739249988681") 2025/02/11 05:00:42 DEBUG : only10: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d66_d20250211_m045940_c001_v0001038_t0039_u01739249980106") 2025/02/11 05:00:42 DEBUG : only11: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9836_d20250211_m050016_c001_v7007000_t0000_u01739250016505") 2025/02/11 05:00:42 DEBUG : only11: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f408a4db1ca9630c0_d20250211_m050010_c001_v0001115_t0013_u01739250010888") 2025/02/11 05:00:42 DEBUG : only11: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d96_d20250211_m050003_c001_v0001038_t0008_u01739250003310") 2025/02/11 05:00:42 DEBUG : only11: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4147ebc10182b551_d20250211_m045948_c001_v7007000_t0000_u01739249988699") 2025/02/11 05:00:42 DEBUG : only11: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d6a_d20250211_m045941_c001_v0001038_t0024_u01739249981095") 2025/02/11 05:00:42 DEBUG : only12: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9839_d20250211_m050016_c001_v7007000_t0000_u01739250016689") 2025/02/11 05:00:43 DEBUG : only12: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4005832203a405ed_d20250211_m050010_c001_v0001176_t0022_u01739250010542") 2025/02/11 05:00:43 DEBUG : only12: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d98_d20250211_m050003_c001_v0001038_t0038_u01739250003887") 2025/02/11 05:00:43 DEBUG : only12: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f402f28b831be4f49_d20250211_m045949_c001_v7007000_t0000_u01739249989257") 2025/02/11 05:00:43 DEBUG : only12: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d6c_d20250211_m045941_c001_v0001038_t0039_u01739249981778") 2025/02/11 05:00:43 DEBUG : only13: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab983d_d20250211_m050016_c001_v7007000_t0000_u01739250016871") 2025/02/11 05:00:43 DEBUG : only13: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4006cf0881807dae_d20250211_m050010_c001_v0001038_t0045_u01739250010550") 2025/02/11 05:00:43 DEBUG : only13: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d9a_d20250211_m050004_c001_v0001038_t0030_u01739250004596") 2025/02/11 05:00:43 DEBUG : only13: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e871_d20250211_m045949_c001_v7007000_t0000_u01739249989053") 2025/02/11 05:00:43 DEBUG : only13: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d6e_d20250211_m045942_c001_v0001038_t0005_u01739249982469") 2025/02/11 05:00:43 DEBUG : only14: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab983e_d20250211_m050017_c001_v7007000_t0000_u01739250017051") 2025/02/11 05:00:43 DEBUG : only14: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4005832203a405ef_d20250211_m050010_c001_v0001176_t0022_u01739250010731") 2025/02/11 05:00:43 DEBUG : only14: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d9e_d20250211_m050005_c001_v0001038_t0006_u01739250005359") 2025/02/11 05:00:43 DEBUG : only14: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4147ebc10182b556_d20250211_m045949_c001_v7007000_t0000_u01739249989064") 2025/02/11 05:00:43 DEBUG : only14: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d70_d20250211_m045943_c001_v0001038_t0008_u01739249983058") 2025/02/11 05:00:43 DEBUG : only15: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab983f_d20250211_m050017_c001_v7007000_t0000_u01739250017232") 2025/02/11 05:00:43 DEBUG : only15: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4006cf0881807db0_d20250211_m050010_c001_v0001038_t0045_u01739250010738") 2025/02/11 05:00:43 DEBUG : only15: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807da0_d20250211_m050005_c001_v0001038_t0026_u01739250005988") 2025/02/11 05:00:43 DEBUG : only15: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f402f28b831be4f41_d20250211_m045948_c001_v7007000_t0000_u01739249988305") 2025/02/11 05:00:43 DEBUG : only15: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d72_d20250211_m045943_c001_v0001038_t0049_u01739249983612") 2025/02/11 05:00:43 DEBUG : only16: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9846_d20250211_m050017_c001_v7007000_t0000_u01739250017414") 2025/02/11 05:00:43 DEBUG : only16: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f406be2aeb6320513_d20250211_m050010_c001_v0001176_t0047_u01739250010895") 2025/02/11 05:00:43 DEBUG : only16: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807da2_d20250211_m050006_c001_v0001038_t0010_u01739250006745") 2025/02/11 05:00:44 DEBUG : only16: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f402f28b831be4f46_d20250211_m045949_c001_v7007000_t0000_u01739249989072") 2025/02/11 05:00:44 DEBUG : only16: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d74_d20250211_m045944_c001_v0001038_t0046_u01739249984320") 2025/02/11 05:00:44 DEBUG : only17: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab984b_d20250211_m050017_c001_v7007000_t0000_u01739250017599") 2025/02/11 05:00:44 DEBUG : only17: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4005832203a405f3_d20250211_m050010_c001_v0001176_t0022_u01739250010914") 2025/02/11 05:00:44 DEBUG : only17: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807da4_d20250211_m050007_c001_v0001038_t0032_u01739250007410") 2025/02/11 05:00:44 DEBUG : only17: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f402f28b831be4f43_d20250211_m045948_c001_v7007000_t0000_u01739249988488") 2025/02/11 05:00:44 DEBUG : only17: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d76_d20250211_m045944_c001_v0001038_t0059_u01739249984985") 2025/02/11 05:00:44 DEBUG : only18: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9851_d20250211_m050017_c001_v7007000_t0000_u01739250017781") 2025/02/11 05:00:44 DEBUG : only18: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4006cf0881807db4_d20250211_m050010_c001_v0001038_t0045_u01739250010923") 2025/02/11 05:00:44 DEBUG : only18: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807da6_d20250211_m050008_c001_v0001038_t0040_u01739250008241") 2025/02/11 05:00:44 DEBUG : only18: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4147ebc10182b552_d20250211_m045948_c001_v7007000_t0000_u01739249988861") 2025/02/11 05:00:44 DEBUG : only18: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d78_d20250211_m045945_c001_v0001038_t0042_u01739249985909") 2025/02/11 05:00:44 DEBUG : only19: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9856_d20250211_m050017_c001_v7007000_t0000_u01739250017968") 2025/02/11 05:00:44 DEBUG : only19: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f408a4db1ca9630c2_d20250211_m050011_c001_v0001115_t0013_u01739250011073") 2025/02/11 05:00:44 DEBUG : only19: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807daa_d20250211_m050009_c001_v0001038_t0005_u01739250009093") 2025/02/11 05:00:44 DEBUG : only19: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4147ebc10182b55b_d20250211_m045949_c001_v7007000_t0000_u01739249989404") 2025/02/11 05:00:44 DEBUG : only19: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d7a_d20250211_m045946_c001_v0001038_t0041_u01739249986703") 2025/02/11 05:00:44 DEBUG : only2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab985b_d20250211_m050018_c001_v7007000_t0000_u01739250018205") 2025/02/11 05:00:44 DEBUG : only2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f406be2aeb6320515_d20250211_m050011_c001_v0001176_t0047_u01739250011085") 2025/02/11 05:00:44 DEBUG : only2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d84_d20250211_m045956_c001_v0001038_t0052_u01739249996535") 2025/02/11 05:00:45 DEBUG : only2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e870_d20250211_m045948_c001_v7007000_t0000_u01739249988868") 2025/02/11 05:00:45 DEBUG : only2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d54_d20250211_m045934_c001_v0001038_t0041_u01739249974515") 2025/02/11 05:00:45 DEBUG : only3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9861_d20250211_m050018_c001_v7007000_t0000_u01739250018402") 2025/02/11 05:00:45 DEBUG : only3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4005832203a405f5_d20250211_m050011_c001_v0001176_t0022_u01739250011097") 2025/02/11 05:00:45 DEBUG : only3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d86_d20250211_m045957_c001_v0001038_t0017_u01739249997238") 2025/02/11 05:00:45 DEBUG : only3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4147ebc10182b553_d20250211_m045948_c001_v7007000_t0000_u01739249988879") 2025/02/11 05:00:45 DEBUG : only3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d56_d20250211_m045935_c001_v0001038_t0037_u01739249975177") 2025/02/11 05:00:45 DEBUG : only4: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9867_d20250211_m050018_c001_v7007000_t0000_u01739250018595") 2025/02/11 05:00:45 DEBUG : only4: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4006cf0881807db6_d20250211_m050011_c001_v0001038_t0045_u01739250011106") 2025/02/11 05:00:45 DEBUG : only4: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d88_d20250211_m045958_c001_v0001038_t0041_u01739249998093") 2025/02/11 05:00:45 DEBUG : only4: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4147ebc10182b550_d20250211_m045948_c001_v7007000_t0000_u01739249988677") 2025/02/11 05:00:45 DEBUG : only4: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d58_d20250211_m045935_c001_v0001038_t0015_u01739249975923") 2025/02/11 05:00:45 DEBUG : only5: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab986b_d20250211_m050018_c001_v7007000_t0000_u01739250018791") 2025/02/11 05:00:45 DEBUG : only5: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f408a4db1ca9630c4_d20250211_m050011_c001_v0001115_t0013_u01739250011254") 2025/02/11 05:00:45 DEBUG : only5: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d8a_d20250211_m045958_c001_v0001038_t0031_u01739249998902") 2025/02/11 05:00:45 DEBUG : only5: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4147ebc10182b559_d20250211_m045949_c001_v7007000_t0000_u01739249989223") 2025/02/11 05:00:45 DEBUG : only5: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d5a_d20250211_m045936_c001_v0001038_t0027_u01739249976474") 2025/02/11 05:00:45 DEBUG : only6: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab986f_d20250211_m050018_c001_v7007000_t0000_u01739250018975") 2025/02/11 05:00:45 DEBUG : only6: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f406be2aeb6320517_d20250211_m050011_c001_v0001176_t0047_u01739250011271") 2025/02/11 05:00:45 DEBUG : only6: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d8c_d20250211_m045959_c001_v0001038_t0038_u01739249999547") 2025/02/11 05:00:46 DEBUG : only6: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e86e_d20250211_m045948_c001_v7007000_t0000_u01739249988687") 2025/02/11 05:00:46 DEBUG : only6: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d5e_d20250211_m045937_c001_v0001038_t0029_u01739249977176") 2025/02/11 05:00:46 DEBUG : only7: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9871_d20250211_m050019_c001_v7007000_t0000_u01739250019157") 2025/02/11 05:00:46 DEBUG : only7: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4005832203a405f7_d20250211_m050011_c001_v0001176_t0022_u01739250011284") 2025/02/11 05:00:46 DEBUG : only7: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d8e_d20250211_m050000_c001_v0001038_t0014_u01739250000311") 2025/02/11 05:00:46 DEBUG : only7: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e872_d20250211_m045949_c001_v7007000_t0000_u01739249989234") 2025/02/11 05:00:46 DEBUG : only7: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d60_d20250211_m045937_c001_v0001038_t0057_u01739249977997") 2025/02/11 05:00:46 DEBUG : only8: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9873_d20250211_m050019_c001_v7007000_t0000_u01739250019339") 2025/02/11 05:00:46 DEBUG : only8: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4006cf0881807db8_d20250211_m050011_c001_v0001038_t0045_u01739250011292") 2025/02/11 05:00:46 DEBUG : only8: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d90_d20250211_m050001_c001_v0001038_t0028_u01739250001121") 2025/02/11 05:00:46 DEBUG : only8: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f402f28b831be4f45_d20250211_m045948_c001_v7007000_t0000_u01739249988887") 2025/02/11 05:00:46 DEBUG : only8: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d62_d20250211_m045938_c001_v0001038_t0023_u01739249978688") 2025/02/11 05:00:46 DEBUG : only9: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab9877_d20250211_m050019_c001_v7007000_t0000_u01739250019522") 2025/02/11 05:00:46 DEBUG : only9: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f408a4db1ca9630c6_d20250211_m050011_c001_v0001115_t0013_u01739250011438") 2025/02/11 05:00:46 DEBUG : only9: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d92_d20250211_m050001_c001_v0001038_t0039_u01739250001859") 2025/02/11 05:00:46 DEBUG : only9: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4043e6c341c9e873_d20250211_m045949_c001_v7007000_t0000_u01739249989415") 2025/02/11 05:00:46 DEBUG : only9: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807d64_d20250211_m045939_c001_v0001038_t0003_u01739249979511") 2025/02/11 05:00:46 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750b41_d20250211_m045555_c001_v7007000_t0000_u01739249755285") 2025/02/11 05:00:46 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7ee8c_d20250211_m045553_c001_v0001150_t0021_u01739249753459") 2025/02/11 05:00:46 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750b2e_d20250211_m045551_c001_v7007000_t0000_u01739249751638") 2025/02/11 05:00:46 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c83_d20250211_m045549_c001_v0001038_t0027_u01739249749560") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750733_d20250211_m045547_c001_v7007000_t0000_u01739249747740") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7ee88_d20250211_m045545_c001_v0001150_t0017_u01739249745694") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e424677506dc_d20250211_m045532_c001_v7007000_t0000_u01739249732532") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c5f_d20250211_m045530_c001_v0001038_t0027_u01739249730922") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd197d_d20250211_m045528_c001_v7007000_t0000_u01739249728208") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c59_d20250211_m045526_c001_v0001038_t0039_u01739249726454") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1975_d20250211_m045524_c001_v7007000_t0000_u01739249724663") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c4f_d20250211_m045523_c001_v0001038_t0026_u01739249723416") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd195d_d20250211_m045515_c001_v7007000_t0000_u01739249715318") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c3b_d20250211_m045513_c001_v0001038_t0040_u01739249713634") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1956_d20250211_m045512_c001_v7007000_t0000_u01739249712916") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c33_d20250211_m045510_c001_v0001038_t0011_u01739249710960") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1951_d20250211_m045510_c001_v7007000_t0000_u01739249710241") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c31_d20250211_m045509_c001_v0001038_t0059_u01739249709244") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c2d_d20250211_m045508_c001_v0001038_t0050_u01739249708531") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd194a_d20250211_m045507_c001_v7007000_t0000_u01739249707807") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c29_d20250211_m045506_c001_v0001038_t0011_u01739249706944") 2025/02/11 05:00:47 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c25_d20250211_m045505_c001_v0001038_t0013_u01739249705757") 2025/02/11 05:00:48 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1946_d20250211_m045505_c001_v7007000_t0000_u01739249705018") 2025/02/11 05:00:48 DEBUG : potato: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c1f_d20250211_m045503_c001_v0001038_t0026_u01739249703873") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f41306c1762886c69_d20250211_m045710_c001_v7007000_t0000_u01739249830433") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7eef6_d20250211_m045709_c001_v0001150_t0031_u01739249829637") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4090711e54bce266_d20250211_m045655_c001_v7007000_t0000_u01739249815349") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7eede_d20250211_m045647_c001_v0001150_t0037_u01739249807598") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f403d4c41ff867fd6_d20250211_m045635_c001_v7007000_t0000_u01739249795783") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7eebc_d20250211_m045627_c001_v0001150_t0030_u01739249787266") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1dad_d20250211_m045611_c001_v7007000_t0000_u01739249771641") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7ee94_d20250211_m045604_c001_v0001150_t0015_u01739249764625") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e424677506fb_d20250211_m045538_c001_v7007000_t0000_u01739249738084") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c6f_d20250211_m045536_c001_v0001038_t0010_u01739249736451") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e424677506e9_d20250211_m045535_c001_v7007000_t0000_u01739249735365") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c65_d20250211_m045533_c001_v0001038_t0006_u01739249733444") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e424677506dd_d20250211_m045532_c001_v7007000_t0000_u01739249732714") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c61_d20250211_m045531_c001_v0001038_t0049_u01739249731759") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e424677506d2_d20250211_m045530_c001_v7007000_t0000_u01739249730195") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c5d_d20250211_m045528_c001_v0001038_t0044_u01739249728572") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd197a_d20250211_m045525_c001_v7007000_t0000_u01739249725734") 2025/02/11 05:00:48 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c57_d20250211_m045524_c001_v0001038_t0038_u01739249724674") 2025/02/11 05:00:49 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1960_d20250211_m045516_c001_v7007000_t0000_u01739249716044") 2025/02/11 05:00:49 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c3f_d20250211_m045514_c001_v0001038_t0040_u01739249714838") 2025/02/11 05:00:49 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fcd_d20250211_m045341_c001_v7007000_t0000_u01739249621440") 2025/02/11 05:00:49 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807b9b_d20250211_m045340_c001_v0001038_t0047_u01739249620736") 2025/02/11 05:00:49 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fc9_d20250211_m045339_c001_v7007000_t0000_u01739249619480") 2025/02/11 05:00:49 DEBUG : potato2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807b95_d20250211_m045338_c001_v0001038_t0005_u01739249618648") 2025/02/11 05:00:49 DEBUG : potato3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4090711e54bce267_d20250211_m045655_c001_v7007000_t0000_u01739249815564") 2025/02/11 05:00:49 DEBUG : potato3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807cb6_d20250211_m045648_c001_v0001038_t0003_u01739249808925") 2025/02/11 05:00:49 DEBUG : potato3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f403d4c41ff867fd7_d20250211_m045636_c001_v7007000_t0000_u01739249796015") 2025/02/11 05:00:49 DEBUG : potato3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807ca6_d20250211_m045628_c001_v0001038_t0021_u01739249788599") 2025/02/11 05:00:49 DEBUG : potato3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f412ff869d0cd1dae_d20250211_m045612_c001_v7007000_t0000_u01739249772230") 2025/02/11 05:00:49 DEBUG : potato3: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c91_d20250211_m045605_c001_v0001038_t0051_u01739249765113") 2025/02/11 05:00:49 DEBUG : pre-dest1/1: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f446b_d20250211_m045751_c001_v7007000_t0000_u01739249871256") 2025/02/11 05:00:49 DEBUG : pre-dest1/1: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807cdb_d20250211_m045743_c001_v0001038_t0016_u01739249863204") 2025/02/11 05:00:49 DEBUG : pre-dest2/2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4192b882b82f446c_d20250211_m045751_c001_v7007000_t0000_u01739249871438") 2025/02/11 05:00:49 DEBUG : pre-dest2/2: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7ef18_d20250211_m045743_c001_v0001150_t0029_u01739249863968") 2025/02/11 05:00:49 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4083145de4453a23_d20250211_m045722_c001_v7007000_t0000_u01739249842879") 2025/02/11 05:00:49 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40418_d20250211_m045719_c001_v0001176_t0029_u01739249839827") 2025/02/11 05:00:49 DEBUG : sizeonly: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c96b0_d20250211_m045442_c001_v7007000_t0000_u01739249682833") 2025/02/11 05:00:49 DEBUG : sizeonly: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bf9_d20250211_m045441_c001_v0001038_t0023_u01739249681581") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab98a9_d20250211_m050025_c001_v7007000_t0000_u01739250025174") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f108a4db1ca9630f8_d20250211_m050023_c001_v0001115_t0048_u01739250023730") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab989a_d20250211_m050021_c001_v7007000_t0000_u01739250021818") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f106be2aeb6320537_d20250211_m050020_c001_v0001176_t0035_u01739250020833") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4179e31a26ed0783_d20250211_m045600_c001_v7007000_t0000_u01739249760930") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1051022ca1d7ee90_d20250211_m045559_c001_v0001150_t0010_u01739249759994") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4179e31a26ed077b_d20250211_m045558_c001_v7007000_t0000_u01739249758714") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c8b_d20250211_m045557_c001_v0001038_t0053_u01739249757472") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c96a5_d20250211_m045438_c001_v7007000_t0000_u01739249678193") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bf5_d20250211_m045436_c001_v0001038_t0029_u01739249676620") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c96a0_d20250211_m045435_c001_v7007000_t0000_u01739249675903") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bf3_d20250211_m045434_c001_v0001038_t0054_u01739249674601") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c9695_d20250211_m045431_c001_v7007000_t0000_u01739249671164") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bed_d20250211_m045430_c001_v0001038_t0035_u01739249670093") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40569ccd2f7c9690_d20250211_m045429_c001_v7007000_t0000_u01739249669552") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807beb_d20250211_m045428_c001_v0001038_t0009_u01739249668191") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807be5_d20250211_m045421_c001_v0001038_t0047_u01739249661820") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f403d4c41ff867e46_d20250211_m045421_c001_v7007000_t0000_u01739249661104") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807be1_d20250211_m045420_c001_v0001038_t0031_u01739249660285") 2025/02/11 05:00:50 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bdb_d20250211_m045419_c001_v0001038_t0025_u01739249659492") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f403d4c41ff867e3f_d20250211_m045418_c001_v7007000_t0000_u01739249658058") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bcf_d20250211_m045412_c001_v0001038_t0039_u01739249652123") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bc5_d20250211_m045405_c001_v0001038_t0040_u01739249645684") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f402dc14a08566002_d20250211_m045404_c001_v7007000_t0000_u01739249644966") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bbd_d20250211_m045404_c001_v0001038_t0037_u01739249644176") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bbb_d20250211_m045403_c001_v0001038_t0019_u01739249643409") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f402dc14a08565ff7_d20250211_m045402_c001_v7007000_t0000_u01739249642329") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bb1_d20250211_m045353_c001_v0001038_t0001_u01739249633013") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f402dc14a08565fd6_d20250211_m045352_c001_v7007000_t0000_u01739249632638") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807bad_d20250211_m045351_c001_v0001038_t0016_u01739249631654") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fe6_d20250211_m045350_c001_v7007000_t0000_u01739249630009") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807ba9_d20250211_m045349_c001_v0001038_t0020_u01739249629076") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fde_d20250211_m045348_c001_v7007000_t0000_u01739249628534") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807ba7_d20250211_m045347_c001_v0001038_t0005_u01739249627739") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fd9_d20250211_m045346_c001_v7007000_t0000_u01739249626481") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807ba3_d20250211_m045345_c001_v0001038_t0007_u01739249625372") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fd6_d20250211_m045344_c001_v7007000_t0000_u01739249624831") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807ba1_d20250211_m045344_c001_v0001038_t0029_u01739249624006") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fd1_d20250211_m045343_c001_v7007000_t0000_u01739249623107") 2025/02/11 05:00:51 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807b9d_d20250211_m045342_c001_v0001038_t0019_u01739249622346") 2025/02/11 05:00:52 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fc4_d20250211_m045335_c001_v7007000_t0000_u01739249615915") 2025/02/11 05:00:52 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807b91_d20250211_m045335_c001_v0001038_t0037_u01739249615001") 2025/02/11 05:00:52 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fc0_d20250211_m045334_c001_v7007000_t0000_u01739249614092") 2025/02/11 05:00:52 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807b8d_d20250211_m045333_c001_v0001038_t0014_u01739249613124") 2025/02/11 05:00:52 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fbf_d20250211_m045332_c001_v7007000_t0000_u01739249612227") 2025/02/11 05:00:52 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807b8b_d20250211_m045331_c001_v0001038_t0050_u01739249611433") 2025/02/11 05:00:52 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f40170a8b79671fb8_d20250211_m045328_c001_v7007000_t0000_u01739249608567") 2025/02/11 05:00:52 DEBUG : sub dir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807b87_d20250211_m045327_c001_v0001038_t0035_u01739249607704") 2025/02/11 05:00:52 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab98aa_d20250211_m050025_c001_v7007000_t0000_u01739250025355") 2025/02/11 05:00:52 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807dc2_d20250211_m050023_c001_v0001038_t0036_u01739250023719") 2025/02/11 05:00:52 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f401a71ca0bab989b_d20250211_m050022_c001_v7007000_t0000_u01739250022019") 2025/02/11 05:00:52 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40613_d20250211_m050020_c001_v0001176_t0049_u01739250020831") 2025/02/11 05:00:52 DEBUG : sub/yam: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750b3f_d20250211_m045554_c001_v7007000_t0000_u01739249754733") 2025/02/11 05:00:52 DEBUG : sub/yam: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4033a_d20250211_m045553_c001_v0001176_t0051_u01739249753110") 2025/02/11 05:00:52 DEBUG : three: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750725_d20250211_m045544_c001_v7007000_t0000_u01739249744966") 2025/02/11 05:00:52 DEBUG : three: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c7f_d20250211_m045543_c001_v0001038_t0016_u01739249743644") 2025/02/11 05:00:52 DEBUG : three: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1006cf0881807c79_d20250211_m045540_c001_v0001038_t0011_u01739249740480") 2025/02/11 05:00:52 DEBUG : two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750727_d20250211_m045545_c001_v7007000_t0000_u01739249745147") 2025/02/11 05:00:52 DEBUG : two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4005832203a4031a_d20250211_m045543_c001_v0001176_t0022_u01739249743075") 2025/02/11 05:00:53 DEBUG : two: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4006cf0881807c77_d20250211_m045540_c001_v0001038_t0045_u01739249740298") 2025/02/11 05:00:53 DEBUG : yam: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750b43_d20250211_m045555_c001_v7007000_t0000_u01739249755465") 2025/02/11 05:00:53 DEBUG : yam: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1065981e18920ed3_d20250211_m045554_c001_v0001146_t0007_u01739249754450") 2025/02/11 05:00:53 DEBUG : yam: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750745_d20250211_m045551_c001_v7007000_t0000_u01739249751067") 2025/02/11 05:00:53 DEBUG : yam: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a4032a_d20250211_m045549_c001_v0001176_t0024_u01739249749211") 2025/02/11 05:00:53 DEBUG : yam: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750731_d20250211_m045547_c001_v7007000_t0000_u01739249747196") 2025/02/11 05:00:53 DEBUG : yam: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1005832203a40322_d20250211_m045545_c001_v0001176_t0022_u01739249745708") 2025/02/11 05:00:53 DEBUG : yaml: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750b31_d20250211_m045551_c001_v7007000_t0000_u01739249751820") 2025/02/11 05:00:53 DEBUG : yaml: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f1129030fad64ac77_d20250211_m045550_c001_v0001116_t0051_u01739249750645") 2025/02/11 05:00:53 DEBUG : yaml: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f4102e42467750735_d20250211_m045547_c001_v7007000_t0000_u01739249747921") 2025/02/11 05:00:53 DEBUG : yaml: Deleting (id "4_zcf42cde350adfb3b9f480e1b_f110501bca0eb0dfc_d20250211_m045546_c001_v0001182_t0044_u01739249746973") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 7m36.540972551s (try 1/5)