"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2025/05/14 06:44:17 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide" 2025/05/14 06:44:17 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/05/14 06:44:18 DEBUG : Creating backend with remote "/tmp/rclone613935987" === 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-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:19 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/05/14 06:44:19 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:19 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestCopyWithDryRun (1.88s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:20 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/14 06:44:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:20 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:20 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:21 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:21 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:21 DEBUG : B2 bucket rclone-test-pomohus2cide: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.04s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", 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-pomohus2cide", Local "Local file system at /tmp/rclone613935987", 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-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:23 DEBUG : Creating backend with remote "/non-existing" 2025/05/14 06:44:23 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/05/14 06:44:23 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:23 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.90s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:24 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:24 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:24 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:24 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.89s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:26 INFO : B2 bucket rclone-test-pomohus2cide: Running all checks before starting transfers 2025/05/14 06:44:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:26 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:26 INFO : B2 bucket rclone-test-pomohus2cide: Checks finished, now starting transfers 2025/05/14 06:44:26 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:26 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:26 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.51s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:27 ERROR : Ignoring --no-traverse with sync 2025/05/14 06:44:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:27 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:27 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:27 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:27 INFO : sub dir/hello world: Copied (new) 2025/05/14 06:44:27 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.51s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:29 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/05/14 06:44:29 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:29 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:29 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/05/14 06:44:29 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.48s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:30 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:44:30 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:30 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:30 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:30 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.49s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:32 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:44:32 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:32 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:32 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:32 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.85s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:33 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/05/14 06:44:33 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/14 06:44:33 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/05/14 06:44:33 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/14 06:44:34 INFO : sub dir: Making directory 2025/05/14 06:44:34 INFO : sub dir2: Making directory 2025/05/14 06:44:34 INFO : sub dir2/sub sub dir2: Making directory 2025/05/14 06:44:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:34 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:34 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:34 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:34 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/05/14 06:44:34 DEBUG : B2 bucket rclone-test-pomohus2cide: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.48s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:35 INFO : sub dir2: Making directory 2025/05/14 06:44:35 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/05/14 06:44:35 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/14 06:44:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:35 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:35 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:35 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.13s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:36 DEBUG : sub dir2: Making directory with metadata 2025/05/14 06:44:36 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/14 06:44:36 INFO : sub dir: Making directory 2025/05/14 06:44:36 INFO : sub dir2: Making directory 2025/05/14 06:44:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:36 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:36 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:36 INFO : sub dir/hello world: Copied (new) 2025/05/14 06:44:36 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/05/14 06:44:37 DEBUG : B2 bucket rclone-test-pomohus2cide: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/05/14 06:44:37 DEBUG : B2 bucket rclone-test-pomohus2cide: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.65s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" sync_test.go:408: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.36s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:38 INFO : sub dir2: Making directory 2025/05/14 06:44:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:38 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:38 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:38 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:38 INFO : sub dir/hello world: Copied (new) 2025/05/14 06:44:38 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.12s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:39 DEBUG : sub dir2: Making directory with metadata 2025/05/14 06:44:39 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/14 06:44:39 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/14 06:44:39 INFO : sub dir: Making directory 2025/05/14 06:44:39 INFO : sub dir2: Making directory 2025/05/14 06:44:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:39 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:39 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:40 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:40 INFO : sub dir/hello world: Copied (new) 2025/05/14 06:44:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/05/14 06:44:40 DEBUG : B2 bucket rclone-test-pomohus2cide: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.55s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.40s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:41 INFO : sub dir2: Making directory 2025/05/14 06:44:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:42 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:42 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:42 INFO : sub dir/hello world: Copied (new) 2025/05/14 06:44:42 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.50s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:43 DEBUG : Creating backend with remote "TestB2:rclone-test-koloqic4mato" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-pomohus2cide -> B2 bucket rclone-test-koloqic4mato 2025/05/14 06:44:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:44 DEBUG : B2 bucket rclone-test-koloqic4mato: Waiting for checks to finish 2025/05/14 06:44:44 DEBUG : B2 bucket rclone-test-koloqic4mato: Waiting for transfers to finish 2025/05/14 06:44:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:45 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:45 DEBUG : B2 bucket rclone-test-koloqic4mato: Purge remote 2025/05/14 06:44:45 INFO : B2 bucket rclone-test-koloqic4mato: cleaning bucket "rclone-test-koloqic4mato" of all files 2025/05/14 06:44:45 DEBUG : sub dir/hello world: Deleting (id "4_z2f52dd63809dcbdb9f680e1b_f108c64d573a4b048_d20250514_m064445_c001_v0001157_t0041_u01747205085132") --- PASS: TestServerSideCopy (4.37s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:48 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/14 06:44:48 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:48 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:48 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/05/14 06:44:48 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestCopyOverSelf (1.90s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:49 DEBUG : Creating backend with remote "TestB2:rclone-test-lasimuv9febo" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-pomohus2cide -> B2 bucket rclone-test-lasimuv9febo 2025/05/14 06:44:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:50 DEBUG : B2 bucket rclone-test-lasimuv9febo: Waiting for checks to finish 2025/05/14 06:44:50 DEBUG : B2 bucket rclone-test-lasimuv9febo: Waiting for transfers to finish 2025/05/14 06:44:51 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:51 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:52 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/14 06:44:52 DEBUG : B2 bucket rclone-test-lasimuv9febo: Waiting for checks to finish 2025/05/14 06:44:52 DEBUG : B2 bucket rclone-test-lasimuv9febo: Waiting for transfers to finish 2025/05/14 06:44:52 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/05/14 06:44:52 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:53 DEBUG : B2 bucket rclone-test-lasimuv9febo: Purge remote 2025/05/14 06:44:53 INFO : B2 bucket rclone-test-lasimuv9febo: cleaning bucket "rclone-test-lasimuv9febo" of all files 2025/05/14 06:44:53 DEBUG : sub dir/hello world: Deleting (id "4_zbf02ede3809dcbdb9f680e1b_f110df5bcc475283e_d20250514_m064452_c001_v0001098_t0006_u01747205092606") 2025/05/14 06:44:53 DEBUG : sub dir/hello world: Deleting (id "4_zbf02ede3809dcbdb9f680e1b_f1005d78263a7a3dc_d20250514_m064451_c001_v0001043_t0005_u01747205091395") --- PASS: TestServerSideCopyOverSelf (5.93s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:55 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/14 06:44:55 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:44:55 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:44:56 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/05/14 06:44:56 INFO : sub dir/hello world: Copied (replaced existing) 2025/05/14 06:44:56 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestMoveOverSelf (1.97s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:44:57 DEBUG : Creating backend with remote "TestB2:rclone-test-nabiban3ruwu" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-pomohus2cide -> B2 bucket rclone-test-nabiban3ruwu 2025/05/14 06:44:58 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:44:58 DEBUG : B2 bucket rclone-test-nabiban3ruwu: Waiting for checks to finish 2025/05/14 06:44:58 DEBUG : B2 bucket rclone-test-nabiban3ruwu: Waiting for transfers to finish 2025/05/14 06:44:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:44:59 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:00 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/05/14 06:45:00 DEBUG : B2 bucket rclone-test-nabiban3ruwu: Waiting for checks to finish 2025/05/14 06:45:00 DEBUG : B2 bucket rclone-test-nabiban3ruwu: Waiting for transfers to finish 2025/05/14 06:45:00 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/05/14 06:45:00 INFO : sub dir/hello world: Copied (server-side copy) 2025/05/14 06:45:00 INFO : sub dir/hello world: Deleted 2025/05/14 06:45:01 DEBUG : testing file moves 2025/05/14 06:45:01 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/05/14 06:45:01 DEBUG : B2 bucket rclone-test-nabiban3ruwu: Waiting for checks to finish 2025/05/14 06:45:01 DEBUG : B2 bucket rclone-test-nabiban3ruwu: Waiting for transfers to finish 2025/05/14 06:45:02 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/05/14 06:45:02 INFO : sub dir/hello world: Copied (server-side copy) 2025/05/14 06:45:02 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:02 DEBUG : B2 bucket rclone-test-nabiban3ruwu: Purge remote 2025/05/14 06:45:02 INFO : B2 bucket rclone-test-nabiban3ruwu: cleaning bucket "rclone-test-nabiban3ruwu" of all files 2025/05/14 06:45:02 DEBUG : sub dir/hello world: Deleting (id "4_z7f620dd380adcbdb9f680e1b_f10318d9bef0d92b5_d20250514_m064501_c001_v0001103_t0047_u01747205101623") 2025/05/14 06:45:02 DEBUG : sub dir/hello world: Deleting (id "4_z7f620dd380adcbdb9f680e1b_f1155ab86e94e0839_d20250514_m064500_c001_v0001182_t0017_u01747205100248") 2025/05/14 06:45:02 DEBUG : sub dir/hello world: Deleting (id "4_z7f620dd380adcbdb9f680e1b_f116959399055277e_d20250514_m064459_c001_v0001184_t0055_u01747205099276") --- PASS: TestServerSideMoveOverSelf (7.61s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:05 ERROR : : error listing: directory not found 2025/05/14 06:45:05 INFO : Local file system at /tmp/rclone613935987: Making directory 2025/05/14 06:45:05 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:05 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestCopyAfterDelete (1.76s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:45:07 DEBUG : Local file system at /tmp/rclone613935987: Waiting for checks to finish 2025/05/14 06:45:07 DEBUG : Local file system at /tmp/rclone613935987: Waiting for transfers to finish 2025/05/14 06:45:07 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:45:07 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/05/14 06:45:07 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestCopyRedownload (2.08s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:08 DEBUG : check sum: Need to transfer - File not found at Destination 2025/05/14 06:45:08 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:08 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:09 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/14 06:45:09 INFO : check sum: Copied (new) 2025/05/14 06:45:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:09 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:09 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/14 06:45:09 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/05/14 06:45:09 DEBUG : check sum: Unchanged skipping 2025/05/14 06:45:09 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:09 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:09 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.24s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:11 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/05/14 06:45:11 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:11 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:11 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/05/14 06:45:11 INFO : sizeonly: Copied (new) 2025/05/14 06:45:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:11 DEBUG : sizeonly: Sizes identical 2025/05/14 06:45:11 DEBUG : sizeonly: Unchanged skipping 2025/05/14 06:45:11 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:11 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:11 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:11 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.26s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:13 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/05/14 06:45:13 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:13 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:13 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/05/14 06:45:13 INFO : ignore-size: Copied (new) 2025/05/14 06:45:13 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:14 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:45:14 DEBUG : ignore-size: Unchanged skipping 2025/05/14 06:45:14 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:14 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:14 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:14 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.64s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:16 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:45:16 DEBUG : existing: Unchanged skipping 2025/05/14 06:45:16 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:16 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:16 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:16 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:16 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/05/14 06:45:16 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:16 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:16 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/05/14 06:45:16 INFO : existing: Copied (replaced existing) 2025/05/14 06:45:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.53s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:18 DEBUG : existing: Need to transfer - File not found at Destination 2025/05/14 06:45:18 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:18 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:18 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/05/14 06:45:18 INFO : existing: Copied (new) 2025/05/14 06:45:18 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:19 DEBUG : existing: Destination exists, skipping 2025/05/14 06:45:19 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:19 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:19 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:19 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.30s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:21 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/05/14 06:45:21 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:45:21 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/05/14 06:45:21 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:21 DEBUG : c/non empty space: Unchanged skipping 2025/05/14 06:45:21 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:21 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:45:21 INFO : a/potato2: Copied (new) 2025/05/14 06:45:21 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:21 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (2.48s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:23 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/05/14 06:45:23 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:23 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/14 06:45:23 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/05/14 06:45:23 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:23 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:23 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:23 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:24 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/05/14 06:45:24 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:24 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/14 06:45:24 INFO : empty space: Updated modification time in destination 2025/05/14 06:45:24 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:24 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:24 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:24 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.21s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:26 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/05/14 06:45:26 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:26 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/14 06:45:26 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:26 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:26 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:26 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.66s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:28 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/05/14 06:45:28 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:28 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone613935987) 2025/05/14 06:45:28 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-pomohus2cide) 2025/05/14 06:45:28 DEBUG : foo: sha1 differ 2025/05/14 06:45:28 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:28 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/05/14 06:45:28 INFO : foo: Copied (replaced existing) 2025/05/14 06:45:28 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.84s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:30 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:45:30 DEBUG : potato: Need to transfer - File not found at Destination 2025/05/14 06:45:30 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:30 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:30 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:30 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:45:30 INFO : potato: Copied (new) 2025/05/14 06:45:30 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.28s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:32 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/05/14 06:45:32 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:32 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:32 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/05/14 06:45:32 INFO : potato: Copied (replaced existing) 2025/05/14 06:45:32 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (1.96s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:34 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/05/14 06:45:34 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:34 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone613935987) 2025/05/14 06:45:34 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-pomohus2cide) 2025/05/14 06:45:34 DEBUG : potato: sha1 differ 2025/05/14 06:45:34 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:34 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/05/14 06:45:34 INFO : potato: Copied (replaced existing) 2025/05/14 06:45:34 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (1.95s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:36 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:45:36 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:45:36 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:36 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/05/14 06:45:36 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:36 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:36 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:36 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.90s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:38 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:45:38 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:45:38 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:38 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:38 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:39 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:45:39 INFO : potato2: Copied (new) 2025/05/14 06:45:39 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:39 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.94s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:41 INFO : d: Making directory 2025/05/14 06:45:41 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/05/14 06:45:41 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:45:41 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/05/14 06:45:41 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:41 DEBUG : c/non empty space: Unchanged skipping 2025/05/14 06:45:41 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:41 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:45:41 INFO : a/potato2: Copied (new) 2025/05/14 06:45:41 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:42 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.47s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:43 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/05/14 06:45:44 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:45:44 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/05/14 06:45:44 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:44 DEBUG : c/non empty space: Unchanged skipping 2025/05/14 06:45:44 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:44 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:45:44 INFO : a/potato2: Copied (new) 2025/05/14 06:45:44 ERROR : B2 bucket rclone-test-pomohus2cide: not deleting files as there were IO errors 2025/05/14 06:45:44 ERROR : B2 bucket rclone-test-pomohus2cide: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.94s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:46 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:47 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:45:47 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:45:47 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:47 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:47 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:47 INFO : potato: Deleted 2025/05/14 06:45:47 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:45:47 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.31s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:49 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:49 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:49 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:49 INFO : potato: Deleted 2025/05/14 06:45:49 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:45:49 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:45:49 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:49 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:49 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:50 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:45:50 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (2.81s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:52 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:45:52 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:52 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:52 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/05/14 06:45:52 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.10s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:54 DEBUG : enormous: Excluded (Size Filter) 2025/05/14 06:45:54 DEBUG : enormous: Excluded 2025/05/14 06:45:54 DEBUG : potato2: Excluded (Size Filter) 2025/05/14 06:45:54 DEBUG : potato2: Excluded 2025/05/14 06:45:54 DEBUG : potato2: Excluded (Size Filter) 2025/05/14 06:45:54 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:45:54 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:54 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:54 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:54 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:54 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:54 DEBUG : enormous: Excluded (Size Filter) 2025/05/14 06:45:54 DEBUG : enormous: Excluded 2025/05/14 06:45:54 DEBUG : potato2: Excluded (Size Filter) 2025/05/14 06:45:54 DEBUG : potato2: Excluded 2025/05/14 06:45:54 DEBUG : potato2: Excluded (Size Filter) 2025/05/14 06:45:54 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/05/14 06:45:54 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:54 DEBUG : Local file system at /tmp/rclone613935987: Waiting for checks to finish 2025/05/14 06:45:54 DEBUG : Local file system at /tmp/rclone613935987: Waiting for transfers to finish 2025/05/14 06:45:54 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:54 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncWithExclude (2.66s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:57 DEBUG : enormous: Excluded (Size Filter) 2025/05/14 06:45:57 DEBUG : enormous: Excluded 2025/05/14 06:45:57 DEBUG : potato2: Excluded (Size Filter) 2025/05/14 06:45:57 DEBUG : potato2: Excluded 2025/05/14 06:45:57 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:45:57 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:45:57 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:57 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:45:57 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:57 INFO : enormous: Deleted 2025/05/14 06:45:57 INFO : potato2: Deleted 2025/05/14 06:45:57 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:45:57 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/05/14 06:45:57 DEBUG : empty space: Unchanged skipping 2025/05/14 06:45:57 DEBUG : Local file system at /tmp/rclone613935987: Waiting for checks to finish 2025/05/14 06:45:57 DEBUG : Local file system at /tmp/rclone613935987: Waiting for transfers to finish 2025/05/14 06:45:57 DEBUG : Waiting for deletions to finish 2025/05/14 06:45:57 INFO : enormous: Deleted 2025/05/14 06:45:57 INFO : potato2: Deleted 2025/05/14 06:45:57 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.06s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:00 DEBUG : five: Need to transfer - File not found at Destination 2025/05/14 06:46:00 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/05/14 06:46:00 DEBUG : one: Destination is newer than source, skipping 2025/05/14 06:46:00 DEBUG : three: Sizes identical 2025/05/14 06:46:00 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:00 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/05/14 06:46:00 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/05/14 06:46:00 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone613935987) 2025/05/14 06:46:00 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-pomohus2cide) 2025/05/14 06:46:00 DEBUG : two: sha1 differ 2025/05/14 06:46:00 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:00 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/05/14 06:46:00 INFO : five: Copied (new) 2025/05/14 06:46:01 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/05/14 06:46:01 INFO : four: Copied (replaced existing) 2025/05/14 06:46:01 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/05/14 06:46:01 INFO : two: Copied (replaced existing) 2025/05/14 06:46:01 DEBUG : Waiting for deletions to finish 2025/05/14 06:46:01 DEBUG : one: Destination is newer than source, skipping 2025/05/14 06:46:01 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:01 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/05/14 06:46:01 DEBUG : two: Size and sha1 of src and dst objects identical 2025/05/14 06:46:01 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/05/14 06:46:01 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone613935987) 2025/05/14 06:46:01 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-pomohus2cide) 2025/05/14 06:46:01 DEBUG : three: sha1 differ 2025/05/14 06:46:01 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/05/14 06:46:01 DEBUG : four: Size and sha1 of src and dst objects identical 2025/05/14 06:46:01 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/05/14 06:46:01 DEBUG : five: Size and sha1 of src and dst objects identical 2025/05/14 06:46:01 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/05/14 06:46:01 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/05/14 06:46:01 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/05/14 06:46:01 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:01 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/14 06:46:01 INFO : three: Copied (replaced existing) 2025/05/14 06:46:01 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-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/05/14 06:46:03 INFO : B2 bucket rclone-test-pomohus2cide: Making map for --track-renames 2025/05/14 06:46:03 INFO : B2 bucket rclone-test-pomohus2cide: Finished making map for --track-renames 2025/05/14 06:46:03 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:03 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/05/14 06:46:03 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for renames to finish 2025/05/14 06:46:03 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/05/14 06:46:03 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:03 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/05/14 06:46:03 INFO : potato: Copied (new) 2025/05/14 06:46:03 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/14 06:46:03 INFO : yam: Copied (new) 2025/05/14 06:46:03 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:04 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:46:04 INFO : B2 bucket rclone-test-pomohus2cide: Making map for --track-renames 2025/05/14 06:46:04 INFO : B2 bucket rclone-test-pomohus2cide: Finished making map for --track-renames 2025/05/14 06:46:04 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:04 DEBUG : potato: Unchanged skipping 2025/05/14 06:46:04 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for renames to finish 2025/05/14 06:46:05 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/14 06:46:05 INFO : yam: Copied (server-side copy) to: yaml 2025/05/14 06:46:05 INFO : yam: Deleted 2025/05/14 06:46:05 INFO : yaml: Renamed from "yam" 2025/05/14 06:46:05 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:05 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.73s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/05/14 06:46:07 INFO : B2 bucket rclone-test-pomohus2cide: Making map for --track-renames 2025/05/14 06:46:07 INFO : B2 bucket rclone-test-pomohus2cide: Finished making map for --track-renames 2025/05/14 06:46:07 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:07 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/05/14 06:46:07 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/05/14 06:46:07 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for renames to finish 2025/05/14 06:46:07 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:07 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/14 06:46:07 INFO : yam: Copied (new) 2025/05/14 06:46:07 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/05/14 06:46:07 INFO : potato: Copied (new) 2025/05/14 06:46:07 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:08 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:46:08 INFO : B2 bucket rclone-test-pomohus2cide: Making map for --track-renames 2025/05/14 06:46:08 INFO : B2 bucket rclone-test-pomohus2cide: Finished making map for --track-renames 2025/05/14 06:46:08 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:08 DEBUG : potato: Unchanged skipping 2025/05/14 06:46:08 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for renames to finish 2025/05/14 06:46:08 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/14 06:46:08 INFO : yam: Copied (server-side copy) to: yaml 2025/05/14 06:46:09 INFO : yam: Deleted 2025/05/14 06:46:09 INFO : yaml: Renamed from "yam" 2025/05/14 06:46:09 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.53s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/05/14 06:46:10 INFO : B2 bucket rclone-test-pomohus2cide: Making map for --track-renames 2025/05/14 06:46:10 INFO : B2 bucket rclone-test-pomohus2cide: Finished making map for --track-renames 2025/05/14 06:46:10 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:10 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/05/14 06:46:10 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/05/14 06:46:10 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for renames to finish 2025/05/14 06:46:10 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:11 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/14 06:46:11 INFO : sub/yam: Copied (new) 2025/05/14 06:46:11 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/05/14 06:46:11 INFO : potato: Copied (new) 2025/05/14 06:46:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:11 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:46:11 DEBUG : potato: Unchanged skipping 2025/05/14 06:46:11 INFO : B2 bucket rclone-test-pomohus2cide: Making map for --track-renames 2025/05/14 06:46:11 INFO : B2 bucket rclone-test-pomohus2cide: Finished making map for --track-renames 2025/05/14 06:46:11 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:11 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for renames to finish 2025/05/14 06:46:12 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/05/14 06:46:12 INFO : sub/yam: Copied (server-side copy) to: yam 2025/05/14 06:46:12 INFO : sub/yam: Deleted 2025/05/14 06:46:12 INFO : yam: Renamed from "sub/yam" 2025/05/14 06:46:12 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:12 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.70s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:14 DEBUG : Creating backend with remote "/tmp/rclone613935987/dir1" 2025/05/14 06:46:14 DEBUG : Creating backend with remote "/tmp/rclone613935987/dir2" 2025/05/14 06:46:14 DEBUG : Local file system at /tmp/rclone613935987/dir2: Using server-side directory move 2025/05/14 06:46:14 INFO : Local file system at /tmp/rclone613935987/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/05/14 06:46:14 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/05/14 06:46:14 INFO : file1.txt: Moved (server-side) 2025/05/14 06:46:14 DEBUG : Local file system at /tmp/rclone613935987/dir2: Waiting for checks to finish 2025/05/14 06:46:14 DEBUG : Local file system at /tmp/rclone613935987/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:46:14 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/05/14 06:46:14 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:14 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:15 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/05/14 06:46:15 INFO : nested/sub dir/file: Copied (new) 2025/05/14 06:46:15 INFO : nested/sub dir/file: Deleted 2025/05/14 06:46:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:46:15 INFO : sub dir/hello world: Copied (new) 2025/05/14 06:46:15 INFO : sub dir/hello world: Deleted 2025/05/14 06:46:15 INFO : sub dir: Removing directory 2025/05/14 06:46:15 INFO : nested/sub dir: Removing directory 2025/05/14 06:46:15 INFO : nested: Removing directory 2025/05/14 06:46:15 DEBUG : Local file system at /tmp/rclone613935987: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.06s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/05/14 06:46:16 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/05/14 06:46:16 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:16 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:17 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/05/14 06:46:17 INFO : nested/sub dir/file: Copied (new) 2025/05/14 06:46:17 INFO : nested/sub dir/file: Deleted 2025/05/14 06:46:17 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/05/14 06:46:17 INFO : sub dir/hello world: Copied (new) 2025/05/14 06:46:17 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.23s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:19 DEBUG : existing: Need to transfer - File not found at Destination 2025/05/14 06:46:19 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/05/14 06:46:19 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:19 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:19 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/05/14 06:46:19 INFO : existing: Copied (new) 2025/05/14 06:46:19 INFO : existing: Deleted 2025/05/14 06:46:19 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/05/14 06:46:19 INFO : existing-b: Copied (new) 2025/05/14 06:46:19 INFO : existing-b: Deleted 2025/05/14 06:46:19 DEBUG : existing: Destination exists, skipping 2025/05/14 06:46:19 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/05/14 06:46:19 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:46:19 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:46:19 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.06s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:21 DEBUG : Creating backend with remote "TestB2:rclone-test-borebok2jeko" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-pomohus2cide -> B2 bucket rclone-test-borebok2jeko 2025/05/14 06:46:24 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:46:24 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/05/14 06:46:24 DEBUG : empty space: Unchanged skipping 2025/05/14 06:46:24 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/05/14 06:46:24 DEBUG : B2 bucket rclone-test-borebok2jeko: Waiting for checks to finish 2025/05/14 06:46:25 INFO : empty space: Deleted 2025/05/14 06:46:25 DEBUG : B2 bucket rclone-test-borebok2jeko: Waiting for transfers to finish 2025/05/14 06:46:25 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:46:25 INFO : potato2: Copied (server-side copy) 2025/05/14 06:46:25 INFO : potato2: Deleted 2025/05/14 06:46:25 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/14 06:46:25 INFO : potato3: Copied (server-side copy) 2025/05/14 06:46:25 INFO : potato3: Deleted 2025/05/14 06:46:26 DEBUG : Creating backend with remote "TestB2:rclone-test-copiben1miwe" 2025/05/14 06:46:27 DEBUG : empty space: Need to transfer - File not found at Destination 2025/05/14 06:46:27 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:46:27 DEBUG : potato3: Need to transfer - File not found at Destination 2025/05/14 06:46:27 DEBUG : B2 bucket rclone-test-copiben1miwe: Waiting for checks to finish 2025/05/14 06:46:27 DEBUG : B2 bucket rclone-test-copiben1miwe: Waiting for transfers to finish 2025/05/14 06:46:27 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/14 06:46:27 INFO : empty space: Copied (server-side copy) 2025/05/14 06:46:28 INFO : empty space: Deleted 2025/05/14 06:46:28 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/14 06:46:28 INFO : potato3: Copied (server-side copy) 2025/05/14 06:46:28 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:46:28 INFO : potato2: Copied (server-side copy) 2025/05/14 06:46:28 INFO : potato3: Deleted 2025/05/14 06:46:28 INFO : potato2: Deleted 2025/05/14 06:46:28 DEBUG : B2 bucket rclone-test-copiben1miwe: Purge remote 2025/05/14 06:46:28 INFO : B2 bucket rclone-test-copiben1miwe: cleaning bucket "rclone-test-copiben1miwe" of all files 2025/05/14 06:46:29 DEBUG : empty space: Deleting (id "4_zbf726d6380bdcbdb9f680e1b_f105fca40789afd85_d20250514_m064627_c001_v0001180_t0002_u01747205187716") 2025/05/14 06:46:29 DEBUG : potato2: Deleting (id "4_zbf726d6380bdcbdb9f680e1b_f11535bab12c65c53_d20250514_m064627_c001_v0001144_t0023_u01747205187948") 2025/05/14 06:46:29 DEBUG : potato3: Deleting (id "4_zbf726d6380bdcbdb9f680e1b_f11905f3fd8251343_d20250514_m064628_c001_v0001171_t0003_u01747205188092") 2025/05/14 06:46:29 DEBUG : B2 bucket rclone-test-borebok2jeko: Purge remote 2025/05/14 06:46:29 INFO : B2 bucket rclone-test-borebok2jeko: cleaning bucket "rclone-test-borebok2jeko" of all files 2025/05/14 06:46:30 DEBUG : empty space: Deleting (id "4_zbfa25d6380bdcbdb9f680e1b_f4133aae9b37af314_d20250514_m064627_c001_v7007000_t0000_u01747205187923") 2025/05/14 06:46:30 DEBUG : empty space: Deleting (id "4_zbfa25d6380bdcbdb9f680e1b_f115eed95f82b6003_d20250514_m064624_c001_v0001120_t0011_u01747205184081") 2025/05/14 06:46:30 DEBUG : potato2: Deleting (id "4_zbfa25d6380bdcbdb9f680e1b_f40702ecff97e8b28_d20250514_m064628_c001_v7007000_t0000_u01747205188521") 2025/05/14 06:46:30 DEBUG : potato2: Deleting (id "4_zbfa25d6380bdcbdb9f680e1b_f10750296a1048b96_d20250514_m064624_c001_v0001093_t0059_u01747205184967") 2025/05/14 06:46:30 DEBUG : potato3: Deleting (id "4_zbfa25d6380bdcbdb9f680e1b_f4133aae9b37af31d_d20250514_m064628_c001_v7007000_t0000_u01747205188452") 2025/05/14 06:46:30 DEBUG : potato3: Deleting (id "4_zbfa25d6380bdcbdb9f680e1b_f103a78332ef6975b_d20250514_m064625_c001_v0001183_t0058_u01747205185333") 2025/05/14 06:46:30 DEBUG : potato3: Deleting (id "4_zbfa25d6380bdcbdb9f680e1b_f115eed95f82b6005_d20250514_m064624_c001_v0001120_t0013_u01747205184331") --- PASS: TestServerSideMove (10.63s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:31 DEBUG : Creating backend with remote "TestB2:rclone-test-tadelip1wafi" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-pomohus2cide -> B2 bucket rclone-test-tadelip1wafi 2025/05/14 06:46:37 DEBUG : empty space: Excluded (Size Filter) 2025/05/14 06:46:37 DEBUG : empty space: Excluded (Size Filter) 2025/05/14 06:46:37 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:46:37 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/05/14 06:46:37 DEBUG : B2 bucket rclone-test-tadelip1wafi: Waiting for checks to finish 2025/05/14 06:46:37 DEBUG : B2 bucket rclone-test-tadelip1wafi: Waiting for transfers to finish 2025/05/14 06:46:37 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:46:37 INFO : potato2: Copied (server-side copy) 2025/05/14 06:46:37 INFO : potato2: Deleted 2025/05/14 06:46:37 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/14 06:46:37 INFO : potato3: Copied (server-side copy) 2025/05/14 06:46:37 INFO : potato3: Deleted 2025/05/14 06:46:38 DEBUG : Creating backend with remote "TestB2:rclone-test-huzohim0zebi" 2025/05/14 06:46:38 DEBUG : empty space: Excluded (Size Filter) 2025/05/14 06:46:39 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:46:39 DEBUG : potato3: Need to transfer - File not found at Destination 2025/05/14 06:46:39 DEBUG : B2 bucket rclone-test-huzohim0zebi: Waiting for checks to finish 2025/05/14 06:46:39 DEBUG : B2 bucket rclone-test-huzohim0zebi: Waiting for transfers to finish 2025/05/14 06:46:40 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:46:40 INFO : potato2: Copied (server-side copy) 2025/05/14 06:46:40 INFO : potato2: Deleted 2025/05/14 06:46:40 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/14 06:46:40 INFO : potato3: Copied (server-side copy) 2025/05/14 06:46:40 INFO : potato3: Deleted 2025/05/14 06:46:41 DEBUG : B2 bucket rclone-test-huzohim0zebi: Purge remote 2025/05/14 06:46:41 INFO : B2 bucket rclone-test-huzohim0zebi: cleaning bucket "rclone-test-huzohim0zebi" of all files 2025/05/14 06:46:41 DEBUG : potato2: Deleting (id "4_z6fe29d6380bdcbdb9f680e1b_f111f2bb8750dbb1c_d20250514_m064639_c001_v0001102_t0034_u01747205199917") 2025/05/14 06:46:41 DEBUG : potato3: Deleting (id "4_z6fe29d6380bdcbdb9f680e1b_f1187ae1ccb7bbc37_d20250514_m064640_c001_v0001036_t0016_u01747205200288") 2025/05/14 06:46:42 DEBUG : B2 bucket rclone-test-tadelip1wafi: Purge remote 2025/05/14 06:46:42 INFO : B2 bucket rclone-test-tadelip1wafi: cleaning bucket "rclone-test-tadelip1wafi" of all files 2025/05/14 06:46:42 DEBUG : empty space: Deleting (id "4_zdf028d6380bdcbdb9f680e1b_f1181f6c3a28ad6ce_d20250514_m064636_c001_v0001182_t0049_u01747205196429") 2025/05/14 06:46:42 DEBUG : potato2: Deleting (id "4_zdf028d6380bdcbdb9f680e1b_f418d0721aad13fef_d20250514_m064640_c001_v7007000_t0000_u01747205200249") 2025/05/14 06:46:42 DEBUG : potato2: Deleting (id "4_zdf028d6380bdcbdb9f680e1b_f104651ee7696d832_d20250514_m064637_c001_v0001181_t0003_u01747205197279") 2025/05/14 06:46:42 DEBUG : potato3: Deleting (id "4_zdf028d6380bdcbdb9f680e1b_f418d0721aad13ff0_d20250514_m064640_c001_v7007000_t0000_u01747205200671") 2025/05/14 06:46:42 DEBUG : potato3: Deleting (id "4_zdf028d6380bdcbdb9f680e1b_f105123fa1aefef76_d20250514_m064637_c001_v0001176_t0011_u01747205197563") 2025/05/14 06:46:42 DEBUG : potato3: Deleting (id "4_zdf028d6380bdcbdb9f680e1b_f1181f6c3a28ad6d0_d20250514_m064636_c001_v0001182_t0049_u01747205196658") --- PASS: TestServerSideMoveWithFilter (12.49s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:44 DEBUG : Creating backend with remote "TestB2:rclone-test-moselow3qobo" 2025/05/14 06:46:47 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-pomohus2cide -> B2 bucket rclone-test-moselow3qobo 2025/05/14 06:46:49 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:46:49 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/05/14 06:46:49 DEBUG : empty space: Unchanged skipping 2025/05/14 06:46:49 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/05/14 06:46:49 DEBUG : B2 bucket rclone-test-moselow3qobo: Waiting for checks to finish 2025/05/14 06:46:49 INFO : empty space: Deleted 2025/05/14 06:46:49 DEBUG : B2 bucket rclone-test-moselow3qobo: Waiting for transfers to finish 2025/05/14 06:46:49 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:46:49 INFO : potato2: Copied (server-side copy) 2025/05/14 06:46:49 INFO : potato2: Deleted 2025/05/14 06:46:49 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/14 06:46:49 INFO : potato3: Copied (server-side copy) 2025/05/14 06:46:50 INFO : potato3: Deleted 2025/05/14 06:46:51 DEBUG : Creating backend with remote "TestB2:rclone-test-mugetop4duqe" 2025/05/14 06:46:51 INFO : tomatoDir: Making directory 2025/05/14 06:46:52 DEBUG : empty space: Need to transfer - File not found at Destination 2025/05/14 06:46:52 DEBUG : potato2: Need to transfer - File not found at Destination 2025/05/14 06:46:52 DEBUG : potato3: Need to transfer - File not found at Destination 2025/05/14 06:46:52 DEBUG : B2 bucket rclone-test-mugetop4duqe: Waiting for checks to finish 2025/05/14 06:46:52 DEBUG : B2 bucket rclone-test-mugetop4duqe: Waiting for transfers to finish 2025/05/14 06:46:53 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/05/14 06:46:53 INFO : potato2: Copied (server-side copy) 2025/05/14 06:46:53 INFO : potato2: Deleted 2025/05/14 06:46:53 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/05/14 06:46:53 INFO : empty space: Copied (server-side copy) 2025/05/14 06:46:53 INFO : empty space: Deleted 2025/05/14 06:46:53 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/05/14 06:46:53 INFO : potato3: Copied (server-side copy) 2025/05/14 06:46:53 INFO : potato3: Deleted 2025/05/14 06:46:54 DEBUG : B2 bucket rclone-test-mugetop4duqe: Purge remote 2025/05/14 06:46:54 INFO : B2 bucket rclone-test-mugetop4duqe: cleaning bucket "rclone-test-mugetop4duqe" of all files 2025/05/14 06:46:54 DEBUG : empty space: Deleting (id "4_z9f92cd8380bdcbdb9f680e1b_f104006b6179400cc_d20250514_m064652_c001_v0001115_t0031_u01747205212755") 2025/05/14 06:46:54 DEBUG : potato2: Deleting (id "4_z9f92cd8380bdcbdb9f680e1b_f115ce02125aee838_d20250514_m064653_c001_v0001181_t0033_u01747205213135") 2025/05/14 06:46:54 DEBUG : potato3: Deleting (id "4_z9f92cd8380bdcbdb9f680e1b_f102eed2d48eb8eff_d20250514_m064653_c001_v0001171_t0009_u01747205213192") 2025/05/14 06:46:55 DEBUG : B2 bucket rclone-test-moselow3qobo: Purge remote 2025/05/14 06:46:55 INFO : B2 bucket rclone-test-moselow3qobo: cleaning bucket "rclone-test-moselow3qobo" of all files 2025/05/14 06:46:55 DEBUG : empty space: Deleting (id "4_z9f52bd6380bdcbdb9f680e1b_f40702ecff97e8bc6_d20250514_m064653_c001_v7007000_t0000_u01747205213610") 2025/05/14 06:46:55 DEBUG : empty space: Deleting (id "4_z9f52bd6380bdcbdb9f680e1b_f1136b34eda5568da_d20250514_m064648_c001_v0001181_t0048_u01747205208643") 2025/05/14 06:46:55 DEBUG : potato2: Deleting (id "4_z9f52bd6380bdcbdb9f680e1b_f40702ecff97e8bc5_d20250514_m064653_c001_v7007000_t0000_u01747205213350") 2025/05/14 06:46:55 DEBUG : potato2: Deleting (id "4_z9f52bd6380bdcbdb9f680e1b_f113fa466d11d39e8_d20250514_m064649_c001_v0001183_t0037_u01747205209470") 2025/05/14 06:46:55 DEBUG : potato3: Deleting (id "4_z9f52bd6380bdcbdb9f680e1b_f40702ecff97e8bc7_d20250514_m064653_c001_v7007000_t0000_u01747205213797") 2025/05/14 06:46:55 DEBUG : potato3: Deleting (id "4_z9f52bd6380bdcbdb9f680e1b_f11749edb472fb95e_d20250514_m064649_c001_v0001181_t0032_u01747205209693") 2025/05/14 06:46:55 DEBUG : potato3: Deleting (id "4_z9f52bd6380bdcbdb9f680e1b_f1136b34eda5568e0_d20250514_m064648_c001_v0001181_t0050_u01747205208849") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (12.95s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:57 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.61s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:46:59 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncOverlap (3.00s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:47:02 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/rclone-sync-test" 2025/05/14 06:47:04 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/rclone-sync-test-include/layer2" 2025/05/14 06:47:06 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/rclone-sync-test-ignore-file" 2025/05/14 06:47:09 DEBUG : B2 bucket rclone-test-pomohus2cide path rclone-sync-test: Waiting for checks to finish 2025/05/14 06:47:09 DEBUG : B2 bucket rclone-test-pomohus2cide path rclone-sync-test: Waiting for transfers to finish 2025/05/14 06:47:09 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:09 INFO : There was nothing to transfer 2025/05/14 06:47:10 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:47:10 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:47:10 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:10 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:47:10 DEBUG : B2 bucket rclone-test-pomohus2cide path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/05/14 06:47:10 DEBUG : B2 bucket rclone-test-pomohus2cide path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/05/14 06:47:10 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:10 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:47:11 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:47:11 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:47:11 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:11 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:47:11 DEBUG : B2 bucket rclone-test-pomohus2cide path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/05/14 06:47:11 DEBUG : B2 bucket rclone-test-pomohus2cide path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/05/14 06:47:11 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:11 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.52s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:47:18 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/dst" 2025/05/14 06:47:19 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/CompareDest" 2025/05/14 06:47:21 DEBUG : one: Need to transfer - File not found at Destination 2025/05/14 06:47:21 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:21 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:22 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/14 06:47:22 INFO : one: Copied (new) 2025/05/14 06:47:22 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:47:22 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:23 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:23 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/05/14 06:47:23 INFO : one: Copied (replaced existing) 2025/05/14 06:47:23 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:47:25 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:25 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/14 06:47:25 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:25 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:25 INFO : There was nothing to transfer 2025/05/14 06:47:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:47:26 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:26 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/14 06:47:26 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:27 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/14 06:47:27 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:27 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:27 INFO : There was nothing to transfer 2025/05/14 06:47:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:47:27 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:27 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/14 06:47:27 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:27 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/14 06:47:27 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:27 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:27 INFO : There was nothing to transfer 2025/05/14 06:47:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:47:28 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/05/14 06:47:28 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/05/14 06:47:28 DEBUG : two: Destination found in --compare-dest, skipping 2025/05/14 06:47:28 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:28 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/14 06:47:28 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:28 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:28 INFO : There was nothing to transfer 2025/05/14 06:47:29 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:47:29 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/05/14 06:47:29 DEBUG : two: Need to transfer - File not found at Destination 2025/05/14 06:47:29 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:29 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:29 DEBUG : one: Destination found in --compare-dest, skipping 2025/05/14 06:47:29 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:30 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/05/14 06:47:30 INFO : two: Copied (new) 2025/05/14 06:47:30 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.34s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:47:33 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/dest" 2025/05/14 06:47:34 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/pre-dest1" 2025/05/14 06:47:35 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/pre-dest2" 2025/05/14 06:47:37 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:47:37 DEBUG : 1: Destination found in --compare-dest, skipping 2025/05/14 06:47:37 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:47:37 DEBUG : 2: Destination found in --compare-dest, skipping 2025/05/14 06:47:38 DEBUG : 3: Need to transfer - File not found at Destination 2025/05/14 06:47:38 DEBUG : B2 bucket rclone-test-pomohus2cide path dest: Waiting for checks to finish 2025/05/14 06:47:38 DEBUG : B2 bucket rclone-test-pomohus2cide path dest: Waiting for transfers to finish 2025/05/14 06:47:38 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/05/14 06:47:38 INFO : 3: Copied (new) 2025/05/14 06:47:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.82s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:47:40 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/dst" 2025/05/14 06:47:41 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/CopyDest" 2025/05/14 06:47:43 DEBUG : one: Need to transfer - File not found at Destination 2025/05/14 06:47:43 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:43 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:44 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/14 06:47:44 INFO : one: Copied (new) 2025/05/14 06:47:44 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:45 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:47:45 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:45 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:46 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/05/14 06:47:46 INFO : one: Copied (replaced existing) 2025/05/14 06:47:46 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:47 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/BackupDir" 2025/05/14 06:47:48 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:47:48 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:49 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:49 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/05/14 06:47:50 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/14 06:47:50 INFO : one: Copied (server-side copy) 2025/05/14 06:47:50 INFO : one: Deleted 2025/05/14 06:47:51 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/05/14 06:47:51 INFO : one: Copied (server-side copy) 2025/05/14 06:47:51 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/05/14 06:47:51 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:51 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:52 DEBUG : one: Unchanged skipping 2025/05/14 06:47:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:52 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/05/14 06:47:52 INFO : two: Copied (server-side copy) 2025/05/14 06:47:52 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/05/14 06:47:52 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:52 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:52 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:53 DEBUG : one: Unchanged skipping 2025/05/14 06:47:53 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:53 DEBUG : two: Unchanged skipping 2025/05/14 06:47:53 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:53 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:53 DEBUG : Waiting for deletions to finish 2025/05/14 06:47:53 INFO : There was nothing to transfer 2025/05/14 06:47:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:54 DEBUG : one: Unchanged skipping 2025/05/14 06:47:54 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/05/14 06:47:54 DEBUG : three: Destination not found in --copy-dest 2025/05/14 06:47:54 DEBUG : three: Need to transfer - File not found at Destination 2025/05/14 06:47:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/05/14 06:47:54 DEBUG : two: Unchanged skipping 2025/05/14 06:47:54 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:47:54 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:47:55 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/05/14 06:47:55 INFO : three: Copied (new) 2025/05/14 06:47:55 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (17.31s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:47:59 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1176-02.backblaze.com/b2api/v1/b2_upload_file/3f627d23809dcbdb9f680e1b/c001_v0001176_t0054": EOF 2025/05/14 06:47:59 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1176-02.backblaze.com/b2api/v1/b2_upload_file/3f627d23809dcbdb9f680e1b/c001_v0001176_t0054": EOF) 2025/05/14 06:47:59 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-pomohus2cide: 1/10 (Post "https://pod-000-1176-02.backblaze.com/b2api/v1/b2_upload_file/3f627d23809dcbdb9f680e1b/c001_v0001176_t0054": EOF) 2025/05/14 06:48:01 DEBUG : pacer: Reducing sleep to 10ms 2025/05/14 06:48:01 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/dst" 2025/05/14 06:48:02 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/backup" 2025/05/14 06:48:04 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/14 06:48:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:48:04 DEBUG : two: Unchanged skipping 2025/05/14 06:48:04 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:48:05 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/14 06:48:05 INFO : one: Copied (server-side copy) 2025/05/14 06:48:05 INFO : one: Deleted 2025/05/14 06:48:05 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:48:06 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:48:06 INFO : one: Copied (new) 2025/05/14 06:48:06 DEBUG : Waiting for deletions to finish 2025/05/14 06:48:07 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/14 06:48:07 INFO : three.txt: Copied (server-side copy) 2025/05/14 06:48:07 INFO : three.txt: Deleted 2025/05/14 06:48:07 INFO : three.txt: Moved into backup dir 2025/05/14 06:48:09 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/14 06:48:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:48:09 DEBUG : two: Unchanged skipping 2025/05/14 06:48:09 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:48:09 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:48:09 INFO : one: Copied (server-side copy) 2025/05/14 06:48:09 INFO : one: Deleted 2025/05/14 06:48:09 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:48:09 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/14 06:48:09 INFO : one: Copied (new) 2025/05/14 06:48:09 DEBUG : Waiting for deletions to finish 2025/05/14 06:48:10 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/14 06:48:10 INFO : three.txt: Copied (server-side copy) 2025/05/14 06:48:10 INFO : three.txt: Deleted 2025/05/14 06:48:10 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (14.27s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:48:13 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/dst" 2025/05/14 06:48:14 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/backup" 2025/05/14 06:48:16 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/14 06:48:16 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:48:16 DEBUG : two: Unchanged skipping 2025/05/14 06:48:16 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:48:17 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/14 06:48:17 INFO : one: Copied (server-side copy) to: one.bak 2025/05/14 06:48:17 INFO : one: Deleted 2025/05/14 06:48:17 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:48:18 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:48:18 INFO : one: Copied (new) 2025/05/14 06:48:18 DEBUG : Waiting for deletions to finish 2025/05/14 06:48:19 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/14 06:48:19 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/14 06:48:19 INFO : three.txt: Deleted 2025/05/14 06:48:19 INFO : three.txt: Moved into backup dir 2025/05/14 06:48:21 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/14 06:48:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:48:21 DEBUG : two: Unchanged skipping 2025/05/14 06:48:21 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:48:21 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:48:21 INFO : one: Copied (server-side copy) to: one.bak 2025/05/14 06:48:21 INFO : one: Deleted 2025/05/14 06:48:21 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:48:22 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/14 06:48:22 INFO : one: Copied (new) 2025/05/14 06:48:22 DEBUG : Waiting for deletions to finish 2025/05/14 06:48:23 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/14 06:48:23 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/14 06:48:23 INFO : three.txt: Deleted 2025/05/14 06:48:23 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (12.76s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:48:26 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/dst" 2025/05/14 06:48:26 DEBUG : Config file has changed externally - reloading 2025/05/14 06:48:27 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/backup" 2025/05/14 06:48:29 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/14 06:48:29 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:48:29 DEBUG : two: Unchanged skipping 2025/05/14 06:48:29 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:48:30 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/14 06:48:30 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/05/14 06:48:30 INFO : one: Deleted 2025/05/14 06:48:30 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:48:31 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:48:31 INFO : one: Copied (new) 2025/05/14 06:48:31 DEBUG : Waiting for deletions to finish 2025/05/14 06:48:32 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/14 06:48:32 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/05/14 06:48:32 INFO : three.txt: Deleted 2025/05/14 06:48:32 INFO : three.txt: Moved into backup dir 2025/05/14 06:48:33 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/14 06:48:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:48:33 DEBUG : two: Unchanged skipping 2025/05/14 06:48:33 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:48:34 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:48:34 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/05/14 06:48:34 INFO : one: Deleted 2025/05/14 06:48:34 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:48:35 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/14 06:48:35 INFO : one: Copied (new) 2025/05/14 06:48:35 DEBUG : Waiting for deletions to finish 2025/05/14 06:48:35 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/14 06:48:35 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/05/14 06:48:35 INFO : three.txt: Deleted 2025/05/14 06:48:35 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (12.28s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:48:38 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/dst" 2025/05/14 06:48:40 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/14 06:48:40 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:48:40 DEBUG : two: Unchanged skipping 2025/05/14 06:48:40 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:48:41 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/14 06:48:41 INFO : one: Copied (server-side copy) to: one.bak 2025/05/14 06:48:41 INFO : one: Deleted 2025/05/14 06:48:41 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:48:42 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:48:42 INFO : one: Copied (new) 2025/05/14 06:48:42 DEBUG : Waiting for deletions to finish 2025/05/14 06:48:42 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/14 06:48:42 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/14 06:48:42 INFO : three.txt: Deleted 2025/05/14 06:48:42 INFO : three.txt: Moved into backup dir 2025/05/14 06:48:43 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1172-11.backblaze.com/b2api/v1/b2_upload_file/3f627d23809dcbdb9f680e1b/c001_v0001172_t0004": EOF 2025/05/14 06:48:43 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1172-11.backblaze.com/b2api/v1/b2_upload_file/3f627d23809dcbdb9f680e1b/c001_v0001172_t0004": EOF) 2025/05/14 06:48:43 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-pomohus2cide: 1/10 (Post "https://pod-000-1172-11.backblaze.com/b2api/v1/b2_upload_file/3f627d23809dcbdb9f680e1b/c001_v0001172_t0004": EOF) 2025/05/14 06:48:45 DEBUG : pacer: Reducing sleep to 10ms 2025/05/14 06:48:45 DEBUG : one.bak: Excluded (Path Filter) 2025/05/14 06:48:45 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/05/14 06:48:45 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/14 06:48:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:48:45 DEBUG : two: Unchanged skipping 2025/05/14 06:48:45 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for checks to finish 2025/05/14 06:48:46 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:48:46 INFO : one: Copied (server-side copy) to: one.bak 2025/05/14 06:48:46 INFO : one: Deleted 2025/05/14 06:48:46 DEBUG : B2 bucket rclone-test-pomohus2cide path dst: Waiting for transfers to finish 2025/05/14 06:48:47 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/14 06:48:47 INFO : one: Copied (new) 2025/05/14 06:48:47 DEBUG : Waiting for deletions to finish 2025/05/14 06:48:47 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/14 06:48:47 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/14 06:48:47 INFO : three.txt: Deleted 2025/05/14 06:48:47 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (12.13s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:48:50 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/dst" 2025/05/14 06:48:51 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/14 06:48:52 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/14 06:48:52 INFO : one: Copied (server-side copy) to: one.bak 2025/05/14 06:48:52 INFO : one: Deleted 2025/05/14 06:48:53 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:48:53 INFO : one: Copied (new) 2025/05/14 06:48:53 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:48:53 DEBUG : two: Unchanged skipping 2025/05/14 06:48:54 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/05/14 06:48:54 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/14 06:48:54 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/14 06:48:54 INFO : three.txt: Deleted 2025/05/14 06:48:55 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/14 06:48:55 INFO : three.txt: Copied (new) 2025/05/14 06:48:56 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/14 06:48:57 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:48:57 INFO : one: Copied (server-side copy) to: one.bak 2025/05/14 06:48:57 INFO : one: Deleted 2025/05/14 06:48:57 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/14 06:48:57 INFO : one: Copied (new) 2025/05/14 06:48:57 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:48:57 DEBUG : two: Unchanged skipping 2025/05/14 06:48:57 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/05/14 06:48:58 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/14 06:48:58 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/05/14 06:48:58 INFO : three.txt: Deleted 2025/05/14 06:48:58 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/05/14 06:48:58 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (11.28s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:49:01 DEBUG : Creating backend with remote "TestB2:rclone-test-pomohus2cide/dst" 2025/05/14 06:49:02 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/05/14 06:49:04 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/05/14 06:49:04 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/05/14 06:49:04 INFO : one: Deleted 2025/05/14 06:49:05 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:49:05 INFO : one: Copied (new) 2025/05/14 06:49:05 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:05 DEBUG : two: Unchanged skipping 2025/05/14 06:49:05 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/05/14 06:49:06 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/05/14 06:49:06 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/05/14 06:49:06 INFO : three.txt: Deleted 2025/05/14 06:49:07 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/14 06:49:07 INFO : three.txt: Copied (new) 2025/05/14 06:49:08 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/05/14 06:49:08 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/05/14 06:49:08 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/05/14 06:49:08 INFO : one: Deleted 2025/05/14 06:49:08 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/05/14 06:49:08 INFO : one: Copied (new) 2025/05/14 06:49:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:09 DEBUG : two: Unchanged skipping 2025/05/14 06:49:09 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/05/14 06:49:09 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/05/14 06:49:09 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/05/14 06:49:09 INFO : three.txt: Deleted 2025/05/14 06:49:10 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/05/14 06:49:10 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (11.42s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:49:12 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/05/14 06:49:12 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:49:12 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:49:13 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/05/14 06:49:13 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/05/14 06:49:13 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (1.91s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:49:14 DEBUG : existing: Need to transfer - File not found at Destination 2025/05/14 06:49:14 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:49:14 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:49:14 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/05/14 06:49:14 INFO : existing: Copied (new) 2025/05/14 06:49:14 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:49:15 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/05/14 06:49:15 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/05/14 06:49:15 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:49:15 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:49:15 ERROR : B2 bucket rclone-test-pomohus2cide: not deleting files as there were IO errors 2025/05/14 06:49:15 ERROR : B2 bucket rclone-test-pomohus2cide: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncImmutable (2.74s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:49:17 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:17 DEBUG : existing: Unchanged skipping 2025/05/14 06:49:17 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:49:17 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:49:17 DEBUG : Waiting for deletions to finish 2025/05/14 06:49:17 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.33s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", 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-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.16s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.39s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:49:29 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both0: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:49:29 DEBUG : both1: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both13: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both14: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both15: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both16: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both17: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both18: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both19: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both2: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both3: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both4: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both5: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both6: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both7: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both8: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:29 DEBUG : both9: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both10: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both11: Unchanged skipping 2025/05/14 06:49:29 DEBUG : both12: Unchanged skipping 2025/05/14 06:49:29 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:49:29 DEBUG : Waiting for deletions to finish 2025/05/14 06:49:29 INFO : only13: Deleted 2025/05/14 06:49:29 INFO : only14: Deleted 2025/05/14 06:49:29 INFO : only16: Deleted 2025/05/14 06:49:29 INFO : only2: Deleted 2025/05/14 06:49:29 INFO : only8: Deleted 2025/05/14 06:49:29 INFO : only0: Deleted 2025/05/14 06:49:29 INFO : only17: Deleted 2025/05/14 06:49:29 INFO : only19: Deleted 2025/05/14 06:49:29 INFO : only5: Deleted 2025/05/14 06:49:29 INFO : only3: Deleted 2025/05/14 06:49:29 INFO : only7: Deleted 2025/05/14 06:49:30 INFO : only1: Deleted 2025/05/14 06:49:30 INFO : only10: Deleted 2025/05/14 06:49:30 INFO : only12: Deleted 2025/05/14 06:49:30 INFO : only15: Deleted 2025/05/14 06:49:30 INFO : only9: Deleted 2025/05/14 06:49:30 INFO : only11: Deleted 2025/05/14 06:49:30 INFO : only18: Deleted 2025/05/14 06:49:30 INFO : only4: Deleted 2025/05/14 06:49:30 INFO : only6: Deleted 2025/05/14 06:49:30 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (15.62s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:49:44 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both0: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both1: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both10: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both11: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both12: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both13: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both14: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both15: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both16: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both17: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both18: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both19: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both2: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both3: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both4: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both5: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both6: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both7: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both8: Unchanged skipping 2025/05/14 06:49:44 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/05/14 06:49:44 DEBUG : both9: Unchanged skipping 2025/05/14 06:49:44 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/05/14 06:49:44 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for checks to finish 2025/05/14 06:49:44 DEBUG : B2 bucket rclone-test-pomohus2cide: Waiting for transfers to finish 2025/05/14 06:49:45 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only0: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only12: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only1: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only13: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only10: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only14: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only15: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only11: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only16: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only17: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only18: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only19: Copied (replaced existing) 2025/05/14 06:49:45 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:45 INFO : only2: Copied (replaced existing) 2025/05/14 06:49:46 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:46 INFO : only3: Copied (replaced existing) 2025/05/14 06:49:46 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:46 INFO : only4: Copied (replaced existing) 2025/05/14 06:49:46 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:46 INFO : only5: Copied (replaced existing) 2025/05/14 06:49:46 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:46 INFO : only6: Copied (replaced existing) 2025/05/14 06:49:46 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:46 INFO : only7: Copied (replaced existing) 2025/05/14 06:49:46 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:46 INFO : only8: Copied (replaced existing) 2025/05/14 06:49:46 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/05/14 06:49:46 INFO : only9: Copied (replaced existing) 2025/05/14 06:49:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (19.77s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:49:54 DEBUG : empty_dir: Making directory with metadata 2025/05/14 06:49:54 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/14 06:49:54 DEBUG : empty_on_remote: Making directory with metadata 2025/05/14 06:49:54 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/14 06:49:54 INFO : empty_on_remote: Making directory 2025/05/14 06:49:54 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-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:49:56 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/05/14 06:49:56 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/05/14 06:49:56 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/05/14 06:49:56 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTime (3.32s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:49:58 DEBUG : empty_dir: Making directory with metadata 2025/05/14 06:49:58 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/14 06:49:58 DEBUG : empty_on_remote: Making directory with metadata 2025/05/14 06:49:58 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/05/14 06:49:58 INFO : empty_on_remote: Making directory 2025/05/14 06:49:58 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-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:49:59 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/05/14 06:49:59 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/05/14 06:49:59 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/05/14 06:49:59 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/05/14 06:49:59 INFO : empty_dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (3.17s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:50:01 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/14 06:50:01 INFO : sub dir: Making directory 2025/05/14 06:50:01 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (3.59s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" 2025/05/14 06:50:04 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/05/14 06:50:04 INFO : sub dir: Making directory 2025/05/14 06:50:04 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-pomohus2cide", Local "Local file system at /tmp/rclone613935987", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.45s) PASS 2025/05/14 06:50:08 DEBUG : B2 bucket rclone-test-pomohus2cide: Purge remote 2025/05/14 06:50:08 INFO : B2 bucket rclone-test-pomohus2cide: cleaning bucket "rclone-test-pomohus2cide" of all files 2025/05/14 06:50:09 DEBUG : BackupDir/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f405a5dff02bf92c4_d20250514_m064756_c001_v7007000_t0000_u01747205276387") 2025/05/14 06:50:09 DEBUG : BackupDir/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f117b2879845c4976_d20250514_m064750_c001_v0001115_t0026_u01747205270073") 2025/05/14 06:50:09 DEBUG : CompareDest/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f421fee69b2d9ce63_d20250514_m064730_c001_v7007000_t0000_u01747205250810") 2025/05/14 06:50:09 DEBUG : CompareDest/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a46a_d20250514_m064724_c001_v0001172_t0053_u01747205244788") 2025/05/14 06:50:09 DEBUG : CompareDest/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f421fee69b2d9ce64_d20250514_m064731_c001_v7007000_t0000_u01747205251003") 2025/05/14 06:50:09 DEBUG : CompareDest/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5540e_d20250514_m064726_c001_v0001176_t0009_u01747205246276") 2025/05/14 06:50:09 DEBUG : CopyDest/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f405a5dff02bf92c5_d20250514_m064756_c001_v7007000_t0000_u01747205276569") 2025/05/14 06:50:09 DEBUG : CopyDest/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60a16_d20250514_m064747_c001_v0001182_t0007_u01747205267234") 2025/05/14 06:50:09 DEBUG : CopyDest/three: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f405a5dff02bf92c6_d20250514_m064756_c001_v7007000_t0000_u01747205276753") 2025/05/14 06:50:09 DEBUG : CopyDest/three: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5547d_d20250514_m064754_c001_v0001176_t0012_u01747205274014") 2025/05/14 06:50:09 DEBUG : CopyDest/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f405a5dff02bf92c7_d20250514_m064756_c001_v7007000_t0000_u01747205276936") 2025/05/14 06:50:09 DEBUG : CopyDest/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a4f8_d20250514_m064751_c001_v0001172_t0046_u01747205271708") 2025/05/14 06:50:09 DEBUG : EXISTING: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4ab95_d20250514_m064917_c001_v7007000_t0000_u01747205357623") 2025/05/14 06:50:09 DEBUG : EXISTING: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ec0_d20250514_m064916_c001_v0001182_t0018_u01747205356668") 2025/05/14 06:50:09 DEBUG : Testêé: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4ab82_d20250514_m064913_c001_v7007000_t0000_u01747205353547") 2025/05/14 06:50:09 DEBUG : Testêé: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60e8a_d20250514_m064912_c001_v0001182_t0058_u01747205352968") 2025/05/14 06:50:09 DEBUG : Testêé: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60e80_d20250514_m064912_c001_v0001182_t0033_u01747205352373") 2025/05/14 06:50:09 DEBUG : a/potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e2d_d20250514_m064545_c001_v7007000_t0000_u01747205145274") 2025/05/14 06:50:09 DEBUG : a/potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55263_d20250514_m064544_c001_v0001176_t0053_u01747205144286") 2025/05/14 06:50:10 DEBUG : a/potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e2a_d20250514_m064542_c001_v7007000_t0000_u01747205142527") 2025/05/14 06:50:10 DEBUG : a/potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5525b_d20250514_m064541_c001_v0001176_t0023_u01747205141764") 2025/05/14 06:50:10 DEBUG : a/potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530641_d20250514_m064522_c001_v7007000_t0000_u01747205122326") 2025/05/14 06:50:10 DEBUG : a/potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551f3_d20250514_m064521_c001_v0001176_t0035_u01747205121557") 2025/05/14 06:50:10 DEBUG : b/potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e2e_d20250514_m064545_c001_v7007000_t0000_u01747205145457") 2025/05/14 06:50:10 DEBUG : b/potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5525f_d20250514_m064543_c001_v0001176_t0050_u01747205143439") 2025/05/14 06:50:10 DEBUG : b/potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e29_d20250514_m064541_c001_v7007000_t0000_u01747205141977") 2025/05/14 06:50:10 DEBUG : b/potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55257_d20250514_m064540_c001_v0001176_t0009_u01747205140973") 2025/05/14 06:50:10 DEBUG : b/potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f53063f_d20250514_m064521_c001_v7007000_t0000_u01747205121763") 2025/05/14 06:50:10 DEBUG : b/potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551ed_d20250514_m064520_c001_v0001176_t0000_u01747205120756") 2025/05/14 06:50:10 DEBUG : backup/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4aac8_d20250514_m064811_c001_v7007000_t0000_u01747205291204") 2025/05/14 06:50:10 DEBUG : backup/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f105f92d4eb78cc53_d20250514_m064809_c001_v0001181_t0014_u01747205289313") 2025/05/14 06:50:10 DEBUG : backup/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f1044cd09f7b5b571_d20250514_m064805_c001_v0001184_t0049_u01747205285578") 2025/05/14 06:50:10 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad14165_d20250514_m064836_c001_v7007000_t0000_u01747205316250") 2025/05/14 06:50:10 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111f2bb8750dbc34_d20250514_m064834_c001_v0001102_t0014_u01747205314147") 2025/05/14 06:50:10 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f1107aeae036bfcd8_d20250514_m064830_c001_v0001171_t0053_u01747205310081") 2025/05/14 06:50:10 DEBUG : backup/one.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f402438d210950463_d20250514_m064823_c001_v7007000_t0000_u01747205303975") 2025/05/14 06:50:10 DEBUG : backup/one.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111c4077f1e5e489_d20250514_m064821_c001_v0001171_t0039_u01747205301416") 2025/05/14 06:50:10 DEBUG : backup/one.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60baa_d20250514_m064817_c001_v0001182_t0051_u01747205297495") 2025/05/14 06:50:10 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad14167_d20250514_m064836_c001_v7007000_t0000_u01747205316432") 2025/05/14 06:50:11 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f116b118932681898_d20250514_m064835_c001_v0001103_t0013_u01747205315299") 2025/05/14 06:50:11 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11443742eca42e56_d20250514_m064831_c001_v0001130_t0003_u01747205311838") 2025/05/14 06:50:11 DEBUG : backup/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4aac9_d20250514_m064811_c001_v7007000_t0000_u01747205291387") 2025/05/14 06:50:11 DEBUG : backup/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f1100c6e95e25866a_d20250514_m064810_c001_v0001130_t0036_u01747205290131") 2025/05/14 06:50:11 DEBUG : backup/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f105bf5c7672d28bf_d20250514_m064806_c001_v0001102_t0058_u01747205286896") 2025/05/14 06:50:11 DEBUG : backup/three.txt.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f402438d210950468_d20250514_m064824_c001_v7007000_t0000_u01747205304158") 2025/05/14 06:50:11 DEBUG : backup/three.txt.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f107c0771911883ae_d20250514_m064822_c001_v0001161_t0028_u01747205302659") 2025/05/14 06:50:11 DEBUG : backup/three.txt.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11317baa39d0840b_d20250514_m064819_c001_v0001041_t0040_u01747205299038") 2025/05/14 06:50:11 DEBUG : both0: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a54_d20250514_m064946_c001_v7007000_t0000_u01747205386901") 2025/05/14 06:50:11 DEBUG : both0: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60fd7_d20250514_m064935_c001_v0001182_t0047_u01747205375512") 2025/05/14 06:50:11 DEBUG : both0: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c3d_d20250514_m064930_c001_v7007000_t0000_u01747205370920") 2025/05/14 06:50:11 DEBUG : both0: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ede_d20250514_m064919_c001_v0001182_t0040_u01747205359532") 2025/05/14 06:50:11 DEBUG : both1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a56_d20250514_m064947_c001_v7007000_t0000_u01747205387084") 2025/05/14 06:50:11 DEBUG : both1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60fe1_d20250514_m064935_c001_v0001182_t0003_u01747205375947") 2025/05/14 06:50:11 DEBUG : both1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c3e_d20250514_m064931_c001_v7007000_t0000_u01747205371104") 2025/05/14 06:50:11 DEBUG : both1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ee4_d20250514_m064919_c001_v0001182_t0034_u01747205359975") 2025/05/14 06:50:11 DEBUG : both10: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a58_d20250514_m064947_c001_v7007000_t0000_u01747205387267") 2025/05/14 06:50:11 DEBUG : both10: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6102f_d20250514_m064939_c001_v0001182_t0021_u01747205379755") 2025/05/14 06:50:11 DEBUG : both10: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c3f_d20250514_m064931_c001_v7007000_t0000_u01747205371287") 2025/05/14 06:50:11 DEBUG : both10: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f2b_d20250514_m064923_c001_v0001182_t0049_u01747205363910") 2025/05/14 06:50:12 DEBUG : both11: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a59_d20250514_m064947_c001_v7007000_t0000_u01747205387450") 2025/05/14 06:50:12 DEBUG : both11: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61035_d20250514_m064940_c001_v0001182_t0011_u01747205380174") 2025/05/14 06:50:12 DEBUG : both11: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c40_d20250514_m064931_c001_v7007000_t0000_u01747205371474") 2025/05/14 06:50:12 DEBUG : both11: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f35_d20250514_m064924_c001_v0001182_t0047_u01747205364352") 2025/05/14 06:50:12 DEBUG : both12: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a5a_d20250514_m064947_c001_v7007000_t0000_u01747205387633") 2025/05/14 06:50:12 DEBUG : both12: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61041_d20250514_m064940_c001_v0001182_t0046_u01747205380569") 2025/05/14 06:50:12 DEBUG : both12: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c41_d20250514_m064931_c001_v7007000_t0000_u01747205371656") 2025/05/14 06:50:12 DEBUG : both12: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f41_d20250514_m064924_c001_v0001182_t0028_u01747205364805") 2025/05/14 06:50:12 DEBUG : both13: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a5b_d20250514_m064947_c001_v7007000_t0000_u01747205387819") 2025/05/14 06:50:12 DEBUG : both13: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6104d_d20250514_m064941_c001_v0001182_t0024_u01747205381025") 2025/05/14 06:50:12 DEBUG : both13: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c42_d20250514_m064931_c001_v7007000_t0000_u01747205371837") 2025/05/14 06:50:12 DEBUG : both13: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f49_d20250514_m064925_c001_v0001182_t0027_u01747205365226") 2025/05/14 06:50:12 DEBUG : both14: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a5c_d20250514_m064948_c001_v7007000_t0000_u01747205388010") 2025/05/14 06:50:12 DEBUG : both14: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6105b_d20250514_m064941_c001_v0001182_t0025_u01747205381416") 2025/05/14 06:50:12 DEBUG : both14: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c43_d20250514_m064932_c001_v7007000_t0000_u01747205372018") 2025/05/14 06:50:12 DEBUG : both14: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f51_d20250514_m064925_c001_v0001182_t0004_u01747205365650") 2025/05/14 06:50:12 DEBUG : both15: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a5d_d20250514_m064948_c001_v7007000_t0000_u01747205388194") 2025/05/14 06:50:12 DEBUG : both15: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6105f_d20250514_m064941_c001_v0001182_t0040_u01747205381845") 2025/05/14 06:50:12 DEBUG : both15: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c44_d20250514_m064932_c001_v7007000_t0000_u01747205372205") 2025/05/14 06:50:12 DEBUG : both15: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f59_d20250514_m064926_c001_v0001182_t0008_u01747205366054") 2025/05/14 06:50:12 DEBUG : both16: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a5e_d20250514_m064948_c001_v7007000_t0000_u01747205388383") 2025/05/14 06:50:13 DEBUG : both16: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6106b_d20250514_m064942_c001_v0001182_t0055_u01747205382312") 2025/05/14 06:50:13 DEBUG : both16: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c45_d20250514_m064932_c001_v7007000_t0000_u01747205372389") 2025/05/14 06:50:13 DEBUG : both16: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f69_d20250514_m064926_c001_v0001182_t0041_u01747205366452") 2025/05/14 06:50:13 DEBUG : both17: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a5f_d20250514_m064948_c001_v7007000_t0000_u01747205388569") 2025/05/14 06:50:13 DEBUG : both17: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61071_d20250514_m064942_c001_v0001182_t0009_u01747205382728") 2025/05/14 06:50:13 DEBUG : both17: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c46_d20250514_m064932_c001_v7007000_t0000_u01747205372574") 2025/05/14 06:50:13 DEBUG : both17: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f75_d20250514_m064926_c001_v0001182_t0020_u01747205366868") 2025/05/14 06:50:13 DEBUG : both18: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a60_d20250514_m064948_c001_v7007000_t0000_u01747205388754") 2025/05/14 06:50:13 DEBUG : both18: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61077_d20250514_m064943_c001_v0001182_t0008_u01747205383129") 2025/05/14 06:50:13 DEBUG : both18: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c47_d20250514_m064932_c001_v7007000_t0000_u01747205372756") 2025/05/14 06:50:13 DEBUG : both18: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f7b_d20250514_m064927_c001_v0001182_t0019_u01747205367291") 2025/05/14 06:50:13 DEBUG : both19: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a61_d20250514_m064948_c001_v7007000_t0000_u01747205388937") 2025/05/14 06:50:13 DEBUG : both19: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61081_d20250514_m064943_c001_v0001182_t0047_u01747205383532") 2025/05/14 06:50:13 DEBUG : both19: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c48_d20250514_m064932_c001_v7007000_t0000_u01747205372938") 2025/05/14 06:50:13 DEBUG : both19: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f85_d20250514_m064927_c001_v0001182_t0000_u01747205367740") 2025/05/14 06:50:13 DEBUG : both2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a62_d20250514_m064949_c001_v7007000_t0000_u01747205389123") 2025/05/14 06:50:13 DEBUG : both2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60fe9_d20250514_m064936_c001_v0001182_t0012_u01747205376400") 2025/05/14 06:50:13 DEBUG : both2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c49_d20250514_m064933_c001_v7007000_t0000_u01747205373122") 2025/05/14 06:50:13 DEBUG : both2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60eef_d20250514_m064920_c001_v0001182_t0059_u01747205360401") 2025/05/14 06:50:13 DEBUG : both3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a63_d20250514_m064949_c001_v7007000_t0000_u01747205389329") 2025/05/14 06:50:13 DEBUG : both3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ff3_d20250514_m064936_c001_v0001182_t0023_u01747205376798") 2025/05/14 06:50:14 DEBUG : both3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c4a_d20250514_m064933_c001_v7007000_t0000_u01747205373307") 2025/05/14 06:50:14 DEBUG : both3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ef7_d20250514_m064920_c001_v0001182_t0048_u01747205360813") 2025/05/14 06:50:14 DEBUG : both4: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a64_d20250514_m064949_c001_v7007000_t0000_u01747205389513") 2025/05/14 06:50:14 DEBUG : both4: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ffd_d20250514_m064937_c001_v0001182_t0005_u01747205377221") 2025/05/14 06:50:14 DEBUG : both4: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c4c_d20250514_m064933_c001_v7007000_t0000_u01747205373488") 2025/05/14 06:50:14 DEBUG : both4: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f03_d20250514_m064921_c001_v0001182_t0022_u01747205361332") 2025/05/14 06:50:14 DEBUG : both5: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a65_d20250514_m064949_c001_v7007000_t0000_u01747205389697") 2025/05/14 06:50:14 DEBUG : both5: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61003_d20250514_m064937_c001_v0001182_t0033_u01747205377621") 2025/05/14 06:50:14 DEBUG : both5: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c4d_d20250514_m064933_c001_v7007000_t0000_u01747205373670") 2025/05/14 06:50:14 DEBUG : both5: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f0b_d20250514_m064921_c001_v0001182_t0047_u01747205361800") 2025/05/14 06:50:14 DEBUG : both6: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a66_d20250514_m064949_c001_v7007000_t0000_u01747205389880") 2025/05/14 06:50:14 DEBUG : both6: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61009_d20250514_m064938_c001_v0001182_t0051_u01747205378053") 2025/05/14 06:50:14 DEBUG : both6: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c4f_d20250514_m064933_c001_v7007000_t0000_u01747205373852") 2025/05/14 06:50:14 DEBUG : both6: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f11_d20250514_m064922_c001_v0001182_t0014_u01747205362223") 2025/05/14 06:50:14 DEBUG : both7: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a67_d20250514_m064950_c001_v7007000_t0000_u01747205390063") 2025/05/14 06:50:14 DEBUG : both7: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6100f_d20250514_m064938_c001_v0001182_t0024_u01747205378476") 2025/05/14 06:50:14 DEBUG : both7: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c51_d20250514_m064934_c001_v7007000_t0000_u01747205374034") 2025/05/14 06:50:14 DEBUG : both7: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f1b_d20250514_m064922_c001_v0001182_t0028_u01747205362639") 2025/05/14 06:50:14 DEBUG : both8: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a68_d20250514_m064950_c001_v7007000_t0000_u01747205390291") 2025/05/14 06:50:14 DEBUG : both8: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61019_d20250514_m064938_c001_v0001182_t0012_u01747205378909") 2025/05/14 06:50:14 DEBUG : both8: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c52_d20250514_m064934_c001_v7007000_t0000_u01747205374216") 2025/05/14 06:50:15 DEBUG : both8: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f1f_d20250514_m064923_c001_v0001182_t0008_u01747205363074") 2025/05/14 06:50:15 DEBUG : both9: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a69_d20250514_m064950_c001_v7007000_t0000_u01747205390480") 2025/05/14 06:50:15 DEBUG : both9: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61023_d20250514_m064939_c001_v0001182_t0009_u01747205379327") 2025/05/14 06:50:15 DEBUG : both9: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c54_d20250514_m064934_c001_v7007000_t0000_u01747205374398") 2025/05/14 06:50:15 DEBUG : both9: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f27_d20250514_m064923_c001_v0001182_t0001_u01747205363501") 2025/05/14 06:50:15 DEBUG : c/non empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e2f_d20250514_m064545_c001_v7007000_t0000_u01747205145639") 2025/05/14 06:50:15 DEBUG : c/non empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55261_d20250514_m064543_c001_v0001176_t0025_u01747205143647") 2025/05/14 06:50:15 DEBUG : c/non empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e2c_d20250514_m064542_c001_v7007000_t0000_u01747205142708") 2025/05/14 06:50:15 DEBUG : c/non empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55259_d20250514_m064541_c001_v0001176_t0026_u01747205141185") 2025/05/14 06:50:15 DEBUG : c/non empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530642_d20250514_m064522_c001_v7007000_t0000_u01747205122509") 2025/05/14 06:50:15 DEBUG : c/non empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551ef_d20250514_m064520_c001_v0001176_t0026_u01747205120976") 2025/05/14 06:50:15 DEBUG : check sum: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af2c0_d20250514_m064509_c001_v7007000_t0000_u01747205109935") 2025/05/14 06:50:15 DEBUG : check sum: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551bd_d20250514_m064508_c001_v0001176_t0006_u01747205108975") 2025/05/14 06:50:15 DEBUG : dest/3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f405a5dff02bf92b3_d20250514_m064739_c001_v7007000_t0000_u01747205259819") 2025/05/14 06:50:15 DEBUG : dest/3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4193fe0a787762ab_d20250514_m064738_c001_v0001153_t0006_u01747205258664") 2025/05/14 06:50:15 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4ab73_d20250514_m064910_c001_v7007000_t0000_u01747205350912") 2025/05/14 06:50:15 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f10817fa448633c51_d20250514_m064908_c001_v0001146_t0011_u01747205348687") 2025/05/14 06:50:15 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8d81_d20250514_m064908_c001_v7007000_t0000_u01747205348498") 2025/05/14 06:50:15 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f10817fa448633c35_d20250514_m064905_c001_v0001146_t0008_u01747205345063") 2025/05/14 06:50:15 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8d6f_d20250514_m064904_c001_v7007000_t0000_u01747205344337") 2025/05/14 06:50:15 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60df5_d20250514_m064900_c001_v0001182_t0022_u01747205340948") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4196aa2fb4643b49_d20250514_m064859_c001_v7007000_t0000_u01747205339478") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11573882bc155188_d20250514_m064857_c001_v0001103_t0007_u01747205337346") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4196aa2fb4643b3d_d20250514_m064857_c001_v7007000_t0000_u01747205337161") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11573882bc155180_d20250514_m064853_c001_v0001103_t0012_u01747205333486") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4196aa2fb4643b2f_d20250514_m064852_c001_v7007000_t0000_u01747205332759") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60d4d_d20250514_m064849_c001_v0001182_t0048_u01747205329302") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad14178_d20250514_m064848_c001_v7007000_t0000_u01747205328369") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f10473f90e2b0e659_d20250514_m064846_c001_v0001038_t0029_u01747205326667") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418148089fd82880_d20250514_m064846_c001_v7007000_t0000_u01747205326483") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f10473f90e2b0e64d_d20250514_m064841_c001_v0001038_t0057_u01747205321948") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418148089fd8287c_d20250514_m064841_c001_v7007000_t0000_u01747205321215") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60cac_d20250514_m064837_c001_v0001182_t0020_u01747205317531") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad1416f_d20250514_m064836_c001_v7007000_t0000_u01747205316614") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11580e65276d27a3_d20250514_m064834_c001_v0001040_t0007_u01747205314717") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f42256d6e5bbcc1de_d20250514_m064834_c001_v7007000_t0000_u01747205314532") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11580e65276d2797_d20250514_m064831_c001_v0001040_t0017_u01747205311161") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f42256d6e5bbcc1db_d20250514_m064830_c001_v7007000_t0000_u01747205310426") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60c1e_d20250514_m064825_c001_v0001182_t0051_u01747205305256") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f402438d21095046a_d20250514_m064824_c001_v7007000_t0000_u01747205304342") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f113c8f0630ec8860_d20250514_m064821_c001_v0001038_t0035_u01747205301989") 2025/05/14 06:50:16 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4061bed3c03d2bff_d20250514_m064821_c001_v7007000_t0000_u01747205301805") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f113c8f0630ec885c_d20250514_m064818_c001_v0001038_t0051_u01747205298445") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4061bed3c03d2bfb_d20250514_m064817_c001_v7007000_t0000_u01747205297704") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60b73_d20250514_m064812_c001_v0001182_t0002_u01747205292490") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4aaca_d20250514_m064811_c001_v7007000_t0000_u01747205291574") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f116959399055349e_d20250514_m064809_c001_v0001184_t0039_u01747205289717") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af462_d20250514_m064809_c001_v7007000_t0000_u01747205289531") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f1169593990553450_d20250514_m064806_c001_v0001184_t0032_u01747205286503") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af45d_d20250514_m064805_c001_v7007000_t0000_u01747205285777") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60aaf_d20250514_m064758_c001_v0001182_t0045_u01747205278224") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f405a5dff02bf92c8_d20250514_m064757_c001_v7007000_t0000_u01747205277119") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f1031bb776413d038_d20250514_m064750_c001_v0001171_t0000_u01747205270811") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40341d7ab04c555e_d20250514_m064750_c001_v7007000_t0000_u01747205270590") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5545d_d20250514_m064746_c001_v0001176_t0059_u01747205266663") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f116863951a5dd87e_d20250514_m064745_c001_v0001106_t0057_u01747205265619") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f116863951a5dd87a_d20250514_m064744_c001_v0001106_t0007_u01747205264180") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f421fee69b2d9ce66_d20250514_m064731_c001_v7007000_t0000_u01747205251186") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60899_d20250514_m064724_c001_v0001182_t0049_u01747205244098") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f101df19ec76e9bdc_d20250514_m064723_c001_v0001099_t0021_u01747205243240") 2025/05/14 06:50:17 DEBUG : dst/one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f101df19ec76e9bd4_d20250514_m064722_c001_v0001099_t0009_u01747205242126") 2025/05/14 06:50:17 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4ab75_d20250514_m064911_c001_v7007000_t0000_u01747205351094") 2025/05/14 06:50:17 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f103d7247e05fe31e_d20250514_m064908_c001_v0001184_t0045_u01747205348300") 2025/05/14 06:50:18 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f101be7dc81ae072c_d20250514_m064904_c001_v0001157_t0008_u01747205344027") 2025/05/14 06:50:18 DEBUG : dst/one.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4196aa2fb4643b4a_d20250514_m064859_c001_v7007000_t0000_u01747205339661") 2025/05/14 06:50:18 DEBUG : dst/one.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f108f6f6464fbe4d8_d20250514_m064856_c001_v0001171_t0025_u01747205336804") 2025/05/14 06:50:18 DEBUG : dst/one.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f116b8423b196a5d6_d20250514_m064852_c001_v0001137_t0022_u01747205332311") 2025/05/14 06:50:18 DEBUG : dst/one.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad14179_d20250514_m064848_c001_v7007000_t0000_u01747205328552") 2025/05/14 06:50:18 DEBUG : dst/one.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f1172968a14d0bd92_d20250514_m064846_c001_v0001184_t0012_u01747205326272") 2025/05/14 06:50:18 DEBUG : dst/one.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f108c64d573a4b425_d20250514_m064840_c001_v0001157_t0005_u01747205320501") 2025/05/14 06:50:18 DEBUG : dst/three: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f405a5dff02bf92ca_d20250514_m064757_c001_v7007000_t0000_u01747205277312") 2025/05/14 06:50:18 DEBUG : dst/three: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f116863951a5dd8a0_d20250514_m064755_c001_v0001106_t0055_u01747205275217") 2025/05/14 06:50:18 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4ab76_d20250514_m064911_c001_v7007000_t0000_u01747205351276") 2025/05/14 06:50:18 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11988488b0b7301b_d20250514_m064909_c001_v0001183_t0039_u01747205349561") 2025/05/14 06:50:18 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f1096c02fc93c8a82_d20250514_m064905_c001_v0001172_t0036_u01747205345919") 2025/05/14 06:50:18 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4ab78_d20250514_m064911_c001_v7007000_t0000_u01747205351459") 2025/05/14 06:50:18 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f10817fa448633c53_d20250514_m064909_c001_v0001146_t0015_u01747205349974") 2025/05/14 06:50:18 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8d87_d20250514_m064909_c001_v7007000_t0000_u01747205349791") 2025/05/14 06:50:18 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f10817fa448633c45_d20250514_m064906_c001_v0001146_t0015_u01747205346708") 2025/05/14 06:50:18 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8d78_d20250514_m064906_c001_v7007000_t0000_u01747205346519") 2025/05/14 06:50:18 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60dfb_d20250514_m064901_c001_v0001182_t0038_u01747205341391") 2025/05/14 06:50:18 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4196aa2fb4643b4c_d20250514_m064859_c001_v7007000_t0000_u01747205339843") 2025/05/14 06:50:18 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11573882bc155190_d20250514_m064858_c001_v0001103_t0038_u01747205338730") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4196aa2fb4643b43_d20250514_m064858_c001_v7007000_t0000_u01747205338546") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11573882bc155182_d20250514_m064854_c001_v0001103_t0048_u01747205334898") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4196aa2fb4643b32_d20250514_m064854_c001_v7007000_t0000_u01747205334713") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60d5b_d20250514_m064849_c001_v0001182_t0009_u01747205329700") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418148089fd82884_d20250514_m064847_c001_v7007000_t0000_u01747205327821") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60d08_d20250514_m064845_c001_v0001182_t0006_u01747205325467") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418148089fd8287d_d20250514_m064842_c001_v7007000_t0000_u01747205322715") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60cb6_d20250514_m064838_c001_v0001182_t0018_u01747205318093") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f42256d6e5bbcc1e1_d20250514_m064835_c001_v7007000_t0000_u01747205315700") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a596_d20250514_m064833_c001_v0001172_t0019_u01747205313251") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f42256d6e5bbcc1dc_d20250514_m064832_c001_v7007000_t0000_u01747205312159") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60c28_d20250514_m064825_c001_v0001182_t0030_u01747205305787") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4061bed3c03d2c00_d20250514_m064823_c001_v7007000_t0000_u01747205303402") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a564_d20250514_m064820_c001_v0001172_t0020_u01747205300527") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4061bed3c03d2bfd_d20250514_m064819_c001_v7007000_t0000_u01747205299428") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60b79_d20250514_m064813_c001_v0001182_t0019_u01747205293226") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af465_d20250514_m064810_c001_v7007000_t0000_u01747205290647") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a528_d20250514_m064808_c001_v0001172_t0029_u01747205288382") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af45e_d20250514_m064807_c001_v7007000_t0000_u01747205287292") 2025/05/14 06:50:19 DEBUG : dst/three.txt: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ad1_d20250514_m064801_c001_v0001182_t0002_u01747205281262") 2025/05/14 06:50:20 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4196aa2fb4643b4f_d20250514_m064900_c001_v7007000_t0000_u01747205340026") 2025/05/14 06:50:20 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f1198f84d96f0c484_d20250514_m064858_c001_v0001157_t0007_u01747205338261") 2025/05/14 06:50:20 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f108f6f6464fbe4ac_d20250514_m064854_c001_v0001171_t0015_u01747205334364") 2025/05/14 06:50:20 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad1417a_d20250514_m064848_c001_v7007000_t0000_u01747205328733") 2025/05/14 06:50:20 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f104cb3dc924cb3bf_d20250514_m064847_c001_v0001146_t0003_u01747205327548") 2025/05/14 06:50:20 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f114f2f7ed63ae50c_d20250514_m064842_c001_v0001183_t0040_u01747205322520") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4ab7a_d20250514_m064911_c001_v7007000_t0000_u01747205351641") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60df7_d20250514_m064901_c001_v0001182_t0036_u01747205341186") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4196aa2fb4643b51_d20250514_m064900_c001_v7007000_t0000_u01747205340213") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60d54_d20250514_m064849_c001_v0001182_t0037_u01747205329498") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad1417b_d20250514_m064848_c001_v7007000_t0000_u01747205328923") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a5a2_d20250514_m064837_c001_v0001172_t0054_u01747205317732") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad14170_d20250514_m064836_c001_v7007000_t0000_u01747205316796") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a576_d20250514_m064825_c001_v0001172_t0037_u01747205305494") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f402438d21095046e_d20250514_m064824_c001_v7007000_t0000_u01747205304525") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a548_d20250514_m064812_c001_v0001172_t0033_u01747205292693") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4aacb_d20250514_m064811_c001_v7007000_t0000_u01747205291759") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a50a_d20250514_m064758_c001_v0001172_t0009_u01747205278801") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f405a5dff02bf92cb_d20250514_m064757_c001_v7007000_t0000_u01747205277495") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11499e35e78333e3_d20250514_m064752_c001_v0001041_t0007_u01747205272698") 2025/05/14 06:50:20 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f421fee69b2d9ce67_d20250514_m064731_c001_v7007000_t0000_u01747205251370") 2025/05/14 06:50:21 DEBUG : dst/two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f101df19ec76e9be8_d20250514_m064730_c001_v0001099_t0050_u01747205250029") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f411bbc494e9b58d7_d20250514_m064649_c001_v7007000_t0000_u01747205209451") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5538a_d20250514_m064646_c001_v0001176_t0039_u01747205206317") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f411bbc494e9b58d3_d20250514_m064643_c001_v7007000_t0000_u01747205203943") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55359_d20250514_m064633_c001_v0001176_t0029_u01747205193914") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8b16_d20250514_m064624_c001_v7007000_t0000_u01747205184944") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55323_d20250514_m064622_c001_v0001176_t0013_u01747205182096") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e3d_d20250514_m064558_c001_v7007000_t0000_u01747205158203") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c552b3_d20250514_m064556_c001_v0001176_t0000_u01747205156473") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e39_d20250514_m064554_c001_v7007000_t0000_u01747205154984") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c552a7_d20250514_m064553_c001_v0001176_t0047_u01747205153807") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e34_d20250514_m064550_c001_v7007000_t0000_u01747205150477") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55285_d20250514_m064548_c001_v0001176_t0018_u01747205148933") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e31_d20250514_m064547_c001_v7007000_t0000_u01747205147777") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55277_d20250514_m064546_c001_v0001176_t0041_u01747205146589") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e27_d20250514_m064540_c001_v7007000_t0000_u01747205140062") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5524b_d20250514_m064538_c001_v0001176_t0039_u01747205138317") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530662_d20250514_m064537_c001_v7007000_t0000_u01747205137115") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55233_d20250514_m064536_c001_v0001176_t0028_u01747205136369") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530659_d20250514_m064531_c001_v7007000_t0000_u01747205131317") 2025/05/14 06:50:21 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55215_d20250514_m064529_c001_v0001176_t0017_u01747205129951") 2025/05/14 06:50:22 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530650_d20250514_m064527_c001_v7007000_t0000_u01747205127375") 2025/05/14 06:50:22 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55207_d20250514_m064526_c001_v0001176_t0057_u01747205126446") 2025/05/14 06:50:22 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530649_d20250514_m064525_c001_v7007000_t0000_u01747205125348") 2025/05/14 06:50:22 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f100090f751bee663_d20250514_m064524_c001_v0001183_t0030_u01747205124770") 2025/05/14 06:50:22 DEBUG : empty space: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551ff_d20250514_m064523_c001_v0001176_t0022_u01747205123239") 2025/05/14 06:50:22 DEBUG : enormous: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e3b_d20250514_m064557_c001_v7007000_t0000_u01747205157276") 2025/05/14 06:50:22 DEBUG : enormous: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c552b5_d20250514_m064556_c001_v0001176_t0041_u01747205156685") 2025/05/14 06:50:22 DEBUG : existing: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4101678289b4ab8a_d20250514_m064915_c001_v7007000_t0000_u01747205355542") 2025/05/14 06:50:22 DEBUG : existing: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ea4_d20250514_m064914_c001_v0001182_t0041_u01747205354302") 2025/05/14 06:50:22 DEBUG : existing: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8b06_d20250514_m064620_c001_v7007000_t0000_u01747205180264") 2025/05/14 06:50:22 DEBUG : existing: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5531b_d20250514_m064619_c001_v0001176_t0056_u01747205179308") 2025/05/14 06:50:22 DEBUG : existing: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f53063b_d20250514_m064519_c001_v7007000_t0000_u01747205119649") 2025/05/14 06:50:22 DEBUG : existing: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551eb_d20250514_m064518_c001_v0001176_t0017_u01747205118635") 2025/05/14 06:50:22 DEBUG : existing: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530636_d20250514_m064517_c001_v7007000_t0000_u01747205117357") 2025/05/14 06:50:22 DEBUG : existing: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551e7_d20250514_m064516_c001_v0001176_t0028_u01747205116689") 2025/05/14 06:50:22 DEBUG : existing: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551e3_d20250514_m064515_c001_v0001176_t0006_u01747205115924") 2025/05/14 06:50:22 DEBUG : existing-b: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8b07_d20250514_m064620_c001_v7007000_t0000_u01747205180455") 2025/05/14 06:50:22 DEBUG : existing-b: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60567_d20250514_m064619_c001_v0001182_t0050_u01747205179318") 2025/05/14 06:50:22 DEBUG : file1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a8e_d20250514_m064959_c001_v7007000_t0000_u01747205399879") 2025/05/14 06:50:22 DEBUG : file1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61157_d20250514_m064958_c001_v0001182_t0006_u01747205398477") 2025/05/14 06:50:22 DEBUG : file1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a80_d20250514_m064956_c001_v7007000_t0000_u01747205396711") 2025/05/14 06:50:23 DEBUG : file1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f117ad44d9917e8fc_d20250514_m064955_c001_v0001116_t0059_u01747205395508") 2025/05/14 06:50:23 DEBUG : five: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e3f_d20250514_m064602_c001_v7007000_t0000_u01747205162409") 2025/05/14 06:50:23 DEBUG : five: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f402b38b164c552cb_d20250514_m064600_c001_v0001176_t0054_u01747205160496") 2025/05/14 06:50:23 DEBUG : foo: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530655_d20250514_m064529_c001_v7007000_t0000_u01747205129219") 2025/05/14 06:50:23 DEBUG : foo: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f402b38b164c55213_d20250514_m064528_c001_v0001176_t0054_u01747205128665") 2025/05/14 06:50:23 DEBUG : foo: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f402b38b164c5520f_d20250514_m064528_c001_v0001176_t0054_u01747205128112") 2025/05/14 06:50:23 DEBUG : four: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e40_d20250514_m064602_c001_v7007000_t0000_u01747205162591") 2025/05/14 06:50:23 DEBUG : four: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f411e599ff678a2bc_d20250514_m064601_c001_v0001172_t0004_u01747205161049") 2025/05/14 06:50:23 DEBUG : four: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c552c9_d20250514_m064559_c001_v0001176_t0051_u01747205159918") 2025/05/14 06:50:23 DEBUG : hello world2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530605_d20250514_m064429_c001_v7007000_t0000_u01747205069920") 2025/05/14 06:50:23 DEBUG : hello world2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55100_d20250514_m064429_c001_v0001176_t0003_u01747205069341") 2025/05/14 06:50:23 DEBUG : ignore-size: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af2c5_d20250514_m064514_c001_v7007000_t0000_u01747205114464") 2025/05/14 06:50:23 DEBUG : ignore-size: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551d1_d20250514_m064513_c001_v0001176_t0019_u01747205113476") 2025/05/14 06:50:23 DEBUG : nested/sub dir/file: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8b02_d20250514_m064618_c001_v7007000_t0000_u01747205178200") 2025/05/14 06:50:23 DEBUG : nested/sub dir/file: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60547_d20250514_m064617_c001_v0001182_t0031_u01747205177088") 2025/05/14 06:50:23 DEBUG : nested/sub dir/file: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8afe_d20250514_m064615_c001_v7007000_t0000_u01747205175961") 2025/05/14 06:50:23 DEBUG : nested/sub dir/file: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60517_d20250514_m064615_c001_v0001182_t0010_u01747205175029") 2025/05/14 06:50:23 DEBUG : one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e41_d20250514_m064602_c001_v7007000_t0000_u01747205162773") 2025/05/14 06:50:23 DEBUG : one: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f402b38b164c552c1_d20250514_m064559_c001_v0001176_t0054_u01747205159337") 2025/05/14 06:50:23 DEBUG : only0: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a6a_d20250514_m064950_c001_v7007000_t0000_u01747205390664") 2025/05/14 06:50:24 DEBUG : only0: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f41140e36a2a61093_d20250514_m064944_c001_v0001182_t0019_u01747205384697") 2025/05/14 06:50:24 DEBUG : only0: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60fdf_d20250514_m064935_c001_v0001182_t0034_u01747205375710") 2025/05/14 06:50:24 DEBUG : only0: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad141bd_d20250514_m064929_c001_v7007000_t0000_u01747205369528") 2025/05/14 06:50:24 DEBUG : only0: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ee2_d20250514_m064919_c001_v0001182_t0027_u01747205359727") 2025/05/14 06:50:24 DEBUG : only1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a6b_d20250514_m064950_c001_v7007000_t0000_u01747205390847") 2025/05/14 06:50:24 DEBUG : only1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417ad44d9917e8d6_d20250514_m064945_c001_v0001116_t0013_u01747205385247") 2025/05/14 06:50:24 DEBUG : only1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60fe7_d20250514_m064936_c001_v0001182_t0033_u01747205376184") 2025/05/14 06:50:24 DEBUG : only1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4121448e11ece0e1_d20250514_m064929_c001_v7007000_t0000_u01747205369903") 2025/05/14 06:50:24 DEBUG : only1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ee8_d20250514_m064920_c001_v0001182_t0030_u01747205360183") 2025/05/14 06:50:24 DEBUG : only10: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a6c_d20250514_m064951_c001_v7007000_t0000_u01747205391032") 2025/05/14 06:50:24 DEBUG : only10: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403a78332ef6a376_d20250514_m064945_c001_v0001183_t0005_u01747205385486") 2025/05/14 06:50:24 DEBUG : only10: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61031_d20250514_m064939_c001_v0001182_t0050_u01747205379965") 2025/05/14 06:50:24 DEBUG : only10: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad141c0_d20250514_m064929_c001_v7007000_t0000_u01747205369904") 2025/05/14 06:50:24 DEBUG : only10: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f2f_d20250514_m064924_c001_v0001182_t0012_u01747205364119") 2025/05/14 06:50:24 DEBUG : only11: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a6d_d20250514_m064951_c001_v7007000_t0000_u01747205391216") 2025/05/14 06:50:24 DEBUG : only11: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4144ff41b69830c5_d20250514_m064945_c001_v0001032_t0033_u01747205385611") 2025/05/14 06:50:24 DEBUG : only11: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61039_d20250514_m064940_c001_v0001182_t0051_u01747205380369") 2025/05/14 06:50:24 DEBUG : only11: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad141c2_d20250514_m064930_c001_v7007000_t0000_u01747205370090") 2025/05/14 06:50:24 DEBUG : only11: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f37_d20250514_m064924_c001_v0001182_t0053_u01747205364559") 2025/05/14 06:50:24 DEBUG : only12: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a6e_d20250514_m064951_c001_v7007000_t0000_u01747205391399") 2025/05/14 06:50:25 DEBUG : only12: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f41140e36a2a6109b_d20250514_m064945_c001_v0001182_t0019_u01747205385251") 2025/05/14 06:50:25 DEBUG : only12: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61047_d20250514_m064940_c001_v0001182_t0013_u01747205380766") 2025/05/14 06:50:25 DEBUG : only12: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f5307e8_d20250514_m064929_c001_v7007000_t0000_u01747205369923") 2025/05/14 06:50:25 DEBUG : only12: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f45_d20250514_m064925_c001_v0001182_t0051_u01747205365009") 2025/05/14 06:50:25 DEBUG : only13: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a6f_d20250514_m064951_c001_v7007000_t0000_u01747205391582") 2025/05/14 06:50:25 DEBUG : only13: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f41140e36a2a6109f_d20250514_m064945_c001_v0001182_t0019_u01747205385434") 2025/05/14 06:50:25 DEBUG : only13: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61055_d20250514_m064941_c001_v0001182_t0003_u01747205381221") 2025/05/14 06:50:25 DEBUG : only13: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f5307e4_d20250514_m064929_c001_v7007000_t0000_u01747205369144") 2025/05/14 06:50:25 DEBUG : only13: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f4d_d20250514_m064925_c001_v0001182_t0039_u01747205365435") 2025/05/14 06:50:25 DEBUG : only14: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a70_d20250514_m064951_c001_v7007000_t0000_u01747205391766") 2025/05/14 06:50:25 DEBUG : only14: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417ad44d9917e8da_d20250514_m064945_c001_v0001116_t0013_u01747205385539") 2025/05/14 06:50:25 DEBUG : only14: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6105d_d20250514_m064941_c001_v0001182_t0026_u01747205381629") 2025/05/14 06:50:25 DEBUG : only14: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f5307e5_d20250514_m064929_c001_v7007000_t0000_u01747205369328") 2025/05/14 06:50:25 DEBUG : only14: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f55_d20250514_m064925_c001_v0001182_t0024_u01747205365858") 2025/05/14 06:50:25 DEBUG : only15: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a71_d20250514_m064951_c001_v7007000_t0000_u01747205391949") 2025/05/14 06:50:25 DEBUG : only15: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f41140e36a2a610a3_d20250514_m064945_c001_v0001182_t0019_u01747205385618") 2025/05/14 06:50:25 DEBUG : only15: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61065_d20250514_m064942_c001_v0001182_t0037_u01747205382111") 2025/05/14 06:50:25 DEBUG : only15: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c3b_d20250514_m064930_c001_v7007000_t0000_u01747205370072") 2025/05/14 06:50:25 DEBUG : only15: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f5f_d20250514_m064926_c001_v0001182_t0021_u01747205366256") 2025/05/14 06:50:25 DEBUG : only16: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a72_d20250514_m064952_c001_v7007000_t0000_u01747205392132") 2025/05/14 06:50:25 DEBUG : only16: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403a78332ef6a380_d20250514_m064945_c001_v0001183_t0005_u01747205385670") 2025/05/14 06:50:25 DEBUG : only16: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6106f_d20250514_m064942_c001_v0001182_t0055_u01747205382531") 2025/05/14 06:50:26 DEBUG : only16: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c37_d20250514_m064929_c001_v7007000_t0000_u01747205369524") 2025/05/14 06:50:26 DEBUG : only16: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f6d_d20250514_m064926_c001_v0001182_t0021_u01747205366663") 2025/05/14 06:50:26 DEBUG : only17: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a73_d20250514_m064952_c001_v7007000_t0000_u01747205392314") 2025/05/14 06:50:26 DEBUG : only17: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417ad44d9917e8dc_d20250514_m064945_c001_v0001116_t0013_u01747205385724") 2025/05/14 06:50:26 DEBUG : only17: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61075_d20250514_m064942_c001_v0001182_t0056_u01747205382931") 2025/05/14 06:50:26 DEBUG : only17: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c38_d20250514_m064929_c001_v7007000_t0000_u01747205369706") 2025/05/14 06:50:26 DEBUG : only17: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f77_d20250514_m064927_c001_v0001182_t0023_u01747205367070") 2025/05/14 06:50:26 DEBUG : only18: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a74_d20250514_m064952_c001_v7007000_t0000_u01747205392498") 2025/05/14 06:50:26 DEBUG : only18: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f41140e36a2a610a5_d20250514_m064945_c001_v0001182_t0019_u01747205385802") 2025/05/14 06:50:26 DEBUG : only18: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6107d_d20250514_m064943_c001_v0001182_t0057_u01747205383326") 2025/05/14 06:50:26 DEBUG : only18: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f5307ea_d20250514_m064930_c001_v7007000_t0000_u01747205370108") 2025/05/14 06:50:26 DEBUG : only18: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f83_d20250514_m064927_c001_v0001182_t0057_u01747205367530") 2025/05/14 06:50:26 DEBUG : only19: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a75_d20250514_m064952_c001_v7007000_t0000_u01747205392684") 2025/05/14 06:50:26 DEBUG : only19: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4144ff41b69830cb_d20250514_m064945_c001_v0001032_t0033_u01747205385818") 2025/05/14 06:50:26 DEBUG : only19: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61087_d20250514_m064943_c001_v0001182_t0043_u01747205383761") 2025/05/14 06:50:26 DEBUG : only19: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4121448e11ece0e0_d20250514_m064929_c001_v7007000_t0000_u01747205369718") 2025/05/14 06:50:26 DEBUG : only19: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f87_d20250514_m064927_c001_v0001182_t0010_u01747205367945") 2025/05/14 06:50:26 DEBUG : only2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a76_d20250514_m064952_c001_v7007000_t0000_u01747205392867") 2025/05/14 06:50:26 DEBUG : only2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403a78332ef6a384_d20250514_m064945_c001_v0001183_t0005_u01747205385854") 2025/05/14 06:50:26 DEBUG : only2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60fed_d20250514_m064936_c001_v0001182_t0027_u01747205376603") 2025/05/14 06:50:27 DEBUG : only2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f5307e6_d20250514_m064929_c001_v7007000_t0000_u01747205369527") 2025/05/14 06:50:27 DEBUG : only2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ef3_d20250514_m064920_c001_v0001182_t0033_u01747205360596") 2025/05/14 06:50:27 DEBUG : only3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a77_d20250514_m064953_c001_v7007000_t0000_u01747205393050") 2025/05/14 06:50:27 DEBUG : only3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417ad44d9917e8de_d20250514_m064945_c001_v0001116_t0013_u01747205385907") 2025/05/14 06:50:27 DEBUG : only3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ff9_d20250514_m064937_c001_v0001182_t0037_u01747205377014") 2025/05/14 06:50:27 DEBUG : only3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f5307e7_d20250514_m064929_c001_v7007000_t0000_u01747205369737") 2025/05/14 06:50:27 DEBUG : only3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60ef9_d20250514_m064921_c001_v0001182_t0015_u01747205361008") 2025/05/14 06:50:27 DEBUG : only4: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a78_d20250514_m064953_c001_v7007000_t0000_u01747205393236") 2025/05/14 06:50:27 DEBUG : only4: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f41140e36a2a610a9_d20250514_m064945_c001_v0001182_t0019_u01747205385984") 2025/05/14 06:50:27 DEBUG : only4: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61001_d20250514_m064937_c001_v0001182_t0038_u01747205377426") 2025/05/14 06:50:27 DEBUG : only4: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4121448e11ece0e5_d20250514_m064930_c001_v7007000_t0000_u01747205370269") 2025/05/14 06:50:27 DEBUG : only4: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f09_d20250514_m064921_c001_v0001182_t0036_u01747205361532") 2025/05/14 06:50:27 DEBUG : only5: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a7a_d20250514_m064953_c001_v7007000_t0000_u01747205393420") 2025/05/14 06:50:27 DEBUG : only5: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4144ff41b69830cf_d20250514_m064946_c001_v0001032_t0033_u01747205386002") 2025/05/14 06:50:27 DEBUG : only5: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61007_d20250514_m064937_c001_v0001182_t0028_u01747205377832") 2025/05/14 06:50:27 DEBUG : only5: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f418d0721aad141bf_d20250514_m064929_c001_v7007000_t0000_u01747205369720") 2025/05/14 06:50:27 DEBUG : only5: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f0f_d20250514_m064922_c001_v0001182_t0027_u01747205362022") 2025/05/14 06:50:27 DEBUG : only6: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a7b_d20250514_m064953_c001_v7007000_t0000_u01747205393604") 2025/05/14 06:50:27 DEBUG : only6: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403a78332ef6a38a_d20250514_m064946_c001_v0001183_t0005_u01747205386039") 2025/05/14 06:50:27 DEBUG : only6: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6100d_d20250514_m064938_c001_v0001182_t0021_u01747205378268") 2025/05/14 06:50:27 DEBUG : only6: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c3c_d20250514_m064930_c001_v7007000_t0000_u01747205370278") 2025/05/14 06:50:28 DEBUG : only6: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f15_d20250514_m064922_c001_v0001182_t0056_u01747205362436") 2025/05/14 06:50:28 DEBUG : only7: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a7c_d20250514_m064953_c001_v7007000_t0000_u01747205393787") 2025/05/14 06:50:28 DEBUG : only7: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417ad44d9917e8e0_d20250514_m064946_c001_v0001116_t0013_u01747205386089") 2025/05/14 06:50:28 DEBUG : only7: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61011_d20250514_m064938_c001_v0001182_t0058_u01747205378694") 2025/05/14 06:50:28 DEBUG : only7: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f408b5a1be25e7c3a_d20250514_m064929_c001_v7007000_t0000_u01747205369891") 2025/05/14 06:50:28 DEBUG : only7: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f1d_d20250514_m064922_c001_v0001182_t0019_u01747205362851") 2025/05/14 06:50:28 DEBUG : only8: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a7d_d20250514_m064953_c001_v7007000_t0000_u01747205393972") 2025/05/14 06:50:28 DEBUG : only8: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f41140e36a2a610ad_d20250514_m064946_c001_v0001182_t0019_u01747205386177") 2025/05/14 06:50:28 DEBUG : only8: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6101d_d20250514_m064939_c001_v0001182_t0059_u01747205379123") 2025/05/14 06:50:28 DEBUG : only8: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4121448e11ece0de_d20250514_m064929_c001_v7007000_t0000_u01747205369535") 2025/05/14 06:50:28 DEBUG : only8: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f23_d20250514_m064923_c001_v0001182_t0030_u01747205363283") 2025/05/14 06:50:28 DEBUG : only9: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a7e_d20250514_m064954_c001_v7007000_t0000_u01747205394156") 2025/05/14 06:50:28 DEBUG : only9: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4144ff41b69830d5_d20250514_m064946_c001_v0001032_t0033_u01747205386190") 2025/05/14 06:50:28 DEBUG : only9: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6102b_d20250514_m064939_c001_v0001182_t0020_u01747205379543") 2025/05/14 06:50:28 DEBUG : only9: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4121448e11ece0e3_d20250514_m064930_c001_v7007000_t0000_u01747205370087") 2025/05/14 06:50:28 DEBUG : only9: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60f29_d20250514_m064923_c001_v0001182_t0009_u01747205363713") 2025/05/14 06:50:28 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8af8_d20250514_m064613_c001_v7007000_t0000_u01747205173180") 2025/05/14 06:50:28 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a2e8_d20250514_m064611_c001_v0001172_t0013_u01747205171319") 2025/05/14 06:50:28 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8af3_d20250514_m064609_c001_v7007000_t0000_u01747205169478") 2025/05/14 06:50:28 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c552e1_d20250514_m064607_c001_v0001176_t0006_u01747205167788") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8ae6_d20250514_m064605_c001_v7007000_t0000_u01747205165955") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6045e_d20250514_m064603_c001_v0001182_t0011_u01747205163706") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e37_d20250514_m064552_c001_v7007000_t0000_u01747205152685") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55299_d20250514_m064551_c001_v0001176_t0007_u01747205151501") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e33_d20250514_m064549_c001_v7007000_t0000_u01747205149503") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55281_d20250514_m064548_c001_v0001176_t0019_u01747205148691") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e30_d20250514_m064547_c001_v7007000_t0000_u01747205147173") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55275_d20250514_m064546_c001_v0001176_t0007_u01747205146380") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530664_d20250514_m064539_c001_v7007000_t0000_u01747205139095") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55249_d20250514_m064538_c001_v0001176_t0041_u01747205138034") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530663_d20250514_m064537_c001_v7007000_t0000_u01747205137302") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55231_d20250514_m064536_c001_v0001176_t0048_u01747205136138") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530661_d20250514_m064535_c001_v7007000_t0000_u01747205135404") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5522d_d20250514_m064534_c001_v0001176_t0040_u01747205134819") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5522b_d20250514_m064534_c001_v0001176_t0039_u01747205134194") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f53065d_d20250514_m064533_c001_v7007000_t0000_u01747205133451") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55225_d20250514_m064532_c001_v0001176_t0016_u01747205132845") 2025/05/14 06:50:29 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5521d_d20250514_m064532_c001_v0001176_t0050_u01747205132231") 2025/05/14 06:50:30 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f53065a_d20250514_m064531_c001_v7007000_t0000_u01747205131500") 2025/05/14 06:50:30 DEBUG : potato: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55217_d20250514_m064530_c001_v0001176_t0014_u01747205130739") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4019f4f43b1dda37_d20250514_m064659_c001_v7007000_t0000_u01747205219503") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a3dc_d20250514_m064658_c001_v0001172_t0038_u01747205218728") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f411bbc494e9b58d8_d20250514_m064649_c001_v7007000_t0000_u01747205209672") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a39a_d20250514_m064645_c001_v0001172_t0039_u01747205205225") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4019c0d16513112b_d20250514_m064637_c001_v7007000_t0000_u01747205197492") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a358_d20250514_m064632_c001_v0001172_t0036_u01747205192817") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8b18_d20250514_m064625_c001_v7007000_t0000_u01747205185333") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a32c_d20250514_m064621_c001_v0001172_t0037_u01747205181727") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e3c_d20250514_m064557_c001_v7007000_t0000_u01747205157465") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c552af_d20250514_m064556_c001_v0001176_t0027_u01747205156257") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e3a_d20250514_m064555_c001_v7007000_t0000_u01747205155168") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c552a5_d20250514_m064553_c001_v0001176_t0058_u01747205153598") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e38_d20250514_m064552_c001_v7007000_t0000_u01747205152868") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c552a3_d20250514_m064552_c001_v0001176_t0023_u01747205152111") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e35_d20250514_m064550_c001_v7007000_t0000_u01747205150670") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5528d_d20250514_m064549_c001_v0001176_t0040_u01747205149875") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e32_d20250514_m064547_c001_v7007000_t0000_u01747205147958") 2025/05/14 06:50:30 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55279_d20250514_m064547_c001_v0001176_t0044_u01747205147184") 2025/05/14 06:50:31 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e28_d20250514_m064540_c001_v7007000_t0000_u01747205140243") 2025/05/14 06:50:31 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5524d_d20250514_m064538_c001_v0001176_t0026_u01747205138897") 2025/05/14 06:50:31 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530609_d20250514_m064433_c001_v7007000_t0000_u01747205073260") 2025/05/14 06:50:31 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55114_d20250514_m064432_c001_v0001176_t0058_u01747205072684") 2025/05/14 06:50:31 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530607_d20250514_m064431_c001_v7007000_t0000_u01747205071406") 2025/05/14 06:50:31 DEBUG : potato2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55108_d20250514_m064430_c001_v0001176_t0016_u01747205070825") 2025/05/14 06:50:31 DEBUG : potato3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f411bbc494e9b58da_d20250514_m064650_c001_v7007000_t0000_u01747205210441") 2025/05/14 06:50:31 DEBUG : potato3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a606af_d20250514_m064646_c001_v0001182_t0014_u01747205206891") 2025/05/14 06:50:31 DEBUG : potato3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4019c0d16513112c_d20250514_m064637_c001_v7007000_t0000_u01747205197795") 2025/05/14 06:50:31 DEBUG : potato3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60615_d20250514_m064634_c001_v0001182_t0006_u01747205194678") 2025/05/14 06:50:31 DEBUG : potato3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8b1a_d20250514_m064625_c001_v7007000_t0000_u01747205185544") 2025/05/14 06:50:31 DEBUG : potato3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60589_d20250514_m064622_c001_v0001182_t0028_u01747205182379") 2025/05/14 06:50:31 DEBUG : pre-dest1/1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f405a5dff02bf92b4_d20250514_m064740_c001_v7007000_t0000_u01747205260002") 2025/05/14 06:50:31 DEBUG : pre-dest1/1: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a60919_d20250514_m064732_c001_v0001182_t0019_u01747205252101") 2025/05/14 06:50:31 DEBUG : pre-dest2/2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f405a5dff02bf92b5_d20250514_m064740_c001_v7007000_t0000_u01747205260186") 2025/05/14 06:50:31 DEBUG : pre-dest2/2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a49c_d20250514_m064732_c001_v0001172_t0058_u01747205252696") 2025/05/14 06:50:31 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f421fee69b2d9ce1d_d20250514_m064711_c001_v7007000_t0000_u01747205231726") 2025/05/14 06:50:31 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c553e0_d20250514_m064708_c001_v0001176_t0022_u01747205228773") 2025/05/14 06:50:31 DEBUG : sizeonly: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af2c2_d20250514_m064512_c001_v7007000_t0000_u01747205112194") 2025/05/14 06:50:31 DEBUG : sizeonly: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551c3_d20250514_m064511_c001_v0001176_t0000_u01747205111215") 2025/05/14 06:50:31 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193aa6_d20250514_m065007_c001_v7007000_t0000_u01747205407134") 2025/05/14 06:50:31 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a61196_d20250514_m065005_c001_v0001182_t0023_u01747205405578") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a96_d20250514_m065003_c001_v7007000_t0000_u01747205403678") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f117ad44d9917e90c_d20250514_m065001_c001_v0001116_t0046_u01747205401995") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8b03_d20250514_m064618_c001_v7007000_t0000_u01747205178386") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a310_d20250514_m064617_c001_v0001172_t0002_u01747205177440") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8aff_d20250514_m064616_c001_v7007000_t0000_u01747205176153") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5530b_d20250514_m064615_c001_v0001176_t0013_u01747205175385") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af2bd_d20250514_m064508_c001_v7007000_t0000_u01747205108060") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551b5_d20250514_m064506_c001_v0001176_t0050_u01747205106711") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af2bb_d20250514_m064505_c001_v7007000_t0000_u01747205105972") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551b0_d20250514_m064504_c001_v0001176_t0001_u01747205104953") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af2b8_d20250514_m064502_c001_v7007000_t0000_u01747205102173") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c551a2_d20250514_m064501_c001_v0001176_t0021_u01747205101017") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af2b6_d20250514_m064500_c001_v7007000_t0000_u01747205100471") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55198_d20250514_m064459_c001_v0001176_t0020_u01747205099655") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5518a_d20250514_m064457_c001_v0001176_t0014_u01747205097340") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af2b3_d20250514_m064456_c001_v7007000_t0000_u01747205096610") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55186_d20250514_m064455_c001_v0001176_t0033_u01747205095953") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55184_d20250514_m064455_c001_v0001176_t0050_u01747205095372") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af2b0_d20250514_m064454_c001_v7007000_t0000_u01747205094278") 2025/05/14 06:50:32 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55174_d20250514_m064451_c001_v0001176_t0036_u01747205091947") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5516c_d20250514_m064449_c001_v0001176_t0048_u01747205089441") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af2ac_d20250514_m064448_c001_v7007000_t0000_u01747205088710") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55162_d20250514_m064448_c001_v0001176_t0048_u01747205088130") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55160_d20250514_m064447_c001_v0001176_t0033_u01747205087546") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af2a6_d20250514_m064446_c001_v7007000_t0000_u01747205086818") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55152_d20250514_m064443_c001_v0001176_t0021_u01747205083175") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f4133aae9b37af295_d20250514_m064442_c001_v7007000_t0000_u01747205082809") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55150_d20250514_m064442_c001_v0001176_t0025_u01747205082227") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530610_d20250514_m064440_c001_v7007000_t0000_u01747205080511") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55142_d20250514_m064439_c001_v0001176_t0017_u01747205079899") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f53060e_d20250514_m064439_c001_v7007000_t0000_u01747205079345") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5513e_d20250514_m064438_c001_v0001176_t0054_u01747205078782") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f53060d_d20250514_m064437_c001_v7007000_t0000_u01747205077520") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55130_d20250514_m064436_c001_v0001176_t0014_u01747205076777") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f53060c_d20250514_m064436_c001_v7007000_t0000_u01747205076229") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c5512a_d20250514_m064435_c001_v0001176_t0039_u01747205075647") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f53060a_d20250514_m064434_c001_v7007000_t0000_u01747205074740") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c55120_d20250514_m064434_c001_v0001176_t0059_u01747205074163") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530604_d20250514_m064428_c001_v7007000_t0000_u01747205068438") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c550fc_d20250514_m064427_c001_v0001176_t0033_u01747205067835") 2025/05/14 06:50:33 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530603_d20250514_m064426_c001_v7007000_t0000_u01747205066927") 2025/05/14 06:50:34 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c550e8_d20250514_m064426_c001_v0001176_t0055_u01747205066321") 2025/05/14 06:50:34 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530602_d20250514_m064425_c001_v7007000_t0000_u01747205065418") 2025/05/14 06:50:34 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c550d8_d20250514_m064424_c001_v0001176_t0010_u01747205064808") 2025/05/14 06:50:34 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f417bd7dd9f530601_d20250514_m064421_c001_v7007000_t0000_u01747205061909") 2025/05/14 06:50:34 DEBUG : sub dir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c550c6_d20250514_m064421_c001_v0001176_t0023_u01747205061327") 2025/05/14 06:50:34 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193aa7_d20250514_m065007_c001_v7007000_t0000_u01747205407317") 2025/05/14 06:50:34 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f1144ff41b6983143_d20250514_m065005_c001_v0001032_t0012_u01747205405591") 2025/05/14 06:50:34 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a9a_d20250514_m065003_c001_v7007000_t0000_u01747205403864") 2025/05/14 06:50:34 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f103a78332ef6a476_d20250514_m065001_c001_v0001183_t0055_u01747205401642") 2025/05/14 06:50:34 DEBUG : sub/yam: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8af6_d20250514_m064612_c001_v7007000_t0000_u01747205172636") 2025/05/14 06:50:34 DEBUG : sub/yam: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a604c7_d20250514_m064610_c001_v0001182_t0042_u01747205170969") 2025/05/14 06:50:34 DEBUG : test_dir1/file2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a90_d20250514_m065000_c001_v7007000_t0000_u01747205400061") 2025/05/14 06:50:34 DEBUG : test_dir1/file2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f103a78332ef6a43a_d20250514_m064958_c001_v0001183_t0050_u01747205398466") 2025/05/14 06:50:34 DEBUG : test_dir1/file2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a81_d20250514_m064956_c001_v7007000_t0000_u01747205396894") 2025/05/14 06:50:34 DEBUG : test_dir1/file2: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6113f_d20250514_m064955_c001_v0001182_t0013_u01747205395512") 2025/05/14 06:50:34 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a91_d20250514_m065000_c001_v7007000_t0000_u01747205400244") 2025/05/14 06:50:34 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f1144ff41b6983129_d20250514_m064958_c001_v0001032_t0048_u01747205398818") 2025/05/14 06:50:34 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40416aaa7e193a82_d20250514_m064957_c001_v7007000_t0000_u01747205397075") 2025/05/14 06:50:34 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f103a78332ef6a40a_d20250514_m064955_c001_v0001183_t0034_u01747205395494") 2025/05/14 06:50:34 DEBUG : three: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e42_d20250514_m064602_c001_v7007000_t0000_u01747205162955") 2025/05/14 06:50:34 DEBUG : three: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c552d7_d20250514_m064601_c001_v0001176_t0033_u01747205161799") 2025/05/14 06:50:35 DEBUG : three: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f102b38b164c552c7_d20250514_m064559_c001_v0001176_t0027_u01747205159709") 2025/05/14 06:50:35 DEBUG : two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f403cb953fcd43e43_d20250514_m064603_c001_v7007000_t0000_u01747205163146") 2025/05/14 06:50:35 DEBUG : two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f41140e36a2a60424_d20250514_m064601_c001_v0001182_t0019_u01747205161237") 2025/05/14 06:50:35 DEBUG : two: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f402b38b164c552c5_d20250514_m064559_c001_v0001176_t0054_u01747205159524") 2025/05/14 06:50:35 DEBUG : yam: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8af9_d20250514_m064613_c001_v7007000_t0000_u01747205173362") 2025/05/14 06:50:35 DEBUG : yam: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f1053bd25239c82eb_d20250514_m064612_c001_v0001100_t0004_u01747205172284") 2025/05/14 06:50:35 DEBUG : yam: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8af0_d20250514_m064608_c001_v7007000_t0000_u01747205168929") 2025/05/14 06:50:35 DEBUG : yam: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f11140e36a2a6048c_d20250514_m064607_c001_v0001182_t0019_u01747205167437") 2025/05/14 06:50:35 DEBUG : yam: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8ae4_d20250514_m064605_c001_v7007000_t0000_u01747205165404") 2025/05/14 06:50:35 DEBUG : yam: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f111e599ff678a2c6_d20250514_m064603_c001_v0001172_t0009_u01747205163693") 2025/05/14 06:50:35 DEBUG : yaml: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8af4_d20250514_m064609_c001_v7007000_t0000_u01747205169659") 2025/05/14 06:50:35 DEBUG : yaml: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f101f93579f3818a9_d20250514_m064608_c001_v0001183_t0053_u01747205168568") 2025/05/14 06:50:35 DEBUG : yaml: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f40702ecff97e8ae8_d20250514_m064606_c001_v7007000_t0000_u01747205166141") 2025/05/14 06:50:35 DEBUG : yaml: Deleting (id "4_z3f627d23809dcbdb9f680e1b_f104c8454d27a7a37_d20250514_m064604_c001_v0001171_t0028_u01747205164963") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 6m18.699626483s (try 1/5)