"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2025/02/15 02:58:54 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge" 2025/02/15 02:58:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/02/15 02:58:54 DEBUG : Creating backend with remote "/tmp/rclone417769704" === 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-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:58:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:58:56 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:58:56 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/02/15 02:58:56 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.04s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:58:56 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/15 02:58:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:58:57 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:58:57 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:58:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:58:57 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:58:58 DEBUG : B2 bucket rclone-test-rudumum8goge: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.08s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", 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-rudumum8goge", Local "Local file system at /tmp/rclone417769704", 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-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:58:59 DEBUG : Creating backend with remote "/non-existing" 2025/02/15 02:58:59 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/02/15 02:58:59 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:58:59 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.89s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:01 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:01 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:01 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:01 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.84s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:02 INFO : B2 bucket rclone-test-rudumum8goge: Running all checks before starting transfers 2025/02/15 02:59:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:02 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:02 INFO : B2 bucket rclone-test-rudumum8goge: Checks finished, now starting transfers 2025/02/15 02:59:02 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:02 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.46s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:03 ERROR : Ignoring --no-traverse with sync 2025/02/15 02:59:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:04 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:04 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:04 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:04 INFO : sub dir/hello world: Copied (new) 2025/02/15 02:59:04 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.46s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:05 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/02/15 02:59:05 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:05 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:05 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/02/15 02:59:05 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.52s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:07 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 02:59:07 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:07 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:07 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:07 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.47s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:08 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 02:59:08 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:08 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:09 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:09 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.83s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:10 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/02/15 02:59:10 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/15 02:59:10 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/02/15 02:59:10 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/15 02:59:10 INFO : sub dir: Making directory 2025/02/15 02:59:10 INFO : sub dir2: Making directory 2025/02/15 02:59:10 INFO : sub dir2/sub sub dir2: Making directory 2025/02/15 02:59:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:10 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:10 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:10 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:10 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/02/15 02:59:10 DEBUG : B2 bucket rclone-test-rudumum8goge: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.52s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:11 INFO : sub dir2: Making directory 2025/02/15 02:59:11 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/02/15 02:59:11 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/15 02:59:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:11 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:11 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:12 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:12 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.11s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:12 DEBUG : sub dir2: Making directory with metadata 2025/02/15 02:59:12 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/15 02:59:13 INFO : sub dir: Making directory 2025/02/15 02:59:13 INFO : sub dir2: Making directory 2025/02/15 02:59:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:13 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:13 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:13 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:13 INFO : sub dir/hello world: Copied (new) 2025/02/15 02:59:13 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/02/15 02:59:13 DEBUG : B2 bucket rclone-test-rudumum8goge: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/02/15 02:59:13 DEBUG : B2 bucket rclone-test-rudumum8goge: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.71s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", 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-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:14 INFO : sub dir2: Making directory 2025/02/15 02:59:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:15 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:15 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:15 INFO : sub dir/hello world: Copied (new) 2025/02/15 02:59:15 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.14s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:16 DEBUG : sub dir2: Making directory with metadata 2025/02/15 02:59:16 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/15 02:59:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/15 02:59:16 INFO : sub dir: Making directory 2025/02/15 02:59:16 INFO : sub dir2: Making directory 2025/02/15 02:59:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:16 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:16 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:16 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:16 INFO : sub dir/hello world: Copied (new) 2025/02/15 02:59:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/02/15 02:59:16 DEBUG : B2 bucket rclone-test-rudumum8goge: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.48s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.37s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:17 INFO : sub dir2: Making directory 2025/02/15 02:59:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:18 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:18 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:18 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:18 INFO : sub dir/hello world: Copied (new) 2025/02/15 02:59:18 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.47s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:19 DEBUG : Creating backend with remote "TestB2:rclone-test-gazezoh5puje" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-rudumum8goge -> B2 bucket rclone-test-gazezoh5puje 2025/02/15 02:59:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:20 DEBUG : B2 bucket rclone-test-gazezoh5puje: Waiting for checks to finish 2025/02/15 02:59:20 DEBUG : B2 bucket rclone-test-gazezoh5puje: Waiting for transfers to finish 2025/02/15 02:59:22 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:22 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:22 DEBUG : B2 bucket rclone-test-gazezoh5puje: Purge remote 2025/02/15 02:59:22 INFO : B2 bucket rclone-test-gazezoh5puje: cleaning bucket "rclone-test-gazezoh5puje" of all files 2025/02/15 02:59:22 DEBUG : sub dir/hello world: Deleting (id "4_z6fa2ddb380bd0b7b9f580e1b_f115c2535dc1c2685_d20250215_m025921_c001_v0001042_t0002_u01739588361710") --- PASS: TestServerSideCopy (4.66s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:24 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/15 02:59:24 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:24 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:24 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/15 02:59:24 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestCopyOverSelf (1.92s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:26 DEBUG : Creating backend with remote "TestB2:rclone-test-rinokey5ceki" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-rudumum8goge -> B2 bucket rclone-test-rinokey5ceki 2025/02/15 02:59:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:27 DEBUG : B2 bucket rclone-test-rinokey5ceki: Waiting for checks to finish 2025/02/15 02:59:27 DEBUG : B2 bucket rclone-test-rinokey5ceki: Waiting for transfers to finish 2025/02/15 02:59:28 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:28 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:29 DEBUG : B2 bucket rclone-test-rinokey5ceki: Waiting for checks to finish 2025/02/15 02:59:29 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/15 02:59:29 DEBUG : B2 bucket rclone-test-rinokey5ceki: Waiting for transfers to finish 2025/02/15 02:59:29 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/15 02:59:29 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:29 DEBUG : B2 bucket rclone-test-rinokey5ceki: Purge remote 2025/02/15 02:59:29 INFO : B2 bucket rclone-test-rinokey5ceki: cleaning bucket "rclone-test-rinokey5ceki" of all files 2025/02/15 02:59:30 DEBUG : sub dir/hello world: Deleting (id "4_z5fa2fd5380bd0b7b9f580e1b_f10074c154defd60c_d20250215_m025929_c001_v0001103_t0017_u01739588369450") 2025/02/15 02:59:30 DEBUG : sub dir/hello world: Deleting (id "4_z5fa2fd5380bd0b7b9f580e1b_f102dbf4a7d4e4ff3_d20250215_m025928_c001_v0001101_t0030_u01739588368300") --- PASS: TestServerSideCopyOverSelf (6.78s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:33 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/15 02:59:33 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:33 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:33 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/15 02:59:33 INFO : sub dir/hello world: Copied (replaced existing) 2025/02/15 02:59:33 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestMoveOverSelf (1.87s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:35 DEBUG : Creating backend with remote "TestB2:rclone-test-cixemaz2kupe" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-rudumum8goge -> B2 bucket rclone-test-cixemaz2kupe 2025/02/15 02:59:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:36 DEBUG : B2 bucket rclone-test-cixemaz2kupe: Waiting for checks to finish 2025/02/15 02:59:36 DEBUG : B2 bucket rclone-test-cixemaz2kupe: Waiting for transfers to finish 2025/02/15 02:59:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:37 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:37 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/02/15 02:59:37 DEBUG : B2 bucket rclone-test-cixemaz2kupe: Waiting for checks to finish 2025/02/15 02:59:37 DEBUG : B2 bucket rclone-test-cixemaz2kupe: Waiting for transfers to finish 2025/02/15 02:59:38 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/02/15 02:59:38 INFO : sub dir/hello world: Copied (server-side copy) 2025/02/15 02:59:38 INFO : sub dir/hello world: Deleted 2025/02/15 02:59:39 DEBUG : testing file moves 2025/02/15 02:59:39 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/02/15 02:59:39 DEBUG : B2 bucket rclone-test-cixemaz2kupe: Waiting for checks to finish 2025/02/15 02:59:39 DEBUG : B2 bucket rclone-test-cixemaz2kupe: Waiting for transfers to finish 2025/02/15 02:59:39 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/02/15 02:59:39 INFO : sub dir/hello world: Copied (server-side copy) 2025/02/15 02:59:40 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:40 DEBUG : B2 bucket rclone-test-cixemaz2kupe: Purge remote 2025/02/15 02:59:40 INFO : B2 bucket rclone-test-cixemaz2kupe: cleaning bucket "rclone-test-cixemaz2kupe" of all files 2025/02/15 02:59:40 DEBUG : sub dir/hello world: Deleting (id "4_z2f921d7380cd0b7b9f580e1b_f109b46e80e1a5910_d20250215_m025939_c001_v0001144_t0040_u01739588379308") 2025/02/15 02:59:40 DEBUG : sub dir/hello world: Deleting (id "4_z2f921d7380cd0b7b9f580e1b_f118d598a4b1de491_d20250215_m025937_c001_v0001183_t0042_u01739588377955") 2025/02/15 02:59:40 DEBUG : sub dir/hello world: Deleting (id "4_z2f921d7380cd0b7b9f580e1b_f10356cae2dab2892_d20250215_m025936_c001_v0001103_t0057_u01739588376852") --- PASS: TestServerSideMoveOverSelf (8.23s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:43 ERROR : : error listing: directory not found 2025/02/15 02:59:43 INFO : Local file system at /tmp/rclone417769704: Making directory 2025/02/15 02:59:43 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:43 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestCopyAfterDelete (1.72s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:45 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 02:59:45 DEBUG : Local file system at /tmp/rclone417769704: Waiting for checks to finish 2025/02/15 02:59:45 DEBUG : Local file system at /tmp/rclone417769704: Waiting for transfers to finish 2025/02/15 02:59:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 02:59:45 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/02/15 02:59:45 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestCopyRedownload (2.02s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:46 DEBUG : check sum: Need to transfer - File not found at Destination 2025/02/15 02:59:46 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:46 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:46 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/15 02:59:46 INFO : check sum: Copied (new) 2025/02/15 02:59:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:47 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:47 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/15 02:59:47 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/02/15 02:59:47 DEBUG : check sum: Unchanged skipping 2025/02/15 02:59:47 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:47 DEBUG : Waiting for deletions to finish 2025/02/15 02:59:47 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.20s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:48 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/02/15 02:59:48 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:48 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:49 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/15 02:59:49 INFO : sizeonly: Copied (new) 2025/02/15 02:59:49 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:49 DEBUG : sizeonly: Sizes identical 2025/02/15 02:59:49 DEBUG : sizeonly: Unchanged skipping 2025/02/15 02:59:49 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:49 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:49 DEBUG : Waiting for deletions to finish 2025/02/15 02:59:49 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.25s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:51 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/02/15 02:59:51 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:51 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:51 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/02/15 02:59:51 INFO : ignore-size: Copied (new) 2025/02/15 02:59:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:51 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:51 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 02:59:51 DEBUG : ignore-size: Unchanged skipping 2025/02/15 02:59:51 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:51 DEBUG : Waiting for deletions to finish 2025/02/15 02:59:51 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.56s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:54 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 02:59:54 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:54 DEBUG : existing: Unchanged skipping 2025/02/15 02:59:54 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:54 DEBUG : Waiting for deletions to finish 2025/02/15 02:59:54 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:54 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/02/15 02:59:54 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:54 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:54 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/15 02:59:54 INFO : existing: Copied (replaced existing) 2025/02/15 02:59:54 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.48s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:56 DEBUG : existing: Need to transfer - File not found at Destination 2025/02/15 02:59:56 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:56 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:56 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/15 02:59:56 INFO : existing: Copied (new) 2025/02/15 02:59:56 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:56 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:56 DEBUG : existing: Destination exists, skipping 2025/02/15 02:59:56 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:56 DEBUG : Waiting for deletions to finish 2025/02/15 02:59:56 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.19s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 02:59:58 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/02/15 02:59:59 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 02:59:59 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/02/15 02:59:59 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 02:59:59 DEBUG : c/non empty space: Unchanged skipping 2025/02/15 02:59:59 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 02:59:59 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 02:59:59 INFO : a/potato2: Copied (new) 2025/02/15 02:59:59 DEBUG : Waiting for deletions to finish 2025/02/15 02:59:59 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (2.45s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:01 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:01 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/15 03:00:01 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/15 03:00:01 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/02/15 03:00:01 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:01 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:01 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:01 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:01 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:01 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/15 03:00:01 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/15 03:00:02 INFO : empty space: Updated modification time in destination 2025/02/15 03:00:02 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:02 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:02 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:02 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.16s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:04 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:04 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/15 03:00:04 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/15 03:00:04 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:04 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:04 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:04 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.68s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:06 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/15 03:00:06 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:06 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone417769704) 2025/02/15 03:00:06 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-rudumum8goge) 2025/02/15 03:00:06 DEBUG : foo: sha1 differ 2025/02/15 03:00:06 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:06 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/02/15 03:00:06 INFO : foo: Copied (replaced existing) 2025/02/15 03:00:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.82s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:07 DEBUG : potato: Need to transfer - File not found at Destination 2025/02/15 03:00:07 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:00:07 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:07 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:07 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:08 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:00:08 INFO : potato: Copied (new) 2025/02/15 03:00:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.17s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:10 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:10 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/02/15 03:00:10 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:10 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/02/15 03:00:10 INFO : potato: Copied (replaced existing) 2025/02/15 03:00:10 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (1.88s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:12 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:12 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/15 03:00:12 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone417769704) 2025/02/15 03:00:12 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-rudumum8goge) 2025/02/15 03:00:12 DEBUG : potato: sha1 differ 2025/02/15 03:00:12 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:12 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/02/15 03:00:12 INFO : potato: Copied (replaced existing) 2025/02/15 03:00:12 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (1.88s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:13 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 03:00:13 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:00:13 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:13 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:13 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/02/15 03:00:13 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:13 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:13 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.87s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:15 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 03:00:15 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:15 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:00:15 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:15 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:16 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:00:16 INFO : potato2: Copied (new) 2025/02/15 03:00:16 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:16 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.86s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:18 INFO : d: Making directory 2025/02/15 03:00:18 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/02/15 03:00:18 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:00:18 DEBUG : c/non empty space: Unchanged skipping 2025/02/15 03:00:18 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/02/15 03:00:18 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:18 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:19 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:00:19 INFO : a/potato2: Copied (new) 2025/02/15 03:00:19 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:19 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.48s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:20 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/02/15 03:00:21 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:00:21 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/02/15 03:00:21 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:21 DEBUG : c/non empty space: Unchanged skipping 2025/02/15 03:00:21 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:21 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:00:21 INFO : a/potato2: Copied (new) 2025/02/15 03:00:21 ERROR : B2 bucket rclone-test-rudumum8goge: not deleting files as there were IO errors 2025/02/15 03:00:21 ERROR : B2 bucket rclone-test-rudumum8goge: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.50s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:23 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:23 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 03:00:23 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:23 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:00:23 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:23 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:23 INFO : potato: Deleted 2025/02/15 03:00:24 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:00:24 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.34s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:25 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:26 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:26 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:26 INFO : potato: Deleted 2025/02/15 03:00:26 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 03:00:26 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:00:26 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:26 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:26 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:26 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:00:26 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (2.71s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:28 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 03:00:28 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:28 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:28 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/02/15 03:00:28 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.08s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:30 DEBUG : enormous: Excluded (Size Filter) 2025/02/15 03:00:30 DEBUG : enormous: Excluded 2025/02/15 03:00:30 DEBUG : potato2: Excluded (Size Filter) 2025/02/15 03:00:30 DEBUG : potato2: Excluded 2025/02/15 03:00:30 DEBUG : potato2: Excluded (Size Filter) 2025/02/15 03:00:30 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:30 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:00:30 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:30 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:30 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:30 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:31 DEBUG : enormous: Excluded (Size Filter) 2025/02/15 03:00:31 DEBUG : enormous: Excluded 2025/02/15 03:00:31 DEBUG : potato2: Excluded (Size Filter) 2025/02/15 03:00:31 DEBUG : potato2: Excluded 2025/02/15 03:00:31 DEBUG : potato2: Excluded (Size Filter) 2025/02/15 03:00:31 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/02/15 03:00:31 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:31 DEBUG : Local file system at /tmp/rclone417769704: Waiting for checks to finish 2025/02/15 03:00:31 DEBUG : Local file system at /tmp/rclone417769704: Waiting for transfers to finish 2025/02/15 03:00:31 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:31 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncWithExclude (2.65s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:33 DEBUG : enormous: Excluded (Size Filter) 2025/02/15 03:00:33 DEBUG : enormous: Excluded 2025/02/15 03:00:33 DEBUG : potato2: Excluded (Size Filter) 2025/02/15 03:00:33 DEBUG : potato2: Excluded 2025/02/15 03:00:33 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:00:33 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:33 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:33 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:33 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:34 INFO : enormous: Deleted 2025/02/15 03:00:34 INFO : potato2: Deleted 2025/02/15 03:00:34 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:34 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/02/15 03:00:34 DEBUG : empty space: Unchanged skipping 2025/02/15 03:00:34 DEBUG : Local file system at /tmp/rclone417769704: Waiting for checks to finish 2025/02/15 03:00:34 DEBUG : Local file system at /tmp/rclone417769704: Waiting for transfers to finish 2025/02/15 03:00:34 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:34 INFO : enormous: Deleted 2025/02/15 03:00:34 INFO : potato2: Deleted 2025/02/15 03:00:34 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.13s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:37 DEBUG : five: Need to transfer - File not found at Destination 2025/02/15 03:00:37 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/02/15 03:00:37 DEBUG : one: Destination is newer than source, skipping 2025/02/15 03:00:37 DEBUG : three: Sizes identical 2025/02/15 03:00:37 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:37 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/02/15 03:00:37 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone417769704) 2025/02/15 03:00:37 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-rudumum8goge) 2025/02/15 03:00:37 DEBUG : two: sha1 differ 2025/02/15 03:00:37 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/02/15 03:00:37 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:37 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/02/15 03:00:37 INFO : five: Copied (new) 2025/02/15 03:00:37 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/02/15 03:00:37 INFO : four: Copied (replaced existing) 2025/02/15 03:00:38 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/15 03:00:38 INFO : two: Copied (replaced existing) 2025/02/15 03:00:38 DEBUG : Waiting for deletions to finish 2025/02/15 03:00:38 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:38 DEBUG : one: Destination is newer than source, skipping 2025/02/15 03:00:38 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/02/15 03:00:38 DEBUG : five: Size and sha1 of src and dst objects identical 2025/02/15 03:00:38 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone417769704) 2025/02/15 03:00:38 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/02/15 03:00:38 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-rudumum8goge) 2025/02/15 03:00:38 DEBUG : three: sha1 differ 2025/02/15 03:00:38 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/02/15 03:00:38 DEBUG : four: Size and sha1 of src and dst objects identical 2025/02/15 03:00:38 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/15 03:00:38 DEBUG : two: Size and sha1 of src and dst objects identical 2025/02/15 03:00:38 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/02/15 03:00:38 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/02/15 03:00:38 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/02/15 03:00:38 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:38 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/15 03:00:38 INFO : three: Copied (replaced existing) 2025/02/15 03:00:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.23s) === 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-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/02/15 03:00:40 INFO : B2 bucket rclone-test-rudumum8goge: Making map for --track-renames 2025/02/15 03:00:40 INFO : B2 bucket rclone-test-rudumum8goge: Finished making map for --track-renames 2025/02/15 03:00:40 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:40 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for renames to finish 2025/02/15 03:00:40 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/02/15 03:00:40 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/02/15 03:00:40 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:40 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/15 03:00:40 INFO : yam: Copied (new) 2025/02/15 03:00:40 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/02/15 03:00:40 INFO : potato: Copied (new) 2025/02/15 03:00:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:41 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:00:41 INFO : B2 bucket rclone-test-rudumum8goge: Making map for --track-renames 2025/02/15 03:00:41 INFO : B2 bucket rclone-test-rudumum8goge: Finished making map for --track-renames 2025/02/15 03:00:41 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:41 DEBUG : potato: Unchanged skipping 2025/02/15 03:00:41 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for renames to finish 2025/02/15 03:00:41 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/15 03:00:41 INFO : yam: Copied (server-side copy) to: yaml 2025/02/15 03:00:42 INFO : yam: Deleted 2025/02/15 03:00:42 INFO : yaml: Renamed from "yam" 2025/02/15 03:00:42 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:42 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.65s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/02/15 03:00:43 INFO : B2 bucket rclone-test-rudumum8goge: Making map for --track-renames 2025/02/15 03:00:43 INFO : B2 bucket rclone-test-rudumum8goge: Finished making map for --track-renames 2025/02/15 03:00:43 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:43 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/02/15 03:00:43 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/02/15 03:00:43 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for renames to finish 2025/02/15 03:00:43 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:44 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/15 03:00:44 INFO : yam: Copied (new) 2025/02/15 03:00:44 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/02/15 03:00:44 INFO : potato: Copied (new) 2025/02/15 03:00:44 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:44 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:00:44 INFO : B2 bucket rclone-test-rudumum8goge: Making map for --track-renames 2025/02/15 03:00:44 INFO : B2 bucket rclone-test-rudumum8goge: Finished making map for --track-renames 2025/02/15 03:00:44 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:44 DEBUG : potato: Unchanged skipping 2025/02/15 03:00:44 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for renames to finish 2025/02/15 03:00:45 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/15 03:00:45 INFO : yam: Copied (server-side copy) to: yaml 2025/02/15 03:00:45 INFO : yam: Deleted 2025/02/15 03:00:45 INFO : yaml: Renamed from "yam" 2025/02/15 03:00:45 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:45 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.75s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/02/15 03:00:47 INFO : B2 bucket rclone-test-rudumum8goge: Making map for --track-renames 2025/02/15 03:00:47 INFO : B2 bucket rclone-test-rudumum8goge: Finished making map for --track-renames 2025/02/15 03:00:47 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:47 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/02/15 03:00:47 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for renames to finish 2025/02/15 03:00:47 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/02/15 03:00:47 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:47 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/02/15 03:00:47 INFO : potato: Copied (new) 2025/02/15 03:00:48 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/15 03:00:48 INFO : sub/yam: Copied (new) 2025/02/15 03:00:48 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:48 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:00:48 DEBUG : potato: Unchanged skipping 2025/02/15 03:00:48 INFO : B2 bucket rclone-test-rudumum8goge: Making map for --track-renames 2025/02/15 03:00:48 INFO : B2 bucket rclone-test-rudumum8goge: Finished making map for --track-renames 2025/02/15 03:00:48 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:48 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for renames to finish 2025/02/15 03:00:49 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/02/15 03:00:49 INFO : sub/yam: Copied (server-side copy) to: yam 2025/02/15 03:00:49 INFO : sub/yam: Deleted 2025/02/15 03:00:49 INFO : yam: Renamed from "sub/yam" 2025/02/15 03:00:49 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:49 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.69s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:51 DEBUG : Creating backend with remote "/tmp/rclone417769704/dir1" 2025/02/15 03:00:51 DEBUG : Creating backend with remote "/tmp/rclone417769704/dir2" 2025/02/15 03:00:51 DEBUG : Local file system at /tmp/rclone417769704/dir2: Using server-side directory move 2025/02/15 03:00:51 INFO : Local file system at /tmp/rclone417769704/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/02/15 03:00:51 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/02/15 03:00:51 DEBUG : Local file system at /tmp/rclone417769704/dir2: Waiting for checks to finish 2025/02/15 03:00:51 DEBUG : Local file system at /tmp/rclone417769704/dir2: Waiting for transfers to finish 2025/02/15 03:00:51 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 03:00:51 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/02/15 03:00:51 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:51 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:52 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/02/15 03:00:52 INFO : nested/sub dir/file: Copied (new) 2025/02/15 03:00:52 INFO : nested/sub dir/file: Deleted 2025/02/15 03:00:52 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 03:00:52 INFO : sub dir/hello world: Copied (new) 2025/02/15 03:00:52 INFO : sub dir/hello world: Deleted 2025/02/15 03:00:52 INFO : sub dir: Removing directory 2025/02/15 03:00:52 INFO : nested/sub dir: Removing directory 2025/02/15 03:00:52 INFO : nested: Removing directory 2025/02/15 03:00:52 DEBUG : Local file system at /tmp/rclone417769704: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.03s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/02/15 03:00:53 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/02/15 03:00:53 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:53 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:54 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/02/15 03:00:54 INFO : nested/sub dir/file: Copied (new) 2025/02/15 03:00:54 INFO : nested/sub dir/file: Deleted 2025/02/15 03:00:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/02/15 03:00:54 INFO : sub dir/hello world: Copied (new) 2025/02/15 03:00:54 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.23s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:56 DEBUG : existing: Need to transfer - File not found at Destination 2025/02/15 03:00:56 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/02/15 03:00:56 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:56 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:56 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/02/15 03:00:56 INFO : existing-b: Copied (new) 2025/02/15 03:00:56 INFO : existing-b: Deleted 2025/02/15 03:00:56 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/15 03:00:56 INFO : existing: Copied (new) 2025/02/15 03:00:56 INFO : existing: Deleted 2025/02/15 03:00:56 DEBUG : existing: Destination exists, skipping 2025/02/15 03:00:56 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/02/15 03:00:56 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:00:56 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:00:56 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.07s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:00:57 DEBUG : Creating backend with remote "TestB2:rclone-test-fogazul6qoki" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-rudumum8goge -> B2 bucket rclone-test-fogazul6qoki 2025/02/15 03:01:01 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 03:01:01 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/02/15 03:01:01 DEBUG : empty space: Unchanged skipping 2025/02/15 03:01:01 DEBUG : B2 bucket rclone-test-fogazul6qoki: Waiting for checks to finish 2025/02/15 03:01:01 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/02/15 03:01:01 INFO : empty space: Deleted 2025/02/15 03:01:01 DEBUG : B2 bucket rclone-test-fogazul6qoki: Waiting for transfers to finish 2025/02/15 03:01:01 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:01:01 INFO : potato2: Copied (server-side copy) 2025/02/15 03:01:02 INFO : potato2: Deleted 2025/02/15 03:01:02 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/15 03:01:02 INFO : potato3: Copied (server-side copy) 2025/02/15 03:01:02 INFO : potato3: Deleted 2025/02/15 03:01:02 DEBUG : Creating backend with remote "TestB2:rclone-test-wuxojem2ziyi" 2025/02/15 03:01:03 DEBUG : empty space: Need to transfer - File not found at Destination 2025/02/15 03:01:03 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 03:01:03 DEBUG : potato3: Need to transfer - File not found at Destination 2025/02/15 03:01:03 DEBUG : B2 bucket rclone-test-wuxojem2ziyi: Waiting for checks to finish 2025/02/15 03:01:03 DEBUG : B2 bucket rclone-test-wuxojem2ziyi: Waiting for transfers to finish 2025/02/15 03:01:04 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:01:04 INFO : potato2: Copied (server-side copy) 2025/02/15 03:01:04 INFO : potato2: Deleted 2025/02/15 03:01:05 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/15 03:01:05 INFO : potato3: Copied (server-side copy) 2025/02/15 03:01:05 INFO : potato3: Deleted 2025/02/15 03:01:05 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/15 03:01:05 INFO : empty space: Copied (server-side copy) 2025/02/15 03:01:05 INFO : empty space: Deleted 2025/02/15 03:01:06 DEBUG : B2 bucket rclone-test-wuxojem2ziyi: Purge remote 2025/02/15 03:01:06 INFO : B2 bucket rclone-test-wuxojem2ziyi: cleaning bucket "rclone-test-wuxojem2ziyi" of all files 2025/02/15 03:01:06 DEBUG : empty space: Deleting (id "4_zefc26dd380dd0b7b9f580e1b_f119882a3c404e09b_d20250215_m030105_c001_v0001109_t0013_u01739588465041") 2025/02/15 03:01:06 DEBUG : potato2: Deleting (id "4_zefc26dd380dd0b7b9f580e1b_f103d6c8acabdc4ff_d20250215_m030104_c001_v0001183_t0012_u01739588464671") 2025/02/15 03:01:06 DEBUG : potato3: Deleting (id "4_zefc26dd380dd0b7b9f580e1b_f101dad44c88de3f8_d20250215_m030104_c001_v0001183_t0018_u01739588464962") 2025/02/15 03:01:07 DEBUG : B2 bucket rclone-test-fogazul6qoki: Purge remote 2025/02/15 03:01:07 INFO : B2 bucket rclone-test-fogazul6qoki: cleaning bucket "rclone-test-fogazul6qoki" of all files 2025/02/15 03:01:07 DEBUG : empty space: Deleting (id "4_z9fd25dd380dd0b7b9f580e1b_f410584089e96427f_d20250215_m030105_c001_v7007000_t0000_u01739588465669") 2025/02/15 03:01:07 DEBUG : empty space: Deleting (id "4_z9fd25dd380dd0b7b9f580e1b_f111d4fdb8ab38d5f_d20250215_m030100_c001_v0001178_t0037_u01739588460950") 2025/02/15 03:01:07 DEBUG : potato2: Deleting (id "4_z9fd25dd380dd0b7b9f580e1b_f410584089e964277_d20250215_m030104_c001_v7007000_t0000_u01739588464873") 2025/02/15 03:01:07 DEBUG : potato2: Deleting (id "4_z9fd25dd380dd0b7b9f580e1b_f105fbd0e93ee6bde_d20250215_m030101_c001_v0001183_t0056_u01739588461804") 2025/02/15 03:01:07 DEBUG : potato3: Deleting (id "4_z9fd25dd380dd0b7b9f580e1b_f410584089e964279_d20250215_m030105_c001_v7007000_t0000_u01739588465180") 2025/02/15 03:01:07 DEBUG : potato3: Deleting (id "4_z9fd25dd380dd0b7b9f580e1b_f106f17d5a388ca68_d20250215_m030102_c001_v0001098_t0037_u01739588462039") 2025/02/15 03:01:07 DEBUG : potato3: Deleting (id "4_z9fd25dd380dd0b7b9f580e1b_f111d4fdb8ab38d61_d20250215_m030101_c001_v0001178_t0044_u01739588461183") --- PASS: TestServerSideMove (11.21s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:01:09 DEBUG : Creating backend with remote "TestB2:rclone-test-nicebat9xuqa" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-rudumum8goge -> B2 bucket rclone-test-nicebat9xuqa 2025/02/15 03:01:13 DEBUG : empty space: Excluded (Size Filter) 2025/02/15 03:01:13 DEBUG : empty space: Excluded (Size Filter) 2025/02/15 03:01:13 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 03:01:13 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/02/15 03:01:13 DEBUG : B2 bucket rclone-test-nicebat9xuqa: Waiting for checks to finish 2025/02/15 03:01:13 DEBUG : B2 bucket rclone-test-nicebat9xuqa: Waiting for transfers to finish 2025/02/15 03:01:14 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:01:14 INFO : potato2: Copied (server-side copy) 2025/02/15 03:01:14 INFO : potato2: Deleted 2025/02/15 03:01:14 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/15 03:01:14 INFO : potato3: Copied (server-side copy) 2025/02/15 03:01:15 INFO : potato3: Deleted 2025/02/15 03:01:15 DEBUG : Creating backend with remote "TestB2:rclone-test-wedinih7huga" 2025/02/15 03:01:16 DEBUG : empty space: Excluded (Size Filter) 2025/02/15 03:01:16 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 03:01:16 DEBUG : potato3: Need to transfer - File not found at Destination 2025/02/15 03:01:16 DEBUG : B2 bucket rclone-test-wedinih7huga: Waiting for checks to finish 2025/02/15 03:01:16 DEBUG : B2 bucket rclone-test-wedinih7huga: Waiting for transfers to finish 2025/02/15 03:01:17 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:01:17 INFO : potato2: Copied (server-side copy) 2025/02/15 03:01:17 INFO : potato2: Deleted 2025/02/15 03:01:17 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/15 03:01:17 INFO : potato3: Copied (server-side copy) 2025/02/15 03:01:18 INFO : potato3: Deleted 2025/02/15 03:01:18 DEBUG : B2 bucket rclone-test-wedinih7huga: Purge remote 2025/02/15 03:01:18 INFO : B2 bucket rclone-test-wedinih7huga: cleaning bucket "rclone-test-wedinih7huga" of all files 2025/02/15 03:01:18 DEBUG : potato2: Deleting (id "4_zef429df380dd0b7b9f580e1b_f11375f96ccdfe860_d20250215_m030117_c001_v0001098_t0004_u01739588477400") 2025/02/15 03:01:18 DEBUG : potato3: Deleting (id "4_zef429df380dd0b7b9f580e1b_f101e43fdeeaee0a0_d20250215_m030117_c001_v0001184_t0032_u01739588477781") 2025/02/15 03:01:19 DEBUG : B2 bucket rclone-test-nicebat9xuqa: Purge remote 2025/02/15 03:01:19 INFO : B2 bucket rclone-test-nicebat9xuqa: cleaning bucket "rclone-test-nicebat9xuqa" of all files 2025/02/15 03:01:19 DEBUG : empty space: Deleting (id "4_z7fd28dd380dd0b7b9f580e1b_f102b13b067a2dcc5_d20250215_m030113_c001_v0001183_t0016_u01739588473167") 2025/02/15 03:01:19 DEBUG : potato2: Deleting (id "4_z7fd28dd380dd0b7b9f580e1b_f414db0635644c6c6_d20250215_m030117_c001_v7007000_t0000_u01739588477784") 2025/02/15 03:01:19 DEBUG : potato2: Deleting (id "4_z7fd28dd380dd0b7b9f580e1b_f106441582f176cdd_d20250215_m030113_c001_v0001033_t0057_u01739588473948") 2025/02/15 03:01:19 DEBUG : potato3: Deleting (id "4_z7fd28dd380dd0b7b9f580e1b_f414db0635644c6c8_d20250215_m030117_c001_v7007000_t0000_u01739588477980") 2025/02/15 03:01:19 DEBUG : potato3: Deleting (id "4_z7fd28dd380dd0b7b9f580e1b_f10180378657dd445_d20250215_m030114_c001_v0001117_t0048_u01739588474328") 2025/02/15 03:01:19 DEBUG : potato3: Deleting (id "4_z7fd28dd380dd0b7b9f580e1b_f102b13b067a2dccd_d20250215_m030113_c001_v0001183_t0017_u01739588473360") --- PASS: TestServerSideMoveWithFilter (12.72s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:01:21 DEBUG : Creating backend with remote "TestB2:rclone-test-huhebum6beya" 2025/02/15 03:01:24 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-rudumum8goge -> B2 bucket rclone-test-huhebum6beya 2025/02/15 03:01:27 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 03:01:27 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/02/15 03:01:27 DEBUG : empty space: Unchanged skipping 2025/02/15 03:01:27 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/02/15 03:01:27 DEBUG : B2 bucket rclone-test-huhebum6beya: Waiting for checks to finish 2025/02/15 03:01:27 INFO : empty space: Deleted 2025/02/15 03:01:27 DEBUG : B2 bucket rclone-test-huhebum6beya: Waiting for transfers to finish 2025/02/15 03:01:27 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:01:27 INFO : potato2: Copied (server-side copy) 2025/02/15 03:01:28 INFO : potato2: Deleted 2025/02/15 03:01:28 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/15 03:01:28 INFO : potato3: Copied (server-side copy) 2025/02/15 03:01:28 INFO : potato3: Deleted 2025/02/15 03:01:29 DEBUG : Creating backend with remote "TestB2:rclone-test-lusasem9moqo" 2025/02/15 03:01:29 INFO : tomatoDir: Making directory 2025/02/15 03:01:30 DEBUG : empty space: Need to transfer - File not found at Destination 2025/02/15 03:01:30 DEBUG : potato2: Need to transfer - File not found at Destination 2025/02/15 03:01:30 DEBUG : potato3: Need to transfer - File not found at Destination 2025/02/15 03:01:30 DEBUG : B2 bucket rclone-test-lusasem9moqo: Waiting for checks to finish 2025/02/15 03:01:30 DEBUG : B2 bucket rclone-test-lusasem9moqo: Waiting for transfers to finish 2025/02/15 03:01:31 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/02/15 03:01:31 INFO : potato3: Copied (server-side copy) 2025/02/15 03:01:31 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/02/15 03:01:31 INFO : empty space: Copied (server-side copy) 2025/02/15 03:01:31 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/02/15 03:01:31 INFO : potato2: Copied (server-side copy) 2025/02/15 03:01:31 INFO : potato3: Deleted 2025/02/15 03:01:31 INFO : empty space: Deleted 2025/02/15 03:01:31 INFO : potato2: Deleted 2025/02/15 03:01:32 DEBUG : B2 bucket rclone-test-lusasem9moqo: Purge remote 2025/02/15 03:01:32 INFO : B2 bucket rclone-test-lusasem9moqo: cleaning bucket "rclone-test-lusasem9moqo" of all files 2025/02/15 03:01:32 DEBUG : empty space: Deleting (id "4_z0fa2dd5380dd0b7b9f580e1b_f1135faef73ccc5dd_d20250215_m030131_c001_v0001116_t0005_u01739588491105") 2025/02/15 03:01:32 DEBUG : potato2: Deleting (id "4_z0fa2dd5380dd0b7b9f580e1b_f1194368fdf2276cd_d20250215_m030131_c001_v0001134_t0054_u01739588491472") 2025/02/15 03:01:32 DEBUG : potato3: Deleting (id "4_z0fa2dd5380dd0b7b9f580e1b_f10747f70f1276907_d20250215_m030131_c001_v0001183_t0034_u01739588491490") 2025/02/15 03:01:33 DEBUG : B2 bucket rclone-test-huhebum6beya: Purge remote 2025/02/15 03:01:33 INFO : B2 bucket rclone-test-huhebum6beya: cleaning bucket "rclone-test-huhebum6beya" of all files 2025/02/15 03:01:33 DEBUG : empty space: Deleting (id "4_z3fa2bdf380dd0b7b9f580e1b_f4168ea21781aa2fa_d20250215_m030131_c001_v7007000_t0000_u01739588491709") 2025/02/15 03:01:33 DEBUG : empty space: Deleting (id "4_z3fa2bdf380dd0b7b9f580e1b_f105a5e5f64bf1600_d20250215_m030125_c001_v0001115_t0029_u01739588485920") 2025/02/15 03:01:33 DEBUG : potato2: Deleting (id "4_z3fa2bdf380dd0b7b9f580e1b_f413279d23a84b940_d20250215_m030131_c001_v7007000_t0000_u01739588491893") 2025/02/15 03:01:33 DEBUG : potato2: Deleting (id "4_z3fa2bdf380dd0b7b9f580e1b_f103b5ecd986607ae_d20250215_m030127_c001_v0001182_t0042_u01739588487741") 2025/02/15 03:01:33 DEBUG : potato3: Deleting (id "4_z3fa2bdf380dd0b7b9f580e1b_f413279d23a84b93d_d20250215_m030131_c001_v7007000_t0000_u01739588491692") 2025/02/15 03:01:33 DEBUG : potato3: Deleting (id "4_z3fa2bdf380dd0b7b9f580e1b_f1194368fdf2276c9_d20250215_m030127_c001_v0001134_t0056_u01739588487972") 2025/02/15 03:01:33 DEBUG : potato3: Deleting (id "4_z3fa2bdf380dd0b7b9f580e1b_f105a5e5f64bf1602_d20250215_m030126_c001_v0001115_t0012_u01739588486394") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (13.67s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:01:35 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.57s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:01:38 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncOverlap (2.93s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:01:41 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/rclone-sync-test" 2025/02/15 03:01:42 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/rclone-sync-test-include/layer2" 2025/02/15 03:01:44 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/rclone-sync-test-ignore-file" 2025/02/15 03:01:47 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/02/15 03:01:47 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/02/15 03:01:48 DEBUG : pacer: Reducing sleep to 10ms 2025/02/15 03:01:48 DEBUG : B2 bucket rclone-test-rudumum8goge path rclone-sync-test: Waiting for checks to finish 2025/02/15 03:01:48 DEBUG : B2 bucket rclone-test-rudumum8goge path rclone-sync-test: Waiting for transfers to finish 2025/02/15 03:01:48 DEBUG : Waiting for deletions to finish 2025/02/15 03:01:48 INFO : There was nothing to transfer 2025/02/15 03:01:48 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:01:48 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:01:48 DEBUG : Waiting for deletions to finish 2025/02/15 03:01:48 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:01:49 DEBUG : B2 bucket rclone-test-rudumum8goge path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/02/15 03:01:49 DEBUG : B2 bucket rclone-test-rudumum8goge path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/02/15 03:01:49 DEBUG : Waiting for deletions to finish 2025/02/15 03:01:49 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:01:49 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:01:49 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:01:49 DEBUG : Waiting for deletions to finish 2025/02/15 03:01:49 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:01:49 DEBUG : B2 bucket rclone-test-rudumum8goge path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/02/15 03:01:49 DEBUG : B2 bucket rclone-test-rudumum8goge path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/02/15 03:01:49 DEBUG : Waiting for deletions to finish 2025/02/15 03:01:49 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.75s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:01:56 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/dst" 2025/02/15 03:01:57 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/CompareDest" 2025/02/15 03:01:59 DEBUG : one: Need to transfer - File not found at Destination 2025/02/15 03:01:59 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:01:59 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:00 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/15 03:02:00 INFO : one: Copied (new) 2025/02/15 03:02:00 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:01 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 03:02:01 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:01 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:01 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/02/15 03:02:01 INFO : one: Copied (replaced existing) 2025/02/15 03:02:01 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:03 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 03:02:03 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:03 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:03 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/15 03:02:03 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:03 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:03 INFO : There was nothing to transfer 2025/02/15 03:02:04 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:04 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/15 03:02:04 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 03:02:04 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:05 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/15 03:02:05 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:05 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:05 INFO : There was nothing to transfer 2025/02/15 03:02:05 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:05 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/15 03:02:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 03:02:05 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:05 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:05 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/15 03:02:05 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:05 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:05 INFO : There was nothing to transfer 2025/02/15 03:02:06 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/15 03:02:06 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/15 03:02:06 DEBUG : two: Destination found in --compare-dest, skipping 2025/02/15 03:02:06 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 03:02:06 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:07 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:07 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/15 03:02:07 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:07 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:07 INFO : There was nothing to transfer 2025/02/15 03:02:07 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/02/15 03:02:07 DEBUG : two: Need to transfer - File not found at Destination 2025/02/15 03:02:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 03:02:07 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:08 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:08 DEBUG : one: Destination found in --compare-dest, skipping 2025/02/15 03:02:08 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:08 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/02/15 03:02:08 INFO : two: Copied (new) 2025/02/15 03:02:08 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (12.91s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:02:11 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/dest" 2025/02/15 03:02:12 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/pre-dest1" 2025/02/15 03:02:13 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/pre-dest2" 2025/02/15 03:02:15 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:02:15 DEBUG : 1: Destination found in --compare-dest, skipping 2025/02/15 03:02:15 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:02:15 DEBUG : 2: Destination found in --compare-dest, skipping 2025/02/15 03:02:16 DEBUG : 3: Need to transfer - File not found at Destination 2025/02/15 03:02:16 DEBUG : B2 bucket rclone-test-rudumum8goge path dest: Waiting for checks to finish 2025/02/15 03:02:16 DEBUG : B2 bucket rclone-test-rudumum8goge path dest: Waiting for transfers to finish 2025/02/15 03:02:16 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/02/15 03:02:16 INFO : 3: Copied (new) 2025/02/15 03:02:16 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.92s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:02:18 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/dst" 2025/02/15 03:02:19 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/CopyDest" 2025/02/15 03:02:21 DEBUG : one: Need to transfer - File not found at Destination 2025/02/15 03:02:21 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:21 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:22 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/15 03:02:22 INFO : one: Copied (new) 2025/02/15 03:02:22 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:23 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 03:02:23 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:23 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:24 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/02/15 03:02:24 INFO : one: Copied (replaced existing) 2025/02/15 03:02:24 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:25 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/BackupDir" 2025/02/15 03:02:26 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 03:02:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/02/15 03:02:28 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/15 03:02:28 INFO : one: Copied (server-side copy) 2025/02/15 03:02:28 INFO : one: Deleted 2025/02/15 03:02:28 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/02/15 03:02:28 INFO : one: Copied (server-side copy) 2025/02/15 03:02:28 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/02/15 03:02:28 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:28 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:30 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/02/15 03:02:30 INFO : two: Copied (server-side copy) 2025/02/15 03:02:30 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/02/15 03:02:30 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:30 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:30 DEBUG : one: Unchanged skipping 2025/02/15 03:02:30 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:30 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:30 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:30 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:30 DEBUG : two: Unchanged skipping 2025/02/15 03:02:30 DEBUG : one: Unchanged skipping 2025/02/15 03:02:30 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:30 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:30 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:30 INFO : There was nothing to transfer 2025/02/15 03:02:32 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/02/15 03:02:32 DEBUG : three: Destination not found in --copy-dest 2025/02/15 03:02:32 DEBUG : three: Need to transfer - File not found at Destination 2025/02/15 03:02:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:32 DEBUG : one: Unchanged skipping 2025/02/15 03:02:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/02/15 03:02:32 DEBUG : two: Unchanged skipping 2025/02/15 03:02:32 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:32 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:33 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/02/15 03:02:33 INFO : three: Copied (new) 2025/02/15 03:02:33 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (16.70s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:02:36 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1181-13.backblaze.com/b2api/v1/b2_upload_file/4f327d7380bd0b7b9f580e1b/c001_v0001181_t0048": EOF 2025/02/15 03:02:36 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1181-13.backblaze.com/b2api/v1/b2_upload_file/4f327d7380bd0b7b9f580e1b/c001_v0001181_t0048": EOF) 2025/02/15 03:02:36 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-rudumum8goge: 1/10 (Post "https://pod-000-1181-13.backblaze.com/b2api/v1/b2_upload_file/4f327d7380bd0b7b9f580e1b/c001_v0001181_t0048": EOF) 2025/02/15 03:02:38 DEBUG : pacer: Reducing sleep to 10ms 2025/02/15 03:02:39 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/dst" 2025/02/15 03:02:40 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/backup" 2025/02/15 03:02:42 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/15 03:02:42 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:02:42 DEBUG : two: Unchanged skipping 2025/02/15 03:02:42 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:43 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/15 03:02:43 INFO : one: Copied (server-side copy) 2025/02/15 03:02:43 INFO : one: Deleted 2025/02/15 03:02:43 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:44 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:02:44 INFO : one: Copied (new) 2025/02/15 03:02:44 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:44 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/15 03:02:44 INFO : three.txt: Copied (server-side copy) 2025/02/15 03:02:45 INFO : three.txt: Deleted 2025/02/15 03:02:45 INFO : three.txt: Moved into backup dir 2025/02/15 03:02:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:02:46 DEBUG : two: Unchanged skipping 2025/02/15 03:02:46 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/15 03:02:46 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:47 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:02:47 INFO : one: Copied (server-side copy) 2025/02/15 03:02:47 INFO : one: Deleted 2025/02/15 03:02:47 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:47 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/15 03:02:47 INFO : one: Copied (new) 2025/02/15 03:02:47 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:48 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/15 03:02:48 INFO : three.txt: Copied (server-side copy) 2025/02/15 03:02:48 INFO : three.txt: Deleted 2025/02/15 03:02:48 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (14.52s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:02:51 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/dst" 2025/02/15 03:02:52 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/backup" 2025/02/15 03:02:54 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/15 03:02:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:02:54 DEBUG : two: Unchanged skipping 2025/02/15 03:02:54 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:55 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/15 03:02:55 INFO : one: Copied (server-side copy) to: one.bak 2025/02/15 03:02:55 INFO : one: Deleted 2025/02/15 03:02:55 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:56 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:02:56 INFO : one: Copied (new) 2025/02/15 03:02:56 DEBUG : Waiting for deletions to finish 2025/02/15 03:02:57 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/15 03:02:57 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/15 03:02:57 INFO : three.txt: Deleted 2025/02/15 03:02:57 INFO : three.txt: Moved into backup dir 2025/02/15 03:02:59 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/15 03:02:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:02:59 DEBUG : two: Unchanged skipping 2025/02/15 03:02:59 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:02:59 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:02:59 INFO : one: Copied (server-side copy) to: one.bak 2025/02/15 03:02:59 INFO : one: Deleted 2025/02/15 03:02:59 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:02:59 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/15 03:02:59 INFO : one: Copied (new) 2025/02/15 03:02:59 DEBUG : Waiting for deletions to finish 2025/02/15 03:03:00 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/15 03:03:00 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/15 03:03:01 INFO : three.txt: Deleted 2025/02/15 03:03:01 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (12.52s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:03:03 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/dst" 2025/02/15 03:03:04 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/backup" 2025/02/15 03:03:06 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/15 03:03:06 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:03:06 DEBUG : two: Unchanged skipping 2025/02/15 03:03:06 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:03:08 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/15 03:03:08 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/15 03:03:08 INFO : one: Deleted 2025/02/15 03:03:08 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:03:09 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:03:09 INFO : one: Copied (new) 2025/02/15 03:03:09 DEBUG : Waiting for deletions to finish 2025/02/15 03:03:09 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/15 03:03:09 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/15 03:03:10 INFO : three.txt: Deleted 2025/02/15 03:03:10 INFO : three.txt: Moved into backup dir 2025/02/15 03:03:11 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/15 03:03:11 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:03:11 DEBUG : two: Unchanged skipping 2025/02/15 03:03:11 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:03:12 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:03:12 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/15 03:03:12 INFO : one: Deleted 2025/02/15 03:03:12 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:03:12 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/15 03:03:12 INFO : one: Copied (new) 2025/02/15 03:03:12 DEBUG : Waiting for deletions to finish 2025/02/15 03:03:13 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/15 03:03:13 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/15 03:03:13 INFO : three.txt: Deleted 2025/02/15 03:03:13 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (12.41s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:03:16 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/dst" 2025/02/15 03:03:17 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/15 03:03:17 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:03:17 DEBUG : two: Unchanged skipping 2025/02/15 03:03:17 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:03:18 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/15 03:03:18 INFO : one: Copied (server-side copy) to: one.bak 2025/02/15 03:03:18 INFO : one: Deleted 2025/02/15 03:03:18 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:03:19 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:03:19 INFO : one: Copied (new) 2025/02/15 03:03:19 DEBUG : Waiting for deletions to finish 2025/02/15 03:03:20 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/15 03:03:20 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/15 03:03:20 INFO : three.txt: Deleted 2025/02/15 03:03:20 INFO : three.txt: Moved into backup dir 2025/02/15 03:03:21 DEBUG : one.bak: Excluded (Path Filter) 2025/02/15 03:03:21 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/02/15 03:03:21 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/15 03:03:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:03:21 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for checks to finish 2025/02/15 03:03:21 DEBUG : two: Unchanged skipping 2025/02/15 03:03:21 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:03:21 INFO : one: Copied (server-side copy) to: one.bak 2025/02/15 03:03:21 INFO : one: Deleted 2025/02/15 03:03:21 DEBUG : B2 bucket rclone-test-rudumum8goge path dst: Waiting for transfers to finish 2025/02/15 03:03:22 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/15 03:03:22 INFO : one: Copied (new) 2025/02/15 03:03:22 DEBUG : Waiting for deletions to finish 2025/02/15 03:03:22 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/15 03:03:22 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/15 03:03:22 INFO : three.txt: Deleted 2025/02/15 03:03:22 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (9.47s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:03:25 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/dst" 2025/02/15 03:03:26 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/15 03:03:28 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/15 03:03:28 INFO : one: Copied (server-side copy) to: one.bak 2025/02/15 03:03:28 INFO : one: Deleted 2025/02/15 03:03:29 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:03:29 INFO : one: Copied (new) 2025/02/15 03:03:29 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:03:29 DEBUG : two: Unchanged skipping 2025/02/15 03:03:29 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/02/15 03:03:30 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/15 03:03:30 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/15 03:03:30 INFO : three.txt: Deleted 2025/02/15 03:03:30 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/15 03:03:30 INFO : three.txt: Copied (new) 2025/02/15 03:03:31 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/15 03:03:32 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:03:32 INFO : one: Copied (server-side copy) to: one.bak 2025/02/15 03:03:32 INFO : one: Deleted 2025/02/15 03:03:33 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/15 03:03:33 INFO : one: Copied (new) 2025/02/15 03:03:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:03:33 DEBUG : two: Unchanged skipping 2025/02/15 03:03:33 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/02/15 03:03:33 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/15 03:03:33 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/02/15 03:03:34 INFO : three.txt: Deleted 2025/02/15 03:03:34 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/02/15 03:03:34 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (11.62s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:03:37 DEBUG : Creating backend with remote "TestB2:rclone-test-rudumum8goge/dst" 2025/02/15 03:03:39 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/02/15 03:03:40 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/02/15 03:03:40 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/15 03:03:40 INFO : one: Deleted 2025/02/15 03:03:41 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:03:41 INFO : one: Copied (new) 2025/02/15 03:03:41 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:03:41 DEBUG : two: Unchanged skipping 2025/02/15 03:03:41 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/02/15 03:03:42 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/02/15 03:03:42 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/15 03:03:42 INFO : three.txt: Deleted 2025/02/15 03:03:43 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/15 03:03:43 INFO : three.txt: Copied (new) 2025/02/15 03:03:44 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/02/15 03:03:44 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/02/15 03:03:44 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/02/15 03:03:44 INFO : one: Deleted 2025/02/15 03:03:45 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/02/15 03:03:45 INFO : one: Copied (new) 2025/02/15 03:03:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:03:45 DEBUG : two: Unchanged skipping 2025/02/15 03:03:45 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/02/15 03:03:46 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/02/15 03:03:46 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/02/15 03:03:46 INFO : three.txt: Deleted 2025/02/15 03:03:46 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/02/15 03:03:46 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (12.63s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:03:49 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/02/15 03:03:49 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:03:49 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:03:50 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/02/15 03:03:50 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/02/15 03:03:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.56s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:03:51 DEBUG : existing: Need to transfer - File not found at Destination 2025/02/15 03:03:51 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:03:51 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:03:51 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/02/15 03:03:51 INFO : existing: Copied (new) 2025/02/15 03:03:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:03:52 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/02/15 03:03:52 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:03:52 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/02/15 03:03:52 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:03:52 ERROR : B2 bucket rclone-test-rudumum8goge: not deleting files as there were IO errors 2025/02/15 03:03:52 ERROR : B2 bucket rclone-test-rudumum8goge: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncImmutable (2.73s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:03:54 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:03:54 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:03:54 DEBUG : existing: Unchanged skipping 2025/02/15 03:03:54 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:03:54 DEBUG : Waiting for deletions to finish 2025/02/15 03:03:54 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.57s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", 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-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.14s) --- SKIP: TestMaxTransfer/Hard (0.37s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.39s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:04:09 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:04:09 DEBUG : both0: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both1: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both10: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both14: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both15: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both16: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both11: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both12: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both19: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both2: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both3: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both13: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both17: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both18: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both7: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both4: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:09 DEBUG : both9: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both5: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both6: Unchanged skipping 2025/02/15 03:04:09 DEBUG : both8: Unchanged skipping 2025/02/15 03:04:09 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:04:09 DEBUG : Waiting for deletions to finish 2025/02/15 03:04:10 INFO : only11: Deleted 2025/02/15 03:04:10 INFO : only2: Deleted 2025/02/15 03:04:10 INFO : only10: Deleted 2025/02/15 03:04:10 INFO : only1: Deleted 2025/02/15 03:04:10 INFO : only19: Deleted 2025/02/15 03:04:10 INFO : only4: Deleted 2025/02/15 03:04:10 INFO : only7: Deleted 2025/02/15 03:04:10 INFO : only9: Deleted 2025/02/15 03:04:10 INFO : only0: Deleted 2025/02/15 03:04:10 INFO : only14: Deleted 2025/02/15 03:04:10 INFO : only17: Deleted 2025/02/15 03:04:10 INFO : only12: Deleted 2025/02/15 03:04:10 INFO : only16: Deleted 2025/02/15 03:04:10 INFO : only18: Deleted 2025/02/15 03:04:10 INFO : only3: Deleted 2025/02/15 03:04:10 INFO : only5: Deleted 2025/02/15 03:04:10 INFO : only6: Deleted 2025/02/15 03:04:11 INFO : only8: Deleted 2025/02/15 03:04:11 INFO : only13: Deleted 2025/02/15 03:04:11 INFO : only15: Deleted 2025/02/15 03:04:11 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (19.01s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:04:28 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for checks to finish 2025/02/15 03:04:28 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both0: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both12: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both1: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both14: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both15: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both16: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both11: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both10: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both19: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both2: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both3: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both4: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both5: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both6: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both7: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both8: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/02/15 03:04:28 DEBUG : both9: Unchanged skipping 2025/02/15 03:04:28 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/02/15 03:04:28 DEBUG : both13: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both17: Unchanged skipping 2025/02/15 03:04:28 DEBUG : both18: Unchanged skipping 2025/02/15 03:04:28 DEBUG : B2 bucket rclone-test-rudumum8goge: Waiting for transfers to finish 2025/02/15 03:04:28 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:28 INFO : only0: Copied (replaced existing) 2025/02/15 03:04:28 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:28 INFO : only1: Copied (replaced existing) 2025/02/15 03:04:28 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:28 INFO : only12: Copied (replaced existing) 2025/02/15 03:04:28 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:28 INFO : only13: Copied (replaced existing) 2025/02/15 03:04:28 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:28 INFO : only14: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only10: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only15: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only11: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only16: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only17: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only18: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only19: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only2: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only3: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only4: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only5: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only6: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only7: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only8: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/02/15 03:04:29 INFO : only9: Copied (replaced existing) 2025/02/15 03:04:29 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (22.45s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:04:38 DEBUG : empty_dir: Making directory with metadata 2025/02/15 03:04:38 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/15 03:04:38 DEBUG : empty_on_remote: Making directory with metadata 2025/02/15 03:04:38 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/15 03:04:38 INFO : empty_on_remote: Making directory 2025/02/15 03:04:38 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:04:39 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/02/15 03:04:39 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/02/15 03:04:39 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/02/15 03:04:39 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTime (2.98s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:04:41 DEBUG : empty_dir: Making directory with metadata 2025/02/15 03:04:41 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/15 03:04:41 DEBUG : empty_on_remote: Making directory with metadata 2025/02/15 03:04:41 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/02/15 03:04:41 INFO : empty_on_remote: Making directory 2025/02/15 03:04:41 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:04:42 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/02/15 03:04:42 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/02/15 03:04:42 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/02/15 03:04:42 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/02/15 03:04:42 INFO : empty_dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (3.12s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:04:44 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/15 03:04:44 INFO : sub dir: Making directory 2025/02/15 03:04:44 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (3.20s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" 2025/02/15 03:04:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/02/15 03:04:47 INFO : sub dir: Making directory 2025/02/15 03:04:47 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-rudumum8goge", Local "Local file system at /tmp/rclone417769704", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.05s) PASS 2025/02/15 03:04:50 DEBUG : B2 bucket rclone-test-rudumum8goge: Purge remote 2025/02/15 03:04:50 INFO : B2 bucket rclone-test-rudumum8goge: cleaning bucket "rclone-test-rudumum8goge" of all files 2025/02/15 03:04:51 DEBUG : BackupDir/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79bd08_d20250215_m030233_c001_v7007000_t0000_u01739588553905") 2025/02/15 03:04:51 DEBUG : BackupDir/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f10394b9f6d2c9d93_d20250215_m030228_c001_v0001165_t0048_u01739588548229") 2025/02/15 03:04:51 DEBUG : CompareDest/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73a47_d20250215_m030208_c001_v7007000_t0000_u01739588528853") 2025/02/15 03:04:51 DEBUG : CompareDest/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f24_d20250215_m030202_c001_v0001100_t0041_u01739588522801") 2025/02/15 03:04:51 DEBUG : CompareDest/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73a48_d20250215_m030209_c001_v7007000_t0000_u01739588529033") 2025/02/15 03:04:51 DEBUG : CompareDest/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf4ae_d20250215_m030204_c001_v0001181_t0047_u01739588524203") 2025/02/15 03:04:51 DEBUG : CopyDest/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79bd09_d20250215_m030234_c001_v7007000_t0000_u01739588554089") 2025/02/15 03:04:51 DEBUG : CopyDest/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c1f1_d20250215_m030225_c001_v0001183_t0019_u01739588545314") 2025/02/15 03:04:51 DEBUG : CopyDest/three: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79bd0a_d20250215_m030234_c001_v7007000_t0000_u01739588554274") 2025/02/15 03:04:51 DEBUG : CopyDest/three: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf4e2_d20250215_m030231_c001_v0001181_t0008_u01739588551576") 2025/02/15 03:04:51 DEBUG : CopyDest/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79bd0c_d20250215_m030234_c001_v7007000_t0000_u01739588554462") 2025/02/15 03:04:52 DEBUG : CopyDest/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f42_d20250215_m030229_c001_v0001100_t0023_u01739588549521") 2025/02/15 03:04:52 DEBUG : EXISTING: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa253067_d20250215_m030355_c001_v7007000_t0000_u01739588635065") 2025/02/15 03:04:52 DEBUG : EXISTING: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fb7_d20250215_m030353_c001_v0001100_t0015_u01739588633870") 2025/02/15 03:04:52 DEBUG : Testêé: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa25305b_d20250215_m030350_c001_v7007000_t0000_u01739588630750") 2025/02/15 03:04:52 DEBUG : Testêé: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fb1_d20250215_m030349_c001_v0001100_t0056_u01739588629916") 2025/02/15 03:04:52 DEBUG : Testêé: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c779_d20250215_m030348_c001_v0001183_t0018_u01739588628935") 2025/02/15 03:04:52 DEBUG : a/potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14df3_d20250215_m030021_c001_v7007000_t0000_u01739588421999") 2025/02/15 03:04:52 DEBUG : a/potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3df_d20250215_m030021_c001_v0001181_t0003_u01739588421412") 2025/02/15 03:04:52 DEBUG : a/potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14dec_d20250215_m030019_c001_v7007000_t0000_u01739588419684") 2025/02/15 03:04:52 DEBUG : a/potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3d5_d20250215_m030018_c001_v0001181_t0005_u01739588418918") 2025/02/15 03:04:52 DEBUG : a/potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fabf_d20250215_m025959_c001_v7007000_t0000_u01739588399902") 2025/02/15 03:04:52 DEBUG : a/potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf39f_d20250215_m025959_c001_v0001181_t0059_u01739588399148") 2025/02/15 03:04:52 DEBUG : b/potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14df4_d20250215_m030022_c001_v7007000_t0000_u01739588422184") 2025/02/15 03:04:52 DEBUG : b/potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3db_d20250215_m030020_c001_v0001181_t0027_u01739588420608") 2025/02/15 03:04:52 DEBUG : b/potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14dea_d20250215_m030019_c001_v7007000_t0000_u01739588419129") 2025/02/15 03:04:52 DEBUG : b/potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3d1_d20250215_m030018_c001_v0001181_t0015_u01739588418123") 2025/02/15 03:04:52 DEBUG : b/potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fabc_d20250215_m025959_c001_v7007000_t0000_u01739588399353") 2025/02/15 03:04:52 DEBUG : b/potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf397_d20250215_m025958_c001_v0001181_t0028_u01739588398360") 2025/02/15 03:04:52 DEBUG : backup/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa252e29_d20250215_m030248_c001_v7007000_t0000_u01739588568997") 2025/02/15 03:04:52 DEBUG : backup/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f112ba51d444e1b09_d20250215_m030246_c001_v0001183_t0037_u01739588566985") 2025/02/15 03:04:52 DEBUG : backup/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1100bbe6d040812b_d20250215_m030243_c001_v0001183_t0046_u01739588563176") 2025/02/15 03:04:52 DEBUG : backup/one-2019-01-01: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f411a7ce6c77ce77f_d20250215_m030313_c001_v7007000_t0000_u01739588593940") 2025/02/15 03:04:52 DEBUG : backup/one-2019-01-01: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1091e7daed27e09e_d20250215_m030312_c001_v0001098_t0001_u01739588592129") 2025/02/15 03:04:53 DEBUG : backup/one-2019-01-01: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f10498ce15690a49e_d20250215_m030307_c001_v0001098_t0033_u01739588587709") 2025/02/15 03:04:53 DEBUG : backup/one.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4122605d41cd5320_d20250215_m030301_c001_v7007000_t0000_u01739588581522") 2025/02/15 03:04:53 DEBUG : backup/one.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1062f91ffc68dc12_d20250215_m030259_c001_v0001182_t0041_u01739588579324") 2025/02/15 03:04:53 DEBUG : backup/one.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f114567c2d0207178_d20250215_m030255_c001_v0001165_t0027_u01739588575262") 2025/02/15 03:04:53 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f411a7ce6c77ce782_d20250215_m030314_c001_v7007000_t0000_u01739588594122") 2025/02/15 03:04:53 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1165984abdc4bade_d20250215_m030313_c001_v0001184_t0037_u01739588593166") 2025/02/15 03:04:53 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113979190a5b285b_d20250215_m030309_c001_v0001109_t0035_u01739588589388") 2025/02/15 03:04:53 DEBUG : backup/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa252e2d_d20250215_m030249_c001_v7007000_t0000_u01739588569181") 2025/02/15 03:04:53 DEBUG : backup/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f118852e2ac3aed19_d20250215_m030248_c001_v0001044_t0048_u01739588568077") 2025/02/15 03:04:53 DEBUG : backup/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f111c963cb2a3373d_d20250215_m030244_c001_v0001182_t0040_u01739588564719") 2025/02/15 03:04:53 DEBUG : backup/three.txt.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4122605d41cd5325_d20250215_m030301_c001_v7007000_t0000_u01739588581710") 2025/02/15 03:04:53 DEBUG : backup/three.txt.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11420dadd98f191b_d20250215_m030300_c001_v0001113_t0006_u01739588580248") 2025/02/15 03:04:53 DEBUG : backup/three.txt.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f100442d581c4de5b_d20250215_m030256_c001_v0001120_t0002_u01739588576782") 2025/02/15 03:04:53 DEBUG : both0: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205a1_d20250215_m030430_c001_v7007000_t0000_u01739588670340") 2025/02/15 03:04:53 DEBUG : both0: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c9c0_d20250215_m030416_c001_v0001183_t0058_u01739588656321") 2025/02/15 03:04:53 DEBUG : both0: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73cff_d20250215_m030411_c001_v7007000_t0000_u01739588651647") 2025/02/15 03:04:53 DEBUG : both0: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c81b_d20250215_m030357_c001_v0001183_t0053_u01739588637309") 2025/02/15 03:04:53 DEBUG : both1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205ae_d20250215_m030430_c001_v7007000_t0000_u01739588670524") 2025/02/15 03:04:53 DEBUG : both1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c9d8_d20250215_m030417_c001_v0001183_t0038_u01739588657211") 2025/02/15 03:04:53 DEBUG : both1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d00_d20250215_m030411_c001_v7007000_t0000_u01739588651828") 2025/02/15 03:04:54 DEBUG : both1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c82b_d20250215_m030357_c001_v0001183_t0035_u01739588637836") 2025/02/15 03:04:54 DEBUG : both10: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205bb_d20250215_m030430_c001_v7007000_t0000_u01739588670707") 2025/02/15 03:04:54 DEBUG : both10: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca47_d20250215_m030422_c001_v0001183_t0021_u01739588662423") 2025/02/15 03:04:54 DEBUG : both10: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d01_d20250215_m030412_c001_v7007000_t0000_u01739588652022") 2025/02/15 03:04:54 DEBUG : both10: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c8bc_d20250215_m030403_c001_v0001183_t0047_u01739588643045") 2025/02/15 03:04:54 DEBUG : both11: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205c6_d20250215_m030430_c001_v7007000_t0000_u01739588670907") 2025/02/15 03:04:54 DEBUG : both11: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca53_d20250215_m030422_c001_v0001183_t0024_u01739588662889") 2025/02/15 03:04:54 DEBUG : both11: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d03_d20250215_m030412_c001_v7007000_t0000_u01739588652204") 2025/02/15 03:04:54 DEBUG : both11: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c8c8_d20250215_m030403_c001_v0001183_t0014_u01739588643583") 2025/02/15 03:04:54 DEBUG : both12: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205ce_d20250215_m030431_c001_v7007000_t0000_u01739588671090") 2025/02/15 03:04:54 DEBUG : both12: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca5f_d20250215_m030423_c001_v0001183_t0021_u01739588663390") 2025/02/15 03:04:54 DEBUG : both12: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d04_d20250215_m030412_c001_v7007000_t0000_u01739588652388") 2025/02/15 03:04:54 DEBUG : both12: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c8e0_d20250215_m030404_c001_v0001183_t0025_u01739588644233") 2025/02/15 03:04:54 DEBUG : both13: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205d5_d20250215_m030431_c001_v7007000_t0000_u01739588671273") 2025/02/15 03:04:54 DEBUG : both13: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca79_d20250215_m030423_c001_v0001183_t0026_u01739588663944") 2025/02/15 03:04:54 DEBUG : both13: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d05_d20250215_m030412_c001_v7007000_t0000_u01739588652579") 2025/02/15 03:04:54 DEBUG : both13: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c8e8_d20250215_m030404_c001_v0001183_t0017_u01739588644813") 2025/02/15 03:04:54 DEBUG : both14: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205d6_d20250215_m030431_c001_v7007000_t0000_u01739588671460") 2025/02/15 03:04:54 DEBUG : both14: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca87_d20250215_m030424_c001_v0001183_t0038_u01739588664429") 2025/02/15 03:04:54 DEBUG : both14: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d06_d20250215_m030412_c001_v7007000_t0000_u01739588652761") 2025/02/15 03:04:54 DEBUG : both14: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c8f6_d20250215_m030405_c001_v0001183_t0037_u01739588645381") 2025/02/15 03:04:55 DEBUG : both15: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205d7_d20250215_m030431_c001_v7007000_t0000_u01739588671656") 2025/02/15 03:04:55 DEBUG : both15: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca8f_d20250215_m030424_c001_v0001183_t0028_u01739588664940") 2025/02/15 03:04:55 DEBUG : both15: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d08_d20250215_m030412_c001_v7007000_t0000_u01739588652943") 2025/02/15 03:04:55 DEBUG : both15: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c910_d20250215_m030406_c001_v0001183_t0025_u01739588646137") 2025/02/15 03:04:55 DEBUG : both16: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205da_d20250215_m030431_c001_v7007000_t0000_u01739588671842") 2025/02/15 03:04:55 DEBUG : both16: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca9b_d20250215_m030425_c001_v0001183_t0035_u01739588665500") 2025/02/15 03:04:55 DEBUG : both16: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d0a_d20250215_m030413_c001_v7007000_t0000_u01739588653126") 2025/02/15 03:04:55 DEBUG : both16: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c914_d20250215_m030406_c001_v0001183_t0044_u01739588646623") 2025/02/15 03:04:55 DEBUG : both17: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205dc_d20250215_m030432_c001_v7007000_t0000_u01739588672038") 2025/02/15 03:04:55 DEBUG : both17: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89caa7_d20250215_m030426_c001_v0001183_t0001_u01739588666065") 2025/02/15 03:04:55 DEBUG : both17: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d0c_d20250215_m030413_c001_v7007000_t0000_u01739588653308") 2025/02/15 03:04:55 DEBUG : both17: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c91c_d20250215_m030407_c001_v0001183_t0053_u01739588647129") 2025/02/15 03:04:55 DEBUG : both18: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205de_d20250215_m030432_c001_v7007000_t0000_u01739588672222") 2025/02/15 03:04:55 DEBUG : both18: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89cab9_d20250215_m030426_c001_v0001183_t0014_u01739588666570") 2025/02/15 03:04:55 DEBUG : both18: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d0e_d20250215_m030413_c001_v7007000_t0000_u01739588653532") 2025/02/15 03:04:55 DEBUG : both18: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c928_d20250215_m030407_c001_v0001183_t0039_u01739588647718") 2025/02/15 03:04:55 DEBUG : both19: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205df_d20250215_m030432_c001_v7007000_t0000_u01739588672405") 2025/02/15 03:04:55 DEBUG : both19: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89cac9_d20250215_m030427_c001_v0001183_t0022_u01739588667058") 2025/02/15 03:04:55 DEBUG : both19: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d11_d20250215_m030413_c001_v7007000_t0000_u01739588653723") 2025/02/15 03:04:55 DEBUG : both19: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c93c_d20250215_m030408_c001_v0001183_t0000_u01739588648346") 2025/02/15 03:04:55 DEBUG : both2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205e2_d20250215_m030432_c001_v7007000_t0000_u01739588672588") 2025/02/15 03:04:56 DEBUG : both2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c9e2_d20250215_m030417_c001_v0001183_t0038_u01739588657746") 2025/02/15 03:04:56 DEBUG : both2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d12_d20250215_m030413_c001_v7007000_t0000_u01739588653904") 2025/02/15 03:04:56 DEBUG : both2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c83d_d20250215_m030358_c001_v0001183_t0023_u01739588638448") 2025/02/15 03:04:56 DEBUG : both3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205e5_d20250215_m030432_c001_v7007000_t0000_u01739588672773") 2025/02/15 03:04:56 DEBUG : both3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c9ee_d20250215_m030418_c001_v0001183_t0046_u01739588658331") 2025/02/15 03:04:56 DEBUG : both3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d13_d20250215_m030414_c001_v7007000_t0000_u01739588654086") 2025/02/15 03:04:56 DEBUG : both3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c84f_d20250215_m030358_c001_v0001183_t0030_u01739588638990") 2025/02/15 03:04:56 DEBUG : both4: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205e7_d20250215_m030432_c001_v7007000_t0000_u01739588672957") 2025/02/15 03:04:56 DEBUG : both4: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c9f6_d20250215_m030418_c001_v0001183_t0016_u01739588658921") 2025/02/15 03:04:56 DEBUG : both4: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d16_d20250215_m030414_c001_v7007000_t0000_u01739588654268") 2025/02/15 03:04:56 DEBUG : both4: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c85f_d20250215_m030359_c001_v0001183_t0001_u01739588639566") 2025/02/15 03:04:56 DEBUG : both5: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205e9_d20250215_m030433_c001_v7007000_t0000_u01739588673141") 2025/02/15 03:04:56 DEBUG : both5: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca00_d20250215_m030419_c001_v0001183_t0059_u01739588659572") 2025/02/15 03:04:56 DEBUG : both5: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d17_d20250215_m030414_c001_v7007000_t0000_u01739588654451") 2025/02/15 03:04:56 DEBUG : both5: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c86b_d20250215_m030400_c001_v0001183_t0056_u01739588640108") 2025/02/15 03:04:56 DEBUG : both6: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205eb_d20250215_m030433_c001_v7007000_t0000_u01739588673323") 2025/02/15 03:04:56 DEBUG : both6: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca0f_d20250215_m030420_c001_v0001183_t0003_u01739588660093") 2025/02/15 03:04:56 DEBUG : both6: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d18_d20250215_m030414_c001_v7007000_t0000_u01739588654652") 2025/02/15 03:04:56 DEBUG : both6: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c87f_d20250215_m030400_c001_v0001183_t0031_u01739588640763") 2025/02/15 03:04:56 DEBUG : both7: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205ef_d20250215_m030433_c001_v7007000_t0000_u01739588673522") 2025/02/15 03:04:56 DEBUG : both7: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca1d_d20250215_m030420_c001_v0001183_t0052_u01739588660632") 2025/02/15 03:04:56 DEBUG : both7: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d19_d20250215_m030414_c001_v7007000_t0000_u01739588654833") 2025/02/15 03:04:57 DEBUG : both7: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c894_d20250215_m030401_c001_v0001183_t0003_u01739588641329") 2025/02/15 03:04:57 DEBUG : both8: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205f0_d20250215_m030433_c001_v7007000_t0000_u01739588673707") 2025/02/15 03:04:57 DEBUG : both8: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca21_d20250215_m030421_c001_v0001183_t0012_u01739588661152") 2025/02/15 03:04:57 DEBUG : both8: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d1a_d20250215_m030415_c001_v7007000_t0000_u01739588655018") 2025/02/15 03:04:57 DEBUG : both8: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c8a1_d20250215_m030401_c001_v0001183_t0019_u01739588641898") 2025/02/15 03:04:57 DEBUG : both9: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205f1_d20250215_m030433_c001_v7007000_t0000_u01739588673905") 2025/02/15 03:04:57 DEBUG : both9: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ca35_d20250215_m030421_c001_v0001183_t0002_u01739588661723") 2025/02/15 03:04:57 DEBUG : both9: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73d1b_d20250215_m030415_c001_v7007000_t0000_u01739588655200") 2025/02/15 03:04:57 DEBUG : both9: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c8ae_d20250215_m030402_c001_v0001183_t0041_u01739588642487") 2025/02/15 03:04:57 DEBUG : c/non empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14df5_d20250215_m030022_c001_v7007000_t0000_u01739588422368") 2025/02/15 03:04:57 DEBUG : c/non empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3dd_d20250215_m030020_c001_v0001181_t0042_u01739588420834") 2025/02/15 03:04:57 DEBUG : c/non empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14def_d20250215_m030019_c001_v7007000_t0000_u01739588419870") 2025/02/15 03:04:57 DEBUG : c/non empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3d3_d20250215_m030018_c001_v0001181_t0059_u01739588418341") 2025/02/15 03:04:57 DEBUG : c/non empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fac2_d20250215_m030000_c001_v7007000_t0000_u01739588400083") 2025/02/15 03:04:57 DEBUG : c/non empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf399_d20250215_m025958_c001_v0001181_t0045_u01739588398567") 2025/02/15 03:04:57 DEBUG : check sum: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e9640a4_d20250215_m025947_c001_v7007000_t0000_u01739588387806") 2025/02/15 03:04:57 DEBUG : check sum: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf37f_d20250215_m025946_c001_v0001181_t0047_u01739588386862") 2025/02/15 03:04:57 DEBUG : dest/3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79bcd8_d20250215_m030217_c001_v7007000_t0000_u01739588537947") 2025/02/15 03:04:57 DEBUG : dest/3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4126ea8fcc675e53_d20250215_m030216_c001_v0001109_t0004_u01739588536842") 2025/02/15 03:04:57 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa25303d_d20250215_m030347_c001_v7007000_t0000_u01739588627443") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f101c2b040095dbba_d20250215_m030345_c001_v0001103_t0003_u01739588625003") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79be77_d20250215_m030344_c001_v7007000_t0000_u01739588624824") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f101c2b040095dbb2_d20250215_m030341_c001_v0001103_t0008_u01739588621077") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79be5f_d20250215_m030340_c001_v7007000_t0000_u01739588620356") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f9b_d20250215_m030336_c001_v0001100_t0030_u01739588616312") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79be3e_d20250215_m030334_c001_v7007000_t0000_u01739588614848") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11525c0bc4b05ed9_d20250215_m030332_c001_v0001184_t0032_u01739588612924") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4292045d_d20250215_m030332_c001_v7007000_t0000_u01739588612730") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11525c0bc4b05e87_d20250215_m030329_c001_v0001184_t0037_u01739588609154") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920451_d20250215_m030328_c001_v7007000_t0000_u01739588608422") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c5d5_d20250215_m030324_c001_v0001183_t0009_u01739588604686") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f411a7ce6c77ce7a5_d20250215_m030323_c001_v7007000_t0000_u01739588603405") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f104be84fb6467b6a_d20250215_m030321_c001_v0001161_t0022_u01739588601954") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4122605d41cd53bd_d20250215_m030321_c001_v7007000_t0000_u01739588601775") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f104be84fb6467b5a_d20250215_m030319_c001_v0001161_t0024_u01739588599109") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4122605d41cd53b0_d20250215_m030318_c001_v7007000_t0000_u01739588598389") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c543_d20250215_m030315_c001_v0001183_t0029_u01739588595209") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f411a7ce6c77ce784_d20250215_m030314_c001_v7007000_t0000_u01739588594304") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f10048c881250308c_d20250215_m030312_c001_v0001184_t0039_u01739588592760") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f408962f9f7e1c911_d20250215_m030312_c001_v7007000_t0000_u01739588592565") 2025/02/15 03:04:58 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f10048c8812503010_d20250215_m030308_c001_v0001184_t0057_u01739588588984") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f408962f9f7e1c907_d20250215_m030308_c001_v7007000_t0000_u01739588588253") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c46a_d20250215_m030302_c001_v0001183_t0057_u01739588582800") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4122605d41cd532b_d20250215_m030301_c001_v7007000_t0000_u01739588581892") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f100438fe240e8bcb_d20250215_m030259_c001_v0001136_t0020_u01739588579712") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4292041d_d20250215_m030259_c001_v7007000_t0000_u01739588579528") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f100438fe240e8bc5_d20250215_m030256_c001_v0001136_t0008_u01739588576215") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4292040e_d20250215_m030255_c001_v7007000_t0000_u01739588575488") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c393_d20250215_m030250_c001_v0001183_t0042_u01739588570273") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa252e32_d20250215_m030249_c001_v7007000_t0000_u01739588569366") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f10697d07c35bdc52_d20250215_m030247_c001_v0001091_t0008_u01739588567421") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f406cf3bd9ff2c1c0_d20250215_m030247_c001_v7007000_t0000_u01739588567236") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f10697d07c35bdc4e_d20250215_m030244_c001_v0001091_t0014_u01739588564117") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f406cf3bd9ff2c1b0_d20250215_m030243_c001_v7007000_t0000_u01739588563384") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c2a1_d20250215_m030235_c001_v0001183_t0027_u01739588555753") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79bd0e_d20250215_m030234_c001_v7007000_t0000_u01739588554654") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1042b56178609cfa_d20250215_m030228_c001_v0001042_t0025_u01739588548637") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79bcf8_d20250215_m030228_c001_v7007000_t0000_u01739588548438") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf4d6_d20250215_m030224_c001_v0001181_t0049_u01739588544732") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f102b51e81649420c_d20250215_m030223_c001_v0001116_t0034_u01739588543744") 2025/02/15 03:04:59 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f102b51e81649420a_d20250215_m030222_c001_v0001116_t0052_u01739588542406") 2025/02/15 03:05:00 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73a49_d20250215_m030209_c001_v7007000_t0000_u01739588529215") 2025/02/15 03:05:00 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c07f_d20250215_m030202_c001_v0001183_t0041_u01739588522240") 2025/02/15 03:05:00 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1041c0de4d206fed_d20250215_m030201_c001_v0001182_t0012_u01739588521501") 2025/02/15 03:05:00 DEBUG : dst/one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1041c0de4d206fdb_d20250215_m030200_c001_v0001182_t0056_u01739588520556") 2025/02/15 03:05:00 DEBUG : dst/one-2019-01-01: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa253040_d20250215_m030347_c001_v7007000_t0000_u01739588627636") 2025/02/15 03:05:00 DEBUG : dst/one-2019-01-01: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f106445e35485f90f_d20250215_m030344_c001_v0001144_t0038_u01739588624359") 2025/02/15 03:05:00 DEBUG : dst/one-2019-01-01: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11189f4c9c274b0b_d20250215_m030340_c001_v0001184_t0018_u01739588620127") 2025/02/15 03:05:00 DEBUG : dst/one.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79be40_d20250215_m030335_c001_v7007000_t0000_u01739588615030") 2025/02/15 03:05:00 DEBUG : dst/one.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1150beafa195d7be_d20250215_m030332_c001_v0001115_t0002_u01739588612076") 2025/02/15 03:05:00 DEBUG : dst/one.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1033b129ddba1ecd_d20250215_m030327_c001_v0001044_t0020_u01739588607970") 2025/02/15 03:05:00 DEBUG : dst/one.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f411a7ce6c77ce7a6_d20250215_m030323_c001_v7007000_t0000_u01739588603588") 2025/02/15 03:05:00 DEBUG : dst/one.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11919e6b6eb83b36_d20250215_m030321_c001_v0001091_t0035_u01739588601399") 2025/02/15 03:05:00 DEBUG : dst/one.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1062f91ffc68dd36_d20250215_m030318_c001_v0001182_t0047_u01739588598181") 2025/02/15 03:05:00 DEBUG : dst/three: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79bd11_d20250215_m030234_c001_v7007000_t0000_u01739588554843") 2025/02/15 03:05:00 DEBUG : dst/three: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f102b51e816494228_d20250215_m030232_c001_v0001116_t0029_u01739588552722") 2025/02/15 03:05:00 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa253043_d20250215_m030347_c001_v7007000_t0000_u01739588627819") 2025/02/15 03:05:00 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f101e43fdeeaeefb4_d20250215_m030346_c001_v0001184_t0028_u01739588626191") 2025/02/15 03:05:00 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1135b0cd36ebe10c_d20250215_m030342_c001_v0001130_t0022_u01739588622221") 2025/02/15 03:05:00 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa253046_d20250215_m030348_c001_v7007000_t0000_u01739588628003") 2025/02/15 03:05:00 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f101c2b040095dbbe_d20250215_m030346_c001_v0001103_t0013_u01739588626575") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79be80_d20250215_m030346_c001_v7007000_t0000_u01739588626395") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f101c2b040095dbb8_d20250215_m030342_c001_v0001103_t0008_u01739588622772") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79be6a_d20250215_m030342_c001_v7007000_t0000_u01739588622593") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f9d_d20250215_m030337_c001_v0001100_t0053_u01739588617273") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79be41_d20250215_m030335_c001_v7007000_t0000_u01739588615213") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11525c0bc4b05f03_d20250215_m030334_c001_v0001184_t0050_u01739588614262") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920460_d20250215_m030334_c001_v7007000_t0000_u01739588614077") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11525c0bc4b05eab_d20250215_m030330_c001_v0001184_t0058_u01739588610708") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920456_d20250215_m030330_c001_v7007000_t0000_u01739588610524") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c5e1_d20250215_m030325_c001_v0001183_t0003_u01739588605203") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4122605d41cd53c0_d20250215_m030322_c001_v7007000_t0000_u01739588602854") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f80_d20250215_m030320_c001_v0001100_t0038_u01739588600510") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4122605d41cd53b7_d20250215_m030320_c001_v7007000_t0000_u01739588600146") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c547_d20250215_m030315_c001_v0001183_t0053_u01739588595732") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f408962f9f7e1c913_d20250215_m030313_c001_v7007000_t0000_u01739588593376") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f74_d20250215_m030311_c001_v0001100_t0044_u01739588591155") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f408962f9f7e1c90a_d20250215_m030310_c001_v7007000_t0000_u01739588590020") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c476_d20250215_m030303_c001_v0001183_t0039_u01739588583289") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920420_d20250215_m030300_c001_v7007000_t0000_u01739588580960") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f6a_d20250215_m030258_c001_v0001100_t0042_u01739588578345") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920414_d20250215_m030257_c001_v7007000_t0000_u01739588577259") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c3a9_d20250215_m030250_c001_v0001183_t0020_u01739588570853") 2025/02/15 03:05:01 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f406cf3bd9ff2c1c3_d20250215_m030248_c001_v7007000_t0000_u01739588568432") 2025/02/15 03:05:02 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f5a_d20250215_m030246_c001_v0001100_t0055_u01739588566022") 2025/02/15 03:05:02 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f406cf3bd9ff2c1b4_d20250215_m030244_c001_v7007000_t0000_u01739588564929") 2025/02/15 03:05:02 DEBUG : dst/three.txt: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c2d4_d20250215_m030238_c001_v0001183_t0010_u01739588558783") 2025/02/15 03:05:02 DEBUG : dst/three.txt.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79be42_d20250215_m030335_c001_v7007000_t0000_u01739588615394") 2025/02/15 03:05:02 DEBUG : dst/three.txt.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f105d7d2949ed50b5_d20250215_m030333_c001_v0001131_t0050_u01739588613701") 2025/02/15 03:05:02 DEBUG : dst/three.txt.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f109ab125320e725e_d20250215_m030329_c001_v0001161_t0008_u01739588609915") 2025/02/15 03:05:02 DEBUG : dst/three.txt.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f411a7ce6c77ce7a7_d20250215_m030323_c001_v7007000_t0000_u01739588603779") 2025/02/15 03:05:02 DEBUG : dst/three.txt.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11923502ffe20067_d20250215_m030322_c001_v0001183_t0044_u01739588602629") 2025/02/15 03:05:02 DEBUG : dst/three.txt.bak: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1081cd22220ea1a3_d20250215_m030319_c001_v0001039_t0010_u01739588599672") 2025/02/15 03:05:02 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa253048_d20250215_m030348_c001_v7007000_t0000_u01739588628212") 2025/02/15 03:05:02 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c6ba_d20250215_m030337_c001_v0001183_t0021_u01739588617030") 2025/02/15 03:05:02 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79be44_d20250215_m030335_c001_v7007000_t0000_u01739588615575") 2025/02/15 03:05:02 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f82_d20250215_m030324_c001_v0001100_t0030_u01739588604887") 2025/02/15 03:05:02 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f411a7ce6c77ce7a8_d20250215_m030323_c001_v7007000_t0000_u01739588603961") 2025/02/15 03:05:02 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f7a_d20250215_m030315_c001_v0001100_t0040_u01739588595441") 2025/02/15 03:05:02 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f411a7ce6c77ce785_d20250215_m030314_c001_v7007000_t0000_u01739588594486") 2025/02/15 03:05:02 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f6c_d20250215_m030303_c001_v0001100_t0027_u01739588583005") 2025/02/15 03:05:02 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4122605d41cd532f_d20250215_m030302_c001_v7007000_t0000_u01739588582075") 2025/02/15 03:05:02 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f60_d20250215_m030250_c001_v0001100_t0050_u01739588570536") 2025/02/15 03:05:02 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa252e36_d20250215_m030249_c001_v7007000_t0000_u01739588569551") 2025/02/15 03:05:03 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f48_d20250215_m030236_c001_v0001100_t0033_u01739588556322") 2025/02/15 03:05:03 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79bd12_d20250215_m030235_c001_v7007000_t0000_u01739588555028") 2025/02/15 03:05:03 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1067c1045b871f2c_d20250215_m030230_c001_v0001183_t0009_u01739588550435") 2025/02/15 03:05:03 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73a4a_d20250215_m030209_c001_v7007000_t0000_u01739588529408") 2025/02/15 03:05:03 DEBUG : dst/two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1041c0de4d2070aa_d20250215_m030208_c001_v0001182_t0028_u01739588528287") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f405f9bb351245493_d20250215_m030127_c001_v7007000_t0000_u01739588487720") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf45c_d20250215_m030123_c001_v0001181_t0034_u01739588483520") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f405f9bb35124548a_d20250215_m030121_c001_v7007000_t0000_u01739588481568") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf44c_d20250215_m030110_c001_v0001181_t0035_u01739588470799") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310542_d20250215_m030101_c001_v7007000_t0000_u01739588461776") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf430_d20250215_m030058_c001_v0001181_t0009_u01739588458906") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e5c_d20250215_m030034_c001_v7007000_t0000_u01739588434894") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf403_d20250215_m030033_c001_v0001181_t0049_u01739588433132") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e1a_d20250215_m030031_c001_v7007000_t0000_u01739588431589") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3f9_d20250215_m030030_c001_v0001181_t0046_u01739588430440") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e0d_d20250215_m030027_c001_v7007000_t0000_u01739588427225") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3ef_d20250215_m030025_c001_v0001181_t0012_u01739588425659") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14dff_d20250215_m030024_c001_v7007000_t0000_u01739588424497") 2025/02/15 03:05:03 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3e5_d20250215_m030023_c001_v0001181_t0050_u01739588423316") 2025/02/15 03:05:04 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14dc6_d20250215_m030017_c001_v7007000_t0000_u01739588417208") 2025/02/15 03:05:04 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3cd_d20250215_m030015_c001_v0001181_t0047_u01739588415481") 2025/02/15 03:05:04 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fb21_d20250215_m030014_c001_v7007000_t0000_u01739588414356") 2025/02/15 03:05:04 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3c9_d20250215_m030013_c001_v0001181_t0046_u01739588413593") 2025/02/15 03:05:04 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fafa_d20250215_m030008_c001_v7007000_t0000_u01739588408721") 2025/02/15 03:05:04 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3b3_d20250215_m030007_c001_v0001181_t0040_u01739588407460") 2025/02/15 03:05:04 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fade_d20250215_m030004_c001_v7007000_t0000_u01739588404915") 2025/02/15 03:05:04 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3a9_d20250215_m030003_c001_v0001181_t0044_u01739588403967") 2025/02/15 03:05:04 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fad2_d20250215_m030002_c001_v7007000_t0000_u01739588402884") 2025/02/15 03:05:04 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1093016502f28c46_d20250215_m030002_c001_v0001184_t0029_u01739588402320") 2025/02/15 03:05:04 DEBUG : empty space: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3a3_d20250215_m030000_c001_v0001181_t0036_u01739588400805") 2025/02/15 03:05:04 DEBUG : enormous: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e45_d20250215_m030033_c001_v7007000_t0000_u01739588433970") 2025/02/15 03:05:04 DEBUG : enormous: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf407_d20250215_m030033_c001_v0001181_t0019_u01739588433339") 2025/02/15 03:05:04 DEBUG : existing: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41826966aa253061_d20250215_m030352_c001_v7007000_t0000_u01739588632735") 2025/02/15 03:05:04 DEBUG : existing: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c79d_d20250215_m030351_c001_v0001183_t0028_u01739588631516") 2025/02/15 03:05:04 DEBUG : existing: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310536_d20250215_m030057_c001_v7007000_t0000_u01739588457096") 2025/02/15 03:05:04 DEBUG : existing: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89bc54_d20250215_m030056_c001_v0001183_t0016_u01739588456144") 2025/02/15 03:05:04 DEBUG : existing: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fab1_d20250215_m025957_c001_v7007000_t0000_u01739588397280") 2025/02/15 03:05:04 DEBUG : existing: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf395_d20250215_m025956_c001_v0001181_t0043_u01739588396355") 2025/02/15 03:05:04 DEBUG : existing: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291faa7_d20250215_m025955_c001_v7007000_t0000_u01739588395035") 2025/02/15 03:05:04 DEBUG : existing: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf38f_d20250215_m025954_c001_v0001181_t0008_u01739588394463") 2025/02/15 03:05:05 DEBUG : existing: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf38b_d20250215_m025953_c001_v0001181_t0014_u01739588393692") 2025/02/15 03:05:05 DEBUG : existing-b: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310538_d20250215_m030057_c001_v7007000_t0000_u01739588457278") 2025/02/15 03:05:05 DEBUG : existing-b: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf42e_d20250215_m030056_c001_v0001181_t0043_u01739588456143") 2025/02/15 03:05:05 DEBUG : file1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920662_d20250215_m030442_c001_v7007000_t0000_u01739588682911") 2025/02/15 03:05:05 DEBUG : file1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1064306f986d02d6_d20250215_m030441_c001_v0001130_t0022_u01739588681961") 2025/02/15 03:05:05 DEBUG : file1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920638_d20250215_m030439_c001_v7007000_t0000_u01739588679865") 2025/02/15 03:05:05 DEBUG : file1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89cc16_d20250215_m030438_c001_v0001183_t0002_u01739588678967") 2025/02/15 03:05:05 DEBUG : five: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e94_d20250215_m030039_c001_v7007000_t0000_u01739588439073") 2025/02/15 03:05:05 DEBUG : five: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41351ef518cdf415_d20250215_m030037_c001_v0001181_t0048_u01739588437167") 2025/02/15 03:05:05 DEBUG : foo: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291faed_d20250215_m030006_c001_v7007000_t0000_u01739588406739") 2025/02/15 03:05:05 DEBUG : foo: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41351ef518cdf3b1_d20250215_m030006_c001_v0001181_t0048_u01739588406195") 2025/02/15 03:05:05 DEBUG : foo: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41351ef518cdf3ad_d20250215_m030005_c001_v0001181_t0048_u01739588405645") 2025/02/15 03:05:05 DEBUG : four: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e95_d20250215_m030039_c001_v7007000_t0000_u01739588439258") 2025/02/15 03:05:05 DEBUG : four: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f413c6533bff84eb4_d20250215_m030037_c001_v0001100_t0020_u01739588437728") 2025/02/15 03:05:05 DEBUG : four: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf413_d20250215_m030036_c001_v0001181_t0037_u01739588436583") 2025/02/15 03:05:05 DEBUG : hello world2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2fa6_d20250215_m025906_c001_v7007000_t0000_u01739588346258") 2025/02/15 03:05:05 DEBUG : hello world2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf2d9_d20250215_m025905_c001_v0001181_t0033_u01739588345684") 2025/02/15 03:05:05 DEBUG : ignore-size: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e9640b2_d20250215_m025952_c001_v7007000_t0000_u01739588392259") 2025/02/15 03:05:05 DEBUG : ignore-size: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf387_d20250215_m025951_c001_v0001181_t0056_u01739588391330") 2025/02/15 03:05:05 DEBUG : nested/sub dir/file: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f400470616931052d_d20250215_m030055_c001_v7007000_t0000_u01739588455027") 2025/02/15 03:05:05 DEBUG : nested/sub dir/file: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89bc1c_d20250215_m030053_c001_v0001183_t0058_u01739588453911") 2025/02/15 03:05:06 DEBUG : nested/sub dir/file: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310524_d20250215_m030052_c001_v7007000_t0000_u01739588452807") 2025/02/15 03:05:06 DEBUG : nested/sub dir/file: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89bbec_d20250215_m030051_c001_v0001183_t0041_u01739588451879") 2025/02/15 03:05:06 DEBUG : one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e96_d20250215_m030039_c001_v7007000_t0000_u01739588439443") 2025/02/15 03:05:06 DEBUG : one: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41351ef518cdf40b_d20250215_m030036_c001_v0001181_t0048_u01739588436007") 2025/02/15 03:05:06 DEBUG : only0: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205f4_d20250215_m030434_c001_v7007000_t0000_u01739588674093") 2025/02/15 03:05:06 DEBUG : only0: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4154a425cb89caf2_d20250215_m030428_c001_v0001183_t0031_u01739588668308") 2025/02/15 03:05:06 DEBUG : only0: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85007_d20250215_m030416_c001_v0001100_t0059_u01739588656879") 2025/02/15 03:05:06 DEBUG : only0: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40160be1f3c2f3f2_d20250215_m030410_c001_v7007000_t0000_u01739588650478") 2025/02/15 03:05:06 DEBUG : only0: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fbd_d20250215_m030357_c001_v0001100_t0019_u01739588637513") 2025/02/15 03:05:06 DEBUG : only1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205f6_d20250215_m030434_c001_v7007000_t0000_u01739588674277") 2025/02/15 03:05:06 DEBUG : only1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f413c6533bff85039_d20250215_m030428_c001_v0001100_t0020_u01739588668321") 2025/02/15 03:05:06 DEBUG : only1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85009_d20250215_m030417_c001_v0001100_t0002_u01739588657425") 2025/02/15 03:05:06 DEBUG : only1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73cf4_d20250215_m030410_c001_v7007000_t0000_u01739588650285") 2025/02/15 03:05:06 DEBUG : only1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fc1_d20250215_m030358_c001_v0001100_t0016_u01739588638033") 2025/02/15 03:05:06 DEBUG : only10: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205f7_d20250215_m030434_c001_v7007000_t0000_u01739588674465") 2025/02/15 03:05:06 DEBUG : only10: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41527a04f8afceeb_d20250215_m030428_c001_v0001182_t0030_u01739588668879") 2025/02/15 03:05:06 DEBUG : only10: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff8501f_d20250215_m030422_c001_v0001100_t0041_u01739588662625") 2025/02/15 03:05:06 DEBUG : only10: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f408962f9f7e1ca16_d20250215_m030410_c001_v7007000_t0000_u01739588650269") 2025/02/15 03:05:06 DEBUG : only10: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fdb_d20250215_m030403_c001_v0001100_t0058_u01739588643244") 2025/02/15 03:05:06 DEBUG : only11: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205fa_d20250215_m030434_c001_v7007000_t0000_u01739588674647") 2025/02/15 03:05:06 DEBUG : only11: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4064306f986d02a8_d20250215_m030429_c001_v0001130_t0018_u01739588669065") 2025/02/15 03:05:06 DEBUG : only11: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85021_d20250215_m030423_c001_v0001100_t0024_u01739588663089") 2025/02/15 03:05:07 DEBUG : only11: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f409f2af16e5cc50b_d20250215_m030409_c001_v7007000_t0000_u01739588649914") 2025/02/15 03:05:07 DEBUG : only11: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fe1_d20250215_m030403_c001_v0001100_t0018_u01739588643829") 2025/02/15 03:05:07 DEBUG : only12: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205fb_d20250215_m030434_c001_v7007000_t0000_u01739588674829") 2025/02/15 03:05:07 DEBUG : only12: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4154a425cb89caf8_d20250215_m030428_c001_v0001183_t0031_u01739588668708") 2025/02/15 03:05:07 DEBUG : only12: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85023_d20250215_m030423_c001_v0001100_t0004_u01739588663594") 2025/02/15 03:05:07 DEBUG : only12: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73cf6_d20250215_m030410_c001_v7007000_t0000_u01739588650649") 2025/02/15 03:05:07 DEBUG : only12: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fe3_d20250215_m030404_c001_v0001100_t0016_u01739588644436") 2025/02/15 03:05:07 DEBUG : only13: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e429205fe_d20250215_m030435_c001_v7007000_t0000_u01739588675016") 2025/02/15 03:05:07 DEBUG : only13: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f413c6533bff8503b_d20250215_m030428_c001_v0001100_t0020_u01739588668721") 2025/02/15 03:05:07 DEBUG : only13: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85029_d20250215_m030424_c001_v0001100_t0029_u01739588664151") 2025/02/15 03:05:07 DEBUG : only13: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f408962f9f7e1ca1e_d20250215_m030410_c001_v7007000_t0000_u01739588650995") 2025/02/15 03:05:07 DEBUG : only13: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fe7_d20250215_m030405_c001_v0001100_t0057_u01739588645025") 2025/02/15 03:05:07 DEBUG : only14: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920601_d20250215_m030435_c001_v7007000_t0000_u01739588675202") 2025/02/15 03:05:07 DEBUG : only14: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4154a425cb89cb00_d20250215_m030428_c001_v0001183_t0031_u01739588668891") 2025/02/15 03:05:07 DEBUG : only14: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff8502b_d20250215_m030424_c001_v0001100_t0044_u01739588664626") 2025/02/15 03:05:07 DEBUG : only14: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f409f2af16e5cc515_d20250215_m030410_c001_v7007000_t0000_u01739588650512") 2025/02/15 03:05:07 DEBUG : only14: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84feb_d20250215_m030405_c001_v0001100_t0010_u01739588645605") 2025/02/15 03:05:07 DEBUG : only15: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920604_d20250215_m030435_c001_v7007000_t0000_u01739588675384") 2025/02/15 03:05:07 DEBUG : only15: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f413c6533bff8503d_d20250215_m030428_c001_v0001100_t0020_u01739588668905") 2025/02/15 03:05:07 DEBUG : only15: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff8502d_d20250215_m030425_c001_v0001100_t0017_u01739588665154") 2025/02/15 03:05:08 DEBUG : only15: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73cfa_d20250215_m030411_c001_v7007000_t0000_u01739588651014") 2025/02/15 03:05:08 DEBUG : only15: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84ff1_d20250215_m030406_c001_v0001100_t0047_u01739588646335") 2025/02/15 03:05:08 DEBUG : only16: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4292060d_d20250215_m030435_c001_v7007000_t0000_u01739588675567") 2025/02/15 03:05:08 DEBUG : only16: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4154a425cb89cb08_d20250215_m030429_c001_v0001183_t0031_u01739588669074") 2025/02/15 03:05:08 DEBUG : only16: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff8502f_d20250215_m030425_c001_v0001100_t0031_u01739588665714") 2025/02/15 03:05:08 DEBUG : only16: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40160be1f3c2f3f7_d20250215_m030410_c001_v7007000_t0000_u01739588650671") 2025/02/15 03:05:08 DEBUG : only16: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84ff3_d20250215_m030406_c001_v0001100_t0050_u01739588646832") 2025/02/15 03:05:08 DEBUG : only17: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920612_d20250215_m030435_c001_v7007000_t0000_u01739588675763") 2025/02/15 03:05:08 DEBUG : only17: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41527a04f8afcef5_d20250215_m030429_c001_v0001182_t0030_u01739588669091") 2025/02/15 03:05:08 DEBUG : only17: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85033_d20250215_m030426_c001_v0001100_t0053_u01739588666285") 2025/02/15 03:05:08 DEBUG : only17: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f408962f9f7e1ca19_d20250215_m030410_c001_v7007000_t0000_u01739588650633") 2025/02/15 03:05:08 DEBUG : only17: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84ff5_d20250215_m030407_c001_v0001100_t0018_u01739588647333") 2025/02/15 03:05:08 DEBUG : only18: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920613_d20250215_m030435_c001_v7007000_t0000_u01739588675946") 2025/02/15 03:05:08 DEBUG : only18: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f413c6533bff8503f_d20250215_m030429_c001_v0001100_t0020_u01739588669099") 2025/02/15 03:05:08 DEBUG : only18: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85035_d20250215_m030426_c001_v0001100_t0048_u01739588666773") 2025/02/15 03:05:08 DEBUG : only18: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f409f2af16e5cc51b_d20250215_m030410_c001_v7007000_t0000_u01739588650695") 2025/02/15 03:05:08 DEBUG : only18: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84ff9_d20250215_m030407_c001_v0001100_t0017_u01739588647965") 2025/02/15 03:05:08 DEBUG : only19: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920615_d20250215_m030436_c001_v7007000_t0000_u01739588676129") 2025/02/15 03:05:08 DEBUG : only19: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4064306f986d02ac_d20250215_m030429_c001_v0001130_t0018_u01739588669248") 2025/02/15 03:05:08 DEBUG : only19: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85037_d20250215_m030427_c001_v0001100_t0008_u01739588667269") 2025/02/15 03:05:09 DEBUG : only19: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40160be1f3c2f3ed_d20250215_m030410_c001_v7007000_t0000_u01739588650294") 2025/02/15 03:05:09 DEBUG : only19: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84ffd_d20250215_m030408_c001_v0001100_t0029_u01739588648567") 2025/02/15 03:05:09 DEBUG : only2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920617_d20250215_m030436_c001_v7007000_t0000_u01739588676319") 2025/02/15 03:05:09 DEBUG : only2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4154a425cb89cb0c_d20250215_m030429_c001_v0001183_t0031_u01739588669257") 2025/02/15 03:05:09 DEBUG : only2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff8500b_d20250215_m030417_c001_v0001100_t0012_u01739588657950") 2025/02/15 03:05:09 DEBUG : only2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f409f2af16e5cc510_d20250215_m030410_c001_v7007000_t0000_u01739588650148") 2025/02/15 03:05:09 DEBUG : only2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fc5_d20250215_m030358_c001_v0001100_t0018_u01739588638654") 2025/02/15 03:05:09 DEBUG : only3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4292061a_d20250215_m030436_c001_v7007000_t0000_u01739588676502") 2025/02/15 03:05:09 DEBUG : only3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41527a04f8afcefd_d20250215_m030429_c001_v0001182_t0030_u01739588669275") 2025/02/15 03:05:09 DEBUG : only3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff8500d_d20250215_m030418_c001_v0001100_t0028_u01739588658542") 2025/02/15 03:05:09 DEBUG : only3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f408962f9f7e1ca1b_d20250215_m030410_c001_v7007000_t0000_u01739588650814") 2025/02/15 03:05:09 DEBUG : only3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fc9_d20250215_m030359_c001_v0001100_t0013_u01739588639193") 2025/02/15 03:05:09 DEBUG : only4: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4292061c_d20250215_m030436_c001_v7007000_t0000_u01739588676715") 2025/02/15 03:05:09 DEBUG : only4: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f413c6533bff85041_d20250215_m030429_c001_v0001100_t0020_u01739588669283") 2025/02/15 03:05:09 DEBUG : only4: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff8500f_d20250215_m030419_c001_v0001100_t0018_u01739588659117") 2025/02/15 03:05:09 DEBUG : only4: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f409f2af16e5cc511_d20250215_m030410_c001_v7007000_t0000_u01739588650330") 2025/02/15 03:05:09 DEBUG : only4: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fcb_d20250215_m030359_c001_v0001100_t0025_u01739588639782") 2025/02/15 03:05:09 DEBUG : only5: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4292061e_d20250215_m030436_c001_v7007000_t0000_u01739588676906") 2025/02/15 03:05:09 DEBUG : only5: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4064306f986d02ae_d20250215_m030429_c001_v0001130_t0018_u01739588669431") 2025/02/15 03:05:09 DEBUG : only5: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85013_d20250215_m030419_c001_v0001100_t0023_u01739588659785") 2025/02/15 03:05:09 DEBUG : only5: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73cf9_d20250215_m030410_c001_v7007000_t0000_u01739588650831") 2025/02/15 03:05:09 DEBUG : only5: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fcf_d20250215_m030400_c001_v0001100_t0011_u01739588640344") 2025/02/15 03:05:10 DEBUG : only6: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920620_d20250215_m030437_c001_v7007000_t0000_u01739588677108") 2025/02/15 03:05:10 DEBUG : only6: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4154a425cb89cb12_d20250215_m030429_c001_v0001183_t0031_u01739588669441") 2025/02/15 03:05:10 DEBUG : only6: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85015_d20250215_m030420_c001_v0001100_t0049_u01739588660304") 2025/02/15 03:05:10 DEBUG : only6: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40160be1f3c2f3fd_d20250215_m030410_c001_v7007000_t0000_u01739588650854") 2025/02/15 03:05:10 DEBUG : only6: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fd1_d20250215_m030400_c001_v0001100_t0042_u01739588640966") 2025/02/15 03:05:10 DEBUG : only7: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920623_d20250215_m030437_c001_v7007000_t0000_u01739588677293") 2025/02/15 03:05:10 DEBUG : only7: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41527a04f8afcf03_d20250215_m030429_c001_v0001182_t0030_u01739588669457") 2025/02/15 03:05:10 DEBUG : only7: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85017_d20250215_m030420_c001_v0001100_t0046_u01739588660853") 2025/02/15 03:05:10 DEBUG : only7: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f408962f9f7e1ca17_d20250215_m030410_c001_v7007000_t0000_u01739588650452") 2025/02/15 03:05:10 DEBUG : only7: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fd5_d20250215_m030401_c001_v0001100_t0038_u01739588641527") 2025/02/15 03:05:10 DEBUG : only8: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920624_d20250215_m030437_c001_v7007000_t0000_u01739588677475") 2025/02/15 03:05:10 DEBUG : only8: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f413c6533bff85043_d20250215_m030429_c001_v0001100_t0020_u01739588669466") 2025/02/15 03:05:10 DEBUG : only8: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff8501b_d20250215_m030421_c001_v0001100_t0020_u01739588661413") 2025/02/15 03:05:10 DEBUG : only8: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f409f2af16e5cc51d_d20250215_m030410_c001_v7007000_t0000_u01739588650923") 2025/02/15 03:05:10 DEBUG : only8: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fd7_d20250215_m030402_c001_v0001100_t0003_u01739588642109") 2025/02/15 03:05:10 DEBUG : only9: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920626_d20250215_m030437_c001_v7007000_t0000_u01739588677659") 2025/02/15 03:05:10 DEBUG : only9: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4064306f986d02b0_d20250215_m030429_c001_v0001130_t0018_u01739588669612") 2025/02/15 03:05:10 DEBUG : only9: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff8501d_d20250215_m030421_c001_v0001100_t0017_u01739588661939") 2025/02/15 03:05:10 DEBUG : only9: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73cf5_d20250215_m030410_c001_v7007000_t0000_u01739588650467") 2025/02/15 03:05:10 DEBUG : only9: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84fd9_d20250215_m030402_c001_v0001100_t0054_u01739588642700") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f400470616931051e_d20250215_m030050_c001_v7007000_t0000_u01739588450012") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89bbb5_d20250215_m030047_c001_v0001183_t0010_u01739588447820") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310513_d20250215_m030046_c001_v7007000_t0000_u01739588446298") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf41e_d20250215_m030044_c001_v0001181_t0056_u01739588444442") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40047061693104fe_d20250215_m030042_c001_v7007000_t0000_u01739588442588") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84ebc_d20250215_m030040_c001_v0001100_t0050_u01739588440414") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e13_d20250215_m030029_c001_v7007000_t0000_u01739588429308") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3f3_d20250215_m030028_c001_v0001181_t0024_u01739588428150") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e04_d20250215_m030026_c001_v7007000_t0000_u01739588426255") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3ed_d20250215_m030025_c001_v0001181_t0013_u01739588425444") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14dfc_d20250215_m030023_c001_v7007000_t0000_u01739588423903") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3e3_d20250215_m030023_c001_v0001181_t0037_u01739588423105") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fb2f_d20250215_m030016_c001_v7007000_t0000_u01739588416286") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3cb_d20250215_m030015_c001_v0001181_t0039_u01739588415261") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fb23_d20250215_m030014_c001_v7007000_t0000_u01739588414538") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3c7_d20250215_m030013_c001_v0001181_t0056_u01739588413387") 2025/02/15 03:05:11 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fb1c_d20250215_m030012_c001_v7007000_t0000_u01739588412661") 2025/02/15 03:05:12 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3c3_d20250215_m030012_c001_v0001181_t0009_u01739588412094") 2025/02/15 03:05:12 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3bf_d20250215_m030011_c001_v0001181_t0029_u01739588411511") 2025/02/15 03:05:12 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fb11_d20250215_m030010_c001_v7007000_t0000_u01739588410788") 2025/02/15 03:05:12 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3bd_d20250215_m030010_c001_v0001181_t0023_u01739588410208") 2025/02/15 03:05:12 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3bb_d20250215_m030009_c001_v0001181_t0053_u01739588409632") 2025/02/15 03:05:12 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4291fb01_d20250215_m030008_c001_v7007000_t0000_u01739588408904") 2025/02/15 03:05:12 DEBUG : potato: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3b7_d20250215_m030008_c001_v0001181_t0018_u01739588408041") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f407c4d289e825d11_d20250215_m030137_c001_v7007000_t0000_u01739588497810") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f0a_d20250215_m030137_c001_v0001100_t0055_u01739588497068") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f405f9bb351245495_d20250215_m030127_c001_v7007000_t0000_u01739588487957") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84ef4_d20250215_m030122_c001_v0001100_t0046_u01739588482863") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310564_d20250215_m030114_c001_v7007000_t0000_u01739588474464") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84ee0_d20250215_m030110_c001_v0001100_t0030_u01739588470140") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310543_d20250215_m030102_c001_v7007000_t0000_u01739588462028") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84ed8_d20250215_m030058_c001_v0001100_t0027_u01739588458564") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e4a_d20250215_m030034_c001_v7007000_t0000_u01739588434154") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf401_d20250215_m030032_c001_v0001181_t0005_u01739588432875") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e1b_d20250215_m030031_c001_v7007000_t0000_u01739588431774") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3f7_d20250215_m030030_c001_v0001181_t0009_u01739588430230") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e15_d20250215_m030029_c001_v7007000_t0000_u01739588429496") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3f5_d20250215_m030028_c001_v0001181_t0005_u01739588428729") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e0f_d20250215_m030027_c001_v7007000_t0000_u01739588427409") 2025/02/15 03:05:12 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3f1_d20250215_m030026_c001_v0001181_t0037_u01739588426633") 2025/02/15 03:05:13 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e01_d20250215_m030024_c001_v7007000_t0000_u01739588424706") 2025/02/15 03:05:13 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3e7_d20250215_m030023_c001_v0001181_t0033_u01739588423912") 2025/02/15 03:05:13 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14dc7_d20250215_m030017_c001_v7007000_t0000_u01739588417393") 2025/02/15 03:05:13 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf3cf_d20250215_m030016_c001_v0001181_t0020_u01739588416054") 2025/02/15 03:05:13 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2fb0_d20250215_m025909_c001_v7007000_t0000_u01739588349613") 2025/02/15 03:05:13 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf2e7_d20250215_m025909_c001_v0001181_t0040_u01739588349042") 2025/02/15 03:05:13 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2fab_d20250215_m025907_c001_v7007000_t0000_u01739588347781") 2025/02/15 03:05:13 DEBUG : potato2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf2e1_d20250215_m025907_c001_v0001181_t0037_u01739588347206") 2025/02/15 03:05:13 DEBUG : potato3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f405f9bb351245496_d20250215_m030128_c001_v7007000_t0000_u01739588488531") 2025/02/15 03:05:13 DEBUG : potato3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89bdf6_d20250215_m030124_c001_v0001183_t0025_u01739588484095") 2025/02/15 03:05:13 DEBUG : potato3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310565_d20250215_m030115_c001_v7007000_t0000_u01739588475043") 2025/02/15 03:05:13 DEBUG : potato3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89bd41_d20250215_m030111_c001_v0001183_t0056_u01739588471364") 2025/02/15 03:05:13 DEBUG : potato3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310546_d20250215_m030102_c001_v7007000_t0000_u01739588462367") 2025/02/15 03:05:13 DEBUG : potato3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89bc88_d20250215_m030059_c001_v0001183_t0053_u01739588459119") 2025/02/15 03:05:13 DEBUG : pre-dest1/1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79bcd9_d20250215_m030218_c001_v7007000_t0000_u01739588538140") 2025/02/15 03:05:13 DEBUG : pre-dest1/1: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89c0f3_d20250215_m030210_c001_v0001183_t0019_u01739588530132") 2025/02/15 03:05:13 DEBUG : pre-dest2/2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f403437991b79bcdb_d20250215_m030218_c001_v7007000_t0000_u01739588538324") 2025/02/15 03:05:13 DEBUG : pre-dest2/2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84f2c_d20250215_m030210_c001_v0001100_t0015_u01739588530708") 2025/02/15 03:05:13 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f404cbb5c35c73a12_d20250215_m030150_c001_v7007000_t0000_u01739588510230") 2025/02/15 03:05:13 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf47a_d20250215_m030147_c001_v0001181_t0020_u01739588507275") 2025/02/15 03:05:13 DEBUG : sizeonly: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e9640ab_d20250215_m025949_c001_v7007000_t0000_u01739588389995") 2025/02/15 03:05:14 DEBUG : sizeonly: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf381_d20250215_m025949_c001_v0001181_t0024_u01739588389063") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920693_d20250215_m030449_c001_v7007000_t0000_u01739588689409") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11527a04f8afd15b_d20250215_m030448_c001_v0001182_t0043_u01739588688280") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4292067f_d20250215_m030446_c001_v7007000_t0000_u01739588686381") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85065_d20250215_m030445_c001_v0001100_t0008_u01739588685081") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f400470616931052e_d20250215_m030055_c001_v7007000_t0000_u01739588455209") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84ed2_d20250215_m030054_c001_v0001100_t0047_u01739588454322") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310525_d20250215_m030052_c001_v7007000_t0000_u01739588452990") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf42a_d20250215_m030052_c001_v0001181_t0030_u01739588452232") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e9640a1_d20250215_m025945_c001_v7007000_t0000_u01739588385962") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf375_d20250215_m025944_c001_v0001181_t0019_u01739588384660") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e96409d_d20250215_m025943_c001_v7007000_t0000_u01739588383882") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf371_d20250215_m025942_c001_v0001181_t0057_u01739588382942") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e964094_d20250215_m025939_c001_v7007000_t0000_u01739588379908") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf360_d20250215_m025938_c001_v0001181_t0047_u01739588378724") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e96408f_d20250215_m025938_c001_v7007000_t0000_u01739588378172") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf35e_d20250215_m025937_c001_v0001181_t0004_u01739588377333") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf354_d20250215_m025934_c001_v0001181_t0052_u01739588374714") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e964087_d20250215_m025933_c001_v7007000_t0000_u01739588373996") 2025/02/15 03:05:14 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf350_d20250215_m025933_c001_v0001181_t0037_u01739588373424") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf34e_d20250215_m025932_c001_v0001181_t0009_u01739588372843") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e964082_d20250215_m025931_c001_v7007000_t0000_u01739588371761") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf33c_d20250215_m025928_c001_v0001181_t0000_u01739588368824") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf32c_d20250215_m025926_c001_v0001181_t0030_u01739588366068") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e964073_d20250215_m025925_c001_v7007000_t0000_u01739588365345") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf328_d20250215_m025924_c001_v0001181_t0035_u01739588364777") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf326_d20250215_m025924_c001_v0001181_t0017_u01739588364147") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e964070_d20250215_m025923_c001_v7007000_t0000_u01739588363418") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf318_d20250215_m025919_c001_v0001181_t0034_u01739588359497") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f410584089e964062_d20250215_m025919_c001_v7007000_t0000_u01739588359125") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf314_d20250215_m025918_c001_v0001181_t0015_u01739588358560") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2fcd_d20250215_m025916_c001_v7007000_t0000_u01739588356922") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf308_d20250215_m025916_c001_v0001181_t0039_u01739588356351") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2fc5_d20250215_m025915_c001_v7007000_t0000_u01739588355809") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf304_d20250215_m025915_c001_v0001181_t0026_u01739588355210") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2fb9_d20250215_m025913_c001_v7007000_t0000_u01739588353952") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf2ff_d20250215_m025913_c001_v0001181_t0014_u01739588353147") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2fb7_d20250215_m025912_c001_v7007000_t0000_u01739588352599") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf2f5_d20250215_m025912_c001_v0001181_t0055_u01739588352033") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2fb5_d20250215_m025911_c001_v7007000_t0000_u01739588351136") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf2f1_d20250215_m025910_c001_v0001181_t0012_u01739588350514") 2025/02/15 03:05:15 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2f9d_d20250215_m025904_c001_v7007000_t0000_u01739588344787") 2025/02/15 03:05:16 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf2d3_d20250215_m025904_c001_v0001181_t0054_u01739588344221") 2025/02/15 03:05:16 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2f99_d20250215_m025903_c001_v7007000_t0000_u01739588343323") 2025/02/15 03:05:16 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf2cb_d20250215_m025902_c001_v0001181_t0052_u01739588342764") 2025/02/15 03:05:16 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2f94_d20250215_m025901_c001_v7007000_t0000_u01739588341867") 2025/02/15 03:05:16 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf2c5_d20250215_m025901_c001_v0001181_t0031_u01739588341281") 2025/02/15 03:05:16 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f417ca336606d2f8a_d20250215_m025858_c001_v7007000_t0000_u01739588338358") 2025/02/15 03:05:16 DEBUG : sub dir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf2bf_d20250215_m025857_c001_v0001181_t0000_u01739588337776") 2025/02/15 03:05:16 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920697_d20250215_m030449_c001_v7007000_t0000_u01739588689596") 2025/02/15 03:05:16 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1064306f986d02f8_d20250215_m030448_c001_v0001130_t0022_u01739588688294") 2025/02/15 03:05:16 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920681_d20250215_m030446_c001_v7007000_t0000_u01739588686570") 2025/02/15 03:05:16 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89ccc6_d20250215_m030444_c001_v0001183_t0013_u01739588684725") 2025/02/15 03:05:16 DEBUG : sub/yam: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f400470616931051c_d20250215_m030049_c001_v7007000_t0000_u01739588449466") 2025/02/15 03:05:16 DEBUG : sub/yam: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff84ec8_d20250215_m030048_c001_v0001100_t0037_u01739588448172") 2025/02/15 03:05:16 DEBUG : test_dir1/file2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920664_d20250215_m030443_c001_v7007000_t0000_u01739588683094") 2025/02/15 03:05:16 DEBUG : test_dir1/file2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11527a04f8afd0a0_d20250215_m030441_c001_v0001182_t0036_u01739588681625") 2025/02/15 03:05:16 DEBUG : test_dir1/file2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4292063b_d20250215_m030440_c001_v7007000_t0000_u01739588680052") 2025/02/15 03:05:16 DEBUG : test_dir1/file2: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f113c6533bff85059_d20250215_m030438_c001_v0001100_t0038_u01739588678990") 2025/02/15 03:05:16 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e42920665_d20250215_m030443_c001_v7007000_t0000_u01739588683293") 2025/02/15 03:05:16 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89cc64_d20250215_m030441_c001_v0001183_t0036_u01739588681609") 2025/02/15 03:05:16 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4026768e4292063e_d20250215_m030440_c001_v7007000_t0000_u01739588680238") 2025/02/15 03:05:16 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11527a04f8afd05f_d20250215_m030438_c001_v0001182_t0003_u01739588678989") 2025/02/15 03:05:17 DEBUG : three: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e97_d20250215_m030039_c001_v7007000_t0000_u01739588439627") 2025/02/15 03:05:17 DEBUG : three: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf417_d20250215_m030038_c001_v0001181_t0041_u01739588438481") 2025/02/15 03:05:17 DEBUG : three: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f11351ef518cdf411_d20250215_m030036_c001_v0001181_t0011_u01739588436375") 2025/02/15 03:05:17 DEBUG : two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40557ed90ce14e9a_d20250215_m030039_c001_v7007000_t0000_u01739588439812") 2025/02/15 03:05:17 DEBUG : two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4154a425cb89bb12_d20250215_m030037_c001_v0001183_t0031_u01739588437908") 2025/02/15 03:05:17 DEBUG : two: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f41351ef518cdf40f_d20250215_m030036_c001_v0001181_t0048_u01739588436190") 2025/02/15 03:05:17 DEBUG : yam: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f400470616931051f_d20250215_m030050_c001_v7007000_t0000_u01739588450193") 2025/02/15 03:05:17 DEBUG : yam: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f108b853ddf9bb561_d20250215_m030049_c001_v0001179_t0002_u01739588449237") 2025/02/15 03:05:17 DEBUG : yam: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310510_d20250215_m030045_c001_v7007000_t0000_u01739588445744") 2025/02/15 03:05:17 DEBUG : yam: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89bb6e_d20250215_m030044_c001_v0001183_t0017_u01739588444062") 2025/02/15 03:05:17 DEBUG : yam: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f40047061693104f7_d20250215_m030042_c001_v7007000_t0000_u01739588442040") 2025/02/15 03:05:17 DEBUG : yam: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f1154a425cb89bb3c_d20250215_m030040_c001_v0001183_t0016_u01739588440421") 2025/02/15 03:05:17 DEBUG : yaml: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310514_d20250215_m030046_c001_v7007000_t0000_u01739588446489") 2025/02/15 03:05:17 DEBUG : yaml: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f116c27ba93b07975_d20250215_m030045_c001_v0001161_t0006_u01739588445215") 2025/02/15 03:05:17 DEBUG : yaml: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f4004706169310500_d20250215_m030042_c001_v7007000_t0000_u01739588442770") 2025/02/15 03:05:17 DEBUG : yaml: Deleting (id "4_z4f327d7380bd0b7b9f580e1b_f116440dee2b103c4_d20250215_m030041_c001_v0001150_t0047_u01739588441683") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 6m24.363346476s (try 1/5)