"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2025/03/31 04:11:52 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale" 2025/03/31 04:11:52 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/03/31 04:11:53 DEBUG : Creating backend with remote "/tmp/rclone640729036" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === 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-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:11:54 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:11:54 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:11:54 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:11:54 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestCopyWithDryRun (1.99s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:11:55 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/31 04:11:55 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:11:55 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:11:55 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:11:56 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:11:56 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:11:56 DEBUG : B2 bucket rclone-test-pimobic9bale: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.03s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", 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-pimobic9bale", Local "Local file system at /tmp/rclone640729036", 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-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:11:58 DEBUG : Creating backend with remote "/non-existing" 2025/03/31 04:11:58 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/03/31 04:11:58 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:11:58 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.95s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:11:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:11:59 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:11:59 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:00 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.88s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:01 INFO : B2 bucket rclone-test-pimobic9bale: Running all checks before starting transfers 2025/03/31 04:12:01 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:01 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:01 INFO : B2 bucket rclone-test-pimobic9bale: Checks finished, now starting transfers 2025/03/31 04:12:01 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:01 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:01 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.49s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:02 ERROR : Ignoring --no-traverse with sync 2025/03/31 04:12:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:02 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:02 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:03 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:03 INFO : sub dir/hello world: Copied (new) 2025/03/31 04:12:03 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.52s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:04 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/03/31 04:12:04 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:04 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:04 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/03/31 04:12:04 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.53s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:05 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:12:05 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:05 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:06 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:06 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.50s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:07 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:12:07 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:07 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:07 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:07 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.87s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:09 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/03/31 04:12:09 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/31 04:12:09 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/03/31 04:12:09 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/31 04:12:09 INFO : sub dir: Making directory 2025/03/31 04:12:09 INFO : sub dir2: Making directory 2025/03/31 04:12:09 INFO : sub dir2/sub sub dir2: Making directory 2025/03/31 04:12:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:09 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:09 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:09 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:09 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/03/31 04:12:09 DEBUG : B2 bucket rclone-test-pimobic9bale: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.49s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:10 INFO : sub dir2: Making directory 2025/03/31 04:12:10 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/03/31 04:12:10 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/31 04:12:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:10 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:10 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:10 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:10 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.17s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:11 DEBUG : sub dir2: Making directory with metadata 2025/03/31 04:12:11 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/31 04:12:11 INFO : sub dir: Making directory 2025/03/31 04:12:11 INFO : sub dir2: Making directory 2025/03/31 04:12:11 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:11 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:11 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:12 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:12 INFO : sub dir/hello world: Copied (new) 2025/03/31 04:12:12 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/03/31 04:12:12 DEBUG : B2 bucket rclone-test-pimobic9bale: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/03/31 04:12:12 DEBUG : B2 bucket rclone-test-pimobic9bale: 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-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" sync_test.go:408: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.40s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:13 INFO : sub dir2: Making directory 2025/03/31 04:12:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:14 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:14 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:14 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:14 INFO : sub dir/hello world: Copied (new) 2025/03/31 04:12:14 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.13s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:14 DEBUG : sub dir2: Making directory with metadata 2025/03/31 04:12:14 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/31 04:12:14 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/31 04:12:15 INFO : sub dir: Making directory 2025/03/31 04:12:15 INFO : sub dir2: Making directory 2025/03/31 04:12:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:15 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:15 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:15 INFO : sub dir/hello world: Copied (new) 2025/03/31 04:12:15 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/03/31 04:12:15 DEBUG : B2 bucket rclone-test-pimobic9bale: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.52s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", 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-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:16 INFO : sub dir2: Making directory 2025/03/31 04:12:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:17 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:17 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:17 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:17 INFO : sub dir/hello world: Copied (new) 2025/03/31 04:12:17 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.51s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:18 DEBUG : Creating backend with remote "TestB2:rclone-test-tajosit3loxu" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-pimobic9bale -> B2 bucket rclone-test-tajosit3loxu 2025/03/31 04:12:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:19 DEBUG : B2 bucket rclone-test-tajosit3loxu: Waiting for checks to finish 2025/03/31 04:12:19 DEBUG : B2 bucket rclone-test-tajosit3loxu: Waiting for transfers to finish 2025/03/31 04:12:21 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:21 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:21 DEBUG : B2 bucket rclone-test-tajosit3loxu: Purge remote 2025/03/31 04:12:21 INFO : B2 bucket rclone-test-tajosit3loxu: cleaning bucket "rclone-test-tajosit3loxu" of all files 2025/03/31 04:12:21 DEBUG : sub dir/hello world: Deleting (id "4_z9f127dc3606debab9f580e1b_f1077913e04d03149_d20250331_m041220_c001_v0001104_t0058_u01743394340469") --- PASS: TestServerSideCopy (4.58s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:23 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/31 04:12:23 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:23 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:23 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/31 04:12:23 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestCopyOverSelf (1.93s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:25 DEBUG : Creating backend with remote "TestB2:rclone-test-xahagih7cila" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-pimobic9bale -> B2 bucket rclone-test-xahagih7cila 2025/03/31 04:12:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:26 DEBUG : B2 bucket rclone-test-xahagih7cila: Waiting for checks to finish 2025/03/31 04:12:26 DEBUG : B2 bucket rclone-test-xahagih7cila: Waiting for transfers to finish 2025/03/31 04:12:27 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:27 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:27 DEBUG : B2 bucket rclone-test-xahagih7cila: Waiting for checks to finish 2025/03/31 04:12:27 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/31 04:12:27 DEBUG : B2 bucket rclone-test-xahagih7cila: Waiting for transfers to finish 2025/03/31 04:12:28 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/31 04:12:28 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:28 DEBUG : B2 bucket rclone-test-xahagih7cila: Purge remote 2025/03/31 04:12:28 INFO : B2 bucket rclone-test-xahagih7cila: cleaning bucket "rclone-test-xahagih7cila" of all files 2025/03/31 04:12:28 DEBUG : sub dir/hello world: Deleting (id "4_zff429d53606debab9f580e1b_f114fe9d1775ce497_d20250331_m041228_c001_v0001106_t0026_u01743394348098") 2025/03/31 04:12:28 DEBUG : sub dir/hello world: Deleting (id "4_zff429d53606debab9f580e1b_f1060146714df7da8_d20250331_m041226_c001_v0001113_t0037_u01743394346975") --- PASS: TestServerSideCopyOverSelf (6.10s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:31 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/31 04:12:31 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:31 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:31 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/31 04:12:31 INFO : sub dir/hello world: Copied (replaced existing) 2025/03/31 04:12:31 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestMoveOverSelf (1.88s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:33 DEBUG : Creating backend with remote "TestB2:rclone-test-xigosaq8pako" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-pimobic9bale -> B2 bucket rclone-test-xigosaq8pako 2025/03/31 04:12:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:34 DEBUG : B2 bucket rclone-test-xigosaq8pako: Waiting for checks to finish 2025/03/31 04:12:34 DEBUG : B2 bucket rclone-test-xigosaq8pako: Waiting for transfers to finish 2025/03/31 04:12:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:36 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:37 DEBUG : B2 bucket rclone-test-xigosaq8pako: Waiting for checks to finish 2025/03/31 04:12:37 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/03/31 04:12:37 DEBUG : B2 bucket rclone-test-xigosaq8pako: Waiting for transfers to finish 2025/03/31 04:12:37 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/03/31 04:12:37 INFO : sub dir/hello world: Copied (server-side copy) 2025/03/31 04:12:37 INFO : sub dir/hello world: Deleted 2025/03/31 04:12:38 DEBUG : testing file moves 2025/03/31 04:12:38 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/03/31 04:12:38 DEBUG : B2 bucket rclone-test-xigosaq8pako: Waiting for checks to finish 2025/03/31 04:12:38 DEBUG : B2 bucket rclone-test-xigosaq8pako: Waiting for transfers to finish 2025/03/31 04:12:38 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/03/31 04:12:38 INFO : sub dir/hello world: Copied (server-side copy) 2025/03/31 04:12:38 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:39 DEBUG : B2 bucket rclone-test-xigosaq8pako: Purge remote 2025/03/31 04:12:39 INFO : B2 bucket rclone-test-xigosaq8pako: cleaning bucket "rclone-test-xigosaq8pako" of all files 2025/03/31 04:12:39 DEBUG : sub dir/hello world: Deleting (id "4_z6f02bd53606debab9f580e1b_f102f44cda719603d_d20250331_m041238_c001_v0001183_t0049_u01743394358548") 2025/03/31 04:12:39 DEBUG : sub dir/hello world: Deleting (id "4_z6f02bd53606debab9f580e1b_f1119b0172b0508de_d20250331_m041237_c001_v0001184_t0050_u01743394357192") 2025/03/31 04:12:39 DEBUG : sub dir/hello world: Deleting (id "4_z6f02bd53606debab9f580e1b_f118c3947286d2a6d_d20250331_m041236_c001_v0001184_t0054_u01743394356107") --- PASS: TestServerSideMoveOverSelf (8.70s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:41 ERROR : : error listing: directory not found 2025/03/31 04:12:41 INFO : Local file system at /tmp/rclone640729036: Making directory 2025/03/31 04:12:42 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:42 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestCopyAfterDelete (1.67s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:12:43 DEBUG : Local file system at /tmp/rclone640729036: Waiting for checks to finish 2025/03/31 04:12:43 DEBUG : Local file system at /tmp/rclone640729036: Waiting for transfers to finish 2025/03/31 04:12:44 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:12:44 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/03/31 04:12:44 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestCopyRedownload (2.09s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:45 DEBUG : check sum: Need to transfer - File not found at Destination 2025/03/31 04:12:45 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:45 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:45 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/31 04:12:45 INFO : check sum: Copied (new) 2025/03/31 04:12:45 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:46 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:46 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/31 04:12:46 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/03/31 04:12:46 DEBUG : check sum: Unchanged skipping 2025/03/31 04:12:46 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:46 DEBUG : Waiting for deletions to finish 2025/03/31 04:12:46 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.23s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:47 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/03/31 04:12:47 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:47 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:47 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/31 04:12:47 INFO : sizeonly: Copied (new) 2025/03/31 04:12:47 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:48 DEBUG : sizeonly: Sizes identical 2025/03/31 04:12:48 DEBUG : sizeonly: Unchanged skipping 2025/03/31 04:12:48 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:48 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:48 DEBUG : Waiting for deletions to finish 2025/03/31 04:12:48 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.25s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:49 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/03/31 04:12:49 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:49 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:50 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/03/31 04:12:50 INFO : ignore-size: Copied (new) 2025/03/31 04:12:50 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:50 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:12:50 DEBUG : ignore-size: Unchanged skipping 2025/03/31 04:12:50 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:50 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:50 DEBUG : Waiting for deletions to finish 2025/03/31 04:12:50 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.62s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:52 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:12:52 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:52 DEBUG : existing: Unchanged skipping 2025/03/31 04:12:52 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:52 DEBUG : Waiting for deletions to finish 2025/03/31 04:12:52 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:53 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/03/31 04:12:53 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:53 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:53 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/31 04:12:53 INFO : existing: Copied (replaced existing) 2025/03/31 04:12:53 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.49s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:55 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/31 04:12:55 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:55 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:55 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/31 04:12:55 INFO : existing: Copied (new) 2025/03/31 04:12:55 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:55 DEBUG : existing: Destination exists, skipping 2025/03/31 04:12:55 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:55 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:55 DEBUG : Waiting for deletions to finish 2025/03/31 04:12:55 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.23s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:12:57 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/03/31 04:12:57 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/31 04:12:57 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:12:57 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:12:57 DEBUG : c/non empty space: Unchanged skipping 2025/03/31 04:12:57 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:12:58 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:12:58 INFO : a/potato2: Copied (new) 2025/03/31 04:12:58 DEBUG : Waiting for deletions to finish 2025/03/31 04:12:58 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (2.51s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:00 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:00 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/03/31 04:13:00 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/31 04:13:00 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/03/31 04:13:00 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:00 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:00 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:00 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:00 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/03/31 04:13:00 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:00 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/31 04:13:01 INFO : empty space: Updated modification time in destination 2025/03/31 04:13:01 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:01 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:01 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:01 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.39s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:03 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/03/31 04:13:03 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:03 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/31 04:13:03 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:03 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:03 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:03 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.70s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:05 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/03/31 04:13:05 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:05 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone640729036) 2025/03/31 04:13:05 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-pimobic9bale) 2025/03/31 04:13:05 DEBUG : foo: sha1 differ 2025/03/31 04:13:05 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:05 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/03/31 04:13:05 INFO : foo: Copied (replaced existing) 2025/03/31 04:13:05 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.86s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:07 DEBUG : potato: Need to transfer - File not found at Destination 2025/03/31 04:13:07 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:13:07 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:07 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:07 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:07 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:13:07 INFO : potato: Copied (new) 2025/03/31 04:13:07 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.10s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:09 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/03/31 04:13:09 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:09 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:09 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/03/31 04:13:09 INFO : potato: Copied (replaced existing) 2025/03/31 04:13:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (1.96s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:11 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/03/31 04:13:11 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:11 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone640729036) 2025/03/31 04:13:11 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-pimobic9bale) 2025/03/31 04:13:11 DEBUG : potato: sha1 differ 2025/03/31 04:13:11 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:11 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/03/31 04:13:11 INFO : potato: Copied (replaced existing) 2025/03/31 04:13:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (1.90s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:13 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:13:13 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/03/31 04:13:13 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:13:13 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:13 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:13 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:13 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:13 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.90s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:15 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:13:15 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:13:15 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:15 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:15 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:15 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:13:15 INFO : potato2: Copied (new) 2025/03/31 04:13:15 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:15 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.89s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:17 INFO : d: Making directory 2025/03/31 04:13:17 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/03/31 04:13:18 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:13:18 DEBUG : c/non empty space: Unchanged skipping 2025/03/31 04:13:18 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/31 04:13:18 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:18 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:18 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:13:18 INFO : a/potato2: Copied (new) 2025/03/31 04:13:18 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:18 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.49s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:20 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/03/31 04:13:20 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:13:20 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/03/31 04:13:20 DEBUG : c/non empty space: Unchanged skipping 2025/03/31 04:13:20 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:20 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:20 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:13:20 INFO : a/potato2: Copied (new) 2025/03/31 04:13:20 ERROR : B2 bucket rclone-test-pimobic9bale: not deleting files as there were IO errors 2025/03/31 04:13:20 ERROR : B2 bucket rclone-test-pimobic9bale: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.51s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:22 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:23 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:13:23 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:13:23 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:23 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:23 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:23 INFO : potato: Deleted 2025/03/31 04:13:23 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:13:23 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.29s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:25 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:25 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:25 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:25 INFO : potato: Deleted 2025/03/31 04:13:25 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:13:25 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:13:25 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:25 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:25 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:25 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:13:25 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (2.67s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:27 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:13:27 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:27 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:28 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/03/31 04:13:28 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.10s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:30 DEBUG : enormous: Excluded (Size Filter) 2025/03/31 04:13:30 DEBUG : enormous: Excluded 2025/03/31 04:13:30 DEBUG : potato2: Excluded (Size Filter) 2025/03/31 04:13:30 DEBUG : potato2: Excluded 2025/03/31 04:13:30 DEBUG : potato2: Excluded (Size Filter) 2025/03/31 04:13:30 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:13:30 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:30 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:30 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:30 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:30 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:30 DEBUG : enormous: Excluded (Size Filter) 2025/03/31 04:13:30 DEBUG : enormous: Excluded 2025/03/31 04:13:30 DEBUG : potato2: Excluded (Size Filter) 2025/03/31 04:13:30 DEBUG : potato2: Excluded 2025/03/31 04:13:30 DEBUG : potato2: Excluded (Size Filter) 2025/03/31 04:13:30 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/03/31 04:13:30 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:30 DEBUG : Local file system at /tmp/rclone640729036: Waiting for checks to finish 2025/03/31 04:13:30 DEBUG : Local file system at /tmp/rclone640729036: Waiting for transfers to finish 2025/03/31 04:13:30 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:30 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncWithExclude (2.70s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:32 DEBUG : enormous: Excluded (Size Filter) 2025/03/31 04:13:32 DEBUG : enormous: Excluded 2025/03/31 04:13:32 DEBUG : potato2: Excluded (Size Filter) 2025/03/31 04:13:32 DEBUG : potato2: Excluded 2025/03/31 04:13:33 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:13:33 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:33 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:33 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:33 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:33 INFO : enormous: Deleted 2025/03/31 04:13:33 INFO : potato2: Deleted 2025/03/31 04:13:33 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:33 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/03/31 04:13:33 DEBUG : empty space: Unchanged skipping 2025/03/31 04:13:33 DEBUG : Local file system at /tmp/rclone640729036: Waiting for checks to finish 2025/03/31 04:13:33 DEBUG : Local file system at /tmp/rclone640729036: Waiting for transfers to finish 2025/03/31 04:13:33 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:33 INFO : enormous: Deleted 2025/03/31 04:13:33 INFO : potato2: Deleted 2025/03/31 04:13:33 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.06s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:36 DEBUG : five: Need to transfer - File not found at Destination 2025/03/31 04:13:36 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/03/31 04:13:36 DEBUG : one: Destination is newer than source, skipping 2025/03/31 04:13:36 DEBUG : three: Sizes identical 2025/03/31 04:13:36 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:36 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone640729036) 2025/03/31 04:13:36 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/03/31 04:13:36 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-pimobic9bale) 2025/03/31 04:13:36 DEBUG : two: sha1 differ 2025/03/31 04:13:36 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/03/31 04:13:36 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:36 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/03/31 04:13:36 INFO : five: Copied (new) 2025/03/31 04:13:37 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/31 04:13:37 INFO : two: Copied (replaced existing) 2025/03/31 04:13:37 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/03/31 04:13:37 INFO : four: Copied (replaced existing) 2025/03/31 04:13:37 DEBUG : Waiting for deletions to finish 2025/03/31 04:13:37 DEBUG : one: Destination is newer than source, skipping 2025/03/31 04:13:37 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:37 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone640729036) 2025/03/31 04:13:37 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-pimobic9bale) 2025/03/31 04:13:37 DEBUG : three: sha1 differ 2025/03/31 04:13:37 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/03/31 04:13:37 DEBUG : five: Size and sha1 of src and dst objects identical 2025/03/31 04:13:37 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/31 04:13:37 DEBUG : two: Size and sha1 of src and dst objects identical 2025/03/31 04:13:37 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/03/31 04:13:37 DEBUG : four: Size and sha1 of src and dst objects identical 2025/03/31 04:13:37 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/03/31 04:13:37 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/03/31 04:13:37 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/03/31 04:13:37 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/03/31 04:13:37 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:37 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/31 04:13:37 INFO : three: Copied (replaced existing) 2025/03/31 04:13:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.20s) === 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-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/03/31 04:13:39 INFO : B2 bucket rclone-test-pimobic9bale: Making map for --track-renames 2025/03/31 04:13:39 INFO : B2 bucket rclone-test-pimobic9bale: Finished making map for --track-renames 2025/03/31 04:13:39 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:39 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/31 04:13:39 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for renames to finish 2025/03/31 04:13:39 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/03/31 04:13:39 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:39 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/03/31 04:13:39 INFO : potato: Copied (new) 2025/03/31 04:13:40 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/31 04:13:40 INFO : yam: Copied (new) 2025/03/31 04:13:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:40 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:13:40 INFO : B2 bucket rclone-test-pimobic9bale: Making map for --track-renames 2025/03/31 04:13:40 INFO : B2 bucket rclone-test-pimobic9bale: Finished making map for --track-renames 2025/03/31 04:13:40 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:40 DEBUG : potato: Unchanged skipping 2025/03/31 04:13:40 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for renames to finish 2025/03/31 04:13:41 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/31 04:13:41 INFO : yam: Copied (server-side copy) to: yaml 2025/03/31 04:13:41 INFO : yam: Deleted 2025/03/31 04:13:41 INFO : yaml: Renamed from "yam" 2025/03/31 04:13:41 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:41 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.79s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/03/31 04:13:43 INFO : B2 bucket rclone-test-pimobic9bale: Making map for --track-renames 2025/03/31 04:13:43 INFO : B2 bucket rclone-test-pimobic9bale: Finished making map for --track-renames 2025/03/31 04:13:43 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:43 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/31 04:13:43 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/03/31 04:13:43 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for renames to finish 2025/03/31 04:13:43 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:43 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/31 04:13:43 INFO : yam: Copied (new) 2025/03/31 04:13:43 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/03/31 04:13:43 INFO : potato: Copied (new) 2025/03/31 04:13:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:44 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:13:44 INFO : B2 bucket rclone-test-pimobic9bale: Making map for --track-renames 2025/03/31 04:13:44 INFO : B2 bucket rclone-test-pimobic9bale: Finished making map for --track-renames 2025/03/31 04:13:44 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:44 DEBUG : potato: Unchanged skipping 2025/03/31 04:13:44 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for renames to finish 2025/03/31 04:13:44 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/31 04:13:44 INFO : yam: Copied (server-side copy) to: yaml 2025/03/31 04:13:45 INFO : yam: Deleted 2025/03/31 04:13:45 INFO : yaml: Renamed from "yam" 2025/03/31 04:13:45 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:45 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.65s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/03/31 04:13:46 INFO : B2 bucket rclone-test-pimobic9bale: Making map for --track-renames 2025/03/31 04:13:46 INFO : B2 bucket rclone-test-pimobic9bale: Finished making map for --track-renames 2025/03/31 04:13:46 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:46 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/03/31 04:13:46 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/03/31 04:13:46 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for renames to finish 2025/03/31 04:13:46 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:47 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/03/31 04:13:47 INFO : potato: Copied (new) 2025/03/31 04:13:48 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/31 04:13:48 INFO : sub/yam: Copied (new) 2025/03/31 04:13:48 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:48 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:13:48 DEBUG : potato: Unchanged skipping 2025/03/31 04:13:48 INFO : B2 bucket rclone-test-pimobic9bale: Making map for --track-renames 2025/03/31 04:13:48 INFO : B2 bucket rclone-test-pimobic9bale: Finished making map for --track-renames 2025/03/31 04:13:48 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:48 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for renames to finish 2025/03/31 04:13:48 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/03/31 04:13:48 INFO : sub/yam: Copied (server-side copy) to: yam 2025/03/31 04:13:49 INFO : sub/yam: Deleted 2025/03/31 04:13:49 INFO : yam: Renamed from "sub/yam" 2025/03/31 04:13:49 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:49 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (4.06s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:50 DEBUG : Creating backend with remote "/tmp/rclone640729036/dir1" 2025/03/31 04:13:50 DEBUG : Creating backend with remote "/tmp/rclone640729036/dir2" 2025/03/31 04:13:50 DEBUG : Local file system at /tmp/rclone640729036/dir2: Using server-side directory move 2025/03/31 04:13:50 INFO : Local file system at /tmp/rclone640729036/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/03/31 04:13:50 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/03/31 04:13:50 DEBUG : Local file system at /tmp/rclone640729036/dir2: Waiting for checks to finish 2025/03/31 04:13:50 DEBUG : Local file system at /tmp/rclone640729036/dir2: Waiting for transfers to finish 2025/03/31 04:13:50 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.38s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:13:51 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/03/31 04:13:51 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:51 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:51 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/03/31 04:13:51 INFO : nested/sub dir/file: Copied (new) 2025/03/31 04:13:51 INFO : nested/sub dir/file: Deleted 2025/03/31 04:13:52 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:13:52 INFO : sub dir/hello world: Copied (new) 2025/03/31 04:13:52 INFO : sub dir/hello world: Deleted 2025/03/31 04:13:52 INFO : sub dir: Removing directory 2025/03/31 04:13:52 INFO : nested/sub dir: Removing directory 2025/03/31 04:13:52 INFO : nested: Removing directory 2025/03/31 04:13:52 DEBUG : Local file system at /tmp/rclone640729036: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.09s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:53 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/03/31 04:13:53 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/03/31 04:13:53 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:53 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:54 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/03/31 04:13:54 INFO : nested/sub dir/file: Copied (new) 2025/03/31 04:13:54 INFO : nested/sub dir/file: Deleted 2025/03/31 04:13:54 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/03/31 04:13:54 INFO : sub dir/hello world: Copied (new) 2025/03/31 04:13:54 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.40s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:55 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/31 04:13:55 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/03/31 04:13:55 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:55 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:56 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/31 04:13:56 INFO : existing: Copied (new) 2025/03/31 04:13:56 INFO : existing: Deleted 2025/03/31 04:13:56 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/03/31 04:13:56 INFO : existing-b: Copied (new) 2025/03/31 04:13:56 INFO : existing-b: Deleted 2025/03/31 04:13:56 DEBUG : existing: Destination exists, skipping 2025/03/31 04:13:56 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/03/31 04:13:56 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:13:56 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:13:56 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.28s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:13:58 DEBUG : Creating backend with remote "TestB2:rclone-test-foxedah6ruwu" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-pimobic9bale -> B2 bucket rclone-test-foxedah6ruwu 2025/03/31 04:14:02 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:14:02 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/03/31 04:14:02 DEBUG : empty space: Unchanged skipping 2025/03/31 04:14:02 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/31 04:14:02 DEBUG : B2 bucket rclone-test-foxedah6ruwu: Waiting for checks to finish 2025/03/31 04:14:02 INFO : empty space: Deleted 2025/03/31 04:14:02 DEBUG : B2 bucket rclone-test-foxedah6ruwu: Waiting for transfers to finish 2025/03/31 04:14:03 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:14:03 INFO : potato2: Copied (server-side copy) 2025/03/31 04:14:03 INFO : potato2: Deleted 2025/03/31 04:14:03 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/31 04:14:03 INFO : potato3: Copied (server-side copy) 2025/03/31 04:14:03 INFO : potato3: Deleted 2025/03/31 04:14:03 DEBUG : Creating backend with remote "TestB2:rclone-test-hapolax2wuro" 2025/03/31 04:14:05 DEBUG : empty space: Need to transfer - File not found at Destination 2025/03/31 04:14:05 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:14:05 DEBUG : potato3: Need to transfer - File not found at Destination 2025/03/31 04:14:05 DEBUG : B2 bucket rclone-test-hapolax2wuro: Waiting for checks to finish 2025/03/31 04:14:05 DEBUG : B2 bucket rclone-test-hapolax2wuro: Waiting for transfers to finish 2025/03/31 04:14:07 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/31 04:14:07 INFO : empty space: Copied (server-side copy) 2025/03/31 04:14:07 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:14:07 INFO : potato2: Copied (server-side copy) 2025/03/31 04:14:07 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/31 04:14:07 INFO : potato3: Copied (server-side copy) 2025/03/31 04:14:07 INFO : empty space: Deleted 2025/03/31 04:14:07 INFO : potato2: Deleted 2025/03/31 04:14:07 INFO : potato3: Deleted 2025/03/31 04:14:07 DEBUG : B2 bucket rclone-test-hapolax2wuro: Purge remote 2025/03/31 04:14:07 INFO : B2 bucket rclone-test-hapolax2wuro: cleaning bucket "rclone-test-hapolax2wuro" of all files 2025/03/31 04:14:08 DEBUG : empty space: Deleting (id "4_zff921da3608debab9f580e1b_f10488841503a66a2_d20250331_m041406_c001_v0001092_t0033_u01743394446750") 2025/03/31 04:14:08 DEBUG : potato2: Deleting (id "4_zff921da3608debab9f580e1b_f1030564880350d3f_d20250331_m041406_c001_v0001179_t0045_u01743394446956") 2025/03/31 04:14:08 DEBUG : potato3: Deleting (id "4_zff921da3608debab9f580e1b_f10811a675cf3c719_d20250331_m041406_c001_v0001172_t0030_u01743394446964") 2025/03/31 04:14:09 DEBUG : B2 bucket rclone-test-foxedah6ruwu: Purge remote 2025/03/31 04:14:09 INFO : B2 bucket rclone-test-foxedah6ruwu: cleaning bucket "rclone-test-foxedah6ruwu" of all files 2025/03/31 04:14:09 DEBUG : empty space: Deleting (id "4_zefa20d53608debab9f580e1b_f4054139e400e9056_d20250331_m041407_c001_v7007000_t0000_u01743394447160") 2025/03/31 04:14:09 DEBUG : empty space: Deleting (id "4_zefa20d53608debab9f580e1b_f113b63697045cfca_d20250331_m041401_c001_v0001100_t0014_u01743394441605") 2025/03/31 04:14:09 DEBUG : potato2: Deleting (id "4_zefa20d53608debab9f580e1b_f4065fc64ff21eb4a_d20250331_m041407_c001_v7007000_t0000_u01743394447205") 2025/03/31 04:14:09 DEBUG : potato2: Deleting (id "4_zefa20d53608debab9f580e1b_f1041d6a5b73258e6_d20250331_m041402_c001_v0001043_t0005_u01743394442756") 2025/03/31 04:14:09 DEBUG : potato3: Deleting (id "4_zefa20d53608debab9f580e1b_f4054139e400e9058_d20250331_m041407_c001_v7007000_t0000_u01743394447353") 2025/03/31 04:14:09 DEBUG : potato3: Deleting (id "4_zefa20d53608debab9f580e1b_f11713dd2c9a49e60_d20250331_m041403_c001_v0001183_t0006_u01743394443125") 2025/03/31 04:14:09 DEBUG : potato3: Deleting (id "4_zefa20d53608debab9f580e1b_f113b63697045cfcc_d20250331_m041402_c001_v0001100_t0051_u01743394442004") --- PASS: TestServerSideMove (13.66s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:14:11 DEBUG : Creating backend with remote "TestB2:rclone-test-xatinag0yoja" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-pimobic9bale -> B2 bucket rclone-test-xatinag0yoja 2025/03/31 04:14:18 DEBUG : empty space: Excluded (Size Filter) 2025/03/31 04:14:18 DEBUG : empty space: Excluded (Size Filter) 2025/03/31 04:14:18 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:14:18 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/31 04:14:18 DEBUG : B2 bucket rclone-test-xatinag0yoja: Waiting for checks to finish 2025/03/31 04:14:18 DEBUG : B2 bucket rclone-test-xatinag0yoja: Waiting for transfers to finish 2025/03/31 04:14:18 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:14:18 INFO : potato2: Copied (server-side copy) 2025/03/31 04:14:18 INFO : potato2: Deleted 2025/03/31 04:14:19 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/31 04:14:19 INFO : potato3: Copied (server-side copy) 2025/03/31 04:14:19 INFO : potato3: Deleted 2025/03/31 04:14:19 DEBUG : Creating backend with remote "TestB2:rclone-test-xilekuk9ginu" 2025/03/31 04:14:20 DEBUG : empty space: Excluded (Size Filter) 2025/03/31 04:14:20 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:14:20 DEBUG : potato3: Need to transfer - File not found at Destination 2025/03/31 04:14:20 DEBUG : B2 bucket rclone-test-xilekuk9ginu: Waiting for checks to finish 2025/03/31 04:14:20 DEBUG : B2 bucket rclone-test-xilekuk9ginu: Waiting for transfers to finish 2025/03/31 04:14:21 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:14:21 INFO : potato2: Copied (server-side copy) 2025/03/31 04:14:21 INFO : potato2: Deleted 2025/03/31 04:14:21 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/31 04:14:21 INFO : potato3: Copied (server-side copy) 2025/03/31 04:14:21 INFO : potato3: Deleted 2025/03/31 04:14:22 DEBUG : B2 bucket rclone-test-xilekuk9ginu: Purge remote 2025/03/31 04:14:22 INFO : B2 bucket rclone-test-xilekuk9ginu: cleaning bucket "rclone-test-xilekuk9ginu" of all files 2025/03/31 04:14:22 DEBUG : potato2: Deleting (id "4_zaf325d43608debab9f580e1b_f116bb2b73d93673a_d20250331_m041421_c001_v0001181_t0037_u01743394461306") 2025/03/31 04:14:22 DEBUG : potato3: Deleting (id "4_zaf325d43608debab9f580e1b_f10029e76de366936_d20250331_m041421_c001_v0001092_t0052_u01743394461567") 2025/03/31 04:14:23 DEBUG : B2 bucket rclone-test-xatinag0yoja: Purge remote 2025/03/31 04:14:23 INFO : B2 bucket rclone-test-xatinag0yoja: cleaning bucket "rclone-test-xatinag0yoja" of all files 2025/03/31 04:14:23 DEBUG : empty space: Deleting (id "4_z7fa23de3608debab9f580e1b_f116ceee36cd03646_d20250331_m041416_c001_v0001144_t0008_u01743394456169") 2025/03/31 04:14:23 DEBUG : potato2: Deleting (id "4_z7fa23de3608debab9f580e1b_f4089356119e2c87f_d20250331_m041421_c001_v7007000_t0000_u01743394461536") 2025/03/31 04:14:23 DEBUG : potato2: Deleting (id "4_z7fa23de3608debab9f580e1b_f1164bc2ad9748cd2_d20250331_m041418_c001_v0001184_t0018_u01743394458271") 2025/03/31 04:14:23 DEBUG : potato3: Deleting (id "4_z7fa23de3608debab9f580e1b_f4089356119e2c880_d20250331_m041421_c001_v7007000_t0000_u01743394461898") 2025/03/31 04:14:23 DEBUG : potato3: Deleting (id "4_z7fa23de3608debab9f580e1b_f1146dfb70525d4d9_d20250331_m041418_c001_v0001093_t0000_u01743394458542") 2025/03/31 04:14:23 DEBUG : potato3: Deleting (id "4_z7fa23de3608debab9f580e1b_f116ceee36cd03648_d20250331_m041416_c001_v0001144_t0024_u01743394456877") --- PASS: TestServerSideMoveWithFilter (13.79s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:14:25 DEBUG : Creating backend with remote "TestB2:rclone-test-luluwom0kuqu" 2025/03/31 04:14:28 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-pimobic9bale -> B2 bucket rclone-test-luluwom0kuqu 2025/03/31 04:14:30 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:14:30 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/03/31 04:14:30 DEBUG : empty space: Unchanged skipping 2025/03/31 04:14:30 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/03/31 04:14:30 DEBUG : B2 bucket rclone-test-luluwom0kuqu: Waiting for checks to finish 2025/03/31 04:14:31 INFO : empty space: Deleted 2025/03/31 04:14:31 DEBUG : B2 bucket rclone-test-luluwom0kuqu: Waiting for transfers to finish 2025/03/31 04:14:31 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:14:31 INFO : potato2: Copied (server-side copy) 2025/03/31 04:14:31 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/31 04:14:31 INFO : potato3: Copied (server-side copy) 2025/03/31 04:14:31 INFO : potato2: Deleted 2025/03/31 04:14:32 INFO : potato3: Deleted 2025/03/31 04:14:32 DEBUG : Creating backend with remote "TestB2:rclone-test-pikubit4qotu" 2025/03/31 04:14:33 INFO : tomatoDir: Making directory 2025/03/31 04:14:33 DEBUG : empty space: Need to transfer - File not found at Destination 2025/03/31 04:14:33 DEBUG : potato2: Need to transfer - File not found at Destination 2025/03/31 04:14:33 DEBUG : potato3: Need to transfer - File not found at Destination 2025/03/31 04:14:33 DEBUG : B2 bucket rclone-test-pikubit4qotu: Waiting for checks to finish 2025/03/31 04:14:33 DEBUG : B2 bucket rclone-test-pikubit4qotu: Waiting for transfers to finish 2025/03/31 04:14:35 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/03/31 04:14:35 INFO : empty space: Copied (server-side copy) 2025/03/31 04:14:35 INFO : empty space: Deleted 2025/03/31 04:14:35 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/03/31 04:14:35 INFO : potato3: Copied (server-side copy) 2025/03/31 04:14:35 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/03/31 04:14:35 INFO : potato2: Copied (server-side copy) 2025/03/31 04:14:36 INFO : potato3: Deleted 2025/03/31 04:14:36 INFO : potato2: Deleted 2025/03/31 04:14:36 DEBUG : B2 bucket rclone-test-pikubit4qotu: Purge remote 2025/03/31 04:14:36 INFO : B2 bucket rclone-test-pikubit4qotu: cleaning bucket "rclone-test-pikubit4qotu" of all files 2025/03/31 04:14:36 DEBUG : empty space: Deleting (id "4_z8fb28d73608debab9f580e1b_f10611d1f7745fdad_d20250331_m041435_c001_v0001183_t0022_u01743394475302") 2025/03/31 04:14:36 DEBUG : potato2: Deleting (id "4_z8fb28d73608debab9f580e1b_f112b229f6ac54cb1_d20250331_m041435_c001_v0001043_t0009_u01743394475540") 2025/03/31 04:14:36 DEBUG : potato3: Deleting (id "4_z8fb28d73608debab9f580e1b_f112626a065650b7c_d20250331_m041435_c001_v0001101_t0035_u01743394475677") 2025/03/31 04:14:37 DEBUG : B2 bucket rclone-test-luluwom0kuqu: Purge remote 2025/03/31 04:14:37 INFO : B2 bucket rclone-test-luluwom0kuqu: cleaning bucket "rclone-test-luluwom0kuqu" of all files 2025/03/31 04:14:37 DEBUG : empty space: Deleting (id "4_z6fd27d53608debab9f580e1b_f411a5cb4066a85f2_d20250331_m041435_c001_v7007000_t0000_u01743394475512") 2025/03/31 04:14:37 DEBUG : empty space: Deleting (id "4_z6fd27d53608debab9f580e1b_f1194db284d339e0b_d20250331_m041430_c001_v0001177_t0028_u01743394470169") 2025/03/31 04:14:37 DEBUG : potato2: Deleting (id "4_z6fd27d53608debab9f580e1b_f409907ef4ba4c9fb_d20250331_m041436_c001_v7007000_t0000_u01743394476073") 2025/03/31 04:14:37 DEBUG : potato2: Deleting (id "4_z6fd27d53608debab9f580e1b_f110e10351b323651_d20250331_m041431_c001_v0001172_t0051_u01743394471064") 2025/03/31 04:14:37 DEBUG : potato3: Deleting (id "4_z6fd27d53608debab9f580e1b_f411a5cb4066a85f4_d20250331_m041436_c001_v7007000_t0000_u01743394476027") 2025/03/31 04:14:37 DEBUG : potato3: Deleting (id "4_z6fd27d53608debab9f580e1b_f10570f9059217e2e_d20250331_m041431_c001_v0001150_t0021_u01743394471434") 2025/03/31 04:14:37 DEBUG : potato3: Deleting (id "4_z6fd27d53608debab9f580e1b_f1194db284d339e0f_d20250331_m041430_c001_v0001177_t0028_u01743394470389") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (13.67s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:14:39 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.83s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:14:41 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncOverlap (2.98s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:14:44 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/rclone-sync-test" 2025/03/31 04:14:46 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/rclone-sync-test-include/layer2" 2025/03/31 04:14:48 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/rclone-sync-test-ignore-file" 2025/03/31 04:14:51 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/03/31 04:14:51 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/31 04:14:52 DEBUG : pacer: Reducing sleep to 10ms 2025/03/31 04:14:52 DEBUG : B2 bucket rclone-test-pimobic9bale path rclone-sync-test: Waiting for checks to finish 2025/03/31 04:14:52 DEBUG : B2 bucket rclone-test-pimobic9bale path rclone-sync-test: Waiting for transfers to finish 2025/03/31 04:14:52 DEBUG : Waiting for deletions to finish 2025/03/31 04:14:52 INFO : There was nothing to transfer 2025/03/31 04:14:52 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:14:52 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:14:52 DEBUG : Waiting for deletions to finish 2025/03/31 04:14:52 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:14:53 DEBUG : B2 bucket rclone-test-pimobic9bale path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/03/31 04:14:53 DEBUG : B2 bucket rclone-test-pimobic9bale path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/03/31 04:14:53 DEBUG : Waiting for deletions to finish 2025/03/31 04:14:53 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:14:53 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:14:53 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:14:53 DEBUG : Waiting for deletions to finish 2025/03/31 04:14:53 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:14:53 DEBUG : B2 bucket rclone-test-pimobic9bale path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/03/31 04:14:53 DEBUG : B2 bucket rclone-test-pimobic9bale path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/03/31 04:14:53 DEBUG : Waiting for deletions to finish 2025/03/31 04:14:53 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.90s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:15:00 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/dst" 2025/03/31 04:15:01 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/CompareDest" 2025/03/31 04:15:03 DEBUG : one: Need to transfer - File not found at Destination 2025/03/31 04:15:03 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:03 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:04 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/31 04:15:04 INFO : one: Copied (new) 2025/03/31 04:15:04 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:05 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 04:15:05 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:05 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:05 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/03/31 04:15:05 INFO : one: Copied (replaced existing) 2025/03/31 04:15:05 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:07 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:07 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 04:15:07 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:07 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/31 04:15:07 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:07 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:07 INFO : There was nothing to transfer 2025/03/31 04:15:09 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:09 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/31 04:15:09 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 04:15:09 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:09 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:09 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/31 04:15:09 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:09 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:09 INFO : There was nothing to transfer 2025/03/31 04:15:10 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:10 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/31 04:15:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 04:15:10 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:10 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:10 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/31 04:15:10 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:10 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:10 INFO : There was nothing to transfer 2025/03/31 04:15:11 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/03/31 04:15:11 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/31 04:15:11 DEBUG : two: Destination found in --compare-dest, skipping 2025/03/31 04:15:11 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 04:15:11 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:11 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:11 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/31 04:15:11 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:11 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:11 INFO : There was nothing to transfer 2025/03/31 04:15:12 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/03/31 04:15:12 DEBUG : two: Need to transfer - File not found at Destination 2025/03/31 04:15:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 04:15:12 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:12 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:12 DEBUG : one: Destination found in --compare-dest, skipping 2025/03/31 04:15:12 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:12 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/03/31 04:15:12 INFO : two: Copied (new) 2025/03/31 04:15:12 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.41s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:15:16 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/dest" 2025/03/31 04:15:17 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/pre-dest1" 2025/03/31 04:15:18 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/pre-dest2" 2025/03/31 04:15:20 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:15:20 DEBUG : 1: Destination found in --compare-dest, skipping 2025/03/31 04:15:20 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:15:20 DEBUG : 2: Destination found in --compare-dest, skipping 2025/03/31 04:15:21 DEBUG : 3: Need to transfer - File not found at Destination 2025/03/31 04:15:21 DEBUG : B2 bucket rclone-test-pimobic9bale path dest: Waiting for checks to finish 2025/03/31 04:15:21 DEBUG : B2 bucket rclone-test-pimobic9bale path dest: Waiting for transfers to finish 2025/03/31 04:15:21 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/03/31 04:15:21 INFO : 3: Copied (new) 2025/03/31 04:15:21 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (9.26s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:15:23 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/dst" 2025/03/31 04:15:24 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/CopyDest" 2025/03/31 04:15:26 DEBUG : one: Need to transfer - File not found at Destination 2025/03/31 04:15:26 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:26 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:27 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/31 04:15:27 INFO : one: Copied (new) 2025/03/31 04:15:27 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 04:15:28 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:28 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:28 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/03/31 04:15:28 INFO : one: Copied (replaced existing) 2025/03/31 04:15:28 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:30 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/BackupDir" 2025/03/31 04:15:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 04:15:31 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:31 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/03/31 04:15:33 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/31 04:15:33 INFO : one: Copied (server-side copy) 2025/03/31 04:15:33 INFO : one: Deleted 2025/03/31 04:15:34 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/03/31 04:15:34 INFO : one: Copied (server-side copy) 2025/03/31 04:15:34 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/03/31 04:15:34 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:34 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:35 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:36 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/03/31 04:15:36 INFO : two: Copied (server-side copy) 2025/03/31 04:15:36 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/03/31 04:15:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:36 DEBUG : one: Unchanged skipping 2025/03/31 04:15:36 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:36 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:36 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:36 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:36 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:36 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:36 DEBUG : one: Unchanged skipping 2025/03/31 04:15:36 DEBUG : two: Unchanged skipping 2025/03/31 04:15:36 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:36 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:36 INFO : There was nothing to transfer 2025/03/31 04:15:38 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/03/31 04:15:38 DEBUG : three: Destination not found in --copy-dest 2025/03/31 04:15:38 DEBUG : three: Need to transfer - File not found at Destination 2025/03/31 04:15:38 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:38 DEBUG : one: Unchanged skipping 2025/03/31 04:15:38 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/03/31 04:15:38 DEBUG : two: Unchanged skipping 2025/03/31 04:15:38 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:38 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:38 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/03/31 04:15:38 INFO : three: Copied (new) 2025/03/31 04:15:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (17.06s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:15:42 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1184-03.backblaze.com/b2api/v1/b2_upload_file/3fe21d73606debab9f580e1b/c001_v0001184_t0043": EOF 2025/03/31 04:15:42 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1184-03.backblaze.com/b2api/v1/b2_upload_file/3fe21d73606debab9f580e1b/c001_v0001184_t0043": EOF) 2025/03/31 04:15:42 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-pimobic9bale: 1/10 (Post "https://pod-000-1184-03.backblaze.com/b2api/v1/b2_upload_file/3fe21d73606debab9f580e1b/c001_v0001184_t0043": EOF) 2025/03/31 04:15:44 DEBUG : pacer: Reducing sleep to 10ms 2025/03/31 04:15:45 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/dst" 2025/03/31 04:15:46 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/backup" 2025/03/31 04:15:48 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/31 04:15:48 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:15:48 DEBUG : two: Unchanged skipping 2025/03/31 04:15:48 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:49 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/31 04:15:49 INFO : one: Copied (server-side copy) 2025/03/31 04:15:49 INFO : one: Deleted 2025/03/31 04:15:49 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:50 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:15:50 INFO : one: Copied (new) 2025/03/31 04:15:50 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:50 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/31 04:15:50 INFO : three.txt: Copied (server-side copy) 2025/03/31 04:15:51 INFO : three.txt: Deleted 2025/03/31 04:15:51 INFO : three.txt: Moved into backup dir 2025/03/31 04:15:53 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/31 04:15:53 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:15:53 DEBUG : two: Unchanged skipping 2025/03/31 04:15:53 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:15:53 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:15:53 INFO : one: Copied (server-side copy) 2025/03/31 04:15:54 INFO : one: Deleted 2025/03/31 04:15:54 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:15:54 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/31 04:15:54 INFO : one: Copied (new) 2025/03/31 04:15:54 DEBUG : Waiting for deletions to finish 2025/03/31 04:15:54 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/31 04:15:54 INFO : three.txt: Copied (server-side copy) 2025/03/31 04:15:54 INFO : three.txt: Deleted 2025/03/31 04:15:54 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (15.61s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:15:57 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/dst" 2025/03/31 04:15:59 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/backup" 2025/03/31 04:16:00 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/31 04:16:00 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:16:00 DEBUG : two: Unchanged skipping 2025/03/31 04:16:00 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:16:02 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/31 04:16:02 INFO : one: Copied (server-side copy) to: one.bak 2025/03/31 04:16:02 INFO : one: Deleted 2025/03/31 04:16:02 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:16:03 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:16:03 INFO : one: Copied (new) 2025/03/31 04:16:03 DEBUG : Waiting for deletions to finish 2025/03/31 04:16:03 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/31 04:16:03 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/31 04:16:03 INFO : three.txt: Deleted 2025/03/31 04:16:03 INFO : three.txt: Moved into backup dir 2025/03/31 04:16:05 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/31 04:16:05 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:16:05 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:16:05 DEBUG : two: Unchanged skipping 2025/03/31 04:16:06 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:16:06 INFO : one: Copied (server-side copy) to: one.bak 2025/03/31 04:16:06 INFO : one: Deleted 2025/03/31 04:16:06 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:16:06 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/31 04:16:06 INFO : one: Copied (new) 2025/03/31 04:16:06 DEBUG : Waiting for deletions to finish 2025/03/31 04:16:07 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/31 04:16:07 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/31 04:16:07 INFO : three.txt: Deleted 2025/03/31 04:16:07 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (12.46s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:16:11 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/dst" 2025/03/31 04:16:12 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/backup" 2025/03/31 04:16:14 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/31 04:16:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:16:14 DEBUG : two: Unchanged skipping 2025/03/31 04:16:14 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:16:15 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/31 04:16:15 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/31 04:16:15 INFO : one: Deleted 2025/03/31 04:16:15 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:16:16 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:16:16 INFO : one: Copied (new) 2025/03/31 04:16:16 DEBUG : Waiting for deletions to finish 2025/03/31 04:16:16 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/31 04:16:16 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/31 04:16:16 INFO : three.txt: Deleted 2025/03/31 04:16:16 INFO : three.txt: Moved into backup dir 2025/03/31 04:16:18 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/31 04:16:18 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:16:18 DEBUG : two: Unchanged skipping 2025/03/31 04:16:18 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:16:19 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:16:19 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/31 04:16:19 INFO : one: Deleted 2025/03/31 04:16:19 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:16:19 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/31 04:16:19 INFO : one: Copied (new) 2025/03/31 04:16:19 DEBUG : Waiting for deletions to finish 2025/03/31 04:16:20 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/31 04:16:20 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/31 04:16:20 INFO : three.txt: Deleted 2025/03/31 04:16:20 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (13.16s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:16:23 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/dst" 2025/03/31 04:16:25 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/31 04:16:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:16:25 DEBUG : two: Unchanged skipping 2025/03/31 04:16:25 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:16:25 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/31 04:16:25 INFO : one: Copied (server-side copy) to: one.bak 2025/03/31 04:16:26 INFO : one: Deleted 2025/03/31 04:16:26 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:16:26 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:16:26 INFO : one: Copied (new) 2025/03/31 04:16:26 DEBUG : Waiting for deletions to finish 2025/03/31 04:16:27 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/31 04:16:27 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/31 04:16:27 INFO : three.txt: Deleted 2025/03/31 04:16:27 INFO : three.txt: Moved into backup dir 2025/03/31 04:16:28 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1117-09.backblaze.com/b2api/v1/b2_upload_file/3fe21d73606debab9f580e1b/c001_v0001117_t0005": EOF 2025/03/31 04:16:28 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1117-09.backblaze.com/b2api/v1/b2_upload_file/3fe21d73606debab9f580e1b/c001_v0001117_t0005": EOF) 2025/03/31 04:16:28 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-pimobic9bale: 1/10 (Post "https://pod-000-1117-09.backblaze.com/b2api/v1/b2_upload_file/3fe21d73606debab9f580e1b/c001_v0001117_t0005": EOF) 2025/03/31 04:16:30 DEBUG : pacer: Reducing sleep to 10ms 2025/03/31 04:16:31 DEBUG : one.bak: Excluded (Path Filter) 2025/03/31 04:16:31 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/03/31 04:16:31 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/31 04:16:31 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:16:31 DEBUG : two: Unchanged skipping 2025/03/31 04:16:31 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for checks to finish 2025/03/31 04:16:31 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:16:31 INFO : one: Copied (server-side copy) to: one.bak 2025/03/31 04:16:31 INFO : one: Deleted 2025/03/31 04:16:31 DEBUG : B2 bucket rclone-test-pimobic9bale path dst: Waiting for transfers to finish 2025/03/31 04:16:31 DEBUG : one: Clearing upload URL because of error: Post "https://pod-000-1131-19.backblaze.com/b2api/v1/b2_upload_file/3fe21d73606debab9f580e1b/c001_v0001131_t0012": EOF 2025/03/31 04:16:31 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1131-19.backblaze.com/b2api/v1/b2_upload_file/3fe21d73606debab9f580e1b/c001_v0001131_t0012": EOF) 2025/03/31 04:16:31 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/03/31 04:16:31 DEBUG : one: Received error: Post "https://pod-000-1131-19.backblaze.com/b2api/v1/b2_upload_file/3fe21d73606debab9f580e1b/c001_v0001131_t0012": EOF - low level retry 0/10 2025/03/31 04:16:32 DEBUG : pacer: Reducing sleep to 10ms 2025/03/31 04:16:32 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/31 04:16:32 INFO : one: Copied (new) 2025/03/31 04:16:32 DEBUG : Waiting for deletions to finish 2025/03/31 04:16:33 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/31 04:16:33 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/31 04:16:33 INFO : three.txt: Deleted 2025/03/31 04:16:33 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (13.26s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:16:36 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/dst" 2025/03/31 04:16:37 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/31 04:16:39 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/31 04:16:39 INFO : one: Copied (server-side copy) to: one.bak 2025/03/31 04:16:39 INFO : one: Deleted 2025/03/31 04:16:39 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:16:39 INFO : one: Copied (new) 2025/03/31 04:16:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:16:40 DEBUG : two: Unchanged skipping 2025/03/31 04:16:40 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/03/31 04:16:41 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/31 04:16:41 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/31 04:16:41 INFO : three.txt: Deleted 2025/03/31 04:16:41 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/31 04:16:41 INFO : three.txt: Copied (new) 2025/03/31 04:16:42 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/31 04:16:43 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:16:43 INFO : one: Copied (server-side copy) to: one.bak 2025/03/31 04:16:43 INFO : one: Deleted 2025/03/31 04:16:43 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/31 04:16:43 INFO : one: Copied (new) 2025/03/31 04:16:43 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:16:43 DEBUG : two: Unchanged skipping 2025/03/31 04:16:43 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/03/31 04:16:44 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/31 04:16:44 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/03/31 04:16:44 INFO : three.txt: Deleted 2025/03/31 04:16:44 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/03/31 04:16:44 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (11.35s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:16:48 DEBUG : Creating backend with remote "TestB2:rclone-test-pimobic9bale/dst" 2025/03/31 04:16:49 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/03/31 04:16:50 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/03/31 04:16:50 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/31 04:16:50 INFO : one: Deleted 2025/03/31 04:16:51 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:16:51 INFO : one: Copied (new) 2025/03/31 04:16:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:16:52 DEBUG : two: Unchanged skipping 2025/03/31 04:16:52 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/03/31 04:16:52 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/03/31 04:16:52 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/31 04:16:52 INFO : three.txt: Deleted 2025/03/31 04:16:53 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/31 04:16:53 INFO : three.txt: Copied (new) 2025/03/31 04:16:54 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/03/31 04:16:54 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/03/31 04:16:54 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/03/31 04:16:54 INFO : one: Deleted 2025/03/31 04:16:55 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/03/31 04:16:55 INFO : one: Copied (new) 2025/03/31 04:16:55 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:16:55 DEBUG : two: Unchanged skipping 2025/03/31 04:16:55 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/03/31 04:16:55 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/03/31 04:16:55 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/03/31 04:16:55 INFO : three.txt: Deleted 2025/03/31 04:16:56 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/03/31 04:16:56 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (11.40s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:16:58 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/03/31 04:16:58 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:16:58 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:16:59 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/03/31 04:16:59 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/03/31 04:16:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.39s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:17:00 DEBUG : existing: Need to transfer - File not found at Destination 2025/03/31 04:17:00 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:17:00 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:17:01 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/03/31 04:17:01 INFO : existing: Copied (new) 2025/03/31 04:17:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:17:01 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/03/31 04:17:01 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:17:01 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/03/31 04:17:01 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:17:01 ERROR : B2 bucket rclone-test-pimobic9bale: not deleting files as there were IO errors 2025/03/31 04:17:01 ERROR : B2 bucket rclone-test-pimobic9bale: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncImmutable (2.98s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:17:04 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:04 DEBUG : existing: Unchanged skipping 2025/03/31 04:17:04 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:17:04 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:17:04 DEBUG : Waiting for deletions to finish 2025/03/31 04:17:04 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.61s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", 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-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.15s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.39s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:17:25 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:17:25 DEBUG : both0: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both12: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both13: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both14: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both15: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both16: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both17: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both18: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both19: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both2: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both3: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both4: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both5: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both6: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both7: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both8: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:25 DEBUG : both9: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both1: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both10: Unchanged skipping 2025/03/31 04:17:25 DEBUG : both11: Unchanged skipping 2025/03/31 04:17:25 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:17:25 DEBUG : Waiting for deletions to finish 2025/03/31 04:17:25 INFO : only14: Deleted 2025/03/31 04:17:25 INFO : only3: Deleted 2025/03/31 04:17:26 INFO : only5: Deleted 2025/03/31 04:17:26 INFO : only15: Deleted 2025/03/31 04:17:26 INFO : only18: Deleted 2025/03/31 04:17:26 INFO : only6: Deleted 2025/03/31 04:17:26 INFO : only7: Deleted 2025/03/31 04:17:26 INFO : only1: Deleted 2025/03/31 04:17:26 INFO : only10: Deleted 2025/03/31 04:17:26 INFO : only17: Deleted 2025/03/31 04:17:26 INFO : only19: Deleted 2025/03/31 04:17:26 INFO : only4: Deleted 2025/03/31 04:17:26 INFO : only9: Deleted 2025/03/31 04:17:26 INFO : only0: Deleted 2025/03/31 04:17:26 INFO : only11: Deleted 2025/03/31 04:17:26 INFO : only12: Deleted 2025/03/31 04:17:26 INFO : only13: Deleted 2025/03/31 04:17:26 INFO : only16: Deleted 2025/03/31 04:17:26 INFO : only2: Deleted 2025/03/31 04:17:26 INFO : only8: Deleted 2025/03/31 04:17:26 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (25.28s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:17:49 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both0: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both1: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both10: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both11: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both12: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both13: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both14: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both15: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both16: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both17: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both18: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both19: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both2: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both3: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both4: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both5: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both6: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both7: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both8: Unchanged skipping 2025/03/31 04:17:49 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/03/31 04:17:49 DEBUG : both9: Unchanged skipping 2025/03/31 04:17:49 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/03/31 04:17:49 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for checks to finish 2025/03/31 04:17:49 DEBUG : B2 bucket rclone-test-pimobic9bale: Waiting for transfers to finish 2025/03/31 04:17:49 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:49 INFO : only0: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only1: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only12: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only13: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only10: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only14: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only15: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only11: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only16: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only17: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only18: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only19: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only2: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only3: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only4: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only5: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only6: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only7: Copied (replaced existing) 2025/03/31 04:17:50 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:50 INFO : only8: Copied (replaced existing) 2025/03/31 04:17:51 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/03/31 04:17:51 INFO : only9: Copied (replaced existing) 2025/03/31 04:17:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (27.98s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:17:59 DEBUG : empty_dir: Making directory with metadata 2025/03/31 04:17:59 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/31 04:17:59 DEBUG : empty_on_remote: Making directory with metadata 2025/03/31 04:17:59 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/31 04:17:59 INFO : empty_on_remote: Making directory 2025/03/31 04:17:59 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-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:18:00 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/03/31 04:18:00 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/03/31 04:18:00 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/03/31 04:18:00 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTime (3.33s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:18:02 DEBUG : empty_dir: Making directory with metadata 2025/03/31 04:18:02 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/31 04:18:02 DEBUG : empty_on_remote: Making directory with metadata 2025/03/31 04:18:02 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/03/31 04:18:02 INFO : empty_on_remote: Making directory 2025/03/31 04:18:02 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-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:18:03 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/03/31 04:18:03 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/03/31 04:18:03 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/03/31 04:18:03 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/03/31 04:18:03 INFO : empty_dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (2.90s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:18:05 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/31 04:18:05 INFO : sub dir: Making directory 2025/03/31 04:18:05 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (3.14s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" 2025/03/31 04:18:08 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/03/31 04:18:08 INFO : sub dir: Making directory 2025/03/31 04:18:08 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pimobic9bale", Local "Local file system at /tmp/rclone640729036", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.09s) PASS 2025/03/31 04:18:12 DEBUG : B2 bucket rclone-test-pimobic9bale: Purge remote 2025/03/31 04:18:12 INFO : B2 bucket rclone-test-pimobic9bale: cleaning bucket "rclone-test-pimobic9bale" of all files 2025/03/31 04:18:12 DEBUG : BackupDir/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d5015_d20250331_m041539_c001_v7007000_t0000_u01743394539137") 2025/03/31 04:18:12 DEBUG : BackupDir/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f1194d55eb57a0146_d20250331_m041532_c001_v0001104_t0028_u01743394532662") 2025/03/31 04:18:12 DEBUG : CompareDest/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d869732_d20250331_m041513_c001_v7007000_t0000_u01743394513393") 2025/03/31 04:18:12 DEBUG : CompareDest/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee100280_d20250331_m041507_c001_v0001117_t0044_u01743394507007") 2025/03/31 04:18:12 DEBUG : CompareDest/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d869733_d20250331_m041513_c001_v7007000_t0000_u01743394513579") 2025/03/31 04:18:12 DEBUG : CompareDest/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b09759_d20250331_m041508_c001_v0001184_t0018_u01743394508627") 2025/03/31 04:18:12 DEBUG : CopyDest/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d5016_d20250331_m041539_c001_v7007000_t0000_u01743394539322") 2025/03/31 04:18:12 DEBUG : CopyDest/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b64a_d20250331_m041529_c001_v0001120_t0042_u01743394529682") 2025/03/31 04:18:12 DEBUG : CopyDest/three: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d5017_d20250331_m041539_c001_v7007000_t0000_u01743394539510") 2025/03/31 04:18:13 DEBUG : CopyDest/three: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b09a0d_d20250331_m041537_c001_v0001184_t0058_u01743394537372") 2025/03/31 04:18:13 DEBUG : CopyDest/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d5018_d20250331_m041539_c001_v7007000_t0000_u01743394539695") 2025/03/31 04:18:13 DEBUG : CopyDest/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee1002ce_d20250331_m041535_c001_v0001117_t0045_u01743394535034") 2025/03/31 04:18:13 DEBUG : EXISTING: Deleting (id "4_z3fe21d73606debab9f580e1b_f403016e1547b4748_d20250331_m041704_c001_v7007000_t0000_u01743394624488") 2025/03/31 04:18:13 DEBUG : EXISTING: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b70c_d20250331_m041703_c001_v0001120_t0034_u01743394623261") 2025/03/31 04:18:13 DEBUG : Testêé: Deleting (id "4_z3fe21d73606debab9f580e1b_f403016e1547b473d_d20250331_m041659_c001_v7007000_t0000_u01743394619903") 2025/03/31 04:18:13 DEBUG : Testêé: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b704_d20250331_m041659_c001_v0001120_t0048_u01743394619093") 2025/03/31 04:18:13 DEBUG : Testêé: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b702_d20250331_m041658_c001_v0001120_t0023_u01743394618267") 2025/03/31 04:18:13 DEBUG : a/potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3de6_d20250331_m041321_c001_v7007000_t0000_u01743394401320") 2025/03/31 04:18:13 DEBUG : a/potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08b56_d20250331_m041320_c001_v0001184_t0028_u01743394400722") 2025/03/31 04:18:13 DEBUG : a/potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3de3_d20250331_m041318_c001_v7007000_t0000_u01743394398991") 2025/03/31 04:18:13 DEBUG : a/potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08ae2_d20250331_m041318_c001_v0001184_t0028_u01743394398218") 2025/03/31 04:18:13 DEBUG : a/potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8d2_d20250331_m041258_c001_v7007000_t0000_u01743394378798") 2025/03/31 04:18:13 DEBUG : a/potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b088d4_d20250331_m041258_c001_v0001184_t0022_u01743394378009") 2025/03/31 04:18:13 DEBUG : b/potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3de7_d20250331_m041321_c001_v7007000_t0000_u01743394401505") 2025/03/31 04:18:13 DEBUG : b/potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08b44_d20250331_m041319_c001_v0001184_t0013_u01743394399922") 2025/03/31 04:18:14 DEBUG : b/potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3de2_d20250331_m041318_c001_v7007000_t0000_u01743394398431") 2025/03/31 04:18:14 DEBUG : b/potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08ace_d20250331_m041317_c001_v0001184_t0022_u01743394397430") 2025/03/31 04:18:14 DEBUG : b/potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8d1_d20250331_m041258_c001_v7007000_t0000_u01743394378226") 2025/03/31 04:18:14 DEBUG : b/potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b088ae_d20250331_m041257_c001_v0001184_t0056_u01743394377207") 2025/03/31 04:18:14 DEBUG : backup/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d5053_d20250331_m041555_c001_v7007000_t0000_u01743394555321") 2025/03/31 04:18:14 DEBUG : backup/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f101336a11889fdbf_d20250331_m041553_c001_v0001144_t0001_u01743394553357") 2025/03/31 04:18:14 DEBUG : backup/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f113918740a773ea2_d20250331_m041549_c001_v0001184_t0000_u01743394549075") 2025/03/31 04:18:14 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3fe21d73606debab9f580e1b_f4077d795fed3741e_d20250331_m041620_c001_v7007000_t0000_u01743394580883") 2025/03/31 04:18:14 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3fe21d73606debab9f580e1b_f1028ddd1cfee3087_d20250331_m041619_c001_v0001130_t0023_u01743394579079") 2025/03/31 04:18:14 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3fe21d73606debab9f580e1b_f100ec38a88583d00_d20250331_m041615_c001_v0001182_t0030_u01743394575101") 2025/03/31 04:18:14 DEBUG : backup/one.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8a4c_d20250331_m041607_c001_v7007000_t0000_u01743394567799") 2025/03/31 04:18:14 DEBUG : backup/one.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f11022b739a040713_d20250331_m041606_c001_v0001184_t0058_u01743394566076") 2025/03/31 04:18:14 DEBUG : backup/one.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f102f4fb4f4476a3b_d20250331_m041601_c001_v0001182_t0020_u01743394561912") 2025/03/31 04:18:14 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f4077d795fed3741f_d20250331_m041621_c001_v7007000_t0000_u01743394581072") 2025/03/31 04:18:14 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f1135a93ec599acf3_d20250331_m041620_c001_v0001182_t0059_u01743394580120") 2025/03/31 04:18:14 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f101a6ced68162187_d20250331_m041616_c001_v0001150_t0030_u01743394576486") 2025/03/31 04:18:14 DEBUG : backup/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d5057_d20250331_m041555_c001_v7007000_t0000_u01743394555505") 2025/03/31 04:18:14 DEBUG : backup/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f117db260377f7874_d20250331_m041554_c001_v0001182_t0015_u01743394554542") 2025/03/31 04:18:14 DEBUG : backup/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f101428cbdac5efd7_d20250331_m041550_c001_v0001039_t0032_u01743394550499") 2025/03/31 04:18:15 DEBUG : backup/three.txt.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8a4e_d20250331_m041607_c001_v7007000_t0000_u01743394567984") 2025/03/31 04:18:15 DEBUG : backup/three.txt.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f110e69b174dceddd_d20250331_m041606_c001_v0001157_t0040_u01743394566927") 2025/03/31 04:18:15 DEBUG : backup/three.txt.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f1052741b4d339701_d20250331_m041603_c001_v0001154_t0002_u01743394563520") 2025/03/31 04:18:15 DEBUG : both0: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4723_d20250331_m041751_c001_v7007000_t0000_u01743394671629") 2025/03/31 04:18:15 DEBUG : both0: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7a0_d20250331_m041732_c001_v0001120_t0013_u01743394652044") 2025/03/31 04:18:15 DEBUG : both0: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a1b_d20250331_m041727_c001_v7007000_t0000_u01743394647368") 2025/03/31 04:18:15 DEBUG : both0: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b71e_d20250331_m041706_c001_v0001120_t0007_u01743394626397") 2025/03/31 04:18:15 DEBUG : both1: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4724_d20250331_m041751_c001_v7007000_t0000_u01743394671814") 2025/03/31 04:18:15 DEBUG : both1: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7a4_d20250331_m041732_c001_v0001120_t0022_u01743394652853") 2025/03/31 04:18:15 DEBUG : both1: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a1c_d20250331_m041727_c001_v7007000_t0000_u01743394647555") 2025/03/31 04:18:15 DEBUG : both1: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b724_d20250331_m041707_c001_v0001120_t0056_u01743394627137") 2025/03/31 04:18:15 DEBUG : both10: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4725_d20250331_m041751_c001_v7007000_t0000_u01743394671999") 2025/03/31 04:18:15 DEBUG : both10: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7d8_d20250331_m041740_c001_v0001120_t0008_u01743394660928") 2025/03/31 04:18:15 DEBUG : both10: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a1d_d20250331_m041727_c001_v7007000_t0000_u01743394647740") 2025/03/31 04:18:15 DEBUG : both10: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b75c_d20250331_m041716_c001_v0001120_t0006_u01743394636551") 2025/03/31 04:18:15 DEBUG : both11: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4726_d20250331_m041752_c001_v7007000_t0000_u01743394672195") 2025/03/31 04:18:15 DEBUG : both11: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7dc_d20250331_m041741_c001_v0001120_t0056_u01743394661781") 2025/03/31 04:18:15 DEBUG : both11: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a1e_d20250331_m041727_c001_v7007000_t0000_u01743394647925") 2025/03/31 04:18:15 DEBUG : both11: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b760_d20250331_m041717_c001_v0001120_t0021_u01743394637337") 2025/03/31 04:18:15 DEBUG : both12: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4727_d20250331_m041752_c001_v7007000_t0000_u01743394672380") 2025/03/31 04:18:15 DEBUG : both12: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7e0_d20250331_m041742_c001_v0001120_t0045_u01743394662323") 2025/03/31 04:18:15 DEBUG : both12: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a1f_d20250331_m041728_c001_v7007000_t0000_u01743394648110") 2025/03/31 04:18:16 DEBUG : both12: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b764_d20250331_m041718_c001_v0001120_t0020_u01743394638315") 2025/03/31 04:18:16 DEBUG : both13: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4728_d20250331_m041752_c001_v7007000_t0000_u01743394672567") 2025/03/31 04:18:16 DEBUG : both13: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7e6_d20250331_m041743_c001_v0001120_t0007_u01743394663332") 2025/03/31 04:18:16 DEBUG : both13: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a21_d20250331_m041728_c001_v7007000_t0000_u01743394648294") 2025/03/31 04:18:16 DEBUG : both13: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b768_d20250331_m041719_c001_v0001120_t0029_u01743394639047") 2025/03/31 04:18:16 DEBUG : both14: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c472a_d20250331_m041752_c001_v7007000_t0000_u01743394672752") 2025/03/31 04:18:16 DEBUG : both14: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7ec_d20250331_m041744_c001_v0001120_t0046_u01743394664097") 2025/03/31 04:18:16 DEBUG : both14: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a22_d20250331_m041728_c001_v7007000_t0000_u01743394648479") 2025/03/31 04:18:16 DEBUG : both14: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b770_d20250331_m041719_c001_v0001120_t0041_u01743394639812") 2025/03/31 04:18:16 DEBUG : both15: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c472b_d20250331_m041752_c001_v7007000_t0000_u01743394672939") 2025/03/31 04:18:16 DEBUG : both15: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7f0_d20250331_m041744_c001_v0001120_t0030_u01743394664889") 2025/03/31 04:18:16 DEBUG : both15: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a23_d20250331_m041728_c001_v7007000_t0000_u01743394648665") 2025/03/31 04:18:16 DEBUG : both15: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b77c_d20250331_m041720_c001_v0001120_t0009_u01743394640641") 2025/03/31 04:18:16 DEBUG : both16: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c472d_d20250331_m041753_c001_v7007000_t0000_u01743394673124") 2025/03/31 04:18:16 DEBUG : both16: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b808_d20250331_m041745_c001_v0001120_t0005_u01743394665966") 2025/03/31 04:18:16 DEBUG : both16: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a24_d20250331_m041728_c001_v7007000_t0000_u01743394648851") 2025/03/31 04:18:16 DEBUG : both16: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b782_d20250331_m041721_c001_v0001120_t0006_u01743394641531") 2025/03/31 04:18:16 DEBUG : both17: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c472e_d20250331_m041753_c001_v7007000_t0000_u01743394673310") 2025/03/31 04:18:16 DEBUG : both17: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b814_d20250331_m041746_c001_v0001120_t0039_u01743394666834") 2025/03/31 04:18:16 DEBUG : both17: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a25_d20250331_m041729_c001_v7007000_t0000_u01743394649043") 2025/03/31 04:18:16 DEBUG : both17: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b786_d20250331_m041722_c001_v0001120_t0022_u01743394642143") 2025/03/31 04:18:17 DEBUG : both18: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c472f_d20250331_m041753_c001_v7007000_t0000_u01743394673494") 2025/03/31 04:18:17 DEBUG : both18: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b81a_d20250331_m041747_c001_v0001120_t0048_u01743394667426") 2025/03/31 04:18:17 DEBUG : both18: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a27_d20250331_m041729_c001_v7007000_t0000_u01743394649228") 2025/03/31 04:18:17 DEBUG : both18: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b78c_d20250331_m041723_c001_v0001120_t0036_u01743394643257") 2025/03/31 04:18:17 DEBUG : both19: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4730_d20250331_m041753_c001_v7007000_t0000_u01743394673679") 2025/03/31 04:18:17 DEBUG : both19: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b81e_d20250331_m041748_c001_v0001120_t0045_u01743394668097") 2025/03/31 04:18:17 DEBUG : both19: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a28_d20250331_m041729_c001_v7007000_t0000_u01743394649414") 2025/03/31 04:18:17 DEBUG : both19: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b792_d20250331_m041724_c001_v0001120_t0002_u01743394644026") 2025/03/31 04:18:17 DEBUG : both2: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4732_d20250331_m041753_c001_v7007000_t0000_u01743394673864") 2025/03/31 04:18:17 DEBUG : both2: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7a8_d20250331_m041733_c001_v0001120_t0020_u01743394653581") 2025/03/31 04:18:17 DEBUG : both2: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a29_d20250331_m041729_c001_v7007000_t0000_u01743394649602") 2025/03/31 04:18:17 DEBUG : both2: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b72c_d20250331_m041708_c001_v0001120_t0045_u01743394628056") 2025/03/31 04:18:17 DEBUG : both3: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4733_d20250331_m041754_c001_v7007000_t0000_u01743394674047") 2025/03/31 04:18:17 DEBUG : both3: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7b0_d20250331_m041735_c001_v0001120_t0022_u01743394655374") 2025/03/31 04:18:17 DEBUG : both3: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a2a_d20250331_m041729_c001_v7007000_t0000_u01743394649787") 2025/03/31 04:18:17 DEBUG : both3: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b734_d20250331_m041708_c001_v0001120_t0019_u01743394628847") 2025/03/31 04:18:17 DEBUG : both4: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4734_d20250331_m041754_c001_v7007000_t0000_u01743394674232") 2025/03/31 04:18:17 DEBUG : both4: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7b6_d20250331_m041736_c001_v0001120_t0033_u01743394656130") 2025/03/31 04:18:17 DEBUG : both4: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a2b_d20250331_m041729_c001_v7007000_t0000_u01743394649975") 2025/03/31 04:18:17 DEBUG : both4: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b738_d20250331_m041709_c001_v0001120_t0041_u01743394629673") 2025/03/31 04:18:18 DEBUG : both5: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4735_d20250331_m041754_c001_v7007000_t0000_u01743394674416") 2025/03/31 04:18:18 DEBUG : both5: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7bc_d20250331_m041737_c001_v0001120_t0019_u01743394657024") 2025/03/31 04:18:18 DEBUG : both5: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a2c_d20250331_m041730_c001_v7007000_t0000_u01743394650160") 2025/03/31 04:18:18 DEBUG : both5: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b73c_d20250331_m041710_c001_v0001120_t0008_u01743394630573") 2025/03/31 04:18:18 DEBUG : both6: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4736_d20250331_m041754_c001_v7007000_t0000_u01743394674600") 2025/03/31 04:18:18 DEBUG : both6: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7c4_d20250331_m041738_c001_v0001120_t0043_u01743394658094") 2025/03/31 04:18:18 DEBUG : both6: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a2d_d20250331_m041730_c001_v7007000_t0000_u01743394650345") 2025/03/31 04:18:18 DEBUG : both6: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b742_d20250331_m041711_c001_v0001120_t0015_u01743394631408") 2025/03/31 04:18:18 DEBUG : both7: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4737_d20250331_m041754_c001_v7007000_t0000_u01743394674792") 2025/03/31 04:18:18 DEBUG : both7: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7ca_d20250331_m041738_c001_v0001120_t0028_u01743394658763") 2025/03/31 04:18:18 DEBUG : both7: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a2e_d20250331_m041730_c001_v7007000_t0000_u01743394650531") 2025/03/31 04:18:18 DEBUG : both7: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b74e_d20250331_m041713_c001_v0001120_t0038_u01743394633952") 2025/03/31 04:18:18 DEBUG : both8: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4738_d20250331_m041754_c001_v7007000_t0000_u01743394674988") 2025/03/31 04:18:18 DEBUG : both8: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7d0_d20250331_m041739_c001_v0001120_t0001_u01743394659707") 2025/03/31 04:18:18 DEBUG : both8: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a2f_d20250331_m041730_c001_v7007000_t0000_u01743394650716") 2025/03/31 04:18:18 DEBUG : both8: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b752_d20250331_m041714_c001_v0001120_t0032_u01743394634884") 2025/03/31 04:18:18 DEBUG : both9: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4739_d20250331_m041755_c001_v7007000_t0000_u01743394675171") 2025/03/31 04:18:18 DEBUG : both9: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7d4_d20250331_m041740_c001_v0001120_t0052_u01743394660249") 2025/03/31 04:18:18 DEBUG : both9: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a30_d20250331_m041730_c001_v7007000_t0000_u01743394650901") 2025/03/31 04:18:18 DEBUG : both9: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b758_d20250331_m041715_c001_v0001120_t0020_u01743394635821") 2025/03/31 04:18:19 DEBUG : c/non empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3de8_d20250331_m041321_c001_v7007000_t0000_u01743394401692") 2025/03/31 04:18:19 DEBUG : c/non empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08b4e_d20250331_m041320_c001_v0001184_t0039_u01743394400145") 2025/03/31 04:18:19 DEBUG : c/non empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3de4_d20250331_m041319_c001_v7007000_t0000_u01743394399179") 2025/03/31 04:18:19 DEBUG : c/non empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08ad4_d20250331_m041317_c001_v0001184_t0052_u01743394397627") 2025/03/31 04:18:19 DEBUG : c/non empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8d3_d20250331_m041258_c001_v7007000_t0000_u01743394378984") 2025/03/31 04:18:19 DEBUG : c/non empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b088b0_d20250331_m041257_c001_v0001184_t0050_u01743394377408") 2025/03/31 04:18:19 DEBUG : check sum: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d86969b_d20250331_m041246_c001_v7007000_t0000_u01743394366515") 2025/03/31 04:18:19 DEBUG : check sum: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08731_d20250331_m041245_c001_v0001184_t0031_u01743394365574") 2025/03/31 04:18:19 DEBUG : dest/3: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d5005_d20250331_m041522_c001_v7007000_t0000_u01743394522854") 2025/03/31 04:18:19 DEBUG : dest/3: Deleting (id "4_z3fe21d73606debab9f580e1b_f4164bc2ad974930c_d20250331_m041521_c001_v0001184_t0024_u01743394521747") 2025/03/31 04:18:19 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f403016e1547b471a_d20250331_m041656_c001_v7007000_t0000_u01743394616771") 2025/03/31 04:18:19 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f1172ffaffbb9c45e_d20250331_m041654_c001_v0001137_t0005_u01743394614797") 2025/03/31 04:18:19 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f4054139e400e94fe_d20250331_m041654_c001_v7007000_t0000_u01743394614611") 2025/03/31 04:18:19 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f1172ffaffbb9c458_d20250331_m041651_c001_v0001137_t0030_u01743394611463") 2025/03/31 04:18:19 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f4054139e400e94f8_d20250331_m041650_c001_v7007000_t0000_u01743394610729") 2025/03/31 04:18:19 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b6d8_d20250331_m041646_c001_v0001120_t0058_u01743394606871") 2025/03/31 04:18:19 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8e95_d20250331_m041645_c001_v7007000_t0000_u01743394605383") 2025/03/31 04:18:19 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f1137a738da1b15bb_d20250331_m041643_c001_v0001165_t0017_u01743394603359") 2025/03/31 04:18:19 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f412b67bc1f415802_d20250331_m041643_c001_v7007000_t0000_u01743394603175") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f1137a738da1b15a9_d20250331_m041639_c001_v0001165_t0023_u01743394599843") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f412b67bc1f4157fb_d20250331_m041639_c001_v7007000_t0000_u01743394599106") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b6b4_d20250331_m041635_c001_v0001120_t0050_u01743394595149") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f4077d795fed3742a_d20250331_m041634_c001_v7007000_t0000_u01743394594208") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f10034010dffc91d9_d20250331_m041632_c001_v0001091_t0022_u01743394592616") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8e86_d20250331_m041631_c001_v7007000_t0000_u01743394591835") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f119a1d8baec0b0ee_d20250331_m041626_c001_v0001131_t0006_u01743394586726") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8e77_d20250331_m041625_c001_v7007000_t0000_u01743394585980") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b69e_d20250331_m041622_c001_v0001120_t0052_u01743394582248") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f4077d795fed37420_d20250331_m041621_c001_v7007000_t0000_u01743394581312") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f115ffadc5c507ec8_d20250331_m041619_c001_v0001182_t0051_u01743394579691") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f419b182e69043882_d20250331_m041619_c001_v7007000_t0000_u01743394579504") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f115ffadc5c507ea0_d20250331_m041616_c001_v0001182_t0038_u01743394576080") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f419b182e69043879_d20250331_m041615_c001_v7007000_t0000_u01743394575345") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b68e_d20250331_m041609_c001_v0001120_t0012_u01743394569099") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8a4f_d20250331_m041608_c001_v7007000_t0000_u01743394568168") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f1086f983eb990b0b_d20250331_m041606_c001_v0001150_t0052_u01743394566461") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f41764f53a29479e7_d20250331_m041606_c001_v7007000_t0000_u01743394566273") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f1086f983eb990b01_d20250331_m041602_c001_v0001150_t0034_u01743394562878") 2025/03/31 04:18:20 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f41764f53a29479e1_d20250331_m041602_c001_v7007000_t0000_u01743394562129") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b67a_d20250331_m041556_c001_v0001120_t0045_u01743394556633") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d5058_d20250331_m041555_c001_v7007000_t0000_u01743394555691") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f11599c381028312e_d20250331_m041554_c001_v0001184_t0000_u01743394554138") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f416caf4237723e73_d20250331_m041553_c001_v7007000_t0000_u01743394553956") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f11599c38102830c1_d20250331_m041550_c001_v0001184_t0047_u01743394550096") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f416caf4237723e6c_d20250331_m041549_c001_v7007000_t0000_u01743394549361") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b65a_d20250331_m041541_c001_v0001120_t0054_u01743394541025") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d501a_d20250331_m041539_c001_v7007000_t0000_u01743394539886") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f115ce809e0dfbb81_d20250331_m041533_c001_v0001105_t0021_u01743394533911") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f419b182e690437eb_d20250331_m041533_c001_v7007000_t0000_u01743394533707") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b0993a_d20250331_m041529_c001_v0001184_t0035_u01743394529093") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f10249b7ad7d2c60d_d20250331_m041528_c001_v0001181_t0059_u01743394528335") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f10249b7ad7d2c609_d20250331_m041527_c001_v0001181_t0014_u01743394527293") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d869735_d20250331_m041513_c001_v7007000_t0000_u01743394513763") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b622_d20250331_m041506_c001_v0001120_t0042_u01743394506353") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f1079b747b2bca207_d20250331_m041505_c001_v0001183_t0016_u01743394505593") 2025/03/31 04:18:21 DEBUG : dst/one: Deleting (id "4_z3fe21d73606debab9f580e1b_f1079b747b2bca1ed_d20250331_m041504_c001_v0001183_t0059_u01743394504622") 2025/03/31 04:18:21 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3fe21d73606debab9f580e1b_f403016e1547b4722_d20250331_m041656_c001_v7007000_t0000_u01743394616956") 2025/03/31 04:18:21 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3fe21d73606debab9f580e1b_f113918740a774427_d20250331_m041654_c001_v0001184_t0022_u01743394614400") 2025/03/31 04:18:21 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3fe21d73606debab9f580e1b_f116f9347feeea894_d20250331_m041650_c001_v0001120_t0042_u01743394610427") 2025/03/31 04:18:21 DEBUG : dst/one.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8e96_d20250331_m041645_c001_v7007000_t0000_u01743394605568") 2025/03/31 04:18:22 DEBUG : dst/one.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f1081a235dcc1ee9b_d20250331_m041642_c001_v0001093_t0046_u01743394602740") 2025/03/31 04:18:22 DEBUG : dst/one.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f1024ab9f09a2dc7b_d20250331_m041638_c001_v0001120_t0000_u01743394598794") 2025/03/31 04:18:22 DEBUG : dst/one.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f4077d795fed3742b_d20250331_m041634_c001_v7007000_t0000_u01743394594394") 2025/03/31 04:18:22 DEBUG : dst/one.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f110e69b174dcee23_d20250331_m041631_c001_v0001157_t0057_u01743394591551") 2025/03/31 04:18:22 DEBUG : dst/one.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f11407d551ff7fae4_d20250331_m041625_c001_v0001150_t0005_u01743394585640") 2025/03/31 04:18:22 DEBUG : dst/three: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d501c_d20250331_m041540_c001_v7007000_t0000_u01743394540098") 2025/03/31 04:18:22 DEBUG : dst/three: Deleting (id "4_z3fe21d73606debab9f580e1b_f10249b7ad7d2c62b_d20250331_m041538_c001_v0001181_t0012_u01743394538533") 2025/03/31 04:18:22 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f403016e1547b4729_d20250331_m041657_c001_v7007000_t0000_u01743394617140") 2025/03/31 04:18:22 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f109d3e62fca3cafa_d20250331_m041655_c001_v0001182_t0042_u01743394615671") 2025/03/31 04:18:22 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f110a6ad2ae0721ce_d20250331_m041652_c001_v0001183_t0017_u01743394612580") 2025/03/31 04:18:22 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f403016e1547b4731_d20250331_m041657_c001_v7007000_t0000_u01743394617325") 2025/03/31 04:18:22 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f1172ffaffbb9c460_d20250331_m041656_c001_v0001137_t0047_u01743394616066") 2025/03/31 04:18:22 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f4054139e400e951a_d20250331_m041655_c001_v7007000_t0000_u01743394615878") 2025/03/31 04:18:22 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f1172ffaffbb9c45c_d20250331_m041652_c001_v0001137_t0059_u01743394612989") 2025/03/31 04:18:22 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f4054139e400e94f9_d20250331_m041652_c001_v7007000_t0000_u01743394612801") 2025/03/31 04:18:22 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b6dc_d20250331_m041647_c001_v0001120_t0033_u01743394607560") 2025/03/31 04:18:22 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8e97_d20250331_m041645_c001_v7007000_t0000_u01743394605753") 2025/03/31 04:18:22 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f1137a738da1b15bd_d20250331_m041644_c001_v0001165_t0025_u01743394604706") 2025/03/31 04:18:22 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f412b67bc1f415804_d20250331_m041644_c001_v7007000_t0000_u01743394604522") 2025/03/31 04:18:22 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f1137a738da1b15ad_d20250331_m041641_c001_v0001165_t0018_u01743394601400") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f412b67bc1f4157fe_d20250331_m041641_c001_v7007000_t0000_u01743394601206") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b6b8_d20250331_m041635_c001_v0001120_t0011_u01743394595961") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8e8a_d20250331_m041633_c001_v7007000_t0000_u01743394593646") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b6aa_d20250331_m041630_c001_v0001120_t0051_u01743394590514") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8e7a_d20250331_m041627_c001_v7007000_t0000_u01743394587669") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b6a2_d20250331_m041623_c001_v0001120_t0059_u01743394583138") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f419b182e69043884_d20250331_m041620_c001_v7007000_t0000_u01743394580318") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee100326_d20250331_m041617_c001_v0001117_t0001_u01743394577973") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f419b182e6904387f_d20250331_m041616_c001_v7007000_t0000_u01743394576852") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b690_d20250331_m041610_c001_v0001120_t0033_u01743394570483") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f41764f53a29479e9_d20250331_m041607_c001_v7007000_t0000_u01743394567223") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee100304_d20250331_m041604_c001_v0001117_t0044_u01743394564951") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f41764f53a29479e5_d20250331_m041603_c001_v7007000_t0000_u01743394563842") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b67e_d20250331_m041557_c001_v0001120_t0056_u01743394557565") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f416caf4237723e74_d20250331_m041554_c001_v7007000_t0000_u01743394554761") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee1002ea_d20250331_m041552_c001_v0001117_t0030_u01743394552144") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f416caf4237723e6e_d20250331_m041551_c001_v7007000_t0000_u01743394551039") 2025/03/31 04:18:23 DEBUG : dst/three.txt: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b662_d20250331_m041544_c001_v0001120_t0050_u01743394544587") 2025/03/31 04:18:23 DEBUG : dst/three.txt.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8e99_d20250331_m041645_c001_v7007000_t0000_u01743394605938") 2025/03/31 04:18:23 DEBUG : dst/three.txt.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f107fcd9ac75821d1_d20250331_m041644_c001_v0001093_t0020_u01743394604145") 2025/03/31 04:18:23 DEBUG : dst/three.txt.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f110d224aa7f0ebfd_d20250331_m041640_c001_v0001041_t0023_u01743394600621") 2025/03/31 04:18:24 DEBUG : dst/three.txt.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f4077d795fed3742c_d20250331_m041634_c001_v7007000_t0000_u01743394594578") 2025/03/31 04:18:24 DEBUG : dst/three.txt.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f1011f2a44be56a95_d20250331_m041633_c001_v0001098_t0032_u01743394593214") 2025/03/31 04:18:24 DEBUG : dst/three.txt.bak: Deleting (id "4_z3fe21d73606debab9f580e1b_f116f8ef436995363_d20250331_m041627_c001_v0001101_t0022_u01743394587267") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f403016e1547b473a_d20250331_m041657_c001_v7007000_t0000_u01743394617512") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b6da_d20250331_m041647_c001_v0001120_t0029_u01743394607130") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8e9b_d20250331_m041646_c001_v7007000_t0000_u01743394606124") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b6b6_d20250331_m041635_c001_v0001120_t0033_u01743394595543") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f4077d795fed3742d_d20250331_m041634_c001_v7007000_t0000_u01743394594764") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee100332_d20250331_m041622_c001_v0001117_t0057_u01743394582687") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f4077d795fed37421_d20250331_m041621_c001_v7007000_t0000_u01743394581502") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee100310_d20250331_m041609_c001_v0001117_t0055_u01743394569647") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f411a5cb4066a8a50_d20250331_m041608_c001_v7007000_t0000_u01743394568352") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee1002f6_d20250331_m041556_c001_v0001117_t0004_u01743394556929") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d505b_d20250331_m041555_c001_v7007000_t0000_u01743394555886") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee1002da_d20250331_m041541_c001_v0001117_t0012_u01743394541710") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d501e_d20250331_m041540_c001_v7007000_t0000_u01743394540284") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f109f05670428b1ff_d20250331_m041536_c001_v0001103_t0058_u01743394536038") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d869736_d20250331_m041513_c001_v7007000_t0000_u01743394513964") 2025/03/31 04:18:24 DEBUG : dst/two: Deleting (id "4_z3fe21d73606debab9f580e1b_f1079b747b2bca291_d20250331_m041512_c001_v0001183_t0018_u01743394512817") 2025/03/31 04:18:24 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa598d8_d20250331_m041431_c001_v7007000_t0000_u01743394471042") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b092f6_d20250331_m041427_c001_v0001184_t0058_u01743394467347") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa598d6_d20250331_m041425_c001_v7007000_t0000_u01743394465175") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b09151_d20250331_m041413_c001_v0001184_t0038_u01743394453565") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e355349050_d20250331_m041402_c001_v7007000_t0000_u01743394442730") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08fd1_d20250331_m041359_c001_v0001184_t0017_u01743394439461") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3dfa_d20250331_m041334_c001_v7007000_t0000_u01743394414123") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08c68_d20250331_m041332_c001_v0001184_t0015_u01743394412390") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3df5_d20250331_m041330_c001_v7007000_t0000_u01743394410881") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08c3c_d20250331_m041329_c001_v0001184_t0004_u01743394409740") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3dee_d20250331_m041326_c001_v7007000_t0000_u01743394406454") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08bc8_d20250331_m041324_c001_v0001184_t0002_u01743394404925") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3dea_d20250331_m041323_c001_v7007000_t0000_u01743394403801") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08b7c_d20250331_m041322_c001_v0001184_t0014_u01743394402630") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3de0_d20250331_m041316_c001_v7007000_t0000_u01743394396504") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08a83_d20250331_m041314_c001_v0001184_t0054_u01743394394770") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8e4_d20250331_m041313_c001_v7007000_t0000_u01743394393615") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08a45_d20250331_m041312_c001_v0001184_t0020_u01743394392850") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8de_d20250331_m041307_c001_v7007000_t0000_u01743394387831") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b089a8_d20250331_m041306_c001_v0001184_t0005_u01743394386670") 2025/03/31 04:18:25 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8db_d20250331_m041304_c001_v7007000_t0000_u01743394384058") 2025/03/31 04:18:26 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b0894a_d20250331_m041303_c001_v0001184_t0025_u01743394383113") 2025/03/31 04:18:26 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8d7_d20250331_m041302_c001_v7007000_t0000_u01743394382010") 2025/03/31 04:18:26 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f11713dd2c9a49a3a_d20250331_m041301_c001_v0001183_t0034_u01743394381431") 2025/03/31 04:18:26 DEBUG : empty space: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08900_d20250331_m041259_c001_v0001184_t0022_u01743394379718") 2025/03/31 04:18:26 DEBUG : enormous: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3df8_d20250331_m041333_c001_v7007000_t0000_u01743394413186") 2025/03/31 04:18:26 DEBUG : enormous: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08c70_d20250331_m041332_c001_v0001184_t0047_u01743394412585") 2025/03/31 04:18:26 DEBUG : existing: Deleting (id "4_z3fe21d73606debab9f580e1b_f403016e1547b4741_d20250331_m041702_c001_v7007000_t0000_u01743394622119") 2025/03/31 04:18:26 DEBUG : existing: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b70a_d20250331_m041700_c001_v0001120_t0033_u01743394620670") 2025/03/31 04:18:26 DEBUG : existing: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e355349038_d20250331_m041357_c001_v7007000_t0000_u01743394437130") 2025/03/31 04:18:26 DEBUG : existing: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08f67_d20250331_m041356_c001_v0001184_t0026_u01743394436001") 2025/03/31 04:18:26 DEBUG : existing: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8cd_d20250331_m041256_c001_v7007000_t0000_u01743394376104") 2025/03/31 04:18:26 DEBUG : existing: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08870_d20250331_m041255_c001_v0001184_t0038_u01743394375158") 2025/03/31 04:18:26 DEBUG : existing: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8cc_d20250331_m041253_c001_v7007000_t0000_u01743394373882") 2025/03/31 04:18:26 DEBUG : existing: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08831_d20250331_m041253_c001_v0001184_t0057_u01743394373251") 2025/03/31 04:18:26 DEBUG : existing: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08819_d20250331_m041252_c001_v0001184_t0028_u01743394372485") 2025/03/31 04:18:26 DEBUG : existing-b: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e35534903a_d20250331_m041357_c001_v7007000_t0000_u01743394437323") 2025/03/31 04:18:26 DEBUG : existing-b: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b587_d20250331_m041356_c001_v0001120_t0005_u01743394436020") 2025/03/31 04:18:26 DEBUG : file1: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4754_d20250331_m041804_c001_v7007000_t0000_u01743394684349") 2025/03/31 04:18:26 DEBUG : file1: Deleting (id "4_z3fe21d73606debab9f580e1b_f11713dd2c9a4ae28_d20250331_m041803_c001_v0001183_t0002_u01743394683546") 2025/03/31 04:18:27 DEBUG : file1: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c474f_d20250331_m041801_c001_v7007000_t0000_u01743394681452") 2025/03/31 04:18:27 DEBUG : file1: Deleting (id "4_z3fe21d73606debab9f580e1b_f116f250561bfb224_d20250331_m041800_c001_v0001161_t0021_u01743394680229") 2025/03/31 04:18:27 DEBUG : five: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3dfd_d20250331_m041338_c001_v7007000_t0000_u01743394418337") 2025/03/31 04:18:27 DEBUG : five: Deleting (id "4_z3fe21d73606debab9f580e1b_f4037f27581b08cd2_d20250331_m041336_c001_v0001184_t0043_u01743394416429") 2025/03/31 04:18:27 DEBUG : foo: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8dc_d20250331_m041305_c001_v7007000_t0000_u01743394385936") 2025/03/31 04:18:27 DEBUG : foo: Deleting (id "4_z3fe21d73606debab9f580e1b_f4037f27581b08980_d20250331_m041305_c001_v0001184_t0043_u01743394385365") 2025/03/31 04:18:27 DEBUG : foo: Deleting (id "4_z3fe21d73606debab9f580e1b_f4037f27581b08978_d20250331_m041304_c001_v0001184_t0043_u01743394384808") 2025/03/31 04:18:27 DEBUG : four: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3dfe_d20250331_m041338_c001_v7007000_t0000_u01743394418523") 2025/03/31 04:18:27 DEBUG : four: Deleting (id "4_z3fe21d73606debab9f580e1b_f409a92ccee100178_d20250331_m041337_c001_v0001117_t0005_u01743394417189") 2025/03/31 04:18:27 DEBUG : four: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08cc0_d20250331_m041335_c001_v0001184_t0041_u01743394415844") 2025/03/31 04:18:27 DEBUG : hello world2: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad346892a_d20250331_m041205_c001_v7007000_t0000_u01743394325044") 2025/03/31 04:18:27 DEBUG : hello world2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b081d3_d20250331_m041204_c001_v0001184_t0058_u01743394324423") 2025/03/31 04:18:27 DEBUG : ignore-size: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d86969e_d20250331_m041250_c001_v7007000_t0000_u01743394370996") 2025/03/31 04:18:27 DEBUG : ignore-size: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b087bd_d20250331_m041250_c001_v0001184_t0051_u01743394370056") 2025/03/31 04:18:27 DEBUG : nested/sub dir/file: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e35534902d_d20250331_m041354_c001_v7007000_t0000_u01743394434879") 2025/03/31 04:18:27 DEBUG : nested/sub dir/file: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b581_d20250331_m041353_c001_v0001120_t0032_u01743394433622") 2025/03/31 04:18:27 DEBUG : nested/sub dir/file: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e355349021_d20250331_m041352_c001_v7007000_t0000_u01743394432492") 2025/03/31 04:18:27 DEBUG : nested/sub dir/file: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b575_d20250331_m041351_c001_v0001120_t0016_u01743394431533") 2025/03/31 04:18:27 DEBUG : one: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3dff_d20250331_m041338_c001_v7007000_t0000_u01743394418708") 2025/03/31 04:18:27 DEBUG : one: Deleting (id "4_z3fe21d73606debab9f580e1b_f4037f27581b08cb0_d20250331_m041335_c001_v0001184_t0043_u01743394415261") 2025/03/31 04:18:28 DEBUG : only0: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c473a_d20250331_m041755_c001_v7007000_t0000_u01743394675355") 2025/03/31 04:18:28 DEBUG : only0: Deleting (id "4_z3fe21d73606debab9f580e1b_f40530f25caa2b826_d20250331_m041749_c001_v0001120_t0037_u01743394669401") 2025/03/31 04:18:28 DEBUG : only0: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7a2_d20250331_m041732_c001_v0001120_t0032_u01743394652463") 2025/03/31 04:18:28 DEBUG : only0: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3e41_d20250331_m041726_c001_v7007000_t0000_u01743394646387") 2025/03/31 04:18:28 DEBUG : only0: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b720_d20250331_m041706_c001_v0001120_t0002_u01743394626795") 2025/03/31 04:18:28 DEBUG : only1: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c473b_d20250331_m041755_c001_v7007000_t0000_u01743394675538") 2025/03/31 04:18:28 DEBUG : only1: Deleting (id "4_z3fe21d73606debab9f580e1b_f41022b739a04148d_d20250331_m041749_c001_v0001184_t0050_u01743394669957") 2025/03/31 04:18:28 DEBUG : only1: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7a6_d20250331_m041733_c001_v0001120_t0009_u01743394653266") 2025/03/31 04:18:28 DEBUG : only1: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a16_d20250331_m041726_c001_v7007000_t0000_u01743394646169") 2025/03/31 04:18:28 DEBUG : only1: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b72a_d20250331_m041707_c001_v0001120_t0027_u01743394627489") 2025/03/31 04:18:28 DEBUG : only10: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c473c_d20250331_m041755_c001_v7007000_t0000_u01743394675723") 2025/03/31 04:18:28 DEBUG : only10: Deleting (id "4_z3fe21d73606debab9f580e1b_f416f250561bfb208_d20250331_m041750_c001_v0001161_t0055_u01743394670147") 2025/03/31 04:18:28 DEBUG : only10: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7da_d20250331_m041741_c001_v0001120_t0054_u01743394661408") 2025/03/31 04:18:28 DEBUG : only10: Deleting (id "4_z3fe21d73606debab9f580e1b_f416051d139b62f38_d20250331_m041726_c001_v7007000_t0000_u01743394646179") 2025/03/31 04:18:28 DEBUG : only10: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b75e_d20250331_m041717_c001_v0001120_t0043_u01743394637022") 2025/03/31 04:18:28 DEBUG : only11: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c473d_d20250331_m041755_c001_v7007000_t0000_u01743394675910") 2025/03/31 04:18:29 DEBUG : only11: Deleting (id "4_z3fe21d73606debab9f580e1b_f41713dd2c9a4ad55_d20250331_m041750_c001_v0001183_t0001_u01743394670340") 2025/03/31 04:18:29 DEBUG : only11: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7de_d20250331_m041742_c001_v0001120_t0046_u01743394662028") 2025/03/31 04:18:29 DEBUG : only11: Deleting (id "4_z3fe21d73606debab9f580e1b_f409907ef4ba4d0ea_d20250331_m041726_c001_v7007000_t0000_u01743394646542") 2025/03/31 04:18:29 DEBUG : only11: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b762_d20250331_m041717_c001_v0001120_t0034_u01743394637778") 2025/03/31 04:18:29 DEBUG : only12: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c473e_d20250331_m041756_c001_v7007000_t0000_u01743394676095") 2025/03/31 04:18:29 DEBUG : only12: Deleting (id "4_z3fe21d73606debab9f580e1b_f40530f25caa2b828_d20250331_m041749_c001_v0001120_t0037_u01743394669986") 2025/03/31 04:18:29 DEBUG : only12: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7e4_d20250331_m041742_c001_v0001120_t0033_u01743394662723") 2025/03/31 04:18:29 DEBUG : only12: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a19_d20250331_m041726_c001_v7007000_t0000_u01743394646549") 2025/03/31 04:18:29 DEBUG : only12: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b766_d20250331_m041718_c001_v0001120_t0000_u01743394638724") 2025/03/31 04:18:29 DEBUG : only13: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c473f_d20250331_m041756_c001_v7007000_t0000_u01743394676279") 2025/03/31 04:18:29 DEBUG : only13: Deleting (id "4_z3fe21d73606debab9f580e1b_f41022b739a04149d_d20250331_m041750_c001_v0001184_t0050_u01743394670143") 2025/03/31 04:18:29 DEBUG : only13: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7e8_d20250331_m041743_c001_v0001120_t0044_u01743394663650") 2025/03/31 04:18:29 DEBUG : only13: Deleting (id "4_z3fe21d73606debab9f580e1b_f416051d139b62f3a_d20250331_m041726_c001_v7007000_t0000_u01743394646560") 2025/03/31 04:18:29 DEBUG : only13: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b76c_d20250331_m041719_c001_v0001120_t0003_u01743394639531") 2025/03/31 04:18:29 DEBUG : only14: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4740_d20250331_m041756_c001_v7007000_t0000_u01743394676464") 2025/03/31 04:18:29 DEBUG : only14: Deleting (id "4_z3fe21d73606debab9f580e1b_f40530f25caa2b82a_d20250331_m041750_c001_v0001120_t0037_u01743394670172") 2025/03/31 04:18:29 DEBUG : only14: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7ee_d20250331_m041744_c001_v0001120_t0012_u01743394664486") 2025/03/31 04:18:29 DEBUG : only14: Deleting (id "4_z3fe21d73606debab9f580e1b_f409907ef4ba4d0e5_d20250331_m041725_c001_v7007000_t0000_u01743394645607") 2025/03/31 04:18:29 DEBUG : only14: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b77a_d20250331_m041720_c001_v0001120_t0034_u01743394640170") 2025/03/31 04:18:30 DEBUG : only15: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4741_d20250331_m041756_c001_v7007000_t0000_u01743394676649") 2025/03/31 04:18:30 DEBUG : only15: Deleting (id "4_z3fe21d73606debab9f580e1b_f41022b739a0414a9_d20250331_m041750_c001_v0001184_t0050_u01743394670335") 2025/03/31 04:18:30 DEBUG : only15: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7f8_d20250331_m041745_c001_v0001120_t0033_u01743394665541") 2025/03/31 04:18:30 DEBUG : only15: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a14_d20250331_m041725_c001_v7007000_t0000_u01743394645982") 2025/03/31 04:18:30 DEBUG : only15: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b77e_d20250331_m041721_c001_v0001120_t0051_u01743394641176") 2025/03/31 04:18:30 DEBUG : only16: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4742_d20250331_m041756_c001_v7007000_t0000_u01743394676833") 2025/03/31 04:18:30 DEBUG : only16: Deleting (id "4_z3fe21d73606debab9f580e1b_f416f250561bfb20a_d20250331_m041750_c001_v0001161_t0055_u01743394670342") 2025/03/31 04:18:30 DEBUG : only16: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b810_d20250331_m041746_c001_v0001120_t0034_u01743394666385") 2025/03/31 04:18:30 DEBUG : only16: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3e42_d20250331_m041726_c001_v7007000_t0000_u01743394646574") 2025/03/31 04:18:30 DEBUG : only16: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b784_d20250331_m041721_c001_v0001120_t0002_u01743394641891") 2025/03/31 04:18:30 DEBUG : only17: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4743_d20250331_m041757_c001_v7007000_t0000_u01743394677017") 2025/03/31 04:18:30 DEBUG : only17: Deleting (id "4_z3fe21d73606debab9f580e1b_f40530f25caa2b82c_d20250331_m041750_c001_v0001120_t0037_u01743394670362") 2025/03/31 04:18:30 DEBUG : only17: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b816_d20250331_m041747_c001_v0001120_t0047_u01743394667151") 2025/03/31 04:18:30 DEBUG : only17: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3e40_d20250331_m041726_c001_v7007000_t0000_u01743394646200") 2025/03/31 04:18:30 DEBUG : only17: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b788_d20250331_m041722_c001_v0001120_t0006_u01743394642909") 2025/03/31 04:18:30 DEBUG : only18: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4744_d20250331_m041757_c001_v7007000_t0000_u01743394677201") 2025/03/31 04:18:30 DEBUG : only18: Deleting (id "4_z3fe21d73606debab9f580e1b_f41022b739a0414b1_d20250331_m041750_c001_v0001184_t0050_u01743394670522") 2025/03/31 04:18:30 DEBUG : only18: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b81c_d20250331_m041747_c001_v0001120_t0049_u01743394667809") 2025/03/31 04:18:30 DEBUG : only18: Deleting (id "4_z3fe21d73606debab9f580e1b_f416051d139b62f37_d20250331_m041725_c001_v7007000_t0000_u01743394645993") 2025/03/31 04:18:30 DEBUG : only18: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b78e_d20250331_m041723_c001_v0001120_t0035_u01743394643661") 2025/03/31 04:18:31 DEBUG : only19: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4745_d20250331_m041757_c001_v7007000_t0000_u01743394677387") 2025/03/31 04:18:31 DEBUG : only19: Deleting (id "4_z3fe21d73606debab9f580e1b_f41713dd2c9a4ad5d_d20250331_m041750_c001_v0001183_t0001_u01743394670531") 2025/03/31 04:18:31 DEBUG : only19: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b820_d20250331_m041748_c001_v0001120_t0008_u01743394668401") 2025/03/31 04:18:31 DEBUG : only19: Deleting (id "4_z3fe21d73606debab9f580e1b_f409907ef4ba4d0e9_d20250331_m041726_c001_v7007000_t0000_u01743394646355") 2025/03/31 04:18:31 DEBUG : only19: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b794_d20250331_m041724_c001_v0001120_t0046_u01743394644274") 2025/03/31 04:18:31 DEBUG : only2: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4746_d20250331_m041757_c001_v7007000_t0000_u01743394677576") 2025/03/31 04:18:31 DEBUG : only2: Deleting (id "4_z3fe21d73606debab9f580e1b_f416f250561bfb20c_d20250331_m041750_c001_v0001161_t0055_u01743394670540") 2025/03/31 04:18:31 DEBUG : only2: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7aa_d20250331_m041734_c001_v0001120_t0019_u01743394654816") 2025/03/31 04:18:31 DEBUG : only2: Deleting (id "4_z3fe21d73606debab9f580e1b_f409907ef4ba4d0eb_d20250331_m041726_c001_v7007000_t0000_u01743394646727") 2025/03/31 04:18:31 DEBUG : only2: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b730_d20250331_m041708_c001_v0001120_t0039_u01743394628405") 2025/03/31 04:18:31 DEBUG : only3: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4747_d20250331_m041757_c001_v7007000_t0000_u01743394677761") 2025/03/31 04:18:31 DEBUG : only3: Deleting (id "4_z3fe21d73606debab9f580e1b_f40530f25caa2b82e_d20250331_m041750_c001_v0001120_t0037_u01743394670557") 2025/03/31 04:18:31 DEBUG : only3: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7b4_d20250331_m041735_c001_v0001120_t0013_u01743394655769") 2025/03/31 04:18:31 DEBUG : only3: Deleting (id "4_z3fe21d73606debab9f580e1b_f409907ef4ba4d0e6_d20250331_m041725_c001_v7007000_t0000_u01743394645791") 2025/03/31 04:18:31 DEBUG : only3: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b736_d20250331_m041709_c001_v0001120_t0024_u01743394629250") 2025/03/31 04:18:31 DEBUG : only4: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4748_d20250331_m041757_c001_v7007000_t0000_u01743394677950") 2025/03/31 04:18:31 DEBUG : only4: Deleting (id "4_z3fe21d73606debab9f580e1b_f41022b739a0414b9_d20250331_m041750_c001_v0001184_t0050_u01743394670708") 2025/03/31 04:18:31 DEBUG : only4: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7ba_d20250331_m041736_c001_v0001120_t0029_u01743394656547") 2025/03/31 04:18:31 DEBUG : only4: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a17_d20250331_m041726_c001_v7007000_t0000_u01743394646362") 2025/03/31 04:18:31 DEBUG : only4: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b73a_d20250331_m041710_c001_v0001120_t0003_u01743394630207") 2025/03/31 04:18:31 DEBUG : only5: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4749_d20250331_m041758_c001_v7007000_t0000_u01743394678134") 2025/03/31 04:18:32 DEBUG : only5: Deleting (id "4_z3fe21d73606debab9f580e1b_f41713dd2c9a4ad67_d20250331_m041750_c001_v0001183_t0001_u01743394670726") 2025/03/31 04:18:32 DEBUG : only5: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7c0_d20250331_m041737_c001_v0001120_t0038_u01743394657693") 2025/03/31 04:18:32 DEBUG : only5: Deleting (id "4_z3fe21d73606debab9f580e1b_f409907ef4ba4d0e7_d20250331_m041725_c001_v7007000_t0000_u01743394645975") 2025/03/31 04:18:32 DEBUG : only5: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b73e_d20250331_m041711_c001_v0001120_t0035_u01743394631107") 2025/03/31 04:18:32 DEBUG : only6: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c474a_d20250331_m041758_c001_v7007000_t0000_u01743394678319") 2025/03/31 04:18:32 DEBUG : only6: Deleting (id "4_z3fe21d73606debab9f580e1b_f416f250561bfb210_d20250331_m041750_c001_v0001161_t0055_u01743394670735") 2025/03/31 04:18:32 DEBUG : only6: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7c6_d20250331_m041738_c001_v0001120_t0031_u01743394658340") 2025/03/31 04:18:32 DEBUG : only6: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3e3f_d20250331_m041726_c001_v7007000_t0000_u01743394646005") 2025/03/31 04:18:32 DEBUG : only6: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b748_d20250331_m041711_c001_v0001120_t0009_u01743394631793") 2025/03/31 04:18:32 DEBUG : only7: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c474b_d20250331_m041758_c001_v7007000_t0000_u01743394678504") 2025/03/31 04:18:32 DEBUG : only7: Deleting (id "4_z3fe21d73606debab9f580e1b_f40530f25caa2b830_d20250331_m041750_c001_v0001120_t0037_u01743394670753") 2025/03/31 04:18:32 DEBUG : only7: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7cc_d20250331_m041739_c001_v0001120_t0051_u01743394659186") 2025/03/31 04:18:32 DEBUG : only7: Deleting (id "4_z3fe21d73606debab9f580e1b_f409907ef4ba4d0e8_d20250331_m041726_c001_v7007000_t0000_u01743394646161") 2025/03/31 04:18:32 DEBUG : only7: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b750_d20250331_m041714_c001_v0001120_t0049_u01743394634262") 2025/03/31 04:18:32 DEBUG : only8: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c474c_d20250331_m041758_c001_v7007000_t0000_u01743394678689") 2025/03/31 04:18:32 DEBUG : only8: Deleting (id "4_z3fe21d73606debab9f580e1b_f41022b739a0414c3_d20250331_m041750_c001_v0001184_t0050_u01743394670901") 2025/03/31 04:18:32 DEBUG : only8: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7d2_d20250331_m041739_c001_v0001120_t0001_u01743394659994") 2025/03/31 04:18:32 DEBUG : only8: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa59a1a_d20250331_m041726_c001_v7007000_t0000_u01743394646734") 2025/03/31 04:18:32 DEBUG : only8: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b754_d20250331_m041715_c001_v0001120_t0021_u01743394635438") 2025/03/31 04:18:32 DEBUG : only9: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c474d_d20250331_m041758_c001_v7007000_t0000_u01743394678875") 2025/03/31 04:18:32 DEBUG : only9: Deleting (id "4_z3fe21d73606debab9f580e1b_f41713dd2c9a4ad6f_d20250331_m041750_c001_v0001183_t0001_u01743394670912") 2025/03/31 04:18:32 DEBUG : only9: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b7d6_d20250331_m041740_c001_v0001120_t0055_u01743394660666") 2025/03/31 04:18:33 DEBUG : only9: Deleting (id "4_z3fe21d73606debab9f580e1b_f416051d139b62f39_d20250331_m041726_c001_v7007000_t0000_u01743394646373") 2025/03/31 04:18:33 DEBUG : only9: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b75a_d20250331_m041716_c001_v0001120_t0049_u01743394636248") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e355349018_d20250331_m041349_c001_v7007000_t0000_u01743394429643") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b56f_d20250331_m041347_c001_v0001120_t0038_u01743394427088") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e35534900e_d20250331_m041345_c001_v7007000_t0000_u01743394425576") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08dc2_d20250331_m041343_c001_v0001184_t0025_u01743394423789") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e355349009_d20250331_m041341_c001_v7007000_t0000_u01743394421935") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b567_d20250331_m041339_c001_v0001120_t0058_u01743394419642") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3df1_d20250331_m041328_c001_v7007000_t0000_u01743394408558") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08bfe_d20250331_m041327_c001_v0001184_t0018_u01743394407392") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3dec_d20250331_m041325_c001_v7007000_t0000_u01743394405513") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08bc2_d20250331_m041324_c001_v0001184_t0032_u01743394404726") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3de9_d20250331_m041323_c001_v7007000_t0000_u01743394403220") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08b72_d20250331_m041322_c001_v0001184_t0012_u01743394402436") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8e6_d20250331_m041315_c001_v7007000_t0000_u01743394395577") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08a75_d20250331_m041314_c001_v0001184_t0024_u01743394394539") 2025/03/31 04:18:33 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8e5_d20250331_m041313_c001_v7007000_t0000_u01743394393807") 2025/03/31 04:18:34 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08a3f_d20250331_m041312_c001_v0001184_t0058_u01743394392640") 2025/03/31 04:18:34 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8e1_d20250331_m041311_c001_v7007000_t0000_u01743394391909") 2025/03/31 04:18:34 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08a17_d20250331_m041311_c001_v0001184_t0059_u01743394391309") 2025/03/31 04:18:34 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08a08_d20250331_m041310_c001_v0001184_t0021_u01743394390736") 2025/03/31 04:18:34 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8e0_d20250331_m041310_c001_v7007000_t0000_u01743394390000") 2025/03/31 04:18:34 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b089e2_d20250331_m041309_c001_v0001184_t0012_u01743394389409") 2025/03/31 04:18:34 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b089d6_d20250331_m041308_c001_v0001184_t0028_u01743394388773") 2025/03/31 04:18:34 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f400e3be44220c8df_d20250331_m041308_c001_v7007000_t0000_u01743394388023") 2025/03/31 04:18:34 DEBUG : potato: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b089b2_d20250331_m041307_c001_v0001184_t0023_u01743394387239") 2025/03/31 04:18:34 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f409907ef4ba4ca00_d20250331_m041441_c001_v7007000_t0000_u01743394481677") 2025/03/31 04:18:34 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee100248_d20250331_m041440_c001_v0001117_t0040_u01743394480714") 2025/03/31 04:18:34 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa598da_d20250331_m041431_c001_v7007000_t0000_u01743394471787") 2025/03/31 04:18:34 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee100220_d20250331_m041426_c001_v0001117_t0050_u01743394466532") 2025/03/31 04:18:34 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e3553490a1_d20250331_m041418_c001_v7007000_t0000_u01743394458521") 2025/03/31 04:18:34 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee1001e2_d20250331_m041412_c001_v0001117_t0000_u01743394452715") 2025/03/31 04:18:34 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e355349053_d20250331_m041403_c001_v7007000_t0000_u01743394443148") 2025/03/31 04:18:34 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee1001b8_d20250331_m041358_c001_v0001117_t0044_u01743394438655") 2025/03/31 04:18:34 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3df9_d20250331_m041333_c001_v7007000_t0000_u01743394413375") 2025/03/31 04:18:34 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08c62_d20250331_m041332_c001_v0001184_t0048_u01743394412185") 2025/03/31 04:18:34 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3df6_d20250331_m041331_c001_v7007000_t0000_u01743394411068") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08c32_d20250331_m041329_c001_v0001184_t0005_u01743394409490") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3df3_d20250331_m041328_c001_v7007000_t0000_u01743394408746") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08c0e_d20250331_m041327_c001_v0001184_t0022_u01743394407976") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3def_d20250331_m041326_c001_v7007000_t0000_u01743394406643") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08bd2_d20250331_m041325_c001_v0001184_t0030_u01743394405883") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3deb_d20250331_m041323_c001_v7007000_t0000_u01743394403987") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08b94_d20250331_m041323_c001_v0001184_t0049_u01743394403227") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3de1_d20250331_m041316_c001_v7007000_t0000_u01743394396689") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08a95_d20250331_m041315_c001_v0001184_t0045_u01743394395371") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad346892e_d20250331_m041208_c001_v7007000_t0000_u01743394328402") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b0825b_d20250331_m041207_c001_v0001184_t0046_u01743394327826") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad346892b_d20250331_m041206_c001_v7007000_t0000_u01743394326539") 2025/03/31 04:18:35 DEBUG : potato2: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b081fd_d20250331_m041205_c001_v0001184_t0016_u01743394325957") 2025/03/31 04:18:35 DEBUG : potato3: Deleting (id "4_z3fe21d73606debab9f580e1b_f40115b661aa598db_d20250331_m041431_c001_v7007000_t0000_u01743394471975") 2025/03/31 04:18:35 DEBUG : potato3: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b5e0_d20250331_m041427_c001_v0001120_t0025_u01743394467936") 2025/03/31 04:18:35 DEBUG : potato3: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e3553490a9_d20250331_m041419_c001_v7007000_t0000_u01743394459142") 2025/03/31 04:18:35 DEBUG : potato3: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b5b2_d20250331_m041414_c001_v0001120_t0052_u01743394454138") 2025/03/31 04:18:35 DEBUG : potato3: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e355349054_d20250331_m041403_c001_v7007000_t0000_u01743394443339") 2025/03/31 04:18:35 DEBUG : potato3: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b591_d20250331_m041359_c001_v0001120_t0016_u01743394439679") 2025/03/31 04:18:35 DEBUG : pre-dest1/1: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d5006_d20250331_m041523_c001_v7007000_t0000_u01743394523039") 2025/03/31 04:18:35 DEBUG : pre-dest1/1: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b630_d20250331_m041514_c001_v0001120_t0007_u01743394514725") 2025/03/31 04:18:35 DEBUG : pre-dest2/2: Deleting (id "4_z3fe21d73606debab9f580e1b_f419bc2c4354d5008_d20250331_m041523_c001_v7007000_t0000_u01743394523223") 2025/03/31 04:18:36 DEBUG : pre-dest2/2: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee10029a_d20250331_m041515_c001_v0001117_t0021_u01743394515509") 2025/03/31 04:18:36 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d86971d_d20250331_m041454_c001_v7007000_t0000_u01743394494112") 2025/03/31 04:18:36 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b0958a_d20250331_m041450_c001_v0001184_t0000_u01743394490966") 2025/03/31 04:18:36 DEBUG : sizeonly: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d86969d_d20250331_m041248_c001_v7007000_t0000_u01743394368762") 2025/03/31 04:18:36 DEBUG : sizeonly: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08771_d20250331_m041247_c001_v0001184_t0031_u01743394367797") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c475b_d20250331_m041810_c001_v7007000_t0000_u01743394690770") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f11713dd2c9a4ae87_d20250331_m041809_c001_v0001183_t0001_u01743394689587") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4759_d20250331_m041807_c001_v7007000_t0000_u01743394687663") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b852_d20250331_m041806_c001_v0001120_t0028_u01743394686451") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e35534902f_d20250331_m041355_c001_v7007000_t0000_u01743394435066") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee1001a8_d20250331_m041353_c001_v0001117_t0032_u01743394433979") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e355349025_d20250331_m041352_c001_v7007000_t0000_u01743394432679") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08edf_d20250331_m041351_c001_v0001184_t0051_u01743394431878") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d869695_d20250331_m041244_c001_v7007000_t0000_u01743394364651") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b086db_d20250331_m041243_c001_v0001184_t0046_u01743394363294") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d869693_d20250331_m041242_c001_v7007000_t0000_u01743394362563") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b0869f_d20250331_m041241_c001_v0001184_t0059_u01743394361622") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d86968e_d20250331_m041238_c001_v7007000_t0000_u01743394358765") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08609_d20250331_m041237_c001_v0001184_t0017_u01743394357941") 2025/03/31 04:18:36 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d86968c_d20250331_m041237_c001_v7007000_t0000_u01743394357392") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b085df_d20250331_m041236_c001_v0001184_t0053_u01743394356566") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08549_d20250331_m041232_c001_v0001184_t0012_u01743394352923") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d869689_d20250331_m041232_c001_v7007000_t0000_u01743394352190") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08529_d20250331_m041231_c001_v0001184_t0057_u01743394351617") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08515_d20250331_m041231_c001_v0001184_t0045_u01743394351046") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d869688_d20250331_m041229_c001_v7007000_t0000_u01743394349946") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b084b3_d20250331_m041227_c001_v0001184_t0011_u01743394347508") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08451_d20250331_m041224_c001_v0001184_t0036_u01743394344942") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d869684_d20250331_m041224_c001_v7007000_t0000_u01743394344211") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b0842b_d20250331_m041223_c001_v0001184_t0024_u01743394343590") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08411_d20250331_m041223_c001_v0001184_t0042_u01743394343016") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d869683_d20250331_m041222_c001_v7007000_t0000_u01743394342285") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08399_d20250331_m041218_c001_v0001184_t0017_u01743394338437") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f415d0c953d86967d_d20250331_m041218_c001_v7007000_t0000_u01743394338070") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b0837b_d20250331_m041217_c001_v0001184_t0057_u01743394337474") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad346893c_d20250331_m041215_c001_v7007000_t0000_u01743394335826") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08345_d20250331_m041215_c001_v0001184_t0033_u01743394335221") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad346893b_d20250331_m041214_c001_v7007000_t0000_u01743394334670") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08327_d20250331_m041214_c001_v0001184_t0003_u01743394334092") 2025/03/31 04:18:37 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad3468938_d20250331_m041212_c001_v7007000_t0000_u01743394332766") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b082e3_d20250331_m041211_c001_v0001184_t0042_u01743394331980") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad3468933_d20250331_m041211_c001_v7007000_t0000_u01743394331418") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b082bd_d20250331_m041210_c001_v0001184_t0030_u01743394330813") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad346892f_d20250331_m041209_c001_v7007000_t0000_u01743394329898") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08289_d20250331_m041209_c001_v0001184_t0028_u01743394329318") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad3468927_d20250331_m041203_c001_v7007000_t0000_u01743394323492") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b081a3_d20250331_m041202_c001_v0001184_t0015_u01743394322904") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad3468924_d20250331_m041201_c001_v7007000_t0000_u01743394321988") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08169_d20250331_m041201_c001_v0001184_t0046_u01743394321411") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad3468920_d20250331_m041200_c001_v7007000_t0000_u01743394320497") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08131_d20250331_m041159_c001_v0001184_t0045_u01743394319901") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f4131805ad346891b_d20250331_m041156_c001_v7007000_t0000_u01743394316936") 2025/03/31 04:18:38 DEBUG : sub dir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b080bd_d20250331_m041156_c001_v0001184_t0012_u01743394316371") 2025/03/31 04:18:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c475c_d20250331_m041810_c001_v7007000_t0000_u01743394690955") 2025/03/31 04:18:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f116f250561bfb234_d20250331_m041809_c001_v0001161_t0031_u01743394689579") 2025/03/31 04:18:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c475a_d20250331_m041807_c001_v7007000_t0000_u01743394687853") 2025/03/31 04:18:38 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3fe21d73606debab9f580e1b_f11022b739a04178f_d20250331_m041806_c001_v0001184_t0037_u01743394686096") 2025/03/31 04:18:38 DEBUG : sub/yam: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e355349016_d20250331_m041349_c001_v7007000_t0000_u01743394429081") 2025/03/31 04:18:38 DEBUG : sub/yam: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee100192_d20250331_m041347_c001_v0001117_t0024_u01743394427445") 2025/03/31 04:18:38 DEBUG : test_dir1/file2: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4755_d20250331_m041804_c001_v7007000_t0000_u01743394684533") 2025/03/31 04:18:39 DEBUG : test_dir1/file2: Deleting (id "4_z3fe21d73606debab9f580e1b_f116f250561bfb22a_d20250331_m041803_c001_v0001161_t0000_u01743394683198") 2025/03/31 04:18:39 DEBUG : test_dir1/file2: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4750_d20250331_m041801_c001_v7007000_t0000_u01743394681635") 2025/03/31 04:18:39 DEBUG : test_dir1/file2: Deleting (id "4_z3fe21d73606debab9f580e1b_f11022b739a041689_d20250331_m041800_c001_v0001184_t0002_u01743394680253") 2025/03/31 04:18:39 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4756_d20250331_m041804_c001_v7007000_t0000_u01743394684719") 2025/03/31 04:18:39 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3fe21d73606debab9f580e1b_f11022b739a04170b_d20250331_m041803_c001_v0001184_t0045_u01743394683191") 2025/03/31 04:18:39 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3fe21d73606debab9f580e1b_f41727ba3ec4c4751_d20250331_m041801_c001_v7007000_t0000_u01743394681823") 2025/03/31 04:18:39 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b840_d20250331_m041800_c001_v0001120_t0013_u01743394680242") 2025/03/31 04:18:39 DEBUG : three: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3e00_d20250331_m041338_c001_v7007000_t0000_u01743394418893") 2025/03/31 04:18:39 DEBUG : three: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08cfe_d20250331_m041337_c001_v0001184_t0023_u01743394417753") 2025/03/31 04:18:39 DEBUG : three: Deleting (id "4_z3fe21d73606debab9f580e1b_f1037f27581b08cb8_d20250331_m041335_c001_v0001184_t0037_u01743394415631") 2025/03/31 04:18:39 DEBUG : two: Deleting (id "4_z3fe21d73606debab9f580e1b_f408bd287d0be3e01_d20250331_m041339_c001_v7007000_t0000_u01743394419079") 2025/03/31 04:18:39 DEBUG : two: Deleting (id "4_z3fe21d73606debab9f580e1b_f40530f25caa2b565_d20250331_m041336_c001_v0001120_t0037_u01743394416999") 2025/03/31 04:18:39 DEBUG : two: Deleting (id "4_z3fe21d73606debab9f580e1b_f4037f27581b08cb6_d20250331_m041335_c001_v0001184_t0043_u01743394415446") 2025/03/31 04:18:39 DEBUG : yam: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e355349019_d20250331_m041349_c001_v7007000_t0000_u01743394429830") 2025/03/31 04:18:39 DEBUG : yam: Deleting (id "4_z3fe21d73606debab9f580e1b_f116779bc554d35cd_d20250331_m041348_c001_v0001150_t0039_u01743394428784") 2025/03/31 04:18:39 DEBUG : yam: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e35534900d_d20250331_m041345_c001_v7007000_t0000_u01743394425013") 2025/03/31 04:18:39 DEBUG : yam: Deleting (id "4_z3fe21d73606debab9f580e1b_f10530f25caa2b569_d20250331_m041343_c001_v0001120_t0045_u01743394423441") 2025/03/31 04:18:39 DEBUG : yam: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e355349007_d20250331_m041341_c001_v7007000_t0000_u01743394421366") 2025/03/31 04:18:39 DEBUG : yam: Deleting (id "4_z3fe21d73606debab9f580e1b_f109a92ccee100180_d20250331_m041339_c001_v0001117_t0018_u01743394419651") 2025/03/31 04:18:39 DEBUG : yaml: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e35534900f_d20250331_m041345_c001_v7007000_t0000_u01743394425766") 2025/03/31 04:18:40 DEBUG : yaml: Deleting (id "4_z3fe21d73606debab9f580e1b_f1036c1b533fe68eb_d20250331_m041344_c001_v0001130_t0007_u01743394424582") 2025/03/31 04:18:40 DEBUG : yaml: Deleting (id "4_z3fe21d73606debab9f580e1b_f402137e35534900a_d20250331_m041342_c001_v7007000_t0000_u01743394422122") 2025/03/31 04:18:40 DEBUG : yaml: Deleting (id "4_z3fe21d73606debab9f580e1b_f10115a8d102b8f1c_d20250331_m041341_c001_v0001183_t0037_u01743394421113") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 6m48.027320888s (try 1/5)