"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2025/04/09 01:55:07 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu" 2025/04/09 01:55:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/09 01:55:08 DEBUG : Creating backend with remote "/tmp/rclone4134265470" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === 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-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:09 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:09 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/04/09 01:55:09 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:09 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestCopyWithDryRun (1.82s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:10 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/09 01:55:10 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:10 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:10 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:11 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:11 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:11 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.63s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", 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-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", 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-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:13 DEBUG : Creating backend with remote "/non-existing" 2025/04/09 01:55:13 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/04/09 01:55:13 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:13 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.89s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:14 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:14 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:15 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestCopyNoTraverse (2.24s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:16 INFO : B2 bucket rclone-test-xacihoc7xepu: Running all checks before starting transfers 2025/04/09 01:55:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:16 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:16 INFO : B2 bucket rclone-test-xacihoc7xepu: Checks finished, now starting transfers 2025/04/09 01:55:16 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:17 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:17 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestCopyCheckFirst (2.08s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:18 ERROR : Ignoring --no-traverse with sync 2025/04/09 01:55:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:18 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:18 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:19 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:19 INFO : sub dir/hello world: Copied (new) 2025/04/09 01:55:19 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.84s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:20 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/04/09 01:55:20 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:20 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:21 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/04/09 01:55:21 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestCopyWithDepth (2.16s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:22 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:55:22 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:22 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:23 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:23 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (2.23s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:25 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:55:25 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:25 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:25 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:25 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (2.22s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:27 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/04/09 01:55:27 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/09 01:55:27 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/04/09 01:55:27 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/09 01:55:27 INFO : sub dir: Making directory 2025/04/09 01:55:27 INFO : sub dir2: Making directory 2025/04/09 01:55:27 INFO : sub dir2/sub sub dir2: Making directory 2025/04/09 01:55:27 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:27 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:27 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:27 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:27 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/04/09 01:55:27 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.77s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:28 INFO : sub dir2: Making directory 2025/04/09 01:55:28 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/04/09 01:55:28 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/09 01:55:29 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:29 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:29 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:29 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:29 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.67s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:30 DEBUG : sub dir2: Making directory with metadata 2025/04/09 01:55:30 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/09 01:55:30 INFO : sub dir: Making directory 2025/04/09 01:55:30 INFO : sub dir2: Making directory 2025/04/09 01:55:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:30 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:30 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:31 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:31 INFO : sub dir/hello world: Copied (new) 2025/04/09 01:55:31 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/04/09 01:55:31 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/04/09 01:55:31 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (2.20s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", 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-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:33 INFO : sub dir2: Making directory 2025/04/09 01:55:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:33 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:33 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:34 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:34 INFO : sub dir/hello world: Copied (new) 2025/04/09 01:55:34 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.68s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:34 DEBUG : sub dir2: Making directory with metadata 2025/04/09 01:55:34 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/09 01:55:34 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/09 01:55:34 INFO : sub dir: Making directory 2025/04/09 01:55:34 INFO : sub dir2: Making directory 2025/04/09 01:55:34 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:34 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:34 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:35 INFO : sub dir/hello world: Copied (new) 2025/04/09 01:55:35 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/04/09 01:55:35 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (2.13s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.36s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:37 INFO : sub dir2: Making directory 2025/04/09 01:55:37 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:37 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:37 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:38 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:38 INFO : sub dir/hello world: Copied (new) 2025/04/09 01:55:38 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.97s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:39 DEBUG : Creating backend with remote "TestB2:rclone-test-yawoyuc9joro" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-xacihoc7xepu -> B2 bucket rclone-test-yawoyuc9joro 2025/04/09 01:55:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:41 DEBUG : B2 bucket rclone-test-yawoyuc9joro: Waiting for checks to finish 2025/04/09 01:55:41 DEBUG : B2 bucket rclone-test-yawoyuc9joro: Waiting for transfers to finish 2025/04/09 01:55:41 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:41 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:41 DEBUG : B2 bucket rclone-test-yawoyuc9joro: Purge remote 2025/04/09 01:55:41 INFO : B2 bucket rclone-test-yawoyuc9joro: cleaning bucket "rclone-test-yawoyuc9joro" of all files 2025/04/09 01:55:42 DEBUG : sub dir/hello world: Deleting (id "4_zcf529dd3402d1b8b9f680e1b_f107e11453b892eda_d20250409_m015541_c001_v0001181_t0048_u01744163741622") --- PASS: TestServerSideCopy (4.36s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:44 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/04/09 01:55:44 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:44 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:45 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/04/09 01:55:45 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.64s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:46 DEBUG : Creating backend with remote "TestB2:rclone-test-niriwir6wari" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-xacihoc7xepu -> B2 bucket rclone-test-niriwir6wari 2025/04/09 01:55:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:48 DEBUG : B2 bucket rclone-test-niriwir6wari: Waiting for checks to finish 2025/04/09 01:55:48 DEBUG : B2 bucket rclone-test-niriwir6wari: Waiting for transfers to finish 2025/04/09 01:55:49 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:49 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:50 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/04/09 01:55:50 DEBUG : B2 bucket rclone-test-niriwir6wari: Waiting for checks to finish 2025/04/09 01:55:50 DEBUG : B2 bucket rclone-test-niriwir6wari: Waiting for transfers to finish 2025/04/09 01:55:50 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/04/09 01:55:50 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:50 DEBUG : B2 bucket rclone-test-niriwir6wari: Purge remote 2025/04/09 01:55:50 INFO : B2 bucket rclone-test-niriwir6wari: cleaning bucket "rclone-test-niriwir6wari" of all files 2025/04/09 01:55:51 DEBUG : sub dir/hello world: Deleting (id "4_z5fe2bd93402d1b8b9f680e1b_f108b7c6962eb46a5_d20250409_m015550_c001_v0001093_t0058_u01744163750459") 2025/04/09 01:55:51 DEBUG : sub dir/hello world: Deleting (id "4_z5fe2bd93402d1b8b9f680e1b_f111cf280912b6384_d20250409_m015548_c001_v0001144_t0054_u01744163748569") --- PASS: TestServerSideCopyOverSelf (6.85s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:53 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/04/09 01:55:53 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:55:53 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:55:54 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/04/09 01:55:54 INFO : sub dir/hello world: Copied (replaced existing) 2025/04/09 01:55:54 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.64s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:56 DEBUG : Creating backend with remote "TestB2:rclone-test-qinodut5lero" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-xacihoc7xepu -> B2 bucket rclone-test-qinodut5lero 2025/04/09 01:55:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:55:57 DEBUG : B2 bucket rclone-test-qinodut5lero: Waiting for checks to finish 2025/04/09 01:55:57 DEBUG : B2 bucket rclone-test-qinodut5lero: Waiting for transfers to finish 2025/04/09 01:55:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:55:58 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:55:59 DEBUG : B2 bucket rclone-test-qinodut5lero: Waiting for checks to finish 2025/04/09 01:55:59 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/04/09 01:55:59 DEBUG : B2 bucket rclone-test-qinodut5lero: Waiting for transfers to finish 2025/04/09 01:56:00 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/04/09 01:56:00 INFO : sub dir/hello world: Copied (server-side copy) 2025/04/09 01:56:00 INFO : sub dir/hello world: Deleted 2025/04/09 01:56:01 DEBUG : testing file moves 2025/04/09 01:56:02 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/04/09 01:56:02 DEBUG : B2 bucket rclone-test-qinodut5lero: Waiting for checks to finish 2025/04/09 01:56:02 DEBUG : B2 bucket rclone-test-qinodut5lero: Waiting for transfers to finish 2025/04/09 01:56:02 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/04/09 01:56:02 INFO : sub dir/hello world: Copied (server-side copy) 2025/04/09 01:56:02 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:03 DEBUG : B2 bucket rclone-test-qinodut5lero: Purge remote 2025/04/09 01:56:03 INFO : B2 bucket rclone-test-qinodut5lero: cleaning bucket "rclone-test-qinodut5lero" of all files 2025/04/09 01:56:03 DEBUG : sub dir/hello world: Deleting (id "4_z9fc2dde3402d1b8b9f680e1b_f109010cb766fc6c4_d20250409_m015602_c001_v0001109_t0038_u01744163762234") 2025/04/09 01:56:03 DEBUG : sub dir/hello world: Deleting (id "4_z9fc2dde3402d1b8b9f680e1b_f114fc3300b2afdea_d20250409_m015559_c001_v0001109_t0055_u01744163759763") 2025/04/09 01:56:03 DEBUG : sub dir/hello world: Deleting (id "4_z9fc2dde3402d1b8b9f680e1b_f117449922bffc73f_d20250409_m015558_c001_v0001136_t0035_u01744163758122") --- PASS: TestServerSideMoveOverSelf (9.76s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:06 ERROR : : error listing: directory not found 2025/04/09 01:56:06 INFO : Local file system at /tmp/rclone4134265470: Making directory 2025/04/09 01:56:06 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:06 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.09s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:56:08 DEBUG : Local file system at /tmp/rclone4134265470: Waiting for checks to finish 2025/04/09 01:56:08 DEBUG : Local file system at /tmp/rclone4134265470: Waiting for transfers to finish 2025/04/09 01:56:09 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:56:09 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/04/09 01:56:09 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestCopyRedownload (2.72s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:10 DEBUG : check sum: Need to transfer - File not found at Destination 2025/04/09 01:56:10 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:10 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:11 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/09 01:56:11 INFO : check sum: Copied (new) 2025/04/09 01:56:11 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:11 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:11 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/09 01:56:11 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/04/09 01:56:11 DEBUG : check sum: Unchanged skipping 2025/04/09 01:56:11 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:11 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:11 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.78s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:13 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/04/09 01:56:13 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:13 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:13 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/04/09 01:56:13 INFO : sizeonly: Copied (new) 2025/04/09 01:56:13 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:14 DEBUG : sizeonly: Sizes identical 2025/04/09 01:56:14 DEBUG : sizeonly: Unchanged skipping 2025/04/09 01:56:14 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:14 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:14 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:14 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.66s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:15 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/04/09 01:56:15 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:15 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:16 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/04/09 01:56:16 INFO : ignore-size: Copied (new) 2025/04/09 01:56:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:17 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 01:56:17 DEBUG : ignore-size: Unchanged skipping 2025/04/09 01:56:17 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:17 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:17 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:17 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (3.22s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:19 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 01:56:19 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:19 DEBUG : existing: Unchanged skipping 2025/04/09 01:56:19 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:19 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:19 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:20 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/04/09 01:56:20 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:20 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:20 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/04/09 01:56:20 INFO : existing: Copied (replaced existing) 2025/04/09 01:56:20 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (3.50s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:22 DEBUG : existing: Need to transfer - File not found at Destination 2025/04/09 01:56:22 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:22 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:23 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/04/09 01:56:23 INFO : existing: Copied (new) 2025/04/09 01:56:23 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:23 DEBUG : existing: Destination exists, skipping 2025/04/09 01:56:23 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:23 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:23 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:23 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.50s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:26 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/04/09 01:56:26 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:56:26 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/04/09 01:56:26 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:26 DEBUG : c/non empty space: Unchanged skipping 2025/04/09 01:56:26 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:26 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:56:26 INFO : a/potato2: Copied (new) 2025/04/09 01:56:26 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:27 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (3.55s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:29 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/04/09 01:56:29 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:29 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/09 01:56:29 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/04/09 01:56:29 DEBUG : empty space: Unchanged skipping 2025/04/09 01:56:29 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:29 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:29 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:29 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/04/09 01:56:29 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:29 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/09 01:56:30 INFO : empty space: Updated modification time in destination 2025/04/09 01:56:30 DEBUG : empty space: Unchanged skipping 2025/04/09 01:56:30 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:30 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:30 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.59s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:32 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/04/09 01:56:32 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:32 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/09 01:56:32 DEBUG : empty space: Unchanged skipping 2025/04/09 01:56:32 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:32 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:32 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.97s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:34 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/04/09 01:56:34 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:34 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone4134265470) 2025/04/09 01:56:34 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-xacihoc7xepu) 2025/04/09 01:56:34 DEBUG : foo: sha1 differ 2025/04/09 01:56:34 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:34 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/04/09 01:56:34 INFO : foo: Copied (replaced existing) 2025/04/09 01:56:34 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.85s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:37 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:56:37 DEBUG : potato: Need to transfer - File not found at Destination 2025/04/09 01:56:37 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:37 DEBUG : empty space: Unchanged skipping 2025/04/09 01:56:37 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:37 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:56:37 INFO : potato: Copied (new) 2025/04/09 01:56:37 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (3.13s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:40 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/04/09 01:56:40 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:40 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:40 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/04/09 01:56:40 INFO : potato: Copied (replaced existing) 2025/04/09 01:56:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.91s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:42 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:42 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/04/09 01:56:42 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone4134265470) 2025/04/09 01:56:42 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-xacihoc7xepu) 2025/04/09 01:56:42 DEBUG : potato: sha1 differ 2025/04/09 01:56:42 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:43 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/04/09 01:56:43 INFO : potato: Copied (replaced existing) 2025/04/09 01:56:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.63s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:45 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:56:45 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:56:45 DEBUG : empty space: Unchanged skipping 2025/04/09 01:56:45 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/04/09 01:56:45 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:45 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:45 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:45 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.66s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:56:48 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:56:48 DEBUG : empty space: Unchanged skipping 2025/04/09 01:56:48 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:48 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:49 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:56:49 INFO : potato2: Copied (new) 2025/04/09 01:56:49 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:49 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (3.94s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:52 INFO : d: Making directory 2025/04/09 01:56:52 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/04/09 01:56:52 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:56:52 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/04/09 01:56:52 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:52 DEBUG : c/non empty space: Unchanged skipping 2025/04/09 01:56:52 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:53 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:56:53 INFO : a/potato2: Copied (new) 2025/04/09 01:56:53 DEBUG : Waiting for deletions to finish 2025/04/09 01:56:53 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (3.90s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:56:56 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/04/09 01:56:56 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:56:56 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/04/09 01:56:56 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:56:56 DEBUG : c/non empty space: Unchanged skipping 2025/04/09 01:56:56 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:56:57 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:56:57 INFO : a/potato2: Copied (new) 2025/04/09 01:56:57 ERROR : B2 bucket rclone-test-xacihoc7xepu: not deleting files as there were IO errors 2025/04/09 01:56:57 ERROR : B2 bucket rclone-test-xacihoc7xepu: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (3.60s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:00 DEBUG : Waiting for deletions to finish 2025/04/09 01:57:00 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:57:00 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:57:00 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:00 DEBUG : empty space: Unchanged skipping 2025/04/09 01:57:00 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:00 INFO : potato: Deleted 2025/04/09 01:57:01 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:57:01 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (4.17s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:04 DEBUG : Waiting for deletions to finish 2025/04/09 01:57:04 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:04 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:04 INFO : potato: Deleted 2025/04/09 01:57:05 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:57:05 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:57:05 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:05 DEBUG : empty space: Unchanged skipping 2025/04/09 01:57:05 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:05 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:57:05 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (4.18s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:08 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:57:08 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:08 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:09 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/04/09 01:57:09 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (3.38s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:11 DEBUG : enormous: Excluded (Size Filter) 2025/04/09 01:57:11 DEBUG : enormous: Excluded 2025/04/09 01:57:11 DEBUG : potato2: Excluded (Size Filter) 2025/04/09 01:57:11 DEBUG : potato2: Excluded 2025/04/09 01:57:12 DEBUG : potato2: Excluded (Size Filter) 2025/04/09 01:57:12 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:57:12 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:12 DEBUG : empty space: Unchanged skipping 2025/04/09 01:57:12 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:12 DEBUG : Waiting for deletions to finish 2025/04/09 01:57:12 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:12 DEBUG : enormous: Excluded (Size Filter) 2025/04/09 01:57:12 DEBUG : enormous: Excluded 2025/04/09 01:57:12 DEBUG : potato2: Excluded (Size Filter) 2025/04/09 01:57:12 DEBUG : potato2: Excluded 2025/04/09 01:57:12 DEBUG : potato2: Excluded (Size Filter) 2025/04/09 01:57:12 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/04/09 01:57:12 DEBUG : empty space: Unchanged skipping 2025/04/09 01:57:12 DEBUG : Local file system at /tmp/rclone4134265470: Waiting for checks to finish 2025/04/09 01:57:12 DEBUG : Local file system at /tmp/rclone4134265470: Waiting for transfers to finish 2025/04/09 01:57:12 DEBUG : Waiting for deletions to finish 2025/04/09 01:57:12 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncWithExclude (3.70s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:16 DEBUG : enormous: Excluded (Size Filter) 2025/04/09 01:57:16 DEBUG : enormous: Excluded 2025/04/09 01:57:16 DEBUG : potato2: Excluded (Size Filter) 2025/04/09 01:57:16 DEBUG : potato2: Excluded 2025/04/09 01:57:16 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:57:16 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:16 DEBUG : empty space: Unchanged skipping 2025/04/09 01:57:16 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:16 DEBUG : Waiting for deletions to finish 2025/04/09 01:57:16 INFO : enormous: Deleted 2025/04/09 01:57:16 INFO : potato2: Deleted 2025/04/09 01:57:16 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:17 DEBUG : Local file system at /tmp/rclone4134265470: Waiting for checks to finish 2025/04/09 01:57:17 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/04/09 01:57:17 DEBUG : empty space: Unchanged skipping 2025/04/09 01:57:17 DEBUG : Local file system at /tmp/rclone4134265470: Waiting for transfers to finish 2025/04/09 01:57:17 DEBUG : Waiting for deletions to finish 2025/04/09 01:57:17 INFO : enormous: Deleted 2025/04/09 01:57:17 INFO : potato2: Deleted 2025/04/09 01:57:17 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (4.38s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:20 DEBUG : five: Need to transfer - File not found at Destination 2025/04/09 01:57:20 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/04/09 01:57:20 DEBUG : one: Destination is newer than source, skipping 2025/04/09 01:57:20 DEBUG : three: Sizes identical 2025/04/09 01:57:20 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:20 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/04/09 01:57:20 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone4134265470) 2025/04/09 01:57:20 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-xacihoc7xepu) 2025/04/09 01:57:20 DEBUG : two: sha1 differ 2025/04/09 01:57:20 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/04/09 01:57:20 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:20 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/04/09 01:57:20 INFO : five: Copied (new) 2025/04/09 01:57:21 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/04/09 01:57:21 INFO : two: Copied (replaced existing) 2025/04/09 01:57:21 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/04/09 01:57:21 INFO : four: Copied (replaced existing) 2025/04/09 01:57:21 DEBUG : Waiting for deletions to finish 2025/04/09 01:57:21 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:21 DEBUG : one: Destination is newer than source, skipping 2025/04/09 01:57:21 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/04/09 01:57:21 DEBUG : two: Size and sha1 of src and dst objects identical 2025/04/09 01:57:21 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/04/09 01:57:21 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone4134265470) 2025/04/09 01:57:21 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/04/09 01:57:21 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-xacihoc7xepu) 2025/04/09 01:57:21 DEBUG : four: Size and sha1 of src and dst objects identical 2025/04/09 01:57:21 DEBUG : three: sha1 differ 2025/04/09 01:57:21 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/04/09 01:57:21 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/04/09 01:57:21 DEBUG : five: Size and sha1 of src and dst objects identical 2025/04/09 01:57:21 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/04/09 01:57:21 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/04/09 01:57:21 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:22 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/09 01:57:22 INFO : three: Copied (replaced existing) 2025/04/09 01:57:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (5.44s) === 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-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/04/09 01:57:24 INFO : B2 bucket rclone-test-xacihoc7xepu: Making map for --track-renames 2025/04/09 01:57:24 INFO : B2 bucket rclone-test-xacihoc7xepu: Finished making map for --track-renames 2025/04/09 01:57:24 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:24 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/04/09 01:57:24 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/04/09 01:57:24 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for renames to finish 2025/04/09 01:57:24 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:24 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/09 01:57:24 INFO : yam: Copied (new) 2025/04/09 01:57:24 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/04/09 01:57:24 INFO : potato: Copied (new) 2025/04/09 01:57:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:24 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 01:57:24 INFO : B2 bucket rclone-test-xacihoc7xepu: Making map for --track-renames 2025/04/09 01:57:24 INFO : B2 bucket rclone-test-xacihoc7xepu: Finished making map for --track-renames 2025/04/09 01:57:24 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:24 DEBUG : potato: Unchanged skipping 2025/04/09 01:57:24 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for renames to finish 2025/04/09 01:57:25 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/09 01:57:25 INFO : yam: Copied (server-side copy) to: yaml 2025/04/09 01:57:25 INFO : yam: Deleted 2025/04/09 01:57:25 INFO : yaml: Renamed from "yam" 2025/04/09 01:57:25 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:25 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.64s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/04/09 01:57:27 INFO : B2 bucket rclone-test-xacihoc7xepu: Making map for --track-renames 2025/04/09 01:57:27 INFO : B2 bucket rclone-test-xacihoc7xepu: Finished making map for --track-renames 2025/04/09 01:57:27 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:27 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/04/09 01:57:27 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/04/09 01:57:27 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for renames to finish 2025/04/09 01:57:27 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:28 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/09 01:57:28 INFO : yam: Copied (new) 2025/04/09 01:57:28 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/04/09 01:57:28 INFO : potato: Copied (new) 2025/04/09 01:57:28 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:29 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 01:57:29 INFO : B2 bucket rclone-test-xacihoc7xepu: Making map for --track-renames 2025/04/09 01:57:29 INFO : B2 bucket rclone-test-xacihoc7xepu: Finished making map for --track-renames 2025/04/09 01:57:29 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:29 DEBUG : potato: Unchanged skipping 2025/04/09 01:57:29 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for renames to finish 2025/04/09 01:57:29 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/09 01:57:29 INFO : yam: Copied (server-side copy) to: yaml 2025/04/09 01:57:29 INFO : yam: Deleted 2025/04/09 01:57:29 INFO : yaml: Renamed from "yam" 2025/04/09 01:57:29 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:29 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (4.03s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/04/09 01:57:31 INFO : B2 bucket rclone-test-xacihoc7xepu: Making map for --track-renames 2025/04/09 01:57:31 INFO : B2 bucket rclone-test-xacihoc7xepu: Finished making map for --track-renames 2025/04/09 01:57:31 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:31 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/04/09 01:57:31 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for renames to finish 2025/04/09 01:57:31 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/04/09 01:57:31 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:32 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/04/09 01:57:32 INFO : potato: Copied (new) 2025/04/09 01:57:32 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/09 01:57:32 INFO : sub/yam: Copied (new) 2025/04/09 01:57:32 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:32 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 01:57:32 DEBUG : potato: Unchanged skipping 2025/04/09 01:57:32 INFO : B2 bucket rclone-test-xacihoc7xepu: Making map for --track-renames 2025/04/09 01:57:32 INFO : B2 bucket rclone-test-xacihoc7xepu: Finished making map for --track-renames 2025/04/09 01:57:32 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:32 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for renames to finish 2025/04/09 01:57:33 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/09 01:57:33 INFO : sub/yam: Copied (server-side copy) to: yam 2025/04/09 01:57:33 INFO : sub/yam: Deleted 2025/04/09 01:57:33 INFO : yam: Renamed from "sub/yam" 2025/04/09 01:57:33 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:33 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.54s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:35 DEBUG : Creating backend with remote "/tmp/rclone4134265470/dir1" 2025/04/09 01:57:35 DEBUG : Creating backend with remote "/tmp/rclone4134265470/dir2" 2025/04/09 01:57:35 DEBUG : Local file system at /tmp/rclone4134265470/dir2: Using server-side directory move 2025/04/09 01:57:35 INFO : Local file system at /tmp/rclone4134265470/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/04/09 01:57:35 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/04/09 01:57:35 INFO : file1.txt: Moved (server-side) 2025/04/09 01:57:35 DEBUG : Local file system at /tmp/rclone4134265470/dir2: Waiting for checks to finish 2025/04/09 01:57:35 DEBUG : Local file system at /tmp/rclone4134265470/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:57:35 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/04/09 01:57:35 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:35 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:57:36 INFO : sub dir/hello world: Copied (new) 2025/04/09 01:57:36 INFO : sub dir/hello world: Deleted 2025/04/09 01:57:36 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/04/09 01:57:36 INFO : nested/sub dir/file: Copied (new) 2025/04/09 01:57:36 INFO : nested/sub dir/file: Deleted 2025/04/09 01:57:36 INFO : sub dir: Removing directory 2025/04/09 01:57:36 INFO : nested/sub dir: Removing directory 2025/04/09 01:57:36 INFO : nested: Removing directory 2025/04/09 01:57:36 DEBUG : Local file system at /tmp/rclone4134265470: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.40s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/09 01:57:38 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/04/09 01:57:38 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:38 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:38 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/04/09 01:57:38 INFO : nested/sub dir/file: Copied (new) 2025/04/09 01:57:38 INFO : nested/sub dir/file: Deleted 2025/04/09 01:57:38 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/09 01:57:38 INFO : sub dir/hello world: Copied (new) 2025/04/09 01:57:38 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.41s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:40 DEBUG : existing: Need to transfer - File not found at Destination 2025/04/09 01:57:40 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/04/09 01:57:40 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:40 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:40 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/04/09 01:57:40 INFO : existing-b: Copied (new) 2025/04/09 01:57:40 INFO : existing-b: Deleted 2025/04/09 01:57:41 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/04/09 01:57:41 INFO : existing: Copied (new) 2025/04/09 01:57:41 INFO : existing: Deleted 2025/04/09 01:57:41 DEBUG : existing: Destination exists, skipping 2025/04/09 01:57:41 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/04/09 01:57:41 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:57:41 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:57:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.43s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:42 DEBUG : Creating backend with remote "TestB2:rclone-test-rudivop9cito" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-xacihoc7xepu -> B2 bucket rclone-test-rudivop9cito 2025/04/09 01:57:48 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:57:48 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/04/09 01:57:48 DEBUG : empty space: Unchanged skipping 2025/04/09 01:57:48 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/04/09 01:57:48 DEBUG : B2 bucket rclone-test-rudivop9cito: Waiting for checks to finish 2025/04/09 01:57:48 INFO : empty space: Deleted 2025/04/09 01:57:48 DEBUG : B2 bucket rclone-test-rudivop9cito: Waiting for transfers to finish 2025/04/09 01:57:48 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:57:48 INFO : potato2: Copied (server-side copy) 2025/04/09 01:57:49 INFO : potato2: Deleted 2025/04/09 01:57:49 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/09 01:57:49 INFO : potato3: Copied (server-side copy) 2025/04/09 01:57:49 INFO : potato3: Deleted 2025/04/09 01:57:49 DEBUG : Creating backend with remote "TestB2:rclone-test-wugedor8kiya" 2025/04/09 01:57:51 DEBUG : empty space: Need to transfer - File not found at Destination 2025/04/09 01:57:51 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:57:51 DEBUG : potato3: Need to transfer - File not found at Destination 2025/04/09 01:57:51 DEBUG : B2 bucket rclone-test-wugedor8kiya: Waiting for checks to finish 2025/04/09 01:57:51 DEBUG : B2 bucket rclone-test-wugedor8kiya: Waiting for transfers to finish 2025/04/09 01:57:51 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/09 01:57:51 INFO : empty space: Copied (server-side copy) 2025/04/09 01:57:52 INFO : empty space: Deleted 2025/04/09 01:57:52 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:57:52 INFO : potato2: Copied (server-side copy) 2025/04/09 01:57:52 INFO : potato2: Deleted 2025/04/09 01:57:52 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/09 01:57:52 INFO : potato3: Copied (server-side copy) 2025/04/09 01:57:52 INFO : potato3: Deleted 2025/04/09 01:57:52 DEBUG : B2 bucket rclone-test-wugedor8kiya: Purge remote 2025/04/09 01:57:52 INFO : B2 bucket rclone-test-wugedor8kiya: cleaning bucket "rclone-test-wugedor8kiya" of all files 2025/04/09 01:57:53 DEBUG : empty space: Deleting (id "4_zafa29d93404d1b8b9f680e1b_f1150191876a59bbf_d20250409_m015751_c001_v0001184_t0019_u01744163871712") 2025/04/09 01:57:53 DEBUG : potato2: Deleting (id "4_zafa29d93404d1b8b9f680e1b_f11299d0b569bb7f6_d20250409_m015751_c001_v0001177_t0002_u01744163871944") 2025/04/09 01:57:53 DEBUG : potato3: Deleting (id "4_zafa29d93404d1b8b9f680e1b_f11530083b05b99a8_d20250409_m015752_c001_v0001102_t0019_u01744163872091") 2025/04/09 01:57:53 DEBUG : B2 bucket rclone-test-rudivop9cito: Purge remote 2025/04/09 01:57:53 INFO : B2 bucket rclone-test-rudivop9cito: cleaning bucket "rclone-test-rudivop9cito" of all files 2025/04/09 01:57:53 DEBUG : empty space: Deleting (id "4_z9f228d33404d1b8b9f680e1b_f410bed6b49a63169_d20250409_m015751_c001_v7007000_t0000_u01744163871925") 2025/04/09 01:57:53 DEBUG : empty space: Deleting (id "4_z9f228d33404d1b8b9f680e1b_f103ebf25f6dbccb2_d20250409_m015747_c001_v0001137_t0029_u01744163867593") 2025/04/09 01:57:53 DEBUG : potato2: Deleting (id "4_z9f228d33404d1b8b9f680e1b_f410bed6b49a63170_d20250409_m015752_c001_v7007000_t0000_u01744163872161") 2025/04/09 01:57:53 DEBUG : potato2: Deleting (id "4_z9f228d33404d1b8b9f680e1b_f11482db76a8c87dd_d20250409_m015748_c001_v0001038_t0021_u01744163868571") 2025/04/09 01:57:53 DEBUG : potato3: Deleting (id "4_z9f228d33404d1b8b9f680e1b_f410bed6b49a63175_d20250409_m015752_c001_v7007000_t0000_u01744163872384") 2025/04/09 01:57:53 DEBUG : potato3: Deleting (id "4_z9f228d33404d1b8b9f680e1b_f1130b3353c90ea77_d20250409_m015748_c001_v0001171_t0055_u01744163868931") 2025/04/09 01:57:53 DEBUG : potato3: Deleting (id "4_z9f228d33404d1b8b9f680e1b_f103ebf25f6dbccb4_d20250409_m015747_c001_v0001137_t0009_u01744163867879") --- PASS: TestServerSideMove (13.15s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:57:55 DEBUG : Creating backend with remote "TestB2:rclone-test-leyaret4koze" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-xacihoc7xepu -> B2 bucket rclone-test-leyaret4koze 2025/04/09 01:58:07 DEBUG : empty space: Excluded (Size Filter) 2025/04/09 01:58:07 DEBUG : empty space: Excluded (Size Filter) 2025/04/09 01:58:07 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:58:07 DEBUG : B2 bucket rclone-test-leyaret4koze: Waiting for checks to finish 2025/04/09 01:58:07 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/04/09 01:58:07 DEBUG : B2 bucket rclone-test-leyaret4koze: Waiting for transfers to finish 2025/04/09 01:58:07 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:58:07 INFO : potato2: Copied (server-side copy) 2025/04/09 01:58:08 INFO : potato2: Deleted 2025/04/09 01:58:08 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/09 01:58:08 INFO : potato3: Copied (server-side copy) 2025/04/09 01:58:08 INFO : potato3: Deleted 2025/04/09 01:58:09 DEBUG : Creating backend with remote "TestB2:rclone-test-keyodej9lemo" 2025/04/09 01:58:09 DEBUG : empty space: Excluded (Size Filter) 2025/04/09 01:58:10 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:58:10 DEBUG : potato3: Need to transfer - File not found at Destination 2025/04/09 01:58:10 DEBUG : B2 bucket rclone-test-keyodej9lemo: Waiting for checks to finish 2025/04/09 01:58:10 DEBUG : B2 bucket rclone-test-keyodej9lemo: Waiting for transfers to finish 2025/04/09 01:58:11 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:58:11 INFO : potato2: Copied (server-side copy) 2025/04/09 01:58:11 INFO : potato2: Deleted 2025/04/09 01:58:11 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/09 01:58:11 INFO : potato3: Copied (server-side copy) 2025/04/09 01:58:11 INFO : potato3: Deleted 2025/04/09 01:58:12 DEBUG : B2 bucket rclone-test-keyodej9lemo: Purge remote 2025/04/09 01:58:12 INFO : B2 bucket rclone-test-keyodej9lemo: cleaning bucket "rclone-test-keyodej9lemo" of all files 2025/04/09 01:58:12 DEBUG : potato2: Deleting (id "4_z6f32ed43404d1b8b9f680e1b_f11573ff69e38d78c_d20250409_m015810_c001_v0001093_t0007_u01744163890754") 2025/04/09 01:58:12 DEBUG : potato3: Deleting (id "4_z6f32ed43404d1b8b9f680e1b_f1120a5c0ae749fff_d20250409_m015811_c001_v0001100_t0044_u01744163891129") 2025/04/09 01:58:12 DEBUG : B2 bucket rclone-test-leyaret4koze: Purge remote 2025/04/09 01:58:12 INFO : B2 bucket rclone-test-leyaret4koze: cleaning bucket "rclone-test-leyaret4koze" of all files 2025/04/09 01:58:13 DEBUG : empty space: Deleting (id "4_zff12bda3404d1b8b9f680e1b_f1053f40e41e91dd2_d20250409_m015805_c001_v0001117_t0059_u01744163885642") 2025/04/09 01:58:13 DEBUG : potato2: Deleting (id "4_zff12bda3404d1b8b9f680e1b_f4077d795ff20e361_d20250409_m015811_c001_v7007000_t0000_u01744163891185") 2025/04/09 01:58:13 DEBUG : potato2: Deleting (id "4_zff12bda3404d1b8b9f680e1b_f110b46cf7fb0c770_d20250409_m015807_c001_v0001179_t0040_u01744163887676") 2025/04/09 01:58:13 DEBUG : potato3: Deleting (id "4_zff12bda3404d1b8b9f680e1b_f4077d795ff20e362_d20250409_m015811_c001_v7007000_t0000_u01744163891574") 2025/04/09 01:58:13 DEBUG : potato3: Deleting (id "4_zff12bda3404d1b8b9f680e1b_f105a4691e4fbedcc_d20250409_m015807_c001_v0001109_t0050_u01744163887918") 2025/04/09 01:58:13 DEBUG : potato3: Deleting (id "4_zff12bda3404d1b8b9f680e1b_f1053f40e41e91dd4_d20250409_m015806_c001_v0001117_t0012_u01744163886119") --- PASS: TestServerSideMoveWithFilter (19.13s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:58:14 DEBUG : Creating backend with remote "TestB2:rclone-test-zovuluw0caro" 2025/04/09 01:58:18 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-xacihoc7xepu -> B2 bucket rclone-test-zovuluw0caro 2025/04/09 01:58:20 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:58:20 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/04/09 01:58:20 DEBUG : empty space: Unchanged skipping 2025/04/09 01:58:20 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/04/09 01:58:20 DEBUG : B2 bucket rclone-test-zovuluw0caro: Waiting for checks to finish 2025/04/09 01:58:20 INFO : empty space: Deleted 2025/04/09 01:58:20 DEBUG : B2 bucket rclone-test-zovuluw0caro: Waiting for transfers to finish 2025/04/09 01:58:20 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:58:20 INFO : potato2: Copied (server-side copy) 2025/04/09 01:58:20 INFO : potato2: Deleted 2025/04/09 01:58:20 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/09 01:58:20 INFO : potato3: Copied (server-side copy) 2025/04/09 01:58:21 INFO : potato3: Deleted 2025/04/09 01:58:21 DEBUG : Creating backend with remote "TestB2:rclone-test-lolahem2yene" 2025/04/09 01:58:22 INFO : tomatoDir: Making directory 2025/04/09 01:58:22 DEBUG : empty space: Need to transfer - File not found at Destination 2025/04/09 01:58:22 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/09 01:58:22 DEBUG : potato3: Need to transfer - File not found at Destination 2025/04/09 01:58:22 DEBUG : B2 bucket rclone-test-lolahem2yene: Waiting for checks to finish 2025/04/09 01:58:22 DEBUG : B2 bucket rclone-test-lolahem2yene: Waiting for transfers to finish 2025/04/09 01:58:23 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/09 01:58:23 INFO : empty space: Copied (server-side copy) 2025/04/09 01:58:23 INFO : empty space: Deleted 2025/04/09 01:58:23 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/09 01:58:23 INFO : potato2: Copied (server-side copy) 2025/04/09 01:58:23 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/09 01:58:23 INFO : potato3: Copied (server-side copy) 2025/04/09 01:58:23 INFO : potato2: Deleted 2025/04/09 01:58:23 INFO : potato3: Deleted 2025/04/09 01:58:24 DEBUG : B2 bucket rclone-test-lolahem2yene: Purge remote 2025/04/09 01:58:24 INFO : B2 bucket rclone-test-lolahem2yene: cleaning bucket "rclone-test-lolahem2yene" of all files 2025/04/09 01:58:24 DEBUG : empty space: Deleting (id "4_z3f121d53405d1b8b9f680e1b_f1137113a145a969f_d20250409_m015823_c001_v0001161_t0058_u01744163903155") 2025/04/09 01:58:24 DEBUG : potato2: Deleting (id "4_z3f121d53405d1b8b9f680e1b_f1141f19e40306786_d20250409_m015823_c001_v0001091_t0032_u01744163903434") 2025/04/09 01:58:24 DEBUG : potato3: Deleting (id "4_z3f121d53405d1b8b9f680e1b_f117e151202694301_d20250409_m015823_c001_v0001171_t0048_u01744163903520") 2025/04/09 01:58:25 DEBUG : B2 bucket rclone-test-zovuluw0caro: Purge remote 2025/04/09 01:58:25 INFO : B2 bucket rclone-test-zovuluw0caro: cleaning bucket "rclone-test-zovuluw0caro" of all files 2025/04/09 01:58:25 DEBUG : empty space: Deleting (id "4_z5f620d53405d1b8b9f680e1b_f411a5cb406bf7d87_d20250409_m015823_c001_v7007000_t0000_u01744163903414") 2025/04/09 01:58:25 DEBUG : empty space: Deleting (id "4_z5f620d53405d1b8b9f680e1b_f1132a208d2fecd05_d20250409_m015819_c001_v0001183_t0030_u01744163899626") 2025/04/09 01:58:25 DEBUG : potato2: Deleting (id "4_z5f620d53405d1b8b9f680e1b_f411a5cb406bf7d88_d20250409_m015823_c001_v7007000_t0000_u01744163903828") 2025/04/09 01:58:25 DEBUG : potato2: Deleting (id "4_z5f620d53405d1b8b9f680e1b_f1157a24a9324dcd4_d20250409_m015820_c001_v0001183_t0009_u01744163900472") 2025/04/09 01:58:25 DEBUG : potato3: Deleting (id "4_z5f620d53405d1b8b9f680e1b_f402137e355837dc0_d20250409_m015823_c001_v7007000_t0000_u01744163903861") 2025/04/09 01:58:25 DEBUG : potato3: Deleting (id "4_z5f620d53405d1b8b9f680e1b_f10119118e32692f6_d20250409_m015820_c001_v0001179_t0023_u01744163900695") 2025/04/09 01:58:25 DEBUG : potato3: Deleting (id "4_z5f620d53405d1b8b9f680e1b_f1132a208d2fecd11_d20250409_m015819_c001_v0001183_t0006_u01744163899873") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (12.20s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:58:27 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.65s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:58:29 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncOverlap (2.99s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:58:32 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/rclone-sync-test" 2025/04/09 01:58:34 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/rclone-sync-test-include/layer2" 2025/04/09 01:58:36 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/rclone-sync-test-ignore-file" 2025/04/09 01:58:39 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/04/09 01:58:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/04/09 01:58:40 DEBUG : pacer: Reducing sleep to 10ms 2025/04/09 01:58:40 DEBUG : B2 bucket rclone-test-xacihoc7xepu path rclone-sync-test: Waiting for checks to finish 2025/04/09 01:58:40 DEBUG : B2 bucket rclone-test-xacihoc7xepu path rclone-sync-test: Waiting for transfers to finish 2025/04/09 01:58:40 DEBUG : Waiting for deletions to finish 2025/04/09 01:58:40 INFO : There was nothing to transfer 2025/04/09 01:58:40 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:58:40 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:58:40 DEBUG : Waiting for deletions to finish 2025/04/09 01:58:40 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:58:40 DEBUG : B2 bucket rclone-test-xacihoc7xepu path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/04/09 01:58:40 DEBUG : B2 bucket rclone-test-xacihoc7xepu path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/04/09 01:58:40 DEBUG : Waiting for deletions to finish 2025/04/09 01:58:40 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:58:41 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 01:58:41 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 01:58:41 DEBUG : Waiting for deletions to finish 2025/04/09 01:58:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:58:41 DEBUG : B2 bucket rclone-test-xacihoc7xepu path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/04/09 01:58:41 DEBUG : B2 bucket rclone-test-xacihoc7xepu path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/04/09 01:58:41 DEBUG : Waiting for deletions to finish 2025/04/09 01:58:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.68s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:58:48 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/dst" 2025/04/09 01:58:49 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/CompareDest" 2025/04/09 01:58:51 DEBUG : one: Need to transfer - File not found at Destination 2025/04/09 01:58:51 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:58:51 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:58:52 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/09 01:58:52 INFO : one: Copied (new) 2025/04/09 01:58:52 DEBUG : Waiting for deletions to finish 2025/04/09 01:58:52 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 01:58:52 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:58:53 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:58:53 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/04/09 01:58:53 INFO : one: Copied (replaced existing) 2025/04/09 01:58:53 DEBUG : Waiting for deletions to finish 2025/04/09 01:58:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 01:58:55 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:58:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:58:55 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/09 01:58:55 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:58:55 DEBUG : Waiting for deletions to finish 2025/04/09 01:58:55 INFO : There was nothing to transfer 2025/04/09 01:58:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 01:58:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:58:57 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/09 01:58:57 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:58:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:58:57 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/09 01:58:57 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:58:57 DEBUG : Waiting for deletions to finish 2025/04/09 01:58:57 INFO : There was nothing to transfer 2025/04/09 01:58:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 01:58:57 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:58:57 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/09 01:58:57 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:58:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:58:57 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/09 01:58:57 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:58:57 DEBUG : Waiting for deletions to finish 2025/04/09 01:58:57 INFO : There was nothing to transfer 2025/04/09 01:58:58 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 01:58:59 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/04/09 01:58:59 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/04/09 01:58:59 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/09 01:58:59 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:58:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:58:59 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/09 01:58:59 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:58:59 DEBUG : Waiting for deletions to finish 2025/04/09 01:58:59 INFO : There was nothing to transfer 2025/04/09 01:58:59 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 01:58:59 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/09 01:58:59 DEBUG : two: Need to transfer - File not found at Destination 2025/04/09 01:58:59 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:58:59 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:58:59 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/09 01:58:59 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:59:00 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/04/09 01:59:00 INFO : two: Copied (new) 2025/04/09 01:59:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.22s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:59:03 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/dest" 2025/04/09 01:59:04 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/pre-dest1" 2025/04/09 01:59:05 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/pre-dest2" 2025/04/09 01:59:07 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 01:59:07 DEBUG : 1: Destination found in --compare-dest, skipping 2025/04/09 01:59:08 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 01:59:08 DEBUG : 2: Destination found in --compare-dest, skipping 2025/04/09 01:59:08 DEBUG : 3: Need to transfer - File not found at Destination 2025/04/09 01:59:08 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dest: Waiting for checks to finish 2025/04/09 01:59:08 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dest: Waiting for transfers to finish 2025/04/09 01:59:09 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/04/09 01:59:09 INFO : 3: Copied (new) 2025/04/09 01:59:09 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (9.23s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:59:10 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/dst" 2025/04/09 01:59:12 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/CopyDest" 2025/04/09 01:59:14 DEBUG : one: Need to transfer - File not found at Destination 2025/04/09 01:59:14 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:59:14 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:59:14 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/09 01:59:14 INFO : one: Copied (new) 2025/04/09 01:59:14 DEBUG : Waiting for deletions to finish 2025/04/09 01:59:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 01:59:15 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:59:15 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:59:16 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/04/09 01:59:16 INFO : one: Copied (replaced existing) 2025/04/09 01:59:16 DEBUG : Waiting for deletions to finish 2025/04/09 01:59:18 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/BackupDir" 2025/04/09 01:59:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 01:59:19 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:59:19 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:59:19 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/09 01:59:21 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/09 01:59:21 INFO : one: Copied (server-side copy) 2025/04/09 01:59:21 INFO : one: Deleted 2025/04/09 01:59:21 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/04/09 01:59:21 INFO : one: Copied (server-side copy) 2025/04/09 01:59:21 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/09 01:59:21 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:59:21 DEBUG : Waiting for deletions to finish 2025/04/09 01:59:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:59:23 DEBUG : one: Unchanged skipping 2025/04/09 01:59:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:59:23 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/04/09 01:59:23 INFO : two: Copied (server-side copy) 2025/04/09 01:59:23 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/09 01:59:23 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:59:23 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:59:23 DEBUG : Waiting for deletions to finish 2025/04/09 01:59:24 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:59:24 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:59:24 DEBUG : two: Unchanged skipping 2025/04/09 01:59:24 DEBUG : one: Unchanged skipping 2025/04/09 01:59:24 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:59:24 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:59:24 DEBUG : Waiting for deletions to finish 2025/04/09 01:59:24 INFO : There was nothing to transfer 2025/04/09 01:59:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:59:25 DEBUG : one: Unchanged skipping 2025/04/09 01:59:25 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/09 01:59:25 DEBUG : three: Destination not found in --copy-dest 2025/04/09 01:59:25 DEBUG : three: Need to transfer - File not found at Destination 2025/04/09 01:59:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/09 01:59:25 DEBUG : two: Unchanged skipping 2025/04/09 01:59:25 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:59:25 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:59:26 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/04/09 01:59:26 INFO : three: Copied (new) 2025/04/09 01:59:26 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (17.26s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:59:30 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/dst" 2025/04/09 01:59:32 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/backup" 2025/04/09 01:59:33 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/09 01:59:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 01:59:33 DEBUG : two: Unchanged skipping 2025/04/09 01:59:33 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:59:35 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/09 01:59:35 INFO : one: Copied (server-side copy) 2025/04/09 01:59:35 INFO : one: Deleted 2025/04/09 01:59:35 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:59:36 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 01:59:36 INFO : one: Copied (new) 2025/04/09 01:59:36 DEBUG : Waiting for deletions to finish 2025/04/09 01:59:36 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/09 01:59:36 INFO : three.txt: Copied (server-side copy) 2025/04/09 01:59:37 INFO : three.txt: Deleted 2025/04/09 01:59:37 INFO : three.txt: Moved into backup dir 2025/04/09 01:59:39 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 01:59:39 DEBUG : two: Unchanged skipping 2025/04/09 01:59:39 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:59:39 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/09 01:59:39 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 01:59:39 INFO : one: Copied (server-side copy) 2025/04/09 01:59:39 INFO : one: Deleted 2025/04/09 01:59:39 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:59:40 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/09 01:59:40 INFO : one: Copied (new) 2025/04/09 01:59:40 DEBUG : Waiting for deletions to finish 2025/04/09 01:59:40 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/09 01:59:40 INFO : three.txt: Copied (server-side copy) 2025/04/09 01:59:40 INFO : three.txt: Deleted 2025/04/09 01:59:40 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (14.02s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:59:43 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1144-16.backblaze.com/b2api/v1/b2_upload_file/3f421df3402d1b8b9f680e1b/c001_v0001144_t0021": EOF 2025/04/09 01:59:43 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1144-16.backblaze.com/b2api/v1/b2_upload_file/3f421df3402d1b8b9f680e1b/c001_v0001144_t0021": EOF) 2025/04/09 01:59:43 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-xacihoc7xepu: 1/10 (Post "https://pod-000-1144-16.backblaze.com/b2api/v1/b2_upload_file/3f421df3402d1b8b9f680e1b/c001_v0001144_t0021": EOF) 2025/04/09 01:59:46 DEBUG : pacer: Reducing sleep to 10ms 2025/04/09 01:59:46 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/dst" 2025/04/09 01:59:47 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/backup" 2025/04/09 01:59:49 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/09 01:59:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 01:59:49 DEBUG : two: Unchanged skipping 2025/04/09 01:59:49 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:59:50 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/09 01:59:50 INFO : one: Copied (server-side copy) to: one.bak 2025/04/09 01:59:50 INFO : one: Deleted 2025/04/09 01:59:50 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:59:51 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 01:59:51 INFO : one: Copied (new) 2025/04/09 01:59:51 DEBUG : Waiting for deletions to finish 2025/04/09 01:59:52 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/09 01:59:52 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/09 01:59:52 INFO : three.txt: Deleted 2025/04/09 01:59:52 INFO : three.txt: Moved into backup dir 2025/04/09 01:59:54 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/09 01:59:54 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 01:59:54 DEBUG : two: Unchanged skipping 2025/04/09 01:59:54 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 01:59:55 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 01:59:55 INFO : one: Copied (server-side copy) to: one.bak 2025/04/09 01:59:55 INFO : one: Deleted 2025/04/09 01:59:55 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 01:59:55 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/09 01:59:55 INFO : one: Copied (new) 2025/04/09 01:59:55 DEBUG : Waiting for deletions to finish 2025/04/09 01:59:56 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/09 01:59:56 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/09 01:59:56 INFO : three.txt: Deleted 2025/04/09 01:59:56 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (15.51s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 01:59:59 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/dst" 2025/04/09 02:00:00 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/backup" 2025/04/09 02:00:02 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/09 02:00:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:00:02 DEBUG : two: Unchanged skipping 2025/04/09 02:00:02 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 02:00:03 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/09 02:00:03 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/04/09 02:00:04 INFO : one: Deleted 2025/04/09 02:00:04 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 02:00:04 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 02:00:04 INFO : one: Copied (new) 2025/04/09 02:00:04 DEBUG : Waiting for deletions to finish 2025/04/09 02:00:05 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/09 02:00:05 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/04/09 02:00:05 INFO : three.txt: Deleted 2025/04/09 02:00:05 INFO : three.txt: Moved into backup dir 2025/04/09 02:00:07 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/09 02:00:07 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:00:07 DEBUG : two: Unchanged skipping 2025/04/09 02:00:07 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 02:00:07 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 02:00:07 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/04/09 02:00:08 INFO : one: Deleted 2025/04/09 02:00:08 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 02:00:08 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/09 02:00:08 INFO : one: Copied (new) 2025/04/09 02:00:08 DEBUG : Waiting for deletions to finish 2025/04/09 02:00:08 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/09 02:00:08 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/04/09 02:00:09 INFO : three.txt: Deleted 2025/04/09 02:00:09 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (12.82s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:00:12 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/dst" 2025/04/09 02:00:14 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/09 02:00:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:00:14 DEBUG : two: Unchanged skipping 2025/04/09 02:00:14 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 02:00:14 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/09 02:00:14 INFO : one: Copied (server-side copy) to: one.bak 2025/04/09 02:00:15 INFO : one: Deleted 2025/04/09 02:00:15 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 02:00:16 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 02:00:16 INFO : one: Copied (new) 2025/04/09 02:00:16 DEBUG : Waiting for deletions to finish 2025/04/09 02:00:16 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/09 02:00:16 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/09 02:00:17 INFO : three.txt: Deleted 2025/04/09 02:00:17 INFO : three.txt: Moved into backup dir 2025/04/09 02:00:18 DEBUG : one.bak: Excluded (Path Filter) 2025/04/09 02:00:18 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/04/09 02:00:18 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/09 02:00:18 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:00:18 DEBUG : two: Unchanged skipping 2025/04/09 02:00:18 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for checks to finish 2025/04/09 02:00:18 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 02:00:18 INFO : one: Copied (server-side copy) to: one.bak 2025/04/09 02:00:19 INFO : one: Deleted 2025/04/09 02:00:19 DEBUG : B2 bucket rclone-test-xacihoc7xepu path dst: Waiting for transfers to finish 2025/04/09 02:00:19 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/09 02:00:19 INFO : one: Copied (new) 2025/04/09 02:00:19 DEBUG : Waiting for deletions to finish 2025/04/09 02:00:20 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/09 02:00:20 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/09 02:00:20 INFO : three.txt: Deleted 2025/04/09 02:00:20 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (11.12s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:00:23 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/dst" 2025/04/09 02:00:24 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/09 02:00:26 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/09 02:00:26 INFO : one: Copied (server-side copy) to: one.bak 2025/04/09 02:00:26 INFO : one: Deleted 2025/04/09 02:00:27 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 02:00:27 INFO : one: Copied (new) 2025/04/09 02:00:27 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:00:27 DEBUG : two: Unchanged skipping 2025/04/09 02:00:27 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/04/09 02:00:28 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/09 02:00:28 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/09 02:00:28 INFO : three.txt: Deleted 2025/04/09 02:00:29 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/09 02:00:29 INFO : three.txt: Copied (new) 2025/04/09 02:00:30 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/09 02:00:30 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 02:00:30 INFO : one: Copied (server-side copy) to: one.bak 2025/04/09 02:00:30 INFO : one: Deleted 2025/04/09 02:00:31 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/09 02:00:31 INFO : one: Copied (new) 2025/04/09 02:00:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:00:32 DEBUG : two: Unchanged skipping 2025/04/09 02:00:32 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/04/09 02:00:32 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/09 02:00:32 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/09 02:00:33 INFO : three.txt: Deleted 2025/04/09 02:00:33 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/04/09 02:00:33 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (13.82s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:00:37 DEBUG : Creating backend with remote "TestB2:rclone-test-xacihoc7xepu/dst" 2025/04/09 02:00:39 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/09 02:00:40 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/09 02:00:40 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/04/09 02:00:40 INFO : one: Deleted 2025/04/09 02:00:41 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 02:00:41 INFO : one: Copied (new) 2025/04/09 02:00:41 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:00:41 DEBUG : two: Unchanged skipping 2025/04/09 02:00:41 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/04/09 02:00:42 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/09 02:00:42 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/04/09 02:00:42 INFO : three.txt: Deleted 2025/04/09 02:00:42 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/09 02:00:42 INFO : three.txt: Copied (new) 2025/04/09 02:00:43 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/09 02:00:44 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/09 02:00:44 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/04/09 02:00:44 INFO : one: Deleted 2025/04/09 02:00:44 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/09 02:00:44 INFO : one: Copied (new) 2025/04/09 02:00:44 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:00:44 DEBUG : two: Unchanged skipping 2025/04/09 02:00:45 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/04/09 02:00:45 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/09 02:00:45 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/04/09 02:00:45 INFO : three.txt: Deleted 2025/04/09 02:00:46 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/04/09 02:00:46 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (12.13s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:00:48 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/04/09 02:00:48 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 02:00:48 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 02:00:49 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/04/09 02:00:49 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/04/09 02:00:49 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.68s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:00:50 DEBUG : existing: Need to transfer - File not found at Destination 2025/04/09 02:00:50 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 02:00:50 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 02:00:51 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/04/09 02:00:51 INFO : existing: Copied (new) 2025/04/09 02:00:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:00:51 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 02:00:51 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/04/09 02:00:51 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/04/09 02:00:51 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 02:00:51 ERROR : B2 bucket rclone-test-xacihoc7xepu: not deleting files as there were IO errors 2025/04/09 02:00:51 ERROR : B2 bucket rclone-test-xacihoc7xepu: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncImmutable (2.85s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:00:54 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:00:54 DEBUG : existing: Unchanged skipping 2025/04/09 02:00:54 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 02:00:54 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 02:00:54 DEBUG : Waiting for deletions to finish 2025/04/09 02:00:54 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.58s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.37s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.12s) --- SKIP: TestMaxTransfer/Hard (0.37s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:01:15 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both0: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both1: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both10: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both11: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both12: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both13: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both14: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both15: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both16: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both17: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both18: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both19: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both2: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both3: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both4: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both5: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both6: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both7: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both8: Unchanged skipping 2025/04/09 02:01:15 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:15 DEBUG : both9: Unchanged skipping 2025/04/09 02:01:15 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 02:01:15 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 02:01:15 DEBUG : Waiting for deletions to finish 2025/04/09 02:01:15 INFO : only6: Deleted 2025/04/09 02:01:15 INFO : only1: Deleted 2025/04/09 02:01:15 INFO : only12: Deleted 2025/04/09 02:01:15 INFO : only15: Deleted 2025/04/09 02:01:15 INFO : only14: Deleted 2025/04/09 02:01:15 INFO : only17: Deleted 2025/04/09 02:01:16 INFO : only2: Deleted 2025/04/09 02:01:16 INFO : only18: Deleted 2025/04/09 02:01:16 INFO : only3: Deleted 2025/04/09 02:01:16 INFO : only7: Deleted 2025/04/09 02:01:16 INFO : only8: Deleted 2025/04/09 02:01:16 INFO : only9: Deleted 2025/04/09 02:01:16 INFO : only0: Deleted 2025/04/09 02:01:16 INFO : only10: Deleted 2025/04/09 02:01:16 INFO : only13: Deleted 2025/04/09 02:01:16 INFO : only4: Deleted 2025/04/09 02:01:16 INFO : only5: Deleted 2025/04/09 02:01:16 INFO : only11: Deleted 2025/04/09 02:01:16 INFO : only16: Deleted 2025/04/09 02:01:16 INFO : only19: Deleted 2025/04/09 02:01:16 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (25.24s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:01:39 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for checks to finish 2025/04/09 02:01:39 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both0: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both12: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both13: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both10: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both11: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both16: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both1: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both14: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both18: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both2: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both19: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both17: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both15: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both6: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both3: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both8: Unchanged skipping 2025/04/09 02:01:39 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/09 02:01:39 DEBUG : both9: Unchanged skipping 2025/04/09 02:01:39 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : both4: Unchanged skipping 2025/04/09 02:01:39 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : both5: Unchanged skipping 2025/04/09 02:01:39 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : both7: Unchanged skipping 2025/04/09 02:01:39 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/04/09 02:01:39 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Waiting for transfers to finish 2025/04/09 02:01:39 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:39 INFO : only0: Copied (replaced existing) 2025/04/09 02:01:39 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:39 INFO : only10: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only11: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only16: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only17: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only13: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only18: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only1: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only19: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only2: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only3: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only4: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only5: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only6: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only7: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only12: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only14: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only8: Copied (replaced existing) 2025/04/09 02:01:40 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:40 INFO : only15: Copied (replaced existing) 2025/04/09 02:01:41 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/09 02:01:41 INFO : only9: Copied (replaced existing) 2025/04/09 02:01:41 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (28.23s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:01:49 DEBUG : empty_dir: Making directory with metadata 2025/04/09 02:01:49 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/09 02:01:49 DEBUG : empty_on_remote: Making directory with metadata 2025/04/09 02:01:49 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/09 02:01:49 INFO : empty_on_remote: Making directory 2025/04/09 02:01:49 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-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:01:51 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/04/09 02:01:51 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/04/09 02:01:51 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/04/09 02:01:51 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTime (3.67s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:01:53 DEBUG : empty_dir: Making directory with metadata 2025/04/09 02:01:53 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/09 02:01:53 DEBUG : empty_on_remote: Making directory with metadata 2025/04/09 02:01:53 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/09 02:01:53 INFO : empty_on_remote: Making directory 2025/04/09 02:01:53 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-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:01:54 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/04/09 02:01:54 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/04/09 02:01:54 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/04/09 02:01:54 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/04/09 02:01:54 INFO : empty_dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (3.07s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:01:56 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/09 02:01:56 INFO : sub dir: Making directory 2025/04/09 02:01:56 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (3.07s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" 2025/04/09 02:01:59 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/09 02:01:59 INFO : sub dir: Making directory 2025/04/09 02:01:59 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-xacihoc7xepu", Local "Local file system at /tmp/rclone4134265470", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.07s) PASS 2025/04/09 02:02:02 DEBUG : B2 bucket rclone-test-xacihoc7xepu: Purge remote 2025/04/09 02:02:02 INFO : B2 bucket rclone-test-xacihoc7xepu: cleaning bucket "rclone-test-xacihoc7xepu" of all files 2025/04/09 02:02:03 DEBUG : BackupDir/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e59a_d20250409_m015926_c001_v7007000_t0000_u01744163966756") 2025/04/09 02:02:03 DEBUG : BackupDir/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f115c30c64fef766d_d20250409_m015920_c001_v0001180_t0037_u01744163960982") 2025/04/09 02:02:03 DEBUG : CompareDest/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f40115b661aeee8ea_d20250409_m015900_c001_v7007000_t0000_u01744163940857") 2025/04/09 02:02:03 DEBUG : CompareDest/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f6bf0_d20250409_m015854_c001_v0001171_t0021_u01744163934839") 2025/04/09 02:02:03 DEBUG : CompareDest/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f40115b661aeee8eb_d20250409_m015901_c001_v7007000_t0000_u01744163941046") 2025/04/09 02:02:03 DEBUG : CompareDest/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1b4c_d20250409_m015856_c001_v0001171_t0056_u01744163936265") 2025/04/09 02:02:03 DEBUG : CopyDest/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e59b_d20250409_m015926_c001_v7007000_t0000_u01744163966953") 2025/04/09 02:02:03 DEBUG : CopyDest/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119b12_d20250409_m015917_c001_v0001144_t0034_u01744163957570") 2025/04/09 02:02:03 DEBUG : CopyDest/three: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e59c_d20250409_m015927_c001_v7007000_t0000_u01744163967148") 2025/04/09 02:02:03 DEBUG : CopyDest/three: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1d7c_d20250409_m015924_c001_v0001171_t0045_u01744163964657") 2025/04/09 02:02:03 DEBUG : CopyDest/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e59e_d20250409_m015927_c001_v7007000_t0000_u01744163967336") 2025/04/09 02:02:03 DEBUG : CopyDest/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f6da4_d20250409_m015922_c001_v0001171_t0059_u01744163962405") 2025/04/09 02:02:03 DEBUG : EXISTING: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f8bf_d20250409_m020054_c001_v7007000_t0000_u01744164054471") 2025/04/09 02:02:03 DEBUG : EXISTING: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2542_d20250409_m020053_c001_v0001171_t0039_u01744164053257") 2025/04/09 02:02:03 DEBUG : Testêé: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f8ba_d20250409_m020050_c001_v7007000_t0000_u01744164050029") 2025/04/09 02:02:04 DEBUG : Testêé: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e24e0_d20250409_m020049_c001_v0001171_t0044_u01744164049210") 2025/04/09 02:02:04 DEBUG : Testêé: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f741a_d20250409_m020048_c001_v0001171_t0046_u01744164048091") 2025/04/09 02:02:04 DEBUG : a/potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff74537b_d20250409_m015657_c001_v7007000_t0000_u01744163817627") 2025/04/09 02:02:04 DEBUG : a/potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119909_d20250409_m015656_c001_v0001144_t0053_u01744163816746") 2025/04/09 02:02:04 DEBUG : a/potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745378_d20250409_m015654_c001_v7007000_t0000_u01744163814193") 2025/04/09 02:02:04 DEBUG : a/potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198ef_d20250409_m015653_c001_v0001144_t0011_u01744163813082") 2025/04/09 02:02:04 DEBUG : a/potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837c8a_d20250409_m015627_c001_v7007000_t0000_u01744163787628") 2025/04/09 02:02:04 DEBUG : a/potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119872_d20250409_m015626_c001_v0001144_t0055_u01744163786603") 2025/04/09 02:02:04 DEBUG : b/potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff74537c_d20250409_m015657_c001_v7007000_t0000_u01744163817810") 2025/04/09 02:02:04 DEBUG : b/potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198fd_d20250409_m015655_c001_v0001144_t0038_u01744163815130") 2025/04/09 02:02:04 DEBUG : b/potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745377_d20250409_m015653_c001_v7007000_t0000_u01744163813631") 2025/04/09 02:02:04 DEBUG : b/potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198dd_d20250409_m015651_c001_v0001144_t0048_u01744163811235") 2025/04/09 02:02:04 DEBUG : b/potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837c89_d20250409_m015627_c001_v7007000_t0000_u01744163787077") 2025/04/09 02:02:04 DEBUG : b/potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119866_d20250409_m015625_c001_v0001144_t0018_u01744163785006") 2025/04/09 02:02:04 DEBUG : backup/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416caf4237c2f900_d20250409_m015941_c001_v7007000_t0000_u01744163981400") 2025/04/09 02:02:04 DEBUG : backup/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1199c909979f340f_d20250409_m015939_c001_v0001176_t0029_u01744163979483") 2025/04/09 02:02:04 DEBUG : backup/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f11609e2c4c7d2fa4_d20250409_m015934_c001_v0001109_t0052_u01744163974891") 2025/04/09 02:02:04 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f835_d20250409_m020009_c001_v7007000_t0000_u01744164009644") 2025/04/09 02:02:05 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f10915e9ad28f30af_d20250409_m020007_c001_v0001177_t0051_u01744164007546") 2025/04/09 02:02:05 DEBUG : backup/one-2019-01-01: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f117e151202694bb0_d20250409_m020003_c001_v0001171_t0023_u01744164003522") 2025/04/09 02:02:05 DEBUG : backup/one.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e5b3_d20250409_m015956_c001_v7007000_t0000_u01744163996901") 2025/04/09 02:02:05 DEBUG : backup/one.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1068c21db9194e55_d20250409_m015954_c001_v0001038_t0037_u01744163994738") 2025/04/09 02:02:05 DEBUG : backup/one.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f10981ee7ca6e5aac_d20250409_m015950_c001_v0001120_t0023_u01744163990521") 2025/04/09 02:02:05 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f836_d20250409_m020009_c001_v7007000_t0000_u01744164009851") 2025/04/09 02:02:05 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f113aba14b8edcbc7_d20250409_m020008_c001_v0001113_t0042_u01744164008567") 2025/04/09 02:02:05 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f108e2321c0b9a605_d20250409_m020005_c001_v0001131_t0016_u01744164005127") 2025/04/09 02:02:05 DEBUG : backup/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416caf4237c2f901_d20250409_m015941_c001_v7007000_t0000_u01744163981591") 2025/04/09 02:02:05 DEBUG : backup/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1014fca4e93a43b3_d20250409_m015940_c001_v0001109_t0010_u01744163980400") 2025/04/09 02:02:05 DEBUG : backup/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f104a2ab22928116e_d20250409_m015936_c001_v0001137_t0005_u01744163976744") 2025/04/09 02:02:05 DEBUG : backup/three.txt.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e5b4_d20250409_m015957_c001_v7007000_t0000_u01744163997086") 2025/04/09 02:02:05 DEBUG : backup/three.txt.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1085b165e6f56d35_d20250409_m015955_c001_v0001102_t0036_u01744163995973") 2025/04/09 02:02:05 DEBUG : backup/three.txt.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f10837f4dcbba1617_d20250409_m015952_c001_v0001171_t0009_u01744163992229") 2025/04/09 02:02:05 DEBUG : both0: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382a1_d20250409_m020141_c001_v7007000_t0000_u01744164101643") 2025/04/09 02:02:05 DEBUG : both0: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f772e_d20250409_m020121_c001_v0001171_t0037_u01744164081929") 2025/04/09 02:02:05 DEBUG : both0: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a863_d20250409_m020117_c001_v7007000_t0000_u01744164077215") 2025/04/09 02:02:05 DEBUG : both0: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f74ea_d20250409_m020056_c001_v0001171_t0025_u01744164056692") 2025/04/09 02:02:05 DEBUG : both1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382a2_d20250409_m020141_c001_v7007000_t0000_u01744164101833") 2025/04/09 02:02:05 DEBUG : both1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7746_d20250409_m020123_c001_v0001171_t0017_u01744164083062") 2025/04/09 02:02:05 DEBUG : both1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a864_d20250409_m020117_c001_v7007000_t0000_u01744164077405") 2025/04/09 02:02:06 DEBUG : both1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7500_d20250409_m020057_c001_v0001171_t0032_u01744164057452") 2025/04/09 02:02:06 DEBUG : both10: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382a3_d20250409_m020142_c001_v7007000_t0000_u01744164102019") 2025/04/09 02:02:06 DEBUG : both10: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f77c3_d20250409_m020130_c001_v0001171_t0011_u01744164090877") 2025/04/09 02:02:06 DEBUG : both10: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a869_d20250409_m020117_c001_v7007000_t0000_u01744164077596") 2025/04/09 02:02:06 DEBUG : both10: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f75c0_d20250409_m020105_c001_v0001171_t0042_u01744164065534") 2025/04/09 02:02:06 DEBUG : both11: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382a4_d20250409_m020142_c001_v7007000_t0000_u01744164102209") 2025/04/09 02:02:06 DEBUG : both11: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f77d7_d20250409_m020131_c001_v0001171_t0001_u01744164091733") 2025/04/09 02:02:06 DEBUG : both11: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a86f_d20250409_m020117_c001_v7007000_t0000_u01744164077780") 2025/04/09 02:02:06 DEBUG : both11: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f75d4_d20250409_m020106_c001_v0001171_t0029_u01744164066441") 2025/04/09 02:02:06 DEBUG : both12: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382a5_d20250409_m020142_c001_v7007000_t0000_u01744164102426") 2025/04/09 02:02:06 DEBUG : both12: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f77e7_d20250409_m020132_c001_v0001171_t0028_u01744164092412") 2025/04/09 02:02:06 DEBUG : both12: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a873_d20250409_m020117_c001_v7007000_t0000_u01744164077968") 2025/04/09 02:02:06 DEBUG : both12: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f75f8_d20250409_m020107_c001_v0001171_t0039_u01744164067382") 2025/04/09 02:02:06 DEBUG : both13: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382a6_d20250409_m020142_c001_v7007000_t0000_u01744164102616") 2025/04/09 02:02:06 DEBUG : both13: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f77fb_d20250409_m020133_c001_v0001171_t0025_u01744164093271") 2025/04/09 02:02:06 DEBUG : both13: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a879_d20250409_m020118_c001_v7007000_t0000_u01744164078164") 2025/04/09 02:02:06 DEBUG : both13: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7614_d20250409_m020108_c001_v0001171_t0003_u01744164068317") 2025/04/09 02:02:06 DEBUG : both14: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382a7_d20250409_m020142_c001_v7007000_t0000_u01744164102806") 2025/04/09 02:02:07 DEBUG : both14: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7812_d20250409_m020134_c001_v0001171_t0029_u01744164094003") 2025/04/09 02:02:07 DEBUG : both14: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a880_d20250409_m020118_c001_v7007000_t0000_u01744164078354") 2025/04/09 02:02:07 DEBUG : both14: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f761c_d20250409_m020109_c001_v0001171_t0011_u01744164069224") 2025/04/09 02:02:07 DEBUG : both15: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382a9_d20250409_m020142_c001_v7007000_t0000_u01744164102990") 2025/04/09 02:02:07 DEBUG : both15: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7827_d20250409_m020134_c001_v0001171_t0012_u01744164094869") 2025/04/09 02:02:07 DEBUG : both15: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a885_d20250409_m020118_c001_v7007000_t0000_u01744164078545") 2025/04/09 02:02:07 DEBUG : both15: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7640_d20250409_m020110_c001_v0001171_t0050_u01744164070153") 2025/04/09 02:02:07 DEBUG : both16: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382ab_d20250409_m020143_c001_v7007000_t0000_u01744164103178") 2025/04/09 02:02:07 DEBUG : both16: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7831_d20250409_m020135_c001_v0001171_t0059_u01744164095590") 2025/04/09 02:02:07 DEBUG : both16: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a88a_d20250409_m020118_c001_v7007000_t0000_u01744164078746") 2025/04/09 02:02:07 DEBUG : both16: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f765c_d20250409_m020111_c001_v0001171_t0041_u01744164071000") 2025/04/09 02:02:07 DEBUG : both17: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382ac_d20250409_m020143_c001_v7007000_t0000_u01744164103366") 2025/04/09 02:02:07 DEBUG : both17: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7843_d20250409_m020136_c001_v0001171_t0020_u01744164096577") 2025/04/09 02:02:07 DEBUG : both17: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a890_d20250409_m020118_c001_v7007000_t0000_u01744164078937") 2025/04/09 02:02:07 DEBUG : both17: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f767a_d20250409_m020111_c001_v0001171_t0058_u01744164071938") 2025/04/09 02:02:07 DEBUG : both18: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382ad_d20250409_m020143_c001_v7007000_t0000_u01744164103550") 2025/04/09 02:02:07 DEBUG : both18: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f784f_d20250409_m020137_c001_v0001171_t0024_u01744164097332") 2025/04/09 02:02:07 DEBUG : both18: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a896_d20250409_m020119_c001_v7007000_t0000_u01744164079124") 2025/04/09 02:02:07 DEBUG : both18: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f768c_d20250409_m020112_c001_v0001171_t0019_u01744164072812") 2025/04/09 02:02:07 DEBUG : both19: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382ae_d20250409_m020143_c001_v7007000_t0000_u01744164103739") 2025/04/09 02:02:08 DEBUG : both19: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7855_d20250409_m020138_c001_v0001171_t0045_u01744164098056") 2025/04/09 02:02:08 DEBUG : both19: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a89d_d20250409_m020119_c001_v7007000_t0000_u01744164079309") 2025/04/09 02:02:08 DEBUG : both19: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f76a0_d20250409_m020113_c001_v0001171_t0039_u01744164073654") 2025/04/09 02:02:08 DEBUG : both2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382af_d20250409_m020143_c001_v7007000_t0000_u01744164103929") 2025/04/09 02:02:08 DEBUG : both2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7750_d20250409_m020123_c001_v0001171_t0043_u01744164083923") 2025/04/09 02:02:08 DEBUG : both2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a8a2_d20250409_m020119_c001_v7007000_t0000_u01744164079494") 2025/04/09 02:02:08 DEBUG : both2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f751e_d20250409_m020058_c001_v0001171_t0025_u01744164058461") 2025/04/09 02:02:08 DEBUG : both3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382b0_d20250409_m020144_c001_v7007000_t0000_u01744164104119") 2025/04/09 02:02:08 DEBUG : both3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f775c_d20250409_m020124_c001_v0001171_t0049_u01744164084724") 2025/04/09 02:02:08 DEBUG : both3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a8a8_d20250409_m020119_c001_v7007000_t0000_u01744164079685") 2025/04/09 02:02:08 DEBUG : both3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f752e_d20250409_m020059_c001_v0001171_t0007_u01744164059215") 2025/04/09 02:02:08 DEBUG : both4: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382b1_d20250409_m020144_c001_v7007000_t0000_u01744164104306") 2025/04/09 02:02:08 DEBUG : both4: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7772_d20250409_m020125_c001_v0001171_t0000_u01744164085679") 2025/04/09 02:02:08 DEBUG : both4: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a8b0_d20250409_m020119_c001_v7007000_t0000_u01744164079870") 2025/04/09 02:02:08 DEBUG : both4: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7540_d20250409_m020100_c001_v0001171_t0010_u01744164060249") 2025/04/09 02:02:08 DEBUG : both5: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382b3_d20250409_m020144_c001_v7007000_t0000_u01744164104498") 2025/04/09 02:02:08 DEBUG : both5: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f777e_d20250409_m020126_c001_v0001171_t0033_u01744164086496") 2025/04/09 02:02:08 DEBUG : both5: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a8b5_d20250409_m020120_c001_v7007000_t0000_u01744164080055") 2025/04/09 02:02:08 DEBUG : both5: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7552_d20250409_m020101_c001_v0001171_t0030_u01744164061097") 2025/04/09 02:02:08 DEBUG : both6: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382b6_d20250409_m020144_c001_v7007000_t0000_u01744164104692") 2025/04/09 02:02:09 DEBUG : both6: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7788_d20250409_m020127_c001_v0001171_t0001_u01744164087273") 2025/04/09 02:02:09 DEBUG : both6: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a8ba_d20250409_m020120_c001_v7007000_t0000_u01744164080240") 2025/04/09 02:02:09 DEBUG : both6: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7568_d20250409_m020101_c001_v0001171_t0040_u01744164061942") 2025/04/09 02:02:09 DEBUG : both7: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382b7_d20250409_m020144_c001_v7007000_t0000_u01744164104884") 2025/04/09 02:02:09 DEBUG : both7: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7795_d20250409_m020128_c001_v0001171_t0057_u01744164088058") 2025/04/09 02:02:09 DEBUG : both7: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a8c1_d20250409_m020120_c001_v7007000_t0000_u01744164080430") 2025/04/09 02:02:09 DEBUG : both7: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7582_d20250409_m020102_c001_v0001171_t0007_u01744164062914") 2025/04/09 02:02:09 DEBUG : both8: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382b8_d20250409_m020145_c001_v7007000_t0000_u01744164105069") 2025/04/09 02:02:09 DEBUG : both8: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f779f_d20250409_m020128_c001_v0001171_t0049_u01744164088992") 2025/04/09 02:02:09 DEBUG : both8: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a8c6_d20250409_m020120_c001_v7007000_t0000_u01744164080626") 2025/04/09 02:02:09 DEBUG : both8: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f759c_d20250409_m020103_c001_v0001171_t0013_u01744164063851") 2025/04/09 02:02:09 DEBUG : both9: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382b9_d20250409_m020145_c001_v7007000_t0000_u01744164105260") 2025/04/09 02:02:09 DEBUG : both9: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f77b7_d20250409_m020130_c001_v0001171_t0001_u01744164090029") 2025/04/09 02:02:09 DEBUG : both9: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a8cc_d20250409_m020120_c001_v7007000_t0000_u01744164080818") 2025/04/09 02:02:09 DEBUG : both9: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f75b0_d20250409_m020104_c001_v0001171_t0019_u01744164064806") 2025/04/09 02:02:09 DEBUG : c/non empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff74537d_d20250409_m015658_c001_v7007000_t0000_u01744163818001") 2025/04/09 02:02:09 DEBUG : c/non empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119903_d20250409_m015655_c001_v0001144_t0032_u01744163815764") 2025/04/09 02:02:09 DEBUG : c/non empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745379_d20250409_m015654_c001_v7007000_t0000_u01744163814389") 2025/04/09 02:02:09 DEBUG : c/non empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198e5_d20250409_m015651_c001_v0001144_t0016_u01744163811862") 2025/04/09 02:02:09 DEBUG : c/non empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837c8b_d20250409_m015627_c001_v7007000_t0000_u01744163787817") 2025/04/09 02:02:10 DEBUG : c/non empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711986a_d20250409_m015625_c001_v0001144_t0029_u01744163785652") 2025/04/09 02:02:10 DEBUG : check sum: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d263341ac_d20250409_m015612_c001_v7007000_t0000_u01744163772032") 2025/04/09 02:02:10 DEBUG : check sum: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119832_d20250409_m015610_c001_v0001144_t0037_u01744163770532") 2025/04/09 02:02:10 DEBUG : dest/3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e58f_d20250409_m015910_c001_v7007000_t0000_u01744163950280") 2025/04/09 02:02:10 DEBUG : dest/3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4035c2faa71dbbc3_d20250409_m015909_c001_v0001171_t0002_u01744163949140") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f8b3_d20250409_m020046_c001_v7007000_t0000_u01744164046595") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1061e6066328e279_d20250409_m020044_c001_v0001137_t0008_u01744164044491") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f414362178af7079a_d20250409_m020044_c001_v7007000_t0000_u01744164044287") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1061e6066328e26b_d20250409_m020041_c001_v0001137_t0001_u01744164041057") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f414362178af70768_d20250409_m020040_c001_v7007000_t0000_u01744164040314") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2391_d20250409_m020035_c001_v0001171_t0023_u01744164035950") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41727ba3ec9d259a_d20250409_m020034_c001_v7007000_t0000_u01744164034434") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f119a350cb09d5403_d20250409_m020030_c001_v0001109_t0012_u01744164030867") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4131805ad397b260_d20250409_m020030_c001_v7007000_t0000_u01744164030680") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f119a350cb09d53f3_d20250409_m020026_c001_v0001109_t0017_u01744164026919") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4131805ad397b256_d20250409_m020026_c001_v7007000_t0000_u01744164026194") 2025/04/09 02:02:10 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f71ea_d20250409_m020022_c001_v0001171_t0028_u01744164022127") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f842_d20250409_m020020_c001_v7007000_t0000_u01744164020824") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f119ae676af0a49e8_d20250409_m020019_c001_v0001171_t0028_u01744164019256") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f40115b661aeeea06_d20250409_m020019_c001_v7007000_t0000_u01744164019063") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f119ae676af0a4976_d20250409_m020015_c001_v0001171_t0021_u01744164015800") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f40115b661aeeea03_d20250409_m020015_c001_v7007000_t0000_u01744164015071") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f70ea_d20250409_m020011_c001_v0001171_t0008_u01744164011013") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f837_d20250409_m020010_c001_v7007000_t0000_u01744164010093") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f10915e9ad28f30b1_d20250409_m020008_c001_v0001177_t0006_u01744164008152") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4054139e406334c5_d20250409_m020007_c001_v7007000_t0000_u01744164007960") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f10915e9ad28f309d_d20250409_m020004_c001_v0001177_t0020_u01744164004684") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4054139e40633484_d20250409_m020003_c001_v7007000_t0000_u01744164003932") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f6fce_d20250409_m015958_c001_v0001171_t0055_u01744163998191") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e5b5_d20250409_m015957_c001_v7007000_t0000_u01744163997278") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1116c3a67bea58a9_d20250409_m015955_c001_v0001171_t0015_u01744163995395") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41839514bc32efe3_d20250409_m015955_c001_v7007000_t0000_u01744163995197") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1116c3a67bea582d_d20250409_m015951_c001_v0001171_t0027_u01744163991523") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41839514bc32efbe_d20250409_m015950_c001_v7007000_t0000_u01744163990790") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f6ed5_d20250409_m015942_c001_v0001171_t0017_u01744163982679") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416caf4237c2f902_d20250409_m015941_c001_v7007000_t0000_u01744163981774") 2025/04/09 02:02:11 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1057aa0cf5cc687d_d20250409_m015939_c001_v0001150_t0005_u01744163979899") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f409907ef4bfb835a_d20250409_m015939_c001_v7007000_t0000_u01744163979712") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1057aa0cf5cc6873_d20250409_m015936_c001_v0001150_t0018_u01744163976179") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f409907ef4bfb8354_d20250409_m015935_c001_v7007000_t0000_u01744163975448") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119b37_d20250409_m015928_c001_v0001144_t0035_u01744163968666") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e59f_d20250409_m015927_c001_v7007000_t0000_u01744163967523") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f112182e45398f2c7_d20250409_m015921_c001_v0001171_t0002_u01744163961488") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41839514bc32ef62_d20250409_m015921_c001_v7007000_t0000_u01744163961222") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1cdc_d20250409_m015916_c001_v0001171_t0052_u01744163956702") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f104aa10748c18914_d20250409_m015915_c001_v0001113_t0053_u01744163955792") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f104aa10748c1890e_d20250409_m015914_c001_v0001113_t0030_u01744163954666") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f40115b661aeee8ec_d20250409_m015901_c001_v7007000_t0000_u01744163941235") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119ab2_d20250409_m015853_c001_v0001144_t0055_u01744163933976") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f101adf4de03e54dd_d20250409_m015853_c001_v0001180_t0045_u01744163933227") 2025/04/09 02:02:12 DEBUG : dst/one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f101adf4de03e54d1_d20250409_m015852_c001_v0001180_t0013_u01744163932262") 2025/04/09 02:02:12 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f8b6_d20250409_m020046_c001_v7007000_t0000_u01744164046780") 2025/04/09 02:02:12 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f10915e9ad28f3139_d20250409_m020044_c001_v0001177_t0031_u01744164044065") 2025/04/09 02:02:12 DEBUG : dst/one-2019-01-01: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1172808cbf53f32d_d20250409_m020040_c001_v0001145_t0018_u01744164040033") 2025/04/09 02:02:12 DEBUG : dst/one.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41727ba3ec9d259d_d20250409_m020034_c001_v7007000_t0000_u01744164034625") 2025/04/09 02:02:12 DEBUG : dst/one.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1000ab13e9cdd92b_d20250409_m020030_c001_v0001044_t0014_u01744164030289") 2025/04/09 02:02:13 DEBUG : dst/one.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f100cd6a486fbc163_d20250409_m020025_c001_v0001091_t0057_u01744164025808") 2025/04/09 02:02:13 DEBUG : dst/one.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f843_d20250409_m020021_c001_v7007000_t0000_u01744164021020") 2025/04/09 02:02:13 DEBUG : dst/one.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f119a8f0daa30dcaf_d20250409_m020018_c001_v0001042_t0049_u01744164018665") 2025/04/09 02:02:13 DEBUG : dst/one.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f111316ee96b3a39b_d20250409_m020014_c001_v0001093_t0025_u01744164014676") 2025/04/09 02:02:13 DEBUG : dst/three: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e5a0_d20250409_m015927_c001_v7007000_t0000_u01744163967707") 2025/04/09 02:02:13 DEBUG : dst/three: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f104aa10748c18928_d20250409_m015925_c001_v0001113_t0050_u01744163965987") 2025/04/09 02:02:13 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f8b7_d20250409_m020046_c001_v7007000_t0000_u01744164046964") 2025/04/09 02:02:13 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f104dffb6c3dac3f8_d20250409_m020045_c001_v0001184_t0011_u01744164045376") 2025/04/09 02:02:13 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f104351386e041e62_d20250409_m020042_c001_v0001136_t0039_u01744164042070") 2025/04/09 02:02:13 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f8b8_d20250409_m020047_c001_v7007000_t0000_u01744164047155") 2025/04/09 02:02:13 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1061e6066328e27b_d20250409_m020045_c001_v0001137_t0051_u01744164045781") 2025/04/09 02:02:13 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f414362178af707a9_d20250409_m020045_c001_v7007000_t0000_u01744164045590") 2025/04/09 02:02:13 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1061e6066328e26d_d20250409_m020042_c001_v0001137_t0058_u01744164042632") 2025/04/09 02:02:13 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f414362178af70785_d20250409_m020042_c001_v7007000_t0000_u01744164042438") 2025/04/09 02:02:13 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e23a5_d20250409_m020037_c001_v0001171_t0052_u01744164037132") 2025/04/09 02:02:13 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41727ba3ec9d25a4_d20250409_m020034_c001_v7007000_t0000_u01744164034817") 2025/04/09 02:02:13 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f119a350cb09d540f_d20250409_m020033_c001_v0001109_t0041_u01744164033256") 2025/04/09 02:02:13 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4131805ad397b266_d20250409_m020033_c001_v7007000_t0000_u01744164033064") 2025/04/09 02:02:13 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f119a350cb09d53fb_d20250409_m020028_c001_v0001109_t0056_u01744164028728") 2025/04/09 02:02:13 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4131805ad397b25c_d20250409_m020028_c001_v7007000_t0000_u01744164028518") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7200_d20250409_m020023_c001_v0001171_t0029_u01744164023134") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f40115b661aeeea08_d20250409_m020020_c001_v7007000_t0000_u01744164020259") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2213_d20250409_m020017_c001_v0001171_t0016_u01744164017726") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f40115b661aeeea04_d20250409_m020016_c001_v7007000_t0000_u01744164016995") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f70fc_d20250409_m020011_c001_v0001171_t0007_u01744164011842") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4054139e406334e0_d20250409_m020009_c001_v7007000_t0000_u01744164009082") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e20e9_d20250409_m020006_c001_v0001171_t0008_u01744164006568") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4054139e4063349a_d20250409_m020005_c001_v7007000_t0000_u01744164005436") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f6fe4_d20250409_m015959_c001_v0001171_t0008_u01744163999118") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41839514bc32efe5_d20250409_m015956_c001_v7007000_t0000_u01744163996339") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1fd3_d20250409_m015953_c001_v0001171_t0039_u01744163993767") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41839514bc32efd5_d20250409_m015952_c001_v7007000_t0000_u01744163992669") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f6f03_d20250409_m015945_c001_v0001171_t0055_u01744163985907") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f409907ef4bfb835b_d20250409_m015940_c001_v7007000_t0000_u01744163980850") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119b63_d20250409_m015938_c001_v0001144_t0058_u01744163978151") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f409907ef4bfb8355_d20250409_m015937_c001_v7007000_t0000_u01744163977061") 2025/04/09 02:02:14 DEBUG : dst/three.txt: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1df2_d20250409_m015930_c001_v0001171_t0047_u01744163970436") 2025/04/09 02:02:14 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41727ba3ec9d25a7_d20250409_m020035_c001_v7007000_t0000_u01744164035020") 2025/04/09 02:02:14 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116dd90e015fa047_d20250409_m020032_c001_v0001116_t0040_u01744164032513") 2025/04/09 02:02:14 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f11896730e8a024b7_d20250409_m020028_c001_v0001171_t0020_u01744164028143") 2025/04/09 02:02:15 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f844_d20250409_m020021_c001_v7007000_t0000_u01744164021210") 2025/04/09 02:02:15 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f113aba14b8edcbe1_d20250409_m020019_c001_v0001113_t0037_u01744164019858") 2025/04/09 02:02:15 DEBUG : dst/three.txt.bak: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f117a65b1706e4750_d20250409_m020016_c001_v0001116_t0009_u01744164016403") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f8b9_d20250409_m020047_c001_v7007000_t0000_u01744164047350") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f730c_d20250409_m020036_c001_v0001171_t0031_u01744164036652") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41727ba3ec9d25ab_d20250409_m020035_c001_v7007000_t0000_u01744164035212") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e227d_d20250409_m020022_c001_v0001171_t0051_u01744164022677") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f845_d20250409_m020021_c001_v7007000_t0000_u01744164021402") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e216c_d20250409_m020011_c001_v0001171_t0005_u01744164011364") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f838_d20250409_m020010_c001_v7007000_t0000_u01744164010279") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2056_d20250409_m015958_c001_v0001171_t0051_u01744163998599") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e5b6_d20250409_m015957_c001_v7007000_t0000_u01744163997463") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1efe_d20250409_m015943_c001_v0001171_t0030_u01744163983400") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416caf4237c2f903_d20250409_m015941_c001_v7007000_t0000_u01744163981957") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f6e04_d20250409_m015929_c001_v0001171_t0008_u01744163969684") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e5a1_d20250409_m015927_c001_v7007000_t0000_u01744163967912") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f104d9d151edfbfc0_d20250409_m015923_c001_v0001183_t0017_u01744163963520") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f40115b661aeee8ed_d20250409_m015901_c001_v7007000_t0000_u01744163941431") 2025/04/09 02:02:15 DEBUG : dst/two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f101adf4de03e5535_d20250409_m015900_c001_v0001180_t0011_u01744163940247") 2025/04/09 02:02:15 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f412b67bc1f9563c3_d20250409_m015820_c001_v7007000_t0000_u01744163900443") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1893_d20250409_m015816_c001_v0001171_t0007_u01744163896826") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f412b67bc1f956379_d20250409_m015814_c001_v7007000_t0000_u01744163894693") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1713_d20250409_m015757_c001_v0001171_t0057_u01744163877617") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f157cc_d20250409_m015748_c001_v7007000_t0000_u01744163868538") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1620_d20250409_m015743_c001_v0001171_t0028_u01744163863761") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff7453de_d20250409_m015717_c001_v7007000_t0000_u01744163837445") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119943_d20250409_m015714_c001_v0001144_t0042_u01744163834944") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff7453a4_d20250409_m015712_c001_v7007000_t0000_u01744163832806") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711993b_d20250409_m015711_c001_v0001144_t0037_u01744163831297") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745385_d20250409_m015706_c001_v7007000_t0000_u01744163826114") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711991d_d20250409_m015703_c001_v0001144_t0042_u01744163823447") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745380_d20250409_m015701_c001_v7007000_t0000_u01744163821983") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119913_d20250409_m015659_c001_v0001144_t0043_u01744163819537") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745352_d20250409_m015650_c001_v7007000_t0000_u01744163810300") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198d7_d20250409_m015648_c001_v0001144_t0057_u01744163808010") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837ca4_d20250409_m015646_c001_v7007000_t0000_u01744163806367") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198d1_d20250409_m015645_c001_v0001144_t0056_u01744163805329") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837c9b_d20250409_m015638_c001_v7007000_t0000_u01744163798141") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198a0_d20250409_m015635_c001_v0001144_t0014_u01744163795961") 2025/04/09 02:02:16 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837c94_d20250409_m015633_c001_v7007000_t0000_u01744163793364") 2025/04/09 02:02:17 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711988a_d20250409_m015632_c001_v0001144_t0049_u01744163792139") 2025/04/09 02:02:17 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837c92_d20250409_m015631_c001_v7007000_t0000_u01744163791045") 2025/04/09 02:02:17 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1022fd097b0428b6_d20250409_m015630_c001_v0001172_t0031_u01744163790409") 2025/04/09 02:02:17 DEBUG : empty space: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119878_d20250409_m015628_c001_v0001144_t0027_u01744163788552") 2025/04/09 02:02:17 DEBUG : enormous: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff7453d0_d20250409_m015716_c001_v7007000_t0000_u01744163836512") 2025/04/09 02:02:17 DEBUG : enormous: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119945_d20250409_m015715_c001_v0001144_t0011_u01744163835576") 2025/04/09 02:02:17 DEBUG : existing: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416051d139e3f8bd_d20250409_m020052_c001_v7007000_t0000_u01744164052135") 2025/04/09 02:02:17 DEBUG : existing: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f746a_d20250409_m020050_c001_v0001171_t0056_u01744164050774") 2025/04/09 02:02:17 DEBUG : existing: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f157bf_d20250409_m015741_c001_v7007000_t0000_u01744163861852") 2025/04/09 02:02:17 DEBUG : existing: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771199af_d20250409_m015740_c001_v0001144_t0022_u01744163860556") 2025/04/09 02:02:17 DEBUG : existing: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837c86_d20250409_m015623_c001_v7007000_t0000_u01744163783926") 2025/04/09 02:02:17 DEBUG : existing: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119860_d20250409_m015622_c001_v0001144_t0009_u01744163782687") 2025/04/09 02:02:17 DEBUG : existing: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837c83_d20250409_m015621_c001_v7007000_t0000_u01744163781414") 2025/04/09 02:02:17 DEBUG : existing: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119856_d20250409_m015620_c001_v0001144_t0001_u01744163780237") 2025/04/09 02:02:17 DEBUG : existing: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119852_d20250409_m015619_c001_v0001144_t0008_u01744163779002") 2025/04/09 02:02:17 DEBUG : existing-b: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f157c0_d20250409_m015742_c001_v7007000_t0000_u01744163862048") 2025/04/09 02:02:17 DEBUG : existing-b: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e15e0_d20250409_m015740_c001_v0001171_t0002_u01744163860567") 2025/04/09 02:02:17 DEBUG : file1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382e0_d20250409_m020155_c001_v7007000_t0000_u01744164115009") 2025/04/09 02:02:17 DEBUG : file1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f11230a5acb73ad2e_d20250409_m020154_c001_v0001130_t0031_u01744164114045") 2025/04/09 02:02:17 DEBUG : file1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382d2_d20250409_m020151_c001_v7007000_t0000_u01744164111938") 2025/04/09 02:02:18 DEBUG : file1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2a8e_d20250409_m020150_c001_v0001171_t0029_u01744164110375") 2025/04/09 02:02:18 DEBUG : five: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745405_d20250409_m015722_c001_v7007000_t0000_u01744163842827") 2025/04/09 02:02:18 DEBUG : five: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416453c27711995f_d20250409_m015720_c001_v0001144_t0021_u01744163840599") 2025/04/09 02:02:18 DEBUG : foo: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837c96_d20250409_m015635_c001_v7007000_t0000_u01744163795219") 2025/04/09 02:02:18 DEBUG : foo: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416453c277119898_d20250409_m015634_c001_v0001144_t0021_u01744163794675") 2025/04/09 02:02:18 DEBUG : foo: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416453c27711988e_d20250409_m015634_c001_v0001144_t0021_u01744163794108") 2025/04/09 02:02:18 DEBUG : four: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745406_d20250409_m015723_c001_v7007000_t0000_u01744163843019") 2025/04/09 02:02:18 DEBUG : four: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f405e902ef33e1481_d20250409_m015721_c001_v0001171_t0053_u01744163841339") 2025/04/09 02:02:18 DEBUG : four: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711995b_d20250409_m015719_c001_v0001144_t0034_u01744163839605") 2025/04/09 02:02:18 DEBUG : hello world2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b6c_d20250409_m015521_c001_v7007000_t0000_u01744163721993") 2025/04/09 02:02:18 DEBUG : hello world2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119766_d20250409_m015520_c001_v0001144_t0007_u01744163720743") 2025/04/09 02:02:18 DEBUG : ignore-size: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d263341af_d20250409_m015617_c001_v7007000_t0000_u01744163777524") 2025/04/09 02:02:18 DEBUG : ignore-size: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119848_d20250409_m015615_c001_v0001144_t0008_u01744163775968") 2025/04/09 02:02:18 DEBUG : nested/sub dir/file: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f157bc_d20250409_m015739_c001_v7007000_t0000_u01744163859442") 2025/04/09 02:02:18 DEBUG : nested/sub dir/file: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e15b8_d20250409_m015738_c001_v0001171_t0058_u01744163858161") 2025/04/09 02:02:18 DEBUG : nested/sub dir/file: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f157b6_d20250409_m015737_c001_v7007000_t0000_u01744163857031") 2025/04/09 02:02:18 DEBUG : nested/sub dir/file: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771199a3_d20250409_m015736_c001_v0001144_t0058_u01744163856109") 2025/04/09 02:02:18 DEBUG : one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745408_d20250409_m015723_c001_v7007000_t0000_u01744163843223") 2025/04/09 02:02:18 DEBUG : one: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416453c27711994f_d20250409_m015718_c001_v0001144_t0021_u01744163838571") 2025/04/09 02:02:18 DEBUG : only0: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382ba_d20250409_m020145_c001_v7007000_t0000_u01744164105446") 2025/04/09 02:02:19 DEBUG : only0: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4104a59e608f787f_d20250409_m020139_c001_v0001171_t0032_u01744164099607") 2025/04/09 02:02:19 DEBUG : only0: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e284a_d20250409_m020122_c001_v0001171_t0045_u01744164082632") 2025/04/09 02:02:19 DEBUG : only0: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4054139e40633b73_d20250409_m020116_c001_v7007000_t0000_u01744164076231") 2025/04/09 02:02:19 DEBUG : only0: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e25a2_d20250409_m020057_c001_v0001171_t0037_u01744164057094") 2025/04/09 02:02:19 DEBUG : only1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382bb_d20250409_m020145_c001_v7007000_t0000_u01744164105636") 2025/04/09 02:02:19 DEBUG : only1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41230a5acb73ad02_d20250409_m020140_c001_v0001130_t0004_u01744164100359") 2025/04/09 02:02:19 DEBUG : only1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e285a_d20250409_m020123_c001_v0001171_t0056_u01744164083486") 2025/04/09 02:02:19 DEBUG : only1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a85b_d20250409_m020115_c001_v7007000_t0000_u01744164075649") 2025/04/09 02:02:19 DEBUG : only1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e25b1_d20250409_m020057_c001_v0001171_t0053_u01744164057924") 2025/04/09 02:02:19 DEBUG : only10: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382bc_d20250409_m020145_c001_v7007000_t0000_u01744164105821") 2025/04/09 02:02:19 DEBUG : only10: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f405e902ef33e29c2_d20250409_m020139_c001_v0001171_t0053_u01744164099618") 2025/04/09 02:02:19 DEBUG : only10: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2901_d20250409_m020131_c001_v0001171_t0033_u01744164091318") 2025/04/09 02:02:19 DEBUG : only10: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f15b7b_d20250409_m020116_c001_v7007000_t0000_u01744164076245") 2025/04/09 02:02:19 DEBUG : only10: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2683_d20250409_m020106_c001_v0001171_t0055_u01744164066040") 2025/04/09 02:02:19 DEBUG : only11: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382bd_d20250409_m020146_c001_v7007000_t0000_u01744164106012") 2025/04/09 02:02:19 DEBUG : only11: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4104a59e608f7887_d20250409_m020140_c001_v0001171_t0032_u01744164100005") 2025/04/09 02:02:19 DEBUG : only11: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e290b_d20250409_m020132_c001_v0001171_t0052_u01744164092047") 2025/04/09 02:02:19 DEBUG : only11: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f15b80_d20250409_m020116_c001_v7007000_t0000_u01744164076437") 2025/04/09 02:02:19 DEBUG : only11: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e26a1_d20250409_m020107_c001_v0001171_t0035_u01744164067008") 2025/04/09 02:02:19 DEBUG : only12: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382be_d20250409_m020146_c001_v7007000_t0000_u01744164106215") 2025/04/09 02:02:20 DEBUG : only12: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41230a5acb73ad08_d20250409_m020140_c001_v0001130_t0004_u01744164100748") 2025/04/09 02:02:20 DEBUG : only12: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2927_d20250409_m020132_c001_v0001171_t0028_u01744164092897") 2025/04/09 02:02:20 DEBUG : only12: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f400e3be44267c289_d20250409_m020115_c001_v7007000_t0000_u01744164075837") 2025/04/09 02:02:20 DEBUG : only12: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e26b5_d20250409_m020107_c001_v0001171_t0052_u01744164067785") 2025/04/09 02:02:20 DEBUG : only13: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382bf_d20250409_m020146_c001_v7007000_t0000_u01744164106400") 2025/04/09 02:02:20 DEBUG : only13: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4096fb35f2be8acd_d20250409_m020140_c001_v0001100_t0059_u01744164100184") 2025/04/09 02:02:20 DEBUG : only13: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2943_d20250409_m020133_c001_v0001171_t0055_u01744164093570") 2025/04/09 02:02:20 DEBUG : only13: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f400e3be44267c28c_d20250409_m020116_c001_v7007000_t0000_u01744164076403") 2025/04/09 02:02:20 DEBUG : only13: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e26d5_d20250409_m020108_c001_v0001171_t0012_u01744164068742") 2025/04/09 02:02:20 DEBUG : only14: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382c0_d20250409_m020146_c001_v7007000_t0000_u01744164106590") 2025/04/09 02:02:20 DEBUG : only14: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4104a59e608f789b_d20250409_m020140_c001_v0001171_t0032_u01744164100764") 2025/04/09 02:02:20 DEBUG : only14: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2959_d20250409_m020134_c001_v0001171_t0057_u01744164094307") 2025/04/09 02:02:20 DEBUG : only14: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a85c_d20250409_m020115_c001_v7007000_t0000_u01744164075838") 2025/04/09 02:02:20 DEBUG : only14: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e26fb_d20250409_m020109_c001_v0001171_t0057_u01744164069659") 2025/04/09 02:02:20 DEBUG : only15: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382c1_d20250409_m020146_c001_v7007000_t0000_u01744164106773") 2025/04/09 02:02:20 DEBUG : only15: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4096fb35f2be8ad7_d20250409_m020140_c001_v0001100_t0059_u01744164100798") 2025/04/09 02:02:20 DEBUG : only15: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2973_d20250409_m020135_c001_v0001171_t0042_u01744164095259") 2025/04/09 02:02:20 DEBUG : only15: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4054139e40633b6c_d20250409_m020115_c001_v7007000_t0000_u01744164075843") 2025/04/09 02:02:20 DEBUG : only15: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2719_d20250409_m020110_c001_v0001171_t0013_u01744164070555") 2025/04/09 02:02:21 DEBUG : only16: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382c2_d20250409_m020146_c001_v7007000_t0000_u01744164106966") 2025/04/09 02:02:21 DEBUG : only16: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f405e902ef33e29c6_d20250409_m020140_c001_v0001171_t0053_u01744164100018") 2025/04/09 02:02:21 DEBUG : only16: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2985_d20250409_m020136_c001_v0001171_t0058_u01744164096011") 2025/04/09 02:02:21 DEBUG : only16: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f400e3be44267c28d_d20250409_m020116_c001_v7007000_t0000_u01744164076588") 2025/04/09 02:02:21 DEBUG : only16: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2739_d20250409_m020111_c001_v0001171_t0017_u01744164071434") 2025/04/09 02:02:21 DEBUG : only17: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382c3_d20250409_m020147_c001_v7007000_t0000_u01744164107153") 2025/04/09 02:02:21 DEBUG : only17: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4104a59e608f788d_d20250409_m020140_c001_v0001171_t0032_u01744164100199") 2025/04/09 02:02:21 DEBUG : only17: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e299b_d20250409_m020137_c001_v0001171_t0003_u01744164097021") 2025/04/09 02:02:21 DEBUG : only17: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f15b70_d20250409_m020115_c001_v7007000_t0000_u01744164075868") 2025/04/09 02:02:21 DEBUG : only17: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e274d_d20250409_m020112_c001_v0001171_t0001_u01744164072334") 2025/04/09 02:02:21 DEBUG : only18: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382c4_d20250409_m020147_c001_v7007000_t0000_u01744164107344") 2025/04/09 02:02:21 DEBUG : only18: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f405e902ef33e29ca_d20250409_m020140_c001_v0001171_t0053_u01744164100212") 2025/04/09 02:02:21 DEBUG : only18: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e29a7_d20250409_m020137_c001_v0001171_t0045_u01744164097675") 2025/04/09 02:02:21 DEBUG : only18: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a85d_d20250409_m020116_c001_v7007000_t0000_u01744164076034") 2025/04/09 02:02:21 DEBUG : only18: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2765_d20250409_m020113_c001_v0001171_t0028_u01744164073208") 2025/04/09 02:02:21 DEBUG : only19: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382c5_d20250409_m020147_c001_v7007000_t0000_u01744164107533") 2025/04/09 02:02:21 DEBUG : only19: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4104a59e608f7893_d20250409_m020140_c001_v0001171_t0032_u01744164100389") 2025/04/09 02:02:21 DEBUG : only19: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e29b3_d20250409_m020138_c001_v0001171_t0052_u01744164098524") 2025/04/09 02:02:21 DEBUG : only19: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a861_d20250409_m020116_c001_v7007000_t0000_u01744164076604") 2025/04/09 02:02:21 DEBUG : only19: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e277c_d20250409_m020114_c001_v0001171_t0055_u01744164074032") 2025/04/09 02:02:22 DEBUG : only2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382c6_d20250409_m020147_c001_v7007000_t0000_u01744164107720") 2025/04/09 02:02:22 DEBUG : only2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4096fb35f2be8acf_d20250409_m020140_c001_v0001100_t0059_u01744164100401") 2025/04/09 02:02:22 DEBUG : only2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e286c_d20250409_m020124_c001_v0001171_t0059_u01744164084251") 2025/04/09 02:02:22 DEBUG : only2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f400e3be44267c28a_d20250409_m020116_c001_v7007000_t0000_u01744164076020") 2025/04/09 02:02:22 DEBUG : only2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e25c2_d20250409_m020058_c001_v0001171_t0032_u01744164058835") 2025/04/09 02:02:22 DEBUG : only3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382c7_d20250409_m020147_c001_v7007000_t0000_u01744164107908") 2025/04/09 02:02:22 DEBUG : only3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f405e902ef33e29cc_d20250409_m020140_c001_v0001171_t0053_u01744164100412") 2025/04/09 02:02:22 DEBUG : only3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e287d_d20250409_m020125_c001_v0001171_t0049_u01744164085260") 2025/04/09 02:02:22 DEBUG : only3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4054139e40633b6f_d20250409_m020116_c001_v7007000_t0000_u01744164076043") 2025/04/09 02:02:22 DEBUG : only3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e25d4_d20250409_m020059_c001_v0001171_t0048_u01744164059696") 2025/04/09 02:02:22 DEBUG : only4: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382c8_d20250409_m020148_c001_v7007000_t0000_u01744164108101") 2025/04/09 02:02:22 DEBUG : only4: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41230a5acb73ad06_d20250409_m020140_c001_v0001130_t0004_u01744164100558") 2025/04/09 02:02:22 DEBUG : only4: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2887_d20250409_m020126_c001_v0001171_t0036_u01744164086146") 2025/04/09 02:02:22 DEBUG : only4: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a85f_d20250409_m020116_c001_v7007000_t0000_u01744164076413") 2025/04/09 02:02:22 DEBUG : only4: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e25ee_d20250409_m020100_c001_v0001171_t0003_u01744164060759") 2025/04/09 02:02:22 DEBUG : only5: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382c9_d20250409_m020148_c001_v7007000_t0000_u01744164108292") 2025/04/09 02:02:22 DEBUG : only5: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4104a59e608f7895_d20250409_m020140_c001_v0001171_t0032_u01744164100577") 2025/04/09 02:02:22 DEBUG : only5: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2897_d20250409_m020126_c001_v0001171_t0029_u01744164086934") 2025/04/09 02:02:22 DEBUG : only5: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4054139e40633b76_d20250409_m020116_c001_v7007000_t0000_u01744164076422") 2025/04/09 02:02:23 DEBUG : only5: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e25fc_d20250409_m020101_c001_v0001171_t0008_u01744164061467") 2025/04/09 02:02:23 DEBUG : only6: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382ca_d20250409_m020148_c001_v7007000_t0000_u01744164108478") 2025/04/09 02:02:23 DEBUG : only6: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4096fb35f2be8ad3_d20250409_m020140_c001_v0001100_t0059_u01744164100603") 2025/04/09 02:02:23 DEBUG : only6: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e28a7_d20250409_m020127_c001_v0001171_t0020_u01744164087688") 2025/04/09 02:02:23 DEBUG : only6: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a85a_d20250409_m020115_c001_v7007000_t0000_u01744164075465") 2025/04/09 02:02:23 DEBUG : only6: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2610_d20250409_m020102_c001_v0001171_t0028_u01744164062344") 2025/04/09 02:02:23 DEBUG : only7: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382cb_d20250409_m020148_c001_v7007000_t0000_u01744164108663") 2025/04/09 02:02:23 DEBUG : only7: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f405e902ef33e29d4_d20250409_m020140_c001_v0001171_t0053_u01744164100611") 2025/04/09 02:02:23 DEBUG : only7: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e28bd_d20250409_m020128_c001_v0001171_t0057_u01744164088469") 2025/04/09 02:02:23 DEBUG : only7: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f15b75_d20250409_m020116_c001_v7007000_t0000_u01744164076055") 2025/04/09 02:02:23 DEBUG : only7: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e262c_d20250409_m020103_c001_v0001171_t0051_u01744164063327") 2025/04/09 02:02:23 DEBUG : only8: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382cc_d20250409_m020148_c001_v7007000_t0000_u01744164108851") 2025/04/09 02:02:23 DEBUG : only8: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f405e902ef33e29d6_d20250409_m020140_c001_v0001171_t0053_u01744164100801") 2025/04/09 02:02:23 DEBUG : only8: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e28d5_d20250409_m020129_c001_v0001171_t0019_u01744164089620") 2025/04/09 02:02:23 DEBUG : only8: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f400e3be44267c28b_d20250409_m020116_c001_v7007000_t0000_u01744164076210") 2025/04/09 02:02:23 DEBUG : only8: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2651_d20250409_m020104_c001_v0001171_t0054_u01744164064208") 2025/04/09 02:02:23 DEBUG : only9: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382cd_d20250409_m020149_c001_v7007000_t0000_u01744164109036") 2025/04/09 02:02:23 DEBUG : only9: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41230a5acb73ad0a_d20250409_m020140_c001_v0001130_t0004_u01744164100933") 2025/04/09 02:02:23 DEBUG : only9: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e28ef_d20250409_m020130_c001_v0001171_t0044_u01744164090521") 2025/04/09 02:02:23 DEBUG : only9: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f419b182e6951a85e_d20250409_m020116_c001_v7007000_t0000_u01744164076224") 2025/04/09 02:02:23 DEBUG : only9: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2671_d20250409_m020105_c001_v0001171_t0021_u01744164065216") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f15794_d20250409_m015733_c001_v7007000_t0000_u01744163853899") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e153d_d20250409_m015731_c001_v0001171_t0059_u01744163851857") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f15765_d20250409_m015730_c001_v7007000_t0000_u01744163850358") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711997b_d20250409_m015728_c001_v0001144_t0032_u01744163848169") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f15750_d20250409_m015726_c001_v7007000_t0000_u01744163846339") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f6583_d20250409_m015724_c001_v0001171_t0013_u01744163844168") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff74538a_d20250409_m015709_c001_v7007000_t0000_u01744163829534") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119929_d20250409_m015707_c001_v0001144_t0028_u01744163827085") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745384_d20250409_m015704_c001_v7007000_t0000_u01744163824797") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119919_d20250409_m015702_c001_v0001144_t0058_u01744163822909") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff74537f_d20250409_m015700_c001_v7007000_t0000_u01744163820594") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119911_d20250409_m015658_c001_v0001144_t0038_u01744163818735") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837ca9_d20250409_m015649_c001_v7007000_t0000_u01744163809373") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198d5_d20250409_m015647_c001_v0001144_t0052_u01744163807293") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837ca5_d20250409_m015646_c001_v7007000_t0000_u01744163806552") 2025/04/09 02:02:24 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198cd_d20250409_m015644_c001_v0001144_t0057_u01744163804628") 2025/04/09 02:02:25 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837ca2_d20250409_m015643_c001_v7007000_t0000_u01744163803901") 2025/04/09 02:02:25 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198c7_d20250409_m015642_c001_v0001144_t0015_u01744163802951") 2025/04/09 02:02:25 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198bd_d20250409_m015642_c001_v0001144_t0043_u01744163802002") 2025/04/09 02:02:25 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837ca1_d20250409_m015641_c001_v7007000_t0000_u01744163801259") 2025/04/09 02:02:25 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198b1_d20250409_m015640_c001_v0001144_t0010_u01744163800348") 2025/04/09 02:02:25 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198ad_d20250409_m015639_c001_v0001144_t0038_u01744163799089") 2025/04/09 02:02:25 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837c9c_d20250409_m015638_c001_v7007000_t0000_u01744163798334") 2025/04/09 02:02:25 DEBUG : potato: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198a6_d20250409_m015637_c001_v0001144_t0011_u01744163797268") 2025/04/09 02:02:25 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41764f53a2c6c9d1_d20250409_m015829_c001_v7007000_t0000_u01744163909546") 2025/04/09 02:02:25 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f69f6_d20250409_m015828_c001_v0001171_t0059_u01744163908723") 2025/04/09 02:02:25 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f412b67bc1f9563c7_d20250409_m015820_c001_v7007000_t0000_u01744163900674") 2025/04/09 02:02:25 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f6902_d20250409_m015815_c001_v0001171_t0050_u01744163895990") 2025/04/09 02:02:25 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416caf4237c2f7cf_d20250409_m015807_c001_v7007000_t0000_u01744163887893") 2025/04/09 02:02:25 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f67b6_d20250409_m015756_c001_v0001171_t0007_u01744163876851") 2025/04/09 02:02:25 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f157cd_d20250409_m015748_c001_v7007000_t0000_u01744163868920") 2025/04/09 02:02:25 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f66d0_d20250409_m015743_c001_v0001171_t0015_u01744163863353") 2025/04/09 02:02:25 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff7453d3_d20250409_m015716_c001_v7007000_t0000_u01744163836705") 2025/04/09 02:02:25 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711993f_d20250409_m015714_c001_v0001144_t0038_u01744163834162") 2025/04/09 02:02:25 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff7453a7_d20250409_m015712_c001_v7007000_t0000_u01744163832997") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119937_d20250409_m015710_c001_v0001144_t0006_u01744163830461") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff74538b_d20250409_m015709_c001_v7007000_t0000_u01744163829725") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711992b_d20250409_m015708_c001_v0001144_t0039_u01744163828256") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745386_d20250409_m015706_c001_v7007000_t0000_u01744163826348") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119923_d20250409_m015705_c001_v0001144_t0045_u01744163825178") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745381_d20250409_m015702_c001_v7007000_t0000_u01744163822174") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119915_d20250409_m015700_c001_v0001144_t0056_u01744163820606") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745354_d20250409_m015650_c001_v7007000_t0000_u01744163810489") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771198d9_d20250409_m015648_c001_v0001144_t0059_u01744163808829") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b7a_d20250409_m015526_c001_v7007000_t0000_u01744163726432") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119772_d20250409_m015525_c001_v0001144_t0035_u01744163725490") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b75_d20250409_m015524_c001_v7007000_t0000_u01744163724232") 2025/04/09 02:02:26 DEBUG : potato2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711976a_d20250409_m015522_c001_v0001144_t0037_u01744163722901") 2025/04/09 02:02:26 DEBUG : potato3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f412b67bc1f9563cb_d20250409_m015820_c001_v7007000_t0000_u01744163900906") 2025/04/09 02:02:26 DEBUG : potato3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119a3c_d20250409_m015817_c001_v0001144_t0035_u01744163897487") 2025/04/09 02:02:26 DEBUG : potato3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416caf4237c2f7d1_d20250409_m015808_c001_v7007000_t0000_u01744163888591") 2025/04/09 02:02:26 DEBUG : potato3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771199f7_d20250409_m015758_c001_v0001144_t0029_u01744163878371") 2025/04/09 02:02:26 DEBUG : potato3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f157ce_d20250409_m015749_c001_v7007000_t0000_u01744163869463") 2025/04/09 02:02:26 DEBUG : potato3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771199c7_d20250409_m015744_c001_v0001144_t0012_u01744163864188") 2025/04/09 02:02:26 DEBUG : pre-dest1/1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e590_d20250409_m015910_c001_v7007000_t0000_u01744163950465") 2025/04/09 02:02:27 DEBUG : pre-dest1/1: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119ad0_d20250409_m015902_c001_v0001144_t0049_u01744163942180") 2025/04/09 02:02:27 DEBUG : pre-dest2/2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f415d0c953db6e591_d20250409_m015910_c001_v7007000_t0000_u01744163950663") 2025/04/09 02:02:27 DEBUG : pre-dest2/2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f6c7c_d20250409_m015903_c001_v0001171_t0032_u01744163943140") 2025/04/09 02:02:27 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f40115b661aeee8df_d20250409_m015841_c001_v7007000_t0000_u01744163921950") 2025/04/09 02:02:27 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1a01_d20250409_m015838_c001_v0001171_t0037_u01744163918760") 2025/04/09 02:02:27 DEBUG : sizeonly: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d263341ad_d20250409_m015614_c001_v7007000_t0000_u01744163774659") 2025/04/09 02:02:27 DEBUG : sizeonly: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119844_d20250409_m015613_c001_v0001144_t0016_u01744163773314") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355838318_d20250409_m020201_c001_v7007000_t0000_u01744164121360") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2b78_d20250409_m020200_c001_v0001171_t0046_u01744164120176") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355838301_d20250409_m020158_c001_v7007000_t0000_u01744164118235") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1096fb35f2be8afc_d20250409_m020157_c001_v0001100_t0033_u01744164117102") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f157bd_d20250409_m015739_c001_v7007000_t0000_u01744163859633") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f668d_d20250409_m015738_c001_v0001171_t0009_u01744163858504") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f157b9_d20250409_m015737_c001_v7007000_t0000_u01744163857227") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1581_d20250409_m015735_c001_v0001171_t0054_u01744163855761") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d263341ab_d20250409_m015609_c001_v7007000_t0000_u01744163769613") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119826_d20250409_m015607_c001_v0001144_t0037_u01744163767635") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d263341aa_d20250409_m015606_c001_v7007000_t0000_u01744163766903") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711981e_d20250409_m015605_c001_v0001144_t0038_u01744163765547") 2025/04/09 02:02:27 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d263341a9_d20250409_m015602_c001_v7007000_t0000_u01744163762762") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711980c_d20250409_m015601_c001_v0001144_t0030_u01744163761195") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d263341a8_d20250409_m015600_c001_v7007000_t0000_u01744163760646") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119802_d20250409_m015558_c001_v0001144_t0037_u01744163758775") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771197ea_d20250409_m015555_c001_v0001144_t0058_u01744163755789") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d263341a5_d20250409_m015555_c001_v7007000_t0000_u01744163755051") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771197e2_d20250409_m015554_c001_v0001144_t0018_u01744163754042") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771197dc_d20250409_m015553_c001_v0001144_t0000_u01744163753147") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d263341a2_d20250409_m015552_c001_v7007000_t0000_u01744163752056") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771197ca_d20250409_m015549_c001_v0001144_t0055_u01744163749416") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771197c0_d20250409_m015546_c001_v0001144_t0046_u01744163746296") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d263341a0_d20250409_m015545_c001_v7007000_t0000_u01744163745559") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771197b8_d20250409_m015544_c001_v0001144_t0001_u01744163744634") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771197b2_d20250409_m015543_c001_v0001144_t0021_u01744163743658") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d2633419b_d20250409_m015542_c001_v7007000_t0000_u01744163742923") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c2771197a0_d20250409_m015539_c001_v0001144_t0011_u01744163739300") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4072e55d2633416d_d20250409_m015538_c001_v7007000_t0000_u01744163738925") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711979a_d20250409_m015537_c001_v0001144_t0041_u01744163737869") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b9f_d20250409_m015536_c001_v7007000_t0000_u01744163736246") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119794_d20250409_m015535_c001_v0001144_t0006_u01744163735061") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b89_d20250409_m015534_c001_v7007000_t0000_u01744163734473") 2025/04/09 02:02:28 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711978c_d20250409_m015533_c001_v0001144_t0025_u01744163733343") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b83_d20250409_m015532_c001_v7007000_t0000_u01744163732085") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119782_d20250409_m015530_c001_v0001144_t0014_u01744163730784") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b80_d20250409_m015530_c001_v7007000_t0000_u01744163730230") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711977e_d20250409_m015529_c001_v0001144_t0042_u01744163729124") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b7e_d20250409_m015528_c001_v7007000_t0000_u01744163728214") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711977a_d20250409_m015527_c001_v0001144_t0016_u01744163727346") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b6a_d20250409_m015519_c001_v7007000_t0000_u01744163719832") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c27711975e_d20250409_m015518_c001_v0001144_t0024_u01744163718908") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b65_d20250409_m015517_c001_v7007000_t0000_u01744163717979") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119756_d20250409_m015516_c001_v0001144_t0047_u01744163716831") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b61_d20250409_m015515_c001_v7007000_t0000_u01744163715926") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119750_d20250409_m015514_c001_v0001144_t0014_u01744163714955") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355837b5f_d20250409_m015512_c001_v7007000_t0000_u01744163712069") 2025/04/09 02:02:29 DEBUG : sub dir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119740_d20250409_m015510_c001_v0001144_t0047_u01744163710887") 2025/04/09 02:02:29 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355838319_d20250409_m020201_c001_v7007000_t0000_u01744164121548") 2025/04/09 02:02:29 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f11230a5acb73ad4c_d20250409_m020200_c001_v0001130_t0059_u01744164120189") 2025/04/09 02:02:29 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e355838304_d20250409_m020158_c001_v7007000_t0000_u01744164118448") 2025/04/09 02:02:29 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f79b7_d20250409_m020156_c001_v0001171_t0054_u01744164116755") 2025/04/09 02:02:29 DEBUG : sub/yam: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f1578b_d20250409_m015733_c001_v7007000_t0000_u01744163853331") 2025/04/09 02:02:29 DEBUG : sub/yam: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f6617_d20250409_m015732_c001_v0001171_t0003_u01744163852200") 2025/04/09 02:02:30 DEBUG : test_dir1/file2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382e2_d20250409_m020155_c001_v7007000_t0000_u01744164115198") 2025/04/09 02:02:30 DEBUG : test_dir1/file2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e2ae2_d20250409_m020153_c001_v0001171_t0003_u01744164113704") 2025/04/09 02:02:30 DEBUG : test_dir1/file2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382d3_d20250409_m020152_c001_v7007000_t0000_u01744164112130") 2025/04/09 02:02:30 DEBUG : test_dir1/file2: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1096fb35f2be8aed_d20250409_m020150_c001_v0001100_t0000_u01744164110387") 2025/04/09 02:02:30 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382e6_d20250409_m020155_c001_v7007000_t0000_u01744164115385") 2025/04/09 02:02:30 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7985_d20250409_m020153_c001_v0001171_t0016_u01744164113692") 2025/04/09 02:02:30 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f402137e3558382d4_d20250409_m020152_c001_v7007000_t0000_u01744164112321") 2025/04/09 02:02:30 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1104a59e608f7943_d20250409_m020150_c001_v0001171_t0023_u01744164110364") 2025/04/09 02:02:30 DEBUG : three: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff745409_d20250409_m015723_c001_v7007000_t0000_u01744163843414") 2025/04/09 02:02:30 DEBUG : three: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119961_d20250409_m015721_c001_v0001144_t0048_u01744163841911") 2025/04/09 02:02:30 DEBUG : three: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f116453c277119957_d20250409_m015718_c001_v0001144_t0029_u01744163838976") 2025/04/09 02:02:30 DEBUG : two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4065fc64ff74540a_d20250409_m015723_c001_v7007000_t0000_u01744163843608") 2025/04/09 02:02:30 DEBUG : two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f4104a59e608f654d_d20250409_m015721_c001_v0001171_t0032_u01744163841149") 2025/04/09 02:02:30 DEBUG : two: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f416453c277119951_d20250409_m015718_c001_v0001144_t0021_u01744163838767") 2025/04/09 02:02:30 DEBUG : yam: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f15797_d20250409_m015734_c001_v7007000_t0000_u01744163854095") 2025/04/09 02:02:30 DEBUG : yam: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f107827f5b6925f45_d20250409_m015733_c001_v0001183_t0044_u01744163853101") 2025/04/09 02:02:30 DEBUG : yam: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f1575e_d20250409_m015729_c001_v7007000_t0000_u01744163849799") 2025/04/09 02:02:30 DEBUG : yam: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e1509_d20250409_m015727_c001_v0001171_t0045_u01744163847829") 2025/04/09 02:02:30 DEBUG : yam: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f1574f_d20250409_m015725_c001_v7007000_t0000_u01744163845787") 2025/04/09 02:02:31 DEBUG : yam: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f105e902ef33e14bb_d20250409_m015724_c001_v0001171_t0013_u01744163844179") 2025/04/09 02:02:31 DEBUG : yaml: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f15768_d20250409_m015730_c001_v7007000_t0000_u01744163850555") 2025/04/09 02:02:31 DEBUG : yaml: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1140df06d9bbcf3f_d20250409_m015729_c001_v0001178_t0052_u01744163849515") 2025/04/09 02:02:31 DEBUG : yaml: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f41814cf373f15751_d20250409_m015726_c001_v7007000_t0000_u01744163846527") 2025/04/09 02:02:31 DEBUG : yaml: Deleting (id "4_z3f421df3402d1b8b9f680e1b_f1134e688d5ef443b_d20250409_m015725_c001_v0001184_t0053_u01744163845581") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 7m25.634245618s (try 1/5)