"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2024/11/05 04:21:57 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa" 2024/11/05 04:21:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/05 04:21:57 DEBUG : Creating backend with remote "/tmp/rclone3523772692" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.02s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:21:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:21:59 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/11/05 04:21:59 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:21:59 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.11s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:21:59 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/05 04:22:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:00 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:00 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:00 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:01 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.06s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", 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-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", 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-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:02 DEBUG : Creating backend with remote "/non-existing" 2024/11/05 04:22:02 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/11/05 04:22:02 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:02 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.89s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:04 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:04 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:04 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:04 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:04 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.92s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:05 INFO : B2 bucket rclone-test-kiyoqis0wafa: Running all checks before starting transfers 2024/11/05 04:22:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:05 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:05 INFO : B2 bucket rclone-test-kiyoqis0wafa: Checks finished, now starting transfers 2024/11/05 04:22:05 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:06 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.57s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:07 ERROR : Ignoring --no-traverse with sync 2024/11/05 04:22:07 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:07 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:07 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:07 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:07 INFO : sub dir/hello world: Copied (new) 2024/11/05 04:22:07 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.55s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:08 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/11/05 04:22:08 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:08 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:09 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2024/11/05 04:22:09 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.60s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:10 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:22:10 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:10 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:10 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:10 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.52s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:12 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:22:12 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:12 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:12 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:12 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.89s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:13 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/05 04:22:13 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/05 04:22:13 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/11/05 04:22:13 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/05 04:22:13 DEBUG : sub dir: Making directory 2024/11/05 04:22:13 DEBUG : sub dir2: Making directory 2024/11/05 04:22:13 DEBUG : sub dir2/sub sub dir2: Making directory 2024/11/05 04:22:13 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:13 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:13 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:14 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:14 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2024/11/05 04:22:14 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.58s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:15 DEBUG : sub dir2: Making directory 2024/11/05 04:22:15 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/05 04:22:15 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/05 04:22:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:15 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:15 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:15 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:15 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.20s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:16 DEBUG : sub dir2: Making directory with metadata 2024/11/05 04:22:16 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/05 04:22:16 DEBUG : sub dir: Making directory 2024/11/05 04:22:16 DEBUG : sub dir2: Making directory 2024/11/05 04:22:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:16 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:16 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:16 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:16 INFO : sub dir/hello world: Copied (new) 2024/11/05 04:22:16 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/11/05 04:22:17 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/11/05 04:22:17 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.73s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", 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-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:18 DEBUG : sub dir2: Making directory 2024/11/05 04:22:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:18 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:18 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:18 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:18 INFO : sub dir/hello world: Copied (new) 2024/11/05 04:22:18 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.17s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:19 DEBUG : sub dir2: Making directory with metadata 2024/11/05 04:22:19 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/05 04:22:19 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/05 04:22:19 DEBUG : sub dir: Making directory 2024/11/05 04:22:19 DEBUG : sub dir2: Making directory 2024/11/05 04:22:19 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:19 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:19 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:20 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:20 INFO : sub dir/hello world: Copied (new) 2024/11/05 04:22:20 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/11/05 04:22:20 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.57s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", 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-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:21 DEBUG : sub dir2: Making directory 2024/11/05 04:22:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:22 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:22 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:22 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:22 INFO : sub dir/hello world: Copied (new) 2024/11/05 04:22:22 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.58s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:23 DEBUG : Creating backend with remote "TestB2:rclone-test-garenic2yora" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-kiyoqis0wafa -> B2 bucket rclone-test-garenic2yora 2024/11/05 04:22:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:24 DEBUG : B2 bucket rclone-test-garenic2yora: Waiting for checks to finish 2024/11/05 04:22:24 DEBUG : B2 bucket rclone-test-garenic2yora: Waiting for transfers to finish 2024/11/05 04:22:25 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:25 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:26 DEBUG : B2 bucket rclone-test-garenic2yora: Purge remote 2024/11/05 04:22:26 INFO : B2 bucket rclone-test-garenic2yora: cleaning bucket "rclone-test-garenic2yora" of all files 2024/11/05 04:22:26 DEBUG : sub dir/hello world: Deleting (id "4_zafc23df380fdfbab9f280e1b_f1006ea4a73d2eb77_d20241105_m042225_c001_v0001039_t0006_u01730780545492") --- PASS: TestServerSideCopy (4.65s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:28 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:28 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/05 04:22:28 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:28 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/05 04:22:28 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.02s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:30 DEBUG : Creating backend with remote "TestB2:rclone-test-lajuxum5vime" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-kiyoqis0wafa -> B2 bucket rclone-test-lajuxum5vime 2024/11/05 04:22:31 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:31 DEBUG : B2 bucket rclone-test-lajuxum5vime: Waiting for checks to finish 2024/11/05 04:22:31 DEBUG : B2 bucket rclone-test-lajuxum5vime: Waiting for transfers to finish 2024/11/05 04:22:33 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:33 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:34 DEBUG : B2 bucket rclone-test-lajuxum5vime: Waiting for checks to finish 2024/11/05 04:22:34 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/05 04:22:34 DEBUG : B2 bucket rclone-test-lajuxum5vime: Waiting for transfers to finish 2024/11/05 04:22:34 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/05 04:22:34 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:34 DEBUG : B2 bucket rclone-test-lajuxum5vime: Purge remote 2024/11/05 04:22:34 INFO : B2 bucket rclone-test-lajuxum5vime: cleaning bucket "rclone-test-lajuxum5vime" of all files 2024/11/05 04:22:34 DEBUG : sub dir/hello world: Deleting (id "4_z5fc25da380fdfbab9f280e1b_f1065a05fd75397bf_d20241105_m042234_c001_v0001182_t0024_u01730780554245") 2024/11/05 04:22:34 DEBUG : sub dir/hello world: Deleting (id "4_z5fc25da380fdfbab9f280e1b_f104bb9a78c265c51_d20241105_m042232_c001_v0001115_t0020_u01730780552391") --- PASS: TestServerSideCopyOverSelf (7.04s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:37 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:37 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/05 04:22:37 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:37 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/05 04:22:37 INFO : sub dir/hello world: Copied (replaced existing) 2024/11/05 04:22:37 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.08s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:39 DEBUG : Creating backend with remote "TestB2:rclone-test-heqenep4kohe" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-kiyoqis0wafa -> B2 bucket rclone-test-heqenep4kohe 2024/11/05 04:22:40 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:40 DEBUG : B2 bucket rclone-test-heqenep4kohe: Waiting for checks to finish 2024/11/05 04:22:40 DEBUG : B2 bucket rclone-test-heqenep4kohe: Waiting for transfers to finish 2024/11/05 04:22:41 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:41 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:42 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/05 04:22:42 DEBUG : B2 bucket rclone-test-heqenep4kohe: Waiting for checks to finish 2024/11/05 04:22:42 DEBUG : B2 bucket rclone-test-heqenep4kohe: Waiting for transfers to finish 2024/11/05 04:22:42 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/05 04:22:42 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/05 04:22:43 INFO : sub dir/hello world: Deleted 2024/11/05 04:22:43 DEBUG : testing file moves 2024/11/05 04:22:44 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/11/05 04:22:44 DEBUG : B2 bucket rclone-test-heqenep4kohe: Waiting for checks to finish 2024/11/05 04:22:44 DEBUG : B2 bucket rclone-test-heqenep4kohe: Waiting for transfers to finish 2024/11/05 04:22:44 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2024/11/05 04:22:44 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/05 04:22:44 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:44 DEBUG : B2 bucket rclone-test-heqenep4kohe: Purge remote 2024/11/05 04:22:44 INFO : B2 bucket rclone-test-heqenep4kohe: cleaning bucket "rclone-test-heqenep4kohe" of all files 2024/11/05 04:22:45 DEBUG : sub dir/hello world: Deleting (id "4_z7fa27dd380fdfbab9f280e1b_f1165ff2904b55904_d20241105_m042244_c001_v0001100_t0020_u01730780564149") 2024/11/05 04:22:45 DEBUG : sub dir/hello world: Deleting (id "4_z7fa27dd380fdfbab9f280e1b_f115349b5dc316e1f_d20241105_m042242_c001_v0001182_t0035_u01730780562629") 2024/11/05 04:22:45 DEBUG : sub dir/hello world: Deleting (id "4_z7fa27dd380fdfbab9f280e1b_f10999874c6f23fc3_d20241105_m042241_c001_v0001097_t0000_u01730780561415") --- PASS: TestServerSideMoveOverSelf (8.35s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:47 ERROR : : error listing: directory not found 2024/11/05 04:22:47 DEBUG : Local file system at /tmp/rclone3523772692: Making directory 2024/11/05 04:22:48 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:48 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestCopyAfterDelete (1.76s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:22:49 DEBUG : Local file system at /tmp/rclone3523772692: Waiting for checks to finish 2024/11/05 04:22:49 DEBUG : Local file system at /tmp/rclone3523772692: Waiting for transfers to finish 2024/11/05 04:22:50 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:22:50 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2024/11/05 04:22:50 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestCopyRedownload (2.09s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:51 DEBUG : check sum: Need to transfer - File not found at Destination 2024/11/05 04:22:51 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:51 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:51 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/05 04:22:51 INFO : check sum: Copied (new) 2024/11/05 04:22:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:51 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:51 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/05 04:22:51 DEBUG : check sum: Size and sha1 of src and dst objects identical 2024/11/05 04:22:51 DEBUG : check sum: Unchanged skipping 2024/11/05 04:22:51 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:51 DEBUG : Waiting for deletions to finish 2024/11/05 04:22:51 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.22s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:53 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/11/05 04:22:53 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:53 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:53 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/05 04:22:53 INFO : sizeonly: Copied (new) 2024/11/05 04:22:53 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:54 DEBUG : sizeonly: Sizes identical 2024/11/05 04:22:54 DEBUG : sizeonly: Unchanged skipping 2024/11/05 04:22:54 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:54 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:54 DEBUG : Waiting for deletions to finish 2024/11/05 04:22:54 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.24s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:55 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/11/05 04:22:55 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:55 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:56 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2024/11/05 04:22:56 INFO : ignore-size: Copied (new) 2024/11/05 04:22:56 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:56 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:56 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:22:56 DEBUG : ignore-size: Unchanged skipping 2024/11/05 04:22:56 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:56 DEBUG : Waiting for deletions to finish 2024/11/05 04:22:56 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.59s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:58 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:22:58 DEBUG : existing: Unchanged skipping 2024/11/05 04:22:58 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:58 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:58 DEBUG : Waiting for deletions to finish 2024/11/05 04:22:58 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:22:59 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/11/05 04:22:59 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:22:59 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:22:59 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/05 04:22:59 INFO : existing: Copied (replaced existing) 2024/11/05 04:22:59 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.69s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:01 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/05 04:23:01 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:01 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:01 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/05 04:23:01 INFO : existing: Copied (new) 2024/11/05 04:23:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:01 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:01 DEBUG : existing: Destination exists, skipping 2024/11/05 04:23:01 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:01 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:01 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.26s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:03 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/11/05 04:23:04 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:23:04 DEBUG : c/non empty space: Unchanged skipping 2024/11/05 04:23:04 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/05 04:23:04 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:04 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:04 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:23:04 INFO : a/potato2: Copied (new) 2024/11/05 04:23:04 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:04 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (2.88s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:06 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 2024/11/05 04:23:06 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:06 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/05 04:23:06 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/11/05 04:23:06 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:06 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:06 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:06 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:07 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:07 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 2024/11/05 04:23:07 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/05 04:23:08 INFO : empty space: Updated modification time in destination 2024/11/05 04:23:08 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:08 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:08 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:08 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.93s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:10 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:10 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 2024/11/05 04:23:10 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/05 04:23:10 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:10 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:10 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:10 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.78s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:12 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:12 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 2024/11/05 04:23:12 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone3523772692) 2024/11/05 04:23:12 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-kiyoqis0wafa) 2024/11/05 04:23:12 DEBUG : foo: sha1 differ 2024/11/05 04:23:12 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:12 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2024/11/05 04:23:12 INFO : foo: Copied (replaced existing) 2024/11/05 04:23:12 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.87s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:14 DEBUG : potato: Need to transfer - File not found at Destination 2024/11/05 04:23:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:23:14 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:14 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:14 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:14 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:23:14 INFO : potato: Copied (new) 2024/11/05 04:23:14 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.21s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:16 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/11/05 04:23:16 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:16 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:16 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2024/11/05 04:23:16 INFO : potato: Copied (replaced existing) 2024/11/05 04:23:16 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (2.09s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:18 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 2024/11/05 04:23:18 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:18 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone3523772692) 2024/11/05 04:23:18 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-kiyoqis0wafa) 2024/11/05 04:23:18 DEBUG : potato: sha1 differ 2024/11/05 04:23:18 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:19 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2024/11/05 04:23:19 INFO : potato: Copied (replaced existing) 2024/11/05 04:23:19 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.15s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:20 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:23:20 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:23:20 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:20 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:20 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:20 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/11/05 04:23:20 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:20 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.09s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:23 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:23:23 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:23:23 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:23 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:23 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:23 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:23:23 INFO : potato2: Copied (new) 2024/11/05 04:23:23 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:23 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (3.13s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:27 DEBUG : d: Making directory 2024/11/05 04:23:27 DEBUG : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2024/11/05 04:23:27 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:23:27 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/05 04:23:27 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:27 DEBUG : c/non empty space: Unchanged skipping 2024/11/05 04:23:27 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:28 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:23:28 INFO : a/potato2: Copied (new) 2024/11/05 04:23:28 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:28 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (4.34s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:30 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/11/05 04:23:30 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:23:30 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/05 04:23:30 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:30 DEBUG : c/non empty space: Unchanged skipping 2024/11/05 04:23:30 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:31 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:23:31 INFO : a/potato2: Copied (new) 2024/11/05 04:23:31 ERROR : B2 bucket rclone-test-kiyoqis0wafa: not deleting files as there were IO errors 2024/11/05 04:23:31 ERROR : B2 bucket rclone-test-kiyoqis0wafa: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.81s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:33 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:33 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:23:33 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:23:33 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:33 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:33 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:33 INFO : potato: Deleted 2024/11/05 04:23:33 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:23:33 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.72s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:35 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:36 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:36 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:36 INFO : potato: Deleted 2024/11/05 04:23:36 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:23:36 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:23:36 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:36 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:36 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:36 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:23:36 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (2.89s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:38 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:23:38 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:38 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:39 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2024/11/05 04:23:39 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.52s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:41 DEBUG : enormous: Excluded (Size Filter) 2024/11/05 04:23:41 DEBUG : enormous: Excluded 2024/11/05 04:23:41 DEBUG : potato2: Excluded (Size Filter) 2024/11/05 04:23:41 DEBUG : potato2: Excluded 2024/11/05 04:23:41 DEBUG : potato2: Excluded (Size Filter) 2024/11/05 04:23:41 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:23:41 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:41 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:41 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:41 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:41 DEBUG : enormous: Excluded (Size Filter) 2024/11/05 04:23:41 DEBUG : enormous: Excluded 2024/11/05 04:23:41 DEBUG : potato2: Excluded (Size Filter) 2024/11/05 04:23:41 DEBUG : potato2: Excluded 2024/11/05 04:23:42 DEBUG : potato2: Excluded (Size Filter) 2024/11/05 04:23:42 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/11/05 04:23:42 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:42 DEBUG : Local file system at /tmp/rclone3523772692: Waiting for checks to finish 2024/11/05 04:23:42 DEBUG : Local file system at /tmp/rclone3523772692: Waiting for transfers to finish 2024/11/05 04:23:42 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:42 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncWithExclude (2.88s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:44 DEBUG : enormous: Excluded (Size Filter) 2024/11/05 04:23:44 DEBUG : enormous: Excluded 2024/11/05 04:23:44 DEBUG : potato2: Excluded (Size Filter) 2024/11/05 04:23:44 DEBUG : potato2: Excluded 2024/11/05 04:23:44 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:23:44 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:44 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:44 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:44 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:45 INFO : potato2: Deleted 2024/11/05 04:23:45 INFO : enormous: Deleted 2024/11/05 04:23:45 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:45 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/11/05 04:23:45 DEBUG : empty space: Unchanged skipping 2024/11/05 04:23:45 DEBUG : Local file system at /tmp/rclone3523772692: Waiting for checks to finish 2024/11/05 04:23:45 DEBUG : Local file system at /tmp/rclone3523772692: Waiting for transfers to finish 2024/11/05 04:23:45 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:45 INFO : enormous: Deleted 2024/11/05 04:23:45 INFO : potato2: Deleted 2024/11/05 04:23:45 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.41s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:48 DEBUG : five: Need to transfer - File not found at Destination 2024/11/05 04:23:48 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/11/05 04:23:48 DEBUG : one: Destination is newer than source, skipping 2024/11/05 04:23:48 DEBUG : three: Sizes identical 2024/11/05 04:23:48 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:48 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/11/05 04:23:48 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/11/05 04:23:48 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone3523772692) 2024/11/05 04:23:48 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-kiyoqis0wafa) 2024/11/05 04:23:48 DEBUG : two: sha1 differ 2024/11/05 04:23:48 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:48 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/11/05 04:23:48 INFO : five: Copied (new) 2024/11/05 04:23:49 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/11/05 04:23:49 INFO : four: Copied (replaced existing) 2024/11/05 04:23:49 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/05 04:23:49 INFO : two: Copied (replaced existing) 2024/11/05 04:23:49 DEBUG : Waiting for deletions to finish 2024/11/05 04:23:49 DEBUG : one: Destination is newer than source, skipping 2024/11/05 04:23:49 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:49 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/11/05 04:23:49 DEBUG : five: Size and sha1 of src and dst objects identical 2024/11/05 04:23:49 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/11/05 04:23:49 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone3523772692) 2024/11/05 04:23:49 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-kiyoqis0wafa) 2024/11/05 04:23:49 DEBUG : three: sha1 differ 2024/11/05 04:23:49 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/05 04:23:49 DEBUG : two: Size and sha1 of src and dst objects identical 2024/11/05 04:23:49 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/11/05 04:23:49 DEBUG : four: Size and sha1 of src and dst objects identical 2024/11/05 04:23:49 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/11/05 04:23:49 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/11/05 04:23:49 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/11/05 04:23:49 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:50 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/05 04:23:50 INFO : three: Copied (replaced existing) 2024/11/05 04:23:50 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.66s) === 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-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2024/11/05 04:23:51 INFO : B2 bucket rclone-test-kiyoqis0wafa: Making map for --track-renames 2024/11/05 04:23:51 INFO : B2 bucket rclone-test-kiyoqis0wafa: Finished making map for --track-renames 2024/11/05 04:23:51 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:51 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/05 04:23:51 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/05 04:23:51 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for renames to finish 2024/11/05 04:23:51 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:52 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/05 04:23:52 INFO : potato: Copied (new) 2024/11/05 04:23:52 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/05 04:23:52 INFO : yam: Copied (new) 2024/11/05 04:23:52 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:52 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:23:52 INFO : B2 bucket rclone-test-kiyoqis0wafa: Making map for --track-renames 2024/11/05 04:23:52 INFO : B2 bucket rclone-test-kiyoqis0wafa: Finished making map for --track-renames 2024/11/05 04:23:52 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:52 DEBUG : potato: Unchanged skipping 2024/11/05 04:23:52 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for renames to finish 2024/11/05 04:23:53 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/05 04:23:53 INFO : yam: Copied (server-side copy) to: yaml 2024/11/05 04:23:53 INFO : yam: Deleted 2024/11/05 04:23:53 INFO : yaml: Renamed from "yam" 2024/11/05 04:23:53 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:53 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.74s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2024/11/05 04:23:55 INFO : B2 bucket rclone-test-kiyoqis0wafa: Making map for --track-renames 2024/11/05 04:23:55 INFO : B2 bucket rclone-test-kiyoqis0wafa: Finished making map for --track-renames 2024/11/05 04:23:55 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:55 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/05 04:23:55 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/05 04:23:55 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for renames to finish 2024/11/05 04:23:55 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:55 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/05 04:23:55 INFO : yam: Copied (new) 2024/11/05 04:23:56 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/05 04:23:56 INFO : potato: Copied (new) 2024/11/05 04:23:56 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:23:56 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:23:56 INFO : B2 bucket rclone-test-kiyoqis0wafa: Making map for --track-renames 2024/11/05 04:23:56 INFO : B2 bucket rclone-test-kiyoqis0wafa: Finished making map for --track-renames 2024/11/05 04:23:56 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:56 DEBUG : potato: Unchanged skipping 2024/11/05 04:23:56 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for renames to finish 2024/11/05 04:23:57 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/05 04:23:57 INFO : yam: Copied (server-side copy) to: yaml 2024/11/05 04:23:57 INFO : yam: Deleted 2024/11/05 04:23:57 INFO : yaml: Renamed from "yam" 2024/11/05 04:23:57 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:57 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.57s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2024/11/05 04:23:59 INFO : B2 bucket rclone-test-kiyoqis0wafa: Making map for --track-renames 2024/11/05 04:23:59 INFO : B2 bucket rclone-test-kiyoqis0wafa: Finished making map for --track-renames 2024/11/05 04:23:59 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:23:59 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/05 04:23:59 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for renames to finish 2024/11/05 04:23:59 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/11/05 04:23:59 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:23:59 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/05 04:23:59 INFO : potato: Copied (new) 2024/11/05 04:23:59 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/05 04:23:59 INFO : sub/yam: Copied (new) 2024/11/05 04:23:59 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:24:00 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:24:00 INFO : B2 bucket rclone-test-kiyoqis0wafa: Making map for --track-renames 2024/11/05 04:24:00 INFO : B2 bucket rclone-test-kiyoqis0wafa: Finished making map for --track-renames 2024/11/05 04:24:00 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:24:00 DEBUG : potato: Unchanged skipping 2024/11/05 04:24:00 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for renames to finish 2024/11/05 04:24:00 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/05 04:24:00 INFO : sub/yam: Copied (server-side copy) to: yam 2024/11/05 04:24:01 INFO : sub/yam: Deleted 2024/11/05 04:24:01 INFO : yam: Renamed from "sub/yam" 2024/11/05 04:24:01 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:24:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.94s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:24:02 DEBUG : Creating backend with remote "/tmp/rclone3523772692/dir1" 2024/11/05 04:24:02 DEBUG : Creating backend with remote "/tmp/rclone3523772692/dir2" 2024/11/05 04:24:02 DEBUG : Local file system at /tmp/rclone3523772692/dir2: Using server-side directory move 2024/11/05 04:24:02 INFO : Local file system at /tmp/rclone3523772692/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/05 04:24:02 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/11/05 04:24:02 DEBUG : Local file system at /tmp/rclone3523772692/dir2: Waiting for checks to finish 2024/11/05 04:24:02 DEBUG : Local file system at /tmp/rclone3523772692/dir2: Waiting for transfers to finish 2024/11/05 04:24:02 INFO : file1.txt: Moved (server-side) --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:24:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:24:03 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/05 04:24:03 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:24:03 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:24:03 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/11/05 04:24:03 INFO : nested/sub dir/file: Copied (new) 2024/11/05 04:24:03 INFO : nested/sub dir/file: Deleted 2024/11/05 04:24:04 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:24:04 INFO : sub dir/hello world: Copied (new) 2024/11/05 04:24:04 INFO : sub dir/hello world: Deleted 2024/11/05 04:24:04 INFO : sub dir: Removing directory 2024/11/05 04:24:04 INFO : nested/sub dir: Removing directory 2024/11/05 04:24:04 INFO : nested: Removing directory 2024/11/05 04:24:04 DEBUG : Local file system at /tmp/rclone3523772692: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.10s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:24:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/05 04:24:05 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/05 04:24:05 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:24:05 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:24:05 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/11/05 04:24:05 INFO : nested/sub dir/file: Copied (new) 2024/11/05 04:24:05 INFO : nested/sub dir/file: Deleted 2024/11/05 04:24:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/05 04:24:06 INFO : sub dir/hello world: Copied (new) 2024/11/05 04:24:06 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.16s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:24:07 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/05 04:24:07 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/11/05 04:24:07 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:24:07 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:24:07 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/05 04:24:07 INFO : existing: Copied (new) 2024/11/05 04:24:07 INFO : existing: Deleted 2024/11/05 04:24:08 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2024/11/05 04:24:08 INFO : existing-b: Copied (new) 2024/11/05 04:24:08 INFO : existing-b: Deleted 2024/11/05 04:24:08 DEBUG : existing: Destination exists, skipping 2024/11/05 04:24:08 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/11/05 04:24:08 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:24:08 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:24:08 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.24s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:24:09 DEBUG : Creating backend with remote "TestB2:rclone-test-kamasep2nuwu" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-kiyoqis0wafa -> B2 bucket rclone-test-kamasep2nuwu 2024/11/05 04:24:17 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:24:17 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/11/05 04:24:17 DEBUG : empty space: Unchanged skipping 2024/11/05 04:24:17 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/05 04:24:17 DEBUG : B2 bucket rclone-test-kamasep2nuwu: Waiting for checks to finish 2024/11/05 04:24:17 INFO : empty space: Deleted 2024/11/05 04:24:17 DEBUG : B2 bucket rclone-test-kamasep2nuwu: Waiting for transfers to finish 2024/11/05 04:24:17 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:24:17 INFO : potato2: Copied (server-side copy) 2024/11/05 04:24:18 INFO : potato2: Deleted 2024/11/05 04:24:18 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/05 04:24:18 INFO : potato3: Copied (server-side copy) 2024/11/05 04:24:18 INFO : potato3: Deleted 2024/11/05 04:24:18 DEBUG : Creating backend with remote "TestB2:rclone-test-sedobit5lazu" 2024/11/05 04:24:18 DEBUG : Config file has changed externally - reloading 2024/11/05 04:24:19 DEBUG : empty space: Need to transfer - File not found at Destination 2024/11/05 04:24:19 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:24:19 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/05 04:24:19 DEBUG : B2 bucket rclone-test-sedobit5lazu: Waiting for checks to finish 2024/11/05 04:24:19 DEBUG : B2 bucket rclone-test-sedobit5lazu: Waiting for transfers to finish 2024/11/05 04:24:21 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/05 04:24:21 INFO : empty space: Copied (server-side copy) 2024/11/05 04:24:21 INFO : empty space: Deleted 2024/11/05 04:24:21 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/05 04:24:21 INFO : potato3: Copied (server-side copy) 2024/11/05 04:24:22 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:24:22 INFO : potato2: Copied (server-side copy) 2024/11/05 04:24:22 INFO : potato3: Deleted 2024/11/05 04:24:22 INFO : potato2: Deleted 2024/11/05 04:24:22 DEBUG : B2 bucket rclone-test-sedobit5lazu: Purge remote 2024/11/05 04:24:22 INFO : B2 bucket rclone-test-sedobit5lazu: cleaning bucket "rclone-test-sedobit5lazu" of all files 2024/11/05 04:24:22 DEBUG : empty space: Deleting (id "4_zffc20d03901dfbab9f280e1b_f104f110387fc0599_d20241105_m042421_c001_v0001182_t0037_u01730780661166") 2024/11/05 04:24:22 DEBUG : potato2: Deleting (id "4_zffc20d03901dfbab9f280e1b_f112133f08f7c7957_d20241105_m042421_c001_v0001040_t0026_u01730780661653") 2024/11/05 04:24:22 DEBUG : potato3: Deleting (id "4_zffc20d03901dfbab9f280e1b_f117495fde0d14cbe_d20241105_m042421_c001_v0001042_t0007_u01730780661546") 2024/11/05 04:24:24 DEBUG : B2 bucket rclone-test-kamasep2nuwu: Purge remote 2024/11/05 04:24:24 INFO : B2 bucket rclone-test-kamasep2nuwu: cleaning bucket "rclone-test-kamasep2nuwu" of all files 2024/11/05 04:24:24 DEBUG : empty space: Deleting (id "4_z4f02ed13900dfbab9f280e1b_f404ea402ed496182_d20241105_m042421_c001_v7007000_t0000_u01730780661489") 2024/11/05 04:24:24 DEBUG : empty space: Deleting (id "4_z4f02ed13900dfbab9f280e1b_f1002da6927050a00_d20241105_m042416_c001_v0001182_t0038_u01730780656300") 2024/11/05 04:24:24 DEBUG : potato2: Deleting (id "4_z4f02ed13900dfbab9f280e1b_f40162a7bd875fad3_d20241105_m042422_c001_v7007000_t0000_u01730780662199") 2024/11/05 04:24:24 DEBUG : potato2: Deleting (id "4_z4f02ed13900dfbab9f280e1b_f101db297b8545055_d20241105_m042417_c001_v0001182_t0005_u01730780657601") 2024/11/05 04:24:24 DEBUG : potato3: Deleting (id "4_z4f02ed13900dfbab9f280e1b_f404ea402ed496183_d20241105_m042422_c001_v7007000_t0000_u01730780662082") 2024/11/05 04:24:24 DEBUG : potato3: Deleting (id "4_z4f02ed13900dfbab9f280e1b_f10677a038a4e5e5e_d20241105_m042418_c001_v0001181_t0018_u01730780658002") 2024/11/05 04:24:24 DEBUG : potato3: Deleting (id "4_z4f02ed13900dfbab9f280e1b_f1002da6927050a0b_d20241105_m042416_c001_v0001182_t0057_u01730780656569") --- PASS: TestServerSideMove (22.60s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:24:32 DEBUG : Creating backend with remote "TestB2:rclone-test-wikadip0hilo" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-kiyoqis0wafa -> B2 bucket rclone-test-wikadip0hilo 2024/11/05 04:24:40 DEBUG : empty space: Excluded (Size Filter) 2024/11/05 04:24:40 DEBUG : empty space: Excluded (Size Filter) 2024/11/05 04:24:40 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:24:40 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/05 04:24:40 DEBUG : B2 bucket rclone-test-wikadip0hilo: Waiting for checks to finish 2024/11/05 04:24:40 DEBUG : B2 bucket rclone-test-wikadip0hilo: Waiting for transfers to finish 2024/11/05 04:24:40 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:24:40 INFO : potato2: Copied (server-side copy) 2024/11/05 04:24:40 INFO : potato2: Deleted 2024/11/05 04:24:41 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/05 04:24:41 INFO : potato3: Copied (server-side copy) 2024/11/05 04:24:41 INFO : potato3: Deleted 2024/11/05 04:24:42 DEBUG : Creating backend with remote "TestB2:rclone-test-yixoned5niyi" 2024/11/05 04:24:42 DEBUG : empty space: Excluded (Size Filter) 2024/11/05 04:24:43 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:24:43 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/05 04:24:43 DEBUG : B2 bucket rclone-test-yixoned5niyi: Waiting for checks to finish 2024/11/05 04:24:43 DEBUG : B2 bucket rclone-test-yixoned5niyi: Waiting for transfers to finish 2024/11/05 04:24:44 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:24:44 INFO : potato2: Copied (server-side copy) 2024/11/05 04:24:44 INFO : potato2: Deleted 2024/11/05 04:24:44 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/05 04:24:44 INFO : potato3: Copied (server-side copy) 2024/11/05 04:24:44 INFO : potato3: Deleted 2024/11/05 04:24:45 DEBUG : B2 bucket rclone-test-yixoned5niyi: Purge remote 2024/11/05 04:24:45 INFO : B2 bucket rclone-test-yixoned5niyi: cleaning bucket "rclone-test-yixoned5niyi" of all files 2024/11/05 04:24:45 DEBUG : potato2: Deleting (id "4_zafb25dc3901dfbab9f280e1b_f108a429a01f98c7e_d20241105_m042444_c001_v0001182_t0005_u01730780684050") 2024/11/05 04:24:45 DEBUG : potato3: Deleting (id "4_zafb25dc3901dfbab9f280e1b_f106106ab8248466f_d20241105_m042444_c001_v0001033_t0010_u01730780684363") 2024/11/05 04:24:46 DEBUG : B2 bucket rclone-test-wikadip0hilo: Purge remote 2024/11/05 04:24:46 INFO : B2 bucket rclone-test-wikadip0hilo: cleaning bucket "rclone-test-wikadip0hilo" of all files 2024/11/05 04:24:46 DEBUG : empty space: Deleting (id "4_z3f523de3901dfbab9f280e1b_f11931059c6f9fdb4_d20241105_m042439_c001_v0001120_t0027_u01730780679164") 2024/11/05 04:24:46 DEBUG : potato2: Deleting (id "4_z3f523de3901dfbab9f280e1b_f416ca964b9825684_d20241105_m042444_c001_v7007000_t0000_u01730780684347") 2024/11/05 04:24:46 DEBUG : potato2: Deleting (id "4_z3f523de3901dfbab9f280e1b_f108daf7432debc74_d20241105_m042440_c001_v0001113_t0007_u01730780680246") 2024/11/05 04:24:46 DEBUG : potato3: Deleting (id "4_z3f523de3901dfbab9f280e1b_f416ca964b9825685_d20241105_m042444_c001_v7007000_t0000_u01730780684785") 2024/11/05 04:24:46 DEBUG : potato3: Deleting (id "4_z3f523de3901dfbab9f280e1b_f105b136563f9b51e_d20241105_m042440_c001_v0001144_t0012_u01730780680675") 2024/11/05 04:24:46 DEBUG : potato3: Deleting (id "4_z3f523de3901dfbab9f280e1b_f11931059c6f9fdbe_d20241105_m042439_c001_v0001120_t0014_u01730780679590") --- PASS: TestServerSideMoveWithFilter (23.44s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:24:55 DEBUG : Creating backend with remote "TestB2:rclone-test-lugufuc4suda" 2024/11/05 04:24:58 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-kiyoqis0wafa -> B2 bucket rclone-test-lugufuc4suda 2024/11/05 04:25:01 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:25:01 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/05 04:25:01 DEBUG : B2 bucket rclone-test-lugufuc4suda: Waiting for checks to finish 2024/11/05 04:25:01 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/11/05 04:25:01 DEBUG : empty space: Unchanged skipping 2024/11/05 04:25:01 INFO : empty space: Deleted 2024/11/05 04:25:01 DEBUG : B2 bucket rclone-test-lugufuc4suda: Waiting for transfers to finish 2024/11/05 04:25:01 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:25:01 INFO : potato2: Copied (server-side copy) 2024/11/05 04:25:01 INFO : potato2: Deleted 2024/11/05 04:25:02 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/05 04:25:02 INFO : potato3: Copied (server-side copy) 2024/11/05 04:25:02 INFO : potato3: Deleted 2024/11/05 04:25:03 DEBUG : Creating backend with remote "TestB2:rclone-test-doxadew5lafe" 2024/11/05 04:25:03 DEBUG : tomatoDir: Making directory 2024/11/05 04:25:04 DEBUG : empty space: Need to transfer - File not found at Destination 2024/11/05 04:25:04 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/05 04:25:04 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/05 04:25:04 DEBUG : B2 bucket rclone-test-doxadew5lafe: Waiting for checks to finish 2024/11/05 04:25:04 DEBUG : B2 bucket rclone-test-doxadew5lafe: Waiting for transfers to finish 2024/11/05 04:25:07 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/05 04:25:07 INFO : empty space: Copied (server-side copy) 2024/11/05 04:25:07 INFO : empty space: Deleted 2024/11/05 04:25:07 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/05 04:25:07 INFO : potato3: Copied (server-side copy) 2024/11/05 04:25:07 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/05 04:25:07 INFO : potato2: Copied (server-side copy) 2024/11/05 04:25:07 INFO : potato3: Deleted 2024/11/05 04:25:07 INFO : potato2: Deleted 2024/11/05 04:25:08 DEBUG : B2 bucket rclone-test-doxadew5lafe: Purge remote 2024/11/05 04:25:08 INFO : B2 bucket rclone-test-doxadew5lafe: cleaning bucket "rclone-test-doxadew5lafe" of all files 2024/11/05 04:25:08 DEBUG : empty space: Deleting (id "4_z7f42ade3901dfbab9f280e1b_f111faa0757b6e100_d20241105_m042507_c001_v0001157_t0054_u01730780707139") 2024/11/05 04:25:08 DEBUG : potato2: Deleting (id "4_z7f42ade3901dfbab9f280e1b_f10820642f99ecea0_d20241105_m042507_c001_v0001101_t0047_u01730780707517") 2024/11/05 04:25:08 DEBUG : potato3: Deleting (id "4_z7f42ade3901dfbab9f280e1b_f1132c93c65b5b3ee_d20241105_m042507_c001_v0001182_t0006_u01730780707483") 2024/11/05 04:25:16 DEBUG : B2 bucket rclone-test-lugufuc4suda: Purge remote 2024/11/05 04:25:16 INFO : B2 bucket rclone-test-lugufuc4suda: cleaning bucket "rclone-test-lugufuc4suda" of all files 2024/11/05 04:25:17 DEBUG : empty space: Deleting (id "4_z6f129d93901dfbab9f280e1b_f418b60c3d0ffbbc0_d20241105_m042507_c001_v7007000_t0000_u01730780707476") 2024/11/05 04:25:17 DEBUG : empty space: Deleting (id "4_z6f129d93901dfbab9f280e1b_f1057d52cee552878_d20241105_m042500_c001_v0001038_t0059_u01730780700068") 2024/11/05 04:25:17 DEBUG : potato2: Deleting (id "4_z6f129d93901dfbab9f280e1b_f402d19b89b6e3570_d20241105_m042507_c001_v7007000_t0000_u01730780707880") 2024/11/05 04:25:17 DEBUG : potato2: Deleting (id "4_z6f129d93901dfbab9f280e1b_f107c02f778f8338f_d20241105_m042501_c001_v0001165_t0007_u01730780701541") 2024/11/05 04:25:17 DEBUG : potato3: Deleting (id "4_z6f129d93901dfbab9f280e1b_f418b60c3d0ffbbc1_d20241105_m042507_c001_v7007000_t0000_u01730780707803") 2024/11/05 04:25:17 DEBUG : potato3: Deleting (id "4_z6f129d93901dfbab9f280e1b_f1110bc88ccdf76aa_d20241105_m042501_c001_v0001039_t0049_u01730780701832") 2024/11/05 04:25:17 DEBUG : potato3: Deleting (id "4_z6f129d93901dfbab9f280e1b_f1057d52cee55287a_d20241105_m042500_c001_v0001038_t0037_u01730780700566") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (29.09s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:25:24 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.50s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:25:27 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncOverlap (2.94s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:25:30 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/rclone-sync-test" 2024/11/05 04:25:32 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/rclone-sync-test-include/layer2" 2024/11/05 04:25:34 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/rclone-sync-test-ignore-file" 2024/11/05 04:25:37 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path rclone-sync-test: Waiting for checks to finish 2024/11/05 04:25:37 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path rclone-sync-test: Waiting for transfers to finish 2024/11/05 04:25:37 DEBUG : Waiting for deletions to finish 2024/11/05 04:25:37 INFO : There was nothing to transfer 2024/11/05 04:25:38 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:25:38 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:25:38 DEBUG : Waiting for deletions to finish 2024/11/05 04:25:38 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:25:38 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path rclone-sync-test-include/layer2: Waiting for checks to finish 2024/11/05 04:25:38 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path rclone-sync-test-include/layer2: Waiting for transfers to finish 2024/11/05 04:25:38 DEBUG : Waiting for deletions to finish 2024/11/05 04:25:38 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:25:38 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:25:38 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:25:38 DEBUG : Waiting for deletions to finish 2024/11/05 04:25:38 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:25:39 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path rclone-sync-test-ignore-file: Waiting for checks to finish 2024/11/05 04:25:39 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path rclone-sync-test-ignore-file: Waiting for transfers to finish 2024/11/05 04:25:39 DEBUG : Waiting for deletions to finish 2024/11/05 04:25:39 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.86s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:25:46 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/dst" 2024/11/05 04:25:47 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/CompareDest" 2024/11/05 04:25:49 DEBUG : one: Need to transfer - File not found at Destination 2024/11/05 04:25:49 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:25:49 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:25:50 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/05 04:25:50 INFO : one: Copied (new) 2024/11/05 04:25:50 DEBUG : Waiting for deletions to finish 2024/11/05 04:25:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/05 04:25:50 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:25:51 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:25:51 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/05 04:25:51 INFO : one: Copied (replaced existing) 2024/11/05 04:25:51 DEBUG : Waiting for deletions to finish 2024/11/05 04:25:53 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/05 04:25:53 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:25:53 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:25:53 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/05 04:25:53 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:25:53 DEBUG : Waiting for deletions to finish 2024/11/05 04:25:53 INFO : There was nothing to transfer 2024/11/05 04:25:54 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:25:54 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/05 04:25:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/05 04:25:54 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:25:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:25:54 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/05 04:25:54 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:25:54 DEBUG : Waiting for deletions to finish 2024/11/05 04:25:54 INFO : There was nothing to transfer 2024/11/05 04:25:55 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:25:55 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/05 04:25:55 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/05 04:25:55 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:25:55 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:25:55 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/05 04:25:55 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:25:55 DEBUG : Waiting for deletions to finish 2024/11/05 04:25:55 INFO : There was nothing to transfer 2024/11/05 04:25:56 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 2024/11/05 04:25:56 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/05 04:25:56 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/05 04:25:56 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/05 04:25:56 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:25:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:25:57 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/05 04:25:57 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:25:57 DEBUG : Waiting for deletions to finish 2024/11/05 04:25:57 INFO : There was nothing to transfer 2024/11/05 04:25:57 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/05 04:25:57 DEBUG : two: Need to transfer - File not found at Destination 2024/11/05 04:25:57 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/05 04:25:57 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:25:57 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:25:57 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/05 04:25:57 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:25:58 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2024/11/05 04:25:58 INFO : two: Copied (new) 2024/11/05 04:25:58 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.60s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:26:01 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/dest" 2024/11/05 04:26:02 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/pre-dest1" 2024/11/05 04:26:03 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/pre-dest2" 2024/11/05 04:26:05 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:26:05 DEBUG : 1: Destination found in --compare-dest, skipping 2024/11/05 04:26:06 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:26:06 DEBUG : 2: Destination found in --compare-dest, skipping 2024/11/05 04:26:06 DEBUG : 3: Need to transfer - File not found at Destination 2024/11/05 04:26:06 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dest: Waiting for checks to finish 2024/11/05 04:26:06 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dest: Waiting for transfers to finish 2024/11/05 04:26:07 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2024/11/05 04:26:07 INFO : 3: Copied (new) 2024/11/05 04:26:07 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (9.33s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:26:09 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/dst" 2024/11/05 04:26:10 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/CopyDest" 2024/11/05 04:26:12 DEBUG : one: Need to transfer - File not found at Destination 2024/11/05 04:26:12 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:26:12 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:26:13 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/05 04:26:13 INFO : one: Copied (new) 2024/11/05 04:26:13 DEBUG : Waiting for deletions to finish 2024/11/05 04:26:13 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:26:13 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/05 04:26:13 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:26:14 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/05 04:26:14 INFO : one: Copied (replaced existing) 2024/11/05 04:26:14 DEBUG : Waiting for deletions to finish 2024/11/05 04:26:16 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/BackupDir" 2024/11/05 04:26:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/05 04:26:17 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:26:17 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:26:17 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/05 04:26:18 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/05 04:26:18 INFO : one: Copied (server-side copy) 2024/11/05 04:26:19 INFO : one: Deleted 2024/11/05 04:26:19 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/05 04:26:19 INFO : one: Copied (server-side copy) 2024/11/05 04:26:19 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/05 04:26:19 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:26:19 DEBUG : Waiting for deletions to finish 2024/11/05 04:26:20 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:26:21 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/05 04:26:21 INFO : two: Copied (server-side copy) 2024/11/05 04:26:21 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/05 04:26:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:26:21 DEBUG : one: Unchanged skipping 2024/11/05 04:26:21 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:26:21 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:26:21 DEBUG : Waiting for deletions to finish 2024/11/05 04:26:21 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:26:21 DEBUG : one: Unchanged skipping 2024/11/05 04:26:21 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:26:21 DEBUG : two: Unchanged skipping 2024/11/05 04:26:21 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:26:21 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:26:21 DEBUG : Waiting for deletions to finish 2024/11/05 04:26:21 INFO : There was nothing to transfer 2024/11/05 04:26:23 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/05 04:26:23 DEBUG : three: Destination not found in --copy-dest 2024/11/05 04:26:23 DEBUG : three: Need to transfer - File not found at Destination 2024/11/05 04:26:23 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:26:23 DEBUG : one: Unchanged skipping 2024/11/05 04:26:23 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/05 04:26:23 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:26:23 DEBUG : two: Unchanged skipping 2024/11/05 04:26:23 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:26:23 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2024/11/05 04:26:23 INFO : three: Copied (new) 2024/11/05 04:26:23 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (16.80s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:26:27 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/dst" 2024/11/05 04:26:28 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/backup" 2024/11/05 04:26:30 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/05 04:26:30 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:26:30 DEBUG : two: Unchanged skipping 2024/11/05 04:26:30 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:26:32 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/05 04:26:32 INFO : one: Copied (server-side copy) 2024/11/05 04:26:32 INFO : one: Deleted 2024/11/05 04:26:32 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:26:32 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:26:32 INFO : one: Copied (new) 2024/11/05 04:26:32 DEBUG : Waiting for deletions to finish 2024/11/05 04:26:33 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/05 04:26:33 INFO : three.txt: Copied (server-side copy) 2024/11/05 04:26:33 INFO : three.txt: Deleted 2024/11/05 04:26:33 INFO : three.txt: Moved into backup dir 2024/11/05 04:26:35 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/05 04:26:35 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:26:35 DEBUG : two: Unchanged skipping 2024/11/05 04:26:35 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:26:35 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:26:35 INFO : one: Copied (server-side copy) 2024/11/05 04:26:36 INFO : one: Deleted 2024/11/05 04:26:36 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:26:36 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/05 04:26:36 INFO : one: Copied (new) 2024/11/05 04:26:36 DEBUG : Waiting for deletions to finish 2024/11/05 04:26:37 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/05 04:26:37 INFO : three.txt: Copied (server-side copy) 2024/11/05 04:26:37 INFO : three.txt: Deleted 2024/11/05 04:26:37 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (12.63s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:26:39 DEBUG : dst/three.txt: Clearing upload URL because of error: Post "https://pod-000-1182-13.backblaze.com/b2api/v1/b2_upload_file/ef92dd7380edfbab9f280e1b/c001_v0001182_t0042": EOF 2024/11/05 04:26:39 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1182-13.backblaze.com/b2api/v1/b2_upload_file/ef92dd7380edfbab9f280e1b/c001_v0001182_t0042": EOF) 2024/11/05 04:26:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "dst/three.txt" to B2 bucket rclone-test-kiyoqis0wafa: 1/10 (Post "https://pod-000-1182-13.backblaze.com/b2api/v1/b2_upload_file/ef92dd7380edfbab9f280e1b/c001_v0001182_t0042": EOF) 2024/11/05 04:26:42 DEBUG : pacer: Reducing sleep to 10ms 2024/11/05 04:26:42 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/dst" 2024/11/05 04:26:43 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/backup" 2024/11/05 04:26:45 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/05 04:26:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:26:45 DEBUG : two: Unchanged skipping 2024/11/05 04:26:45 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:26:46 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/05 04:26:46 INFO : one: Copied (server-side copy) to: one.bak 2024/11/05 04:26:47 INFO : one: Deleted 2024/11/05 04:26:47 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:26:47 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:26:47 INFO : one: Copied (new) 2024/11/05 04:26:47 DEBUG : Waiting for deletions to finish 2024/11/05 04:26:48 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/05 04:26:48 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/05 04:26:48 INFO : three.txt: Deleted 2024/11/05 04:26:48 INFO : three.txt: Moved into backup dir 2024/11/05 04:26:50 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/05 04:26:50 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:26:50 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:26:50 DEBUG : two: Unchanged skipping 2024/11/05 04:26:50 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:26:50 INFO : one: Copied (server-side copy) to: one.bak 2024/11/05 04:26:51 INFO : one: Deleted 2024/11/05 04:26:51 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:26:51 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/05 04:26:51 INFO : one: Copied (new) 2024/11/05 04:26:51 DEBUG : Waiting for deletions to finish 2024/11/05 04:26:51 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/05 04:26:51 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/05 04:26:52 INFO : three.txt: Deleted 2024/11/05 04:26:52 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (15.01s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:26:54 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/dst" 2024/11/05 04:26:55 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/backup" 2024/11/05 04:26:57 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/05 04:26:57 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:26:57 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:26:57 DEBUG : two: Unchanged skipping 2024/11/05 04:26:59 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/05 04:26:59 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/05 04:26:59 INFO : one: Deleted 2024/11/05 04:26:59 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:27:00 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:27:00 INFO : one: Copied (new) 2024/11/05 04:27:00 DEBUG : Waiting for deletions to finish 2024/11/05 04:27:01 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/05 04:27:01 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/05 04:27:01 INFO : three.txt: Deleted 2024/11/05 04:27:01 INFO : three.txt: Moved into backup dir 2024/11/05 04:27:02 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/05 04:27:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:27:02 DEBUG : two: Unchanged skipping 2024/11/05 04:27:02 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:27:03 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:27:03 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/05 04:27:03 INFO : one: Deleted 2024/11/05 04:27:03 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:27:04 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/05 04:27:04 INFO : one: Copied (new) 2024/11/05 04:27:04 DEBUG : Waiting for deletions to finish 2024/11/05 04:27:04 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/05 04:27:04 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/05 04:27:04 INFO : three.txt: Deleted 2024/11/05 04:27:04 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (12.82s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:27:07 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/dst" 2024/11/05 04:27:09 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/05 04:27:09 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:27:09 DEBUG : two: Unchanged skipping 2024/11/05 04:27:09 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:27:10 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/05 04:27:10 INFO : one: Copied (server-side copy) to: one.bak 2024/11/05 04:27:10 INFO : one: Deleted 2024/11/05 04:27:10 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:27:11 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:27:11 INFO : one: Copied (new) 2024/11/05 04:27:11 DEBUG : Waiting for deletions to finish 2024/11/05 04:27:12 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/05 04:27:12 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/05 04:27:12 INFO : three.txt: Deleted 2024/11/05 04:27:12 INFO : three.txt: Moved into backup dir 2024/11/05 04:27:13 DEBUG : one.bak: Excluded (Path Filter) 2024/11/05 04:27:13 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/11/05 04:27:13 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/05 04:27:13 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:27:13 DEBUG : two: Unchanged skipping 2024/11/05 04:27:13 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for checks to finish 2024/11/05 04:27:13 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:27:13 INFO : one: Copied (server-side copy) to: one.bak 2024/11/05 04:27:14 INFO : one: Deleted 2024/11/05 04:27:14 DEBUG : B2 bucket rclone-test-kiyoqis0wafa path dst: Waiting for transfers to finish 2024/11/05 04:27:14 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/05 04:27:14 INFO : one: Copied (new) 2024/11/05 04:27:14 DEBUG : Waiting for deletions to finish 2024/11/05 04:27:15 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/05 04:27:15 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/05 04:27:15 INFO : three.txt: Deleted 2024/11/05 04:27:15 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (10.27s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:27:18 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/dst" 2024/11/05 04:27:19 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/05 04:27:20 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/05 04:27:20 INFO : one: Copied (server-side copy) to: one.bak 2024/11/05 04:27:21 INFO : one: Deleted 2024/11/05 04:27:22 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:27:22 INFO : one: Copied (new) 2024/11/05 04:27:22 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:27:22 DEBUG : two: Unchanged skipping 2024/11/05 04:27:22 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/05 04:27:23 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/05 04:27:23 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/05 04:27:23 INFO : three.txt: Deleted 2024/11/05 04:27:24 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/05 04:27:24 INFO : three.txt: Copied (new) 2024/11/05 04:27:25 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/05 04:27:25 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:27:25 INFO : one: Copied (server-side copy) to: one.bak 2024/11/05 04:27:25 INFO : one: Deleted 2024/11/05 04:27:26 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/05 04:27:26 INFO : one: Copied (new) 2024/11/05 04:27:26 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:27:26 DEBUG : two: Unchanged skipping 2024/11/05 04:27:26 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/05 04:27:27 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/05 04:27:27 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/05 04:27:27 INFO : three.txt: Deleted 2024/11/05 04:27:27 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/11/05 04:27:27 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (12.69s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:27:31 DEBUG : Creating backend with remote "TestB2:rclone-test-kiyoqis0wafa/dst" 2024/11/05 04:27:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/05 04:27:33 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/05 04:27:33 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/05 04:27:34 INFO : one: Deleted 2024/11/05 04:27:34 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:27:34 INFO : one: Copied (new) 2024/11/05 04:27:35 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:27:35 DEBUG : two: Unchanged skipping 2024/11/05 04:27:35 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/05 04:27:35 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/05 04:27:35 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/05 04:27:35 INFO : three.txt: Deleted 2024/11/05 04:27:36 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/05 04:27:36 INFO : three.txt: Copied (new) 2024/11/05 04:27:37 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/05 04:27:37 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/05 04:27:37 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/05 04:27:37 INFO : one: Deleted 2024/11/05 04:27:38 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/05 04:27:38 INFO : one: Copied (new) 2024/11/05 04:27:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:27:38 DEBUG : two: Unchanged skipping 2024/11/05 04:27:38 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/05 04:27:38 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/05 04:27:38 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/05 04:27:39 INFO : three.txt: Deleted 2024/11/05 04:27:39 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/11/05 04:27:39 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (11.69s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:27:42 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/11/05 04:27:42 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:27:42 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:27:42 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2024/11/05 04:27:42 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/11/05 04:27:42 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.47s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:27:43 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/05 04:27:43 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:27:43 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:27:44 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/05 04:27:44 INFO : existing: Copied (new) 2024/11/05 04:27:44 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:27:44 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:27:44 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/11/05 04:27:44 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/11/05 04:27:44 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:27:44 ERROR : B2 bucket rclone-test-kiyoqis0wafa: not deleting files as there were IO errors 2024/11/05 04:27:44 ERROR : B2 bucket rclone-test-kiyoqis0wafa: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncImmutable (2.80s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:27:46 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:27:46 DEBUG : existing: Unchanged skipping 2024/11/05 04:27:46 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:27:46 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:27:46 DEBUG : Waiting for deletions to finish 2024/11/05 04:27:46 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.40s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.38s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.13s) --- SKIP: TestMaxTransfer/Hard (0.37s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.37s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:28:02 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:28:02 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both10: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both0: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both13: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both14: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both15: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both16: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both17: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both18: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both19: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both2: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both3: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both4: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both5: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both6: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both7: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both8: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:02 DEBUG : both9: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both1: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both11: Unchanged skipping 2024/11/05 04:28:02 DEBUG : both12: Unchanged skipping 2024/11/05 04:28:02 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:28:02 DEBUG : Waiting for deletions to finish 2024/11/05 04:28:02 INFO : only1: Deleted 2024/11/05 04:28:02 INFO : only10: Deleted 2024/11/05 04:28:02 INFO : only18: Deleted 2024/11/05 04:28:02 INFO : only9: Deleted 2024/11/05 04:28:02 INFO : only6: Deleted 2024/11/05 04:28:02 INFO : only8: Deleted 2024/11/05 04:28:03 INFO : only11: Deleted 2024/11/05 04:28:03 INFO : only15: Deleted 2024/11/05 04:28:03 INFO : only16: Deleted 2024/11/05 04:28:03 INFO : only3: Deleted 2024/11/05 04:28:03 INFO : only4: Deleted 2024/11/05 04:28:03 INFO : only12: Deleted 2024/11/05 04:28:03 INFO : only13: Deleted 2024/11/05 04:28:03 INFO : only0: Deleted 2024/11/05 04:28:03 INFO : only7: Deleted 2024/11/05 04:28:03 INFO : only14: Deleted 2024/11/05 04:28:03 INFO : only19: Deleted 2024/11/05 04:28:03 INFO : only17: Deleted 2024/11/05 04:28:03 INFO : only2: Deleted 2024/11/05 04:28:03 INFO : only5: Deleted 2024/11/05 04:28:03 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (19.37s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:28:21 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for checks to finish 2024/11/05 04:28:21 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both1: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both12: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both13: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both14: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both15: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both16: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both17: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both18: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both19: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both2: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both3: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both0: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both10: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both4: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both7: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both8: Unchanged skipping 2024/11/05 04:28:21 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/05 04:28:21 DEBUG : both11: Unchanged skipping 2024/11/05 04:28:21 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : both9: Unchanged skipping 2024/11/05 04:28:21 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : both5: Unchanged skipping 2024/11/05 04:28:21 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : both6: Unchanged skipping 2024/11/05 04:28:21 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/11/05 04:28:21 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Waiting for transfers to finish 2024/11/05 04:28:21 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:21 INFO : only10: Copied (replaced existing) 2024/11/05 04:28:21 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:21 INFO : only0: Copied (replaced existing) 2024/11/05 04:28:21 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:21 INFO : only13: Copied (replaced existing) 2024/11/05 04:28:21 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:21 INFO : only14: Copied (replaced existing) 2024/11/05 04:28:21 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:21 INFO : only11: Copied (replaced existing) 2024/11/05 04:28:21 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:21 INFO : only15: Copied (replaced existing) 2024/11/05 04:28:21 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:21 INFO : only18: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only12: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only19: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only2: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only3: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only4: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only16: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only17: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only7: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only8: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only9: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only1: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only5: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/05 04:28:22 INFO : only6: Copied (replaced existing) 2024/11/05 04:28:22 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (23.06s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:28:31 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/05 04:28:31 DEBUG : sub dir: Making directory 2024/11/05 04:28:31 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (3.01s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" 2024/11/05 04:28:34 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/05 04:28:34 DEBUG : sub dir: Making directory 2024/11/05 04:28:34 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-kiyoqis0wafa", Local "Local file system at /tmp/rclone3523772692", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.25s) PASS 2024/11/05 04:28:37 DEBUG : B2 bucket rclone-test-kiyoqis0wafa: Purge remote 2024/11/05 04:28:37 INFO : B2 bucket rclone-test-kiyoqis0wafa: cleaning bucket "rclone-test-kiyoqis0wafa" of all files 2024/11/05 04:28:38 DEBUG : BackupDir/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbd00_d20241105_m042624_c001_v7007000_t0000_u01730780784446") 2024/11/05 04:28:38 DEBUG : BackupDir/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f113c8b8f07bd57a4_d20241105_m042618_c001_v0001041_t0047_u01730780778572") 2024/11/05 04:28:38 DEBUG : CompareDest/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f417b8ac76ed25486_d20241105_m042558_c001_v7007000_t0000_u01730780758899") 2024/11/05 04:28:38 DEBUG : CompareDest/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0161e3_d20241105_m042552_c001_v0001172_t0018_u01730780752670") 2024/11/05 04:28:38 DEBUG : CompareDest/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f417b8ac76ed25487_d20241105_m042559_c001_v7007000_t0000_u01730780759094") 2024/11/05 04:28:38 DEBUG : CompareDest/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf45c5_d20241105_m042554_c001_v0001165_t0034_u01730780754123") 2024/11/05 04:28:38 DEBUG : CopyDest/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbd01_d20241105_m042624_c001_v7007000_t0000_u01730780784633") 2024/11/05 04:28:38 DEBUG : CopyDest/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5bd60_d20241105_m042615_c001_v0001182_t0053_u01730780775549") 2024/11/05 04:28:38 DEBUG : CopyDest/three: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbd03_d20241105_m042624_c001_v7007000_t0000_u01730780784819") 2024/11/05 04:28:38 DEBUG : CopyDest/three: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf460e_d20241105_m042622_c001_v0001165_t0000_u01730780782631") 2024/11/05 04:28:38 DEBUG : CopyDest/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbd04_d20241105_m042625_c001_v7007000_t0000_u01730780785014") 2024/11/05 04:28:39 DEBUG : CopyDest/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016221_d20241105_m042620_c001_v0001172_t0021_u01730780780011") 2024/11/05 04:28:39 DEBUG : EXISTING: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40336d7be557d1b4_d20241105_m042747_c001_v7007000_t0000_u01730780867376") 2024/11/05 04:28:39 DEBUG : EXISTING: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4741_d20241105_m042746_c001_v0001165_t0007_u01730780866356") 2024/11/05 04:28:39 DEBUG : Testêé: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40336d7be557d1b2_d20241105_m042743_c001_v7007000_t0000_u01730780863169") 2024/11/05 04:28:39 DEBUG : Testêé: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4736_d20241105_m042742_c001_v0001165_t0034_u01730780862497") 2024/11/05 04:28:39 DEBUG : Testêé: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016354_d20241105_m042741_c001_v0001172_t0007_u01730780861449") 2024/11/05 04:28:39 DEBUG : a/potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35c9d_d20241105_m042331_c001_v7007000_t0000_u01730780611483") 2024/11/05 04:28:39 DEBUG : a/potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a44b_d20241105_m042330_c001_v0001182_t0045_u01730780610819") 2024/11/05 04:28:39 DEBUG : a/potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35c98_d20241105_m042328_c001_v7007000_t0000_u01730780608859") 2024/11/05 04:28:39 DEBUG : a/potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a3cb_d20241105_m042328_c001_v0001182_t0014_u01730780608000") 2024/11/05 04:28:39 DEBUG : a/potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d741_d20241105_m042305_c001_v7007000_t0000_u01730780585258") 2024/11/05 04:28:39 DEBUG : a/potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a02a_d20241105_m042304_c001_v0001182_t0014_u01730780584348") 2024/11/05 04:28:39 DEBUG : b/potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35c9e_d20241105_m042331_c001_v7007000_t0000_u01730780611677") 2024/11/05 04:28:39 DEBUG : b/potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a41e_d20241105_m042329_c001_v0001182_t0044_u01730780609798") 2024/11/05 04:28:39 DEBUG : b/potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35c96_d20241105_m042328_c001_v7007000_t0000_u01730780608275") 2024/11/05 04:28:39 DEBUG : b/potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a379_d20241105_m042325_c001_v0001182_t0053_u01730780605452") 2024/11/05 04:28:39 DEBUG : b/potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d73e_d20241105_m042304_c001_v7007000_t0000_u01730780584697") 2024/11/05 04:28:39 DEBUG : b/potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a008_d20241105_m042303_c001_v0001182_t0011_u01730780583338") 2024/11/05 04:28:40 DEBUG : backup/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35d47_d20241105_m042637_c001_v7007000_t0000_u01730780797660") 2024/11/05 04:28:40 DEBUG : backup/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f11362cc9adc339ed_d20241105_m042635_c001_v0001033_t0046_u01730780795593") 2024/11/05 04:28:40 DEBUG : backup/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f112de922f5c49ad1_d20241105_m042631_c001_v0001180_t0008_u01730780791905") 2024/11/05 04:28:40 DEBUG : backup/one-2019-01-01: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a107_d20241105_m042705_c001_v7007000_t0000_u01730780825440") 2024/11/05 04:28:40 DEBUG : backup/one-2019-01-01: Deleting (id "4_zef92dd7380edfbab9f280e1b_f11292f842a8473b2_d20241105_m042703_c001_v0001130_t0047_u01730780823065") 2024/11/05 04:28:40 DEBUG : backup/one-2019-01-01: Deleting (id "4_zef92dd7380edfbab9f280e1b_f106069542a072080_d20241105_m042659_c001_v0001144_t0056_u01730780819016") 2024/11/05 04:28:40 DEBUG : backup/one.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4119bf2f51b79315_d20241105_m042652_c001_v7007000_t0000_u01730780812615") 2024/11/05 04:28:40 DEBUG : backup/one.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1112f7e63b2cfed2_d20241105_m042650_c001_v0001182_t0026_u01730780810633") 2024/11/05 04:28:40 DEBUG : backup/one.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1191d523d02f8605_d20241105_m042646_c001_v0001161_t0019_u01730780806494") 2024/11/05 04:28:40 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a108_d20241105_m042705_c001_v7007000_t0000_u01730780825642") 2024/11/05 04:28:40 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1120a7221b63a657_d20241105_m042704_c001_v0001102_t0031_u01730780824390") 2024/11/05 04:28:40 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f105e7ca9b8833e93_d20241105_m042700_c001_v0001182_t0004_u01730780820820") 2024/11/05 04:28:40 DEBUG : backup/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35d48_d20241105_m042637_c001_v7007000_t0000_u01730780797845") 2024/11/05 04:28:40 DEBUG : backup/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f103d6f28319cabaa_d20241105_m042636_c001_v0001033_t0037_u01730780796711") 2024/11/05 04:28:40 DEBUG : backup/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1083e968ff81b8dc_d20241105_m042633_c001_v0001120_t0055_u01730780793287") 2024/11/05 04:28:40 DEBUG : backup/three.txt.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4119bf2f51b79316_d20241105_m042652_c001_v7007000_t0000_u01730780812809") 2024/11/05 04:28:40 DEBUG : backup/three.txt.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f104c9d32fc00da12_d20241105_m042651_c001_v0001154_t0014_u01730780811748") 2024/11/05 04:28:40 DEBUG : backup/three.txt.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1112f7e63b2cfe63_d20241105_m042648_c001_v0001182_t0021_u01730780808251") 2024/11/05 04:28:40 DEBUG : both0: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982602d_d20241105_m042823_c001_v7007000_t0000_u01730780903327") 2024/11/05 04:28:40 DEBUG : both0: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163e0_d20241105_m042808_c001_v0001172_t0058_u01730780888994") 2024/11/05 04:28:41 DEBUG : both0: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb24_d20241105_m042804_c001_v7007000_t0000_u01730780884237") 2024/11/05 04:28:41 DEBUG : both0: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01637a_d20241105_m042749_c001_v0001172_t0038_u01730780869634") 2024/11/05 04:28:41 DEBUG : both1: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982602e_d20241105_m042823_c001_v7007000_t0000_u01730780903511") 2024/11/05 04:28:41 DEBUG : both1: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163e2_d20241105_m042809_c001_v0001172_t0005_u01730780889901") 2024/11/05 04:28:41 DEBUG : both1: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb26_d20241105_m042804_c001_v7007000_t0000_u01730780884428") 2024/11/05 04:28:41 DEBUG : both1: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01637e_d20241105_m042750_c001_v0001172_t0004_u01730780870335") 2024/11/05 04:28:41 DEBUG : both10: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982602f_d20241105_m042823_c001_v7007000_t0000_u01730780903698") 2024/11/05 04:28:41 DEBUG : both10: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01640a_d20241105_m042814_c001_v0001172_t0031_u01730780894911") 2024/11/05 04:28:41 DEBUG : both10: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb27_d20241105_m042804_c001_v7007000_t0000_u01730780884621") 2024/11/05 04:28:41 DEBUG : both10: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163a2_d20241105_m042755_c001_v0001172_t0002_u01730780875729") 2024/11/05 04:28:41 DEBUG : both11: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826030_d20241105_m042823_c001_v7007000_t0000_u01730780903880") 2024/11/05 04:28:41 DEBUG : both11: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01640c_d20241105_m042815_c001_v0001172_t0030_u01730780895405") 2024/11/05 04:28:41 DEBUG : both11: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb28_d20241105_m042804_c001_v7007000_t0000_u01730780884822") 2024/11/05 04:28:41 DEBUG : both11: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163a4_d20241105_m042756_c001_v0001172_t0006_u01730780876248") 2024/11/05 04:28:41 DEBUG : both12: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826031_d20241105_m042824_c001_v7007000_t0000_u01730780904066") 2024/11/05 04:28:41 DEBUG : both12: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016412_d20241105_m042815_c001_v0001172_t0001_u01730780895950") 2024/11/05 04:28:41 DEBUG : both12: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb2a_d20241105_m042805_c001_v7007000_t0000_u01730780885009") 2024/11/05 04:28:41 DEBUG : both12: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163a8_d20241105_m042756_c001_v0001172_t0057_u01730780876749") 2024/11/05 04:28:42 DEBUG : both13: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826033_d20241105_m042824_c001_v7007000_t0000_u01730780904260") 2024/11/05 04:28:42 DEBUG : both13: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016418_d20241105_m042816_c001_v0001172_t0034_u01730780896584") 2024/11/05 04:28:42 DEBUG : both13: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb2b_d20241105_m042805_c001_v7007000_t0000_u01730780885200") 2024/11/05 04:28:42 DEBUG : both13: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163ae_d20241105_m042757_c001_v0001172_t0029_u01730780877321") 2024/11/05 04:28:42 DEBUG : both14: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826034_d20241105_m042824_c001_v7007000_t0000_u01730780904449") 2024/11/05 04:28:42 DEBUG : both14: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01641a_d20241105_m042817_c001_v0001172_t0018_u01730780897291") 2024/11/05 04:28:42 DEBUG : both14: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb2c_d20241105_m042805_c001_v7007000_t0000_u01730780885386") 2024/11/05 04:28:42 DEBUG : both14: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163b0_d20241105_m042758_c001_v0001172_t0023_u01730780878007") 2024/11/05 04:28:42 DEBUG : both15: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826035_d20241105_m042824_c001_v7007000_t0000_u01730780904637") 2024/11/05 04:28:42 DEBUG : both15: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016420_d20241105_m042817_c001_v0001172_t0004_u01730780897843") 2024/11/05 04:28:42 DEBUG : both15: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb2e_d20241105_m042805_c001_v7007000_t0000_u01730780885573") 2024/11/05 04:28:42 DEBUG : both15: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163b2_d20241105_m042758_c001_v0001172_t0030_u01730780878634") 2024/11/05 04:28:42 DEBUG : both16: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826037_d20241105_m042824_c001_v7007000_t0000_u01730780904852") 2024/11/05 04:28:42 DEBUG : both16: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016426_d20241105_m042818_c001_v0001172_t0045_u01730780898378") 2024/11/05 04:28:42 DEBUG : both16: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb2f_d20241105_m042805_c001_v7007000_t0000_u01730780885769") 2024/11/05 04:28:42 DEBUG : both16: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163b6_d20241105_m042759_c001_v0001172_t0030_u01730780879169") 2024/11/05 04:28:42 DEBUG : both17: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826038_d20241105_m042825_c001_v7007000_t0000_u01730780905046") 2024/11/05 04:28:42 DEBUG : both17: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01642c_d20241105_m042818_c001_v0001172_t0018_u01730780898939") 2024/11/05 04:28:43 DEBUG : both17: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb30_d20241105_m042805_c001_v7007000_t0000_u01730780885960") 2024/11/05 04:28:43 DEBUG : both17: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163b8_d20241105_m042759_c001_v0001172_t0008_u01730780879751") 2024/11/05 04:28:43 DEBUG : both18: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826039_d20241105_m042825_c001_v7007000_t0000_u01730780905233") 2024/11/05 04:28:43 DEBUG : both18: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016434_d20241105_m042819_c001_v0001172_t0059_u01730780899506") 2024/11/05 04:28:43 DEBUG : both18: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb32_d20241105_m042806_c001_v7007000_t0000_u01730780886160") 2024/11/05 04:28:43 DEBUG : both18: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163ba_d20241105_m042800_c001_v0001172_t0051_u01730780880314") 2024/11/05 04:28:43 DEBUG : both19: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982603a_d20241105_m042825_c001_v7007000_t0000_u01730780905433") 2024/11/05 04:28:43 DEBUG : both19: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01643c_d20241105_m042820_c001_v0001172_t0011_u01730780900035") 2024/11/05 04:28:43 DEBUG : both19: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb33_d20241105_m042806_c001_v7007000_t0000_u01730780886352") 2024/11/05 04:28:43 DEBUG : both19: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163bc_d20241105_m042800_c001_v0001172_t0019_u01730780880865") 2024/11/05 04:28:43 DEBUG : both2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982603c_d20241105_m042825_c001_v7007000_t0000_u01730780905632") 2024/11/05 04:28:43 DEBUG : both2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163e4_d20241105_m042810_c001_v0001172_t0026_u01730780890431") 2024/11/05 04:28:43 DEBUG : both2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb34_d20241105_m042806_c001_v7007000_t0000_u01730780886543") 2024/11/05 04:28:43 DEBUG : both2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016382_d20241105_m042751_c001_v0001172_t0043_u01730780871088") 2024/11/05 04:28:43 DEBUG : both3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982603d_d20241105_m042825_c001_v7007000_t0000_u01730780905818") 2024/11/05 04:28:43 DEBUG : both3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163e8_d20241105_m042811_c001_v0001172_t0019_u01730780891126") 2024/11/05 04:28:43 DEBUG : both3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb36_d20241105_m042806_c001_v7007000_t0000_u01730780886728") 2024/11/05 04:28:43 DEBUG : both3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016388_d20241105_m042751_c001_v0001172_t0047_u01730780871651") 2024/11/05 04:28:44 DEBUG : both4: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982603e_d20241105_m042826_c001_v7007000_t0000_u01730780906015") 2024/11/05 04:28:44 DEBUG : both4: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163ee_d20241105_m042811_c001_v0001172_t0012_u01730780891666") 2024/11/05 04:28:44 DEBUG : both4: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb38_d20241105_m042806_c001_v7007000_t0000_u01730780886915") 2024/11/05 04:28:44 DEBUG : both4: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01638c_d20241105_m042752_c001_v0001172_t0056_u01730780872250") 2024/11/05 04:28:44 DEBUG : both5: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982603f_d20241105_m042826_c001_v7007000_t0000_u01730780906199") 2024/11/05 04:28:44 DEBUG : both5: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163f0_d20241105_m042812_c001_v0001172_t0021_u01730780892228") 2024/11/05 04:28:44 DEBUG : both5: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb39_d20241105_m042807_c001_v7007000_t0000_u01730780887110") 2024/11/05 04:28:44 DEBUG : both5: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01638e_d20241105_m042752_c001_v0001172_t0020_u01730780872813") 2024/11/05 04:28:44 DEBUG : both6: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826040_d20241105_m042826_c001_v7007000_t0000_u01730780906391") 2024/11/05 04:28:44 DEBUG : both6: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163fa_d20241105_m042812_c001_v0001172_t0051_u01730780892705") 2024/11/05 04:28:44 DEBUG : both6: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb3d_d20241105_m042807_c001_v7007000_t0000_u01730780887297") 2024/11/05 04:28:44 DEBUG : both6: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016394_d20241105_m042753_c001_v0001172_t0010_u01730780873368") 2024/11/05 04:28:44 DEBUG : both7: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826042_d20241105_m042826_c001_v7007000_t0000_u01730780906635") 2024/11/05 04:28:44 DEBUG : both7: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163fc_d20241105_m042813_c001_v0001172_t0030_u01730780893241") 2024/11/05 04:28:44 DEBUG : both7: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb3e_d20241105_m042807_c001_v7007000_t0000_u01730780887485") 2024/11/05 04:28:44 DEBUG : both7: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016396_d20241105_m042753_c001_v0001172_t0006_u01730780873929") 2024/11/05 04:28:44 DEBUG : both8: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826043_d20241105_m042826_c001_v7007000_t0000_u01730780906827") 2024/11/05 04:28:44 DEBUG : both8: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163fe_d20241105_m042813_c001_v0001172_t0000_u01730780893801") 2024/11/05 04:28:44 DEBUG : both8: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb40_d20241105_m042807_c001_v7007000_t0000_u01730780887676") 2024/11/05 04:28:44 DEBUG : both8: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01639c_d20241105_m042754_c001_v0001172_t0044_u01730780874449") 2024/11/05 04:28:45 DEBUG : both9: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826044_d20241105_m042827_c001_v7007000_t0000_u01730780907012") 2024/11/05 04:28:45 DEBUG : both9: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016406_d20241105_m042814_c001_v0001172_t0058_u01730780894321") 2024/11/05 04:28:45 DEBUG : both9: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb42_d20241105_m042807_c001_v7007000_t0000_u01730780887866") 2024/11/05 04:28:45 DEBUG : both9: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0163a0_d20241105_m042755_c001_v0001172_t0001_u01730780875009") 2024/11/05 04:28:45 DEBUG : c/non empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35c9f_d20241105_m042331_c001_v7007000_t0000_u01730780611863") 2024/11/05 04:28:45 DEBUG : c/non empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a429_d20241105_m042330_c001_v0001182_t0046_u01730780610137") 2024/11/05 04:28:45 DEBUG : c/non empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35c99_d20241105_m042329_c001_v7007000_t0000_u01730780609052") 2024/11/05 04:28:45 DEBUG : c/non empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a39f_d20241105_m042327_c001_v0001182_t0050_u01730780605885") 2024/11/05 04:28:45 DEBUG : c/non empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d743_d20241105_m042305_c001_v7007000_t0000_u01730780585445") 2024/11/05 04:28:45 DEBUG : c/non empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a014_d20241105_m042303_c001_v0001182_t0001_u01730780583619") 2024/11/05 04:28:45 DEBUG : check sum: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e0c04_d20241105_m042252_c001_v7007000_t0000_u01730780572452") 2024/11/05 04:28:45 DEBUG : check sum: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59df3_d20241105_m042251_c001_v0001182_t0017_u01730780571507") 2024/11/05 04:28:45 DEBUG : dest/3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbc7a_d20241105_m042608_c001_v7007000_t0000_u01730780768391") 2024/11/05 04:28:45 DEBUG : dest/3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f412ed50262006583_d20241105_m042607_c001_v0001038_t0053_u01730780767279") 2024/11/05 04:28:45 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40336d7be557d1ac_d20241105_m042739_c001_v7007000_t0000_u01730780859930") 2024/11/05 04:28:45 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f10864de9bd6485bc_d20241105_m042737_c001_v0001157_t0027_u01730780857881") 2024/11/05 04:28:45 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbdde_d20241105_m042737_c001_v7007000_t0000_u01730780857694") 2024/11/05 04:28:45 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f10864de9bd6485ae_d20241105_m042734_c001_v0001157_t0003_u01730780854639") 2024/11/05 04:28:45 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbdc8_d20241105_m042733_c001_v7007000_t0000_u01730780853914") 2024/11/05 04:28:45 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf46fa_d20241105_m042729_c001_v0001165_t0004_u01730780849747") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4100c3bc6213c9f1_d20241105_m042728_c001_v7007000_t0000_u01730780848235") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f11912b667a2ec829_d20241105_m042725_c001_v0001033_t0056_u01730780845842") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e36ef_d20241105_m042725_c001_v7007000_t0000_u01730780845649") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f11912b667a2ec825_d20241105_m042721_c001_v0001033_t0004_u01730780841669") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e36eb_d20241105_m042720_c001_v7007000_t0000_u01730780840940") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0162f3_d20241105_m042717_c001_v0001172_t0004_u01730780837074") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a10c_d20241105_m042715_c001_v7007000_t0000_u01730780835729") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f116c071bb6b29e82_d20241105_m042714_c001_v0001182_t0018_u01730780834284") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4199817b6e635e91_d20241105_m042714_c001_v7007000_t0000_u01730780834089") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f116c071bb6b29dd6_d20241105_m042711_c001_v0001182_t0034_u01730780831172") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4199817b6e635e84_d20241105_m042710_c001_v7007000_t0000_u01730780830445") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0162cb_d20241105_m042706_c001_v0001172_t0047_u01730780826798") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a109_d20241105_m042705_c001_v7007000_t0000_u01730780825839") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f100016ba118ab204_d20241105_m042703_c001_v0001090_t0042_u01730780823570") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a105_d20241105_m042703_c001_v7007000_t0000_u01730780823384") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f100016ba118ab202_d20241105_m042700_c001_v0001090_t0025_u01730780820274") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a101_d20241105_m042659_c001_v7007000_t0000_u01730780819546") 2024/11/05 04:28:46 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016299_d20241105_m042653_c001_v0001172_t0015_u01730780813975") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4119bf2f51b79317_d20241105_m042653_c001_v7007000_t0000_u01730780813000") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1112f7e63b2cfefb_d20241105_m042651_c001_v0001182_t0034_u01730780811195") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e3691_d20241105_m042651_c001_v7007000_t0000_u01730780811001") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1112f7e63b2cfe4f_d20241105_m042647_c001_v0001182_t0003_u01730780807672") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e366b_d20241105_m042646_c001_v7007000_t0000_u01730780806927") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016265_d20241105_m042638_c001_v0001172_t0034_u01730780798965") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35d4a_d20241105_m042638_c001_v7007000_t0000_u01730780798034") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f104e0c48d986122d_d20241105_m042636_c001_v0001178_t0041_u01730780796221") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f417b8ac76ed254ed_d20241105_m042636_c001_v7007000_t0000_u01730780796044") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f104e0c48d9861227_d20241105_m042632_c001_v0001178_t0036_u01730780792851") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f417b8ac76ed254d4_d20241105_m042632_c001_v7007000_t0000_u01730780792131") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5bedf_d20241105_m042626_c001_v0001182_t0032_u01730780786346") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbd07_d20241105_m042625_c001_v7007000_t0000_u01730780785203") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1065a05fd753b8dd_d20241105_m042619_c001_v0001182_t0014_u01730780779179") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40162a7bd875fb74_d20241105_m042618_c001_v7007000_t0000_u01730780778950") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4602_d20241105_m042614_c001_v0001165_t0053_u01730780774969") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118024af2d231083_d20241105_m042614_c001_v0001182_t0032_u01730780774059") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118024af2d23105b_d20241105_m042612_c001_v0001182_t0055_u01730780772964") 2024/11/05 04:28:47 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f417b8ac76ed25488_d20241105_m042559_c001_v7007000_t0000_u01730780759285") 2024/11/05 04:28:48 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5b9ee_d20241105_m042551_c001_v0001182_t0020_u01730780751905") 2024/11/05 04:28:48 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1107deefac1ee46a_d20241105_m042551_c001_v0001182_t0003_u01730780751135") 2024/11/05 04:28:48 DEBUG : dst/one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1107deefac1ee445_d20241105_m042550_c001_v0001182_t0002_u01730780750093") 2024/11/05 04:28:48 DEBUG : dst/one-2019-01-01: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40336d7be557d1ad_d20241105_m042740_c001_v7007000_t0000_u01730780860125") 2024/11/05 04:28:48 DEBUG : dst/one-2019-01-01: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1131ced26a5fd248_d20241105_m042737_c001_v0001180_t0054_u01730780857458") 2024/11/05 04:28:48 DEBUG : dst/one-2019-01-01: Deleting (id "4_zef92dd7380edfbab9f280e1b_f106087a9c885c04c_d20241105_m042733_c001_v0001157_t0030_u01730780853434") 2024/11/05 04:28:48 DEBUG : dst/one.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4100c3bc6213c9f2_d20241105_m042728_c001_v7007000_t0000_u01730780848424") 2024/11/05 04:28:48 DEBUG : dst/one.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1092238c7166ba81_d20241105_m042725_c001_v0001105_t0016_u01730780845366") 2024/11/05 04:28:48 DEBUG : dst/one.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1144d2a35fa48822_d20241105_m042720_c001_v0001098_t0009_u01730780840479") 2024/11/05 04:28:48 DEBUG : dst/one.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a10d_d20241105_m042715_c001_v7007000_t0000_u01730780835917") 2024/11/05 04:28:48 DEBUG : dst/one.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f112ac22ae8fa2c8f_d20241105_m042713_c001_v0001182_t0026_u01730780833695") 2024/11/05 04:28:48 DEBUG : dst/one.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f113fdbef422540d3_d20241105_m042710_c001_v0001098_t0014_u01730780830019") 2024/11/05 04:28:48 DEBUG : dst/three: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbd08_d20241105_m042625_c001_v7007000_t0000_u01730780785398") 2024/11/05 04:28:48 DEBUG : dst/three: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118024af2d23122f_d20241105_m042623_c001_v0001182_t0056_u01730780783776") 2024/11/05 04:28:48 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40336d7be557d1ae_d20241105_m042740_c001_v7007000_t0000_u01730780860320") 2024/11/05 04:28:48 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1065a05fd753c59e_d20241105_m042738_c001_v0001182_t0035_u01730780858766") 2024/11/05 04:28:48 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118024af2d231f5a_d20241105_m042735_c001_v0001182_t0024_u01730780855536") 2024/11/05 04:28:48 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40336d7be557d1af_d20241105_m042740_c001_v7007000_t0000_u01730780860511") 2024/11/05 04:28:48 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f10864de9bd6485be_d20241105_m042739_c001_v0001157_t0020_u01730780859261") 2024/11/05 04:28:48 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbde6_d20241105_m042739_c001_v7007000_t0000_u01730780859076") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f10864de9bd6485b4_d20241105_m042736_c001_v0001157_t0047_u01730780856009") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbdd5_d20241105_m042735_c001_v7007000_t0000_u01730780855821") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4702_d20241105_m042730_c001_v0001165_t0049_u01730780850753") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4100c3bc6213c9f3_d20241105_m042728_c001_v7007000_t0000_u01730780848618") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f11912b667a2ec82d_d20241105_m042727_c001_v0001033_t0010_u01730780847303") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e36f2_d20241105_m042727_c001_v7007000_t0000_u01730780847120") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f11912b667a2ec827_d20241105_m042723_c001_v0001033_t0037_u01730780843428") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e36ed_d20241105_m042723_c001_v7007000_t0000_u01730780843236") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0162f7_d20241105_m042717_c001_v0001172_t0035_u01730780837666") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4199817b6e635e95_d20241105_m042715_c001_v7007000_t0000_u01730780835149") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf46c6_d20241105_m042712_c001_v0001165_t0053_u01730780832870") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4199817b6e635e89_d20241105_m042712_c001_v7007000_t0000_u01730780832133") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0162cd_d20241105_m042707_c001_v0001172_t0052_u01730780827302") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a106_d20241105_m042704_c001_v7007000_t0000_u01730780824807") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4694_d20241105_m042702_c001_v0001165_t0057_u01730780822230") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a104_d20241105_m042701_c001_v7007000_t0000_u01730780821117") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01629f_d20241105_m042654_c001_v0001172_t0015_u01730780814522") 2024/11/05 04:28:49 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e3694_d20241105_m042652_c001_v7007000_t0000_u01730780812052") 2024/11/05 04:28:50 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4668_d20241105_m042649_c001_v0001165_t0021_u01730780809653") 2024/11/05 04:28:50 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e3671_d20241105_m042648_c001_v7007000_t0000_u01730780808550") 2024/11/05 04:28:50 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016273_d20241105_m042641_c001_v0001172_t0008_u01730780801978") 2024/11/05 04:28:50 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f417b8ac76ed254f3_d20241105_m042637_c001_v7007000_t0000_u01730780797112") 2024/11/05 04:28:50 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5c047_d20241105_m042634_c001_v0001182_t0041_u01730780794649") 2024/11/05 04:28:50 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f417b8ac76ed254dd_d20241105_m042633_c001_v7007000_t0000_u01730780793538") 2024/11/05 04:28:50 DEBUG : dst/three.txt: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf461a_d20241105_m042627_c001_v0001165_t0003_u01730780787330") 2024/11/05 04:28:50 DEBUG : dst/three.txt.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4100c3bc6213c9f4_d20241105_m042728_c001_v7007000_t0000_u01730780848810") 2024/11/05 04:28:50 DEBUG : dst/three.txt.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f108a429a01f9aaad_d20241105_m042726_c001_v0001182_t0013_u01730780846845") 2024/11/05 04:28:50 DEBUG : dst/three.txt.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1026bb48ff556c8f_d20241105_m042722_c001_v0001115_t0005_u01730780842696") 2024/11/05 04:28:50 DEBUG : dst/three.txt.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a10e_d20241105_m042716_c001_v7007000_t0000_u01730780836112") 2024/11/05 04:28:50 DEBUG : dst/three.txt.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f104d1cc2914635c2_d20241105_m042714_c001_v0001157_t0044_u01730780834732") 2024/11/05 04:28:50 DEBUG : dst/three.txt.bak: Deleting (id "4_zef92dd7380edfbab9f280e1b_f10142ac8553b7a22_d20241105_m042711_c001_v0001120_t0059_u01730780831842") 2024/11/05 04:28:50 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40336d7be557d1b0_d20241105_m042740_c001_v7007000_t0000_u01730780860699") 2024/11/05 04:28:50 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01632d_d20241105_m042730_c001_v0001172_t0028_u01730780850349") 2024/11/05 04:28:50 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4100c3bc6213c9f5_d20241105_m042729_c001_v7007000_t0000_u01730780849002") 2024/11/05 04:28:50 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf46d2_d20241105_m042717_c001_v0001165_t0042_u01730780837415") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a110_d20241105_m042716_c001_v7007000_t0000_u01730780836310") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf46a8_d20241105_m042707_c001_v0001165_t0012_u01730780827095") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f401a95e812e5a10a_d20241105_m042706_c001_v7007000_t0000_u01730780826038") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf467e_d20241105_m042654_c001_v0001165_t0058_u01730780814309") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4119bf2f51b79318_d20241105_m042653_c001_v7007000_t0000_u01730780813221") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4644_d20241105_m042639_c001_v0001165_t0037_u01730780799623") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35d4b_d20241105_m042638_c001_v7007000_t0000_u01730780798220") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c01623b_d20241105_m042626_c001_v0001172_t0029_u01730780786987") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbd09_d20241105_m042625_c001_v7007000_t0000_u01730780785588") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f111d34233576f2e6_d20241105_m042620_c001_v0001109_t0000_u01730780780875") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f417b8ac76ed25489_d20241105_m042559_c001_v7007000_t0000_u01730780759478") 2024/11/05 04:28:51 DEBUG : dst/two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1107deefac1ee5a0_d20241105_m042558_c001_v0001182_t0039_u01730780758237") 2024/11/05 04:28:51 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f404ea402ed496193_d20241105_m042501_c001_v7007000_t0000_u01730780701516") 2024/11/05 04:28:51 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4549_d20241105_m042457_c001_v0001165_t0014_u01730780697506") 2024/11/05 04:28:51 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f404ea402ed496190_d20241105_m042455_c001_v7007000_t0000_u01730780695491") 2024/11/05 04:28:51 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4507_d20241105_m042434_c001_v0001165_t0040_u01730780674022") 2024/11/05 04:28:51 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40162a7bd875fac8_d20241105_m042417_c001_v7007000_t0000_u01730780657564") 2024/11/05 04:28:51 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf44cd_d20241105_m042410_c001_v0001165_t0052_u01730780650693") 2024/11/05 04:28:51 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35cb6_d20241105_m042345_c001_v7007000_t0000_u01730780625916") 2024/11/05 04:28:51 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a65b_d20241105_m042344_c001_v0001182_t0024_u01730780624040") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35cae_d20241105_m042342_c001_v7007000_t0000_u01730780622319") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a5fa_d20241105_m042341_c001_v0001182_t0001_u01730780621077") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35ca7_d20241105_m042337_c001_v7007000_t0000_u01730780617280") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a52b_d20241105_m042335_c001_v0001182_t0038_u01730780615593") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35ca2_d20241105_m042334_c001_v7007000_t0000_u01730780614327") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a4b3_d20241105_m042332_c001_v0001182_t0016_u01730780612928") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35c91_d20241105_m042324_c001_v7007000_t0000_u01730780604515") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a318_d20241105_m042322_c001_v0001182_t0049_u01730780602637") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d772_d20241105_m042321_c001_v7007000_t0000_u01730780601393") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a2c6_d20241105_m042320_c001_v0001182_t0004_u01730780600540") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d75b_d20241105_m042315_c001_v7007000_t0000_u01730780595068") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a197_d20241105_m042313_c001_v0001182_t0048_u01730780593783") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d74f_d20241105_m042311_c001_v7007000_t0000_u01730780591175") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a0fb_d20241105_m042310_c001_v0001182_t0020_u01730780590137") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d747_d20241105_m042309_c001_v7007000_t0000_u01730780589034") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1033f442994de30c_d20241105_m042308_c001_v0001106_t0040_u01730780588059") 2024/11/05 04:28:52 DEBUG : empty space: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a06f_d20241105_m042306_c001_v0001182_t0041_u01730780586208") 2024/11/05 04:28:52 DEBUG : enormous: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35cb4_d20241105_m042345_c001_v7007000_t0000_u01730780625151") 2024/11/05 04:28:53 DEBUG : enormous: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a667_d20241105_m042344_c001_v0001182_t0044_u01730780624287") 2024/11/05 04:28:53 DEBUG : existing: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40336d7be557d1b3_d20241105_m042745_c001_v7007000_t0000_u01730780865197") 2024/11/05 04:28:53 DEBUG : existing: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016362_d20241105_m042743_c001_v0001172_t0033_u01730780863948") 2024/11/05 04:28:53 DEBUG : existing: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d87c_d20241105_m042408_c001_v7007000_t0000_u01730780648892") 2024/11/05 04:28:53 DEBUG : existing: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf44bf_d20241105_m042407_c001_v0001165_t0006_u01730780647776") 2024/11/05 04:28:53 DEBUG : existing: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d734_d20241105_m042302_c001_v7007000_t0000_u01730780582228") 2024/11/05 04:28:53 DEBUG : existing: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59fad_d20241105_m042301_c001_v0001182_t0052_u01730780581252") 2024/11/05 04:28:53 DEBUG : existing: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d731_d20241105_m042259_c001_v7007000_t0000_u01730780579963") 2024/11/05 04:28:53 DEBUG : existing: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59f50_d20241105_m042259_c001_v0001182_t0034_u01730780579273") 2024/11/05 04:28:53 DEBUG : existing: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59f2c_d20241105_m042258_c001_v0001182_t0051_u01730780578385") 2024/11/05 04:28:53 DEBUG : existing-b: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d87d_d20241105_m042409_c001_v7007000_t0000_u01730780649080") 2024/11/05 04:28:53 DEBUG : existing-b: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5aa4a_d20241105_m042407_c001_v0001182_t0059_u01730780647766") 2024/11/05 04:28:53 DEBUG : five: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35cc4_d20241105_m042350_c001_v7007000_t0000_u01730780630535") 2024/11/05 04:28:53 DEBUG : five: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4132c93c65b5a71c_d20241105_m042348_c001_v0001182_t0042_u01730780628497") 2024/11/05 04:28:53 DEBUG : foo: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d757_d20241105_m042313_c001_v7007000_t0000_u01730780593042") 2024/11/05 04:28:53 DEBUG : foo: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4132c93c65b5a163_d20241105_m042312_c001_v0001182_t0042_u01730780592475") 2024/11/05 04:28:53 DEBUG : foo: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4132c93c65b5a148_d20241105_m042311_c001_v0001182_t0042_u01730780591911") 2024/11/05 04:28:53 DEBUG : four: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35cc5_d20241105_m042350_c001_v7007000_t0000_u01730780630730") 2024/11/05 04:28:53 DEBUG : four: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4104f63e4ebf447f_d20241105_m042349_c001_v0001165_t0007_u01730780629053") 2024/11/05 04:28:53 DEBUG : four: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a6f8_d20241105_m042347_c001_v0001182_t0004_u01730780627792") 2024/11/05 04:28:54 DEBUG : hello world2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a90b_d20241105_m042209_c001_v7007000_t0000_u01730780529653") 2024/11/05 04:28:54 DEBUG : hello world2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b596db_d20241105_m042208_c001_v0001182_t0015_u01730780528962") 2024/11/05 04:28:54 DEBUG : ignore-size: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e0c2b_d20241105_m042256_c001_v7007000_t0000_u01730780576920") 2024/11/05 04:28:54 DEBUG : ignore-size: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59eb6_d20241105_m042255_c001_v0001182_t0016_u01730780575965") 2024/11/05 04:28:54 DEBUG : nested/sub dir/file: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d872_d20241105_m042406_c001_v7007000_t0000_u01730780646653") 2024/11/05 04:28:54 DEBUG : nested/sub dir/file: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf44b5_d20241105_m042405_c001_v0001165_t0021_u01730780645618") 2024/11/05 04:28:54 DEBUG : nested/sub dir/file: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d865_d20241105_m042404_c001_v7007000_t0000_u01730780644479") 2024/11/05 04:28:54 DEBUG : nested/sub dir/file: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf44b3_d20241105_m042403_c001_v0001165_t0015_u01730780643517") 2024/11/05 04:28:54 DEBUG : one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35cc6_d20241105_m042350_c001_v7007000_t0000_u01730780630917") 2024/11/05 04:28:54 DEBUG : one: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4132c93c65b5a6d6_d20241105_m042347_c001_v0001182_t0042_u01730780627076") 2024/11/05 04:28:54 DEBUG : only0: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826045_d20241105_m042827_c001_v7007000_t0000_u01730780907200") 2024/11/05 04:28:54 DEBUG : only0: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418f5b1d3c016442_d20241105_m042821_c001_v0001172_t0034_u01730780901247") 2024/11/05 04:28:54 DEBUG : only0: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47a7_d20241105_m042809_c001_v0001165_t0004_u01730780889664") 2024/11/05 04:28:54 DEBUG : only0: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4153c5e7a7ac038d_d20241105_m042803_c001_v7007000_t0000_u01730780883216") 2024/11/05 04:28:54 DEBUG : only0: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4755_d20241105_m042750_c001_v0001165_t0038_u01730780870002") 2024/11/05 04:28:54 DEBUG : only1: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826046_d20241105_m042827_c001_v7007000_t0000_u01730780907387") 2024/11/05 04:28:54 DEBUG : only1: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4104f63e4ebf47ff_d20241105_m042822_c001_v0001165_t0007_u01730780902416") 2024/11/05 04:28:54 DEBUG : only1: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47ab_d20241105_m042810_c001_v0001165_t0044_u01730780890186") 2024/11/05 04:28:54 DEBUG : only1: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4067bd8c2eaa3906_d20241105_m042802_c001_v7007000_t0000_u01730780882421") 2024/11/05 04:28:54 DEBUG : only1: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4759_d20241105_m042750_c001_v0001165_t0041_u01730780870813") 2024/11/05 04:28:55 DEBUG : only10: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826047_d20241105_m042827_c001_v7007000_t0000_u01730780907579") 2024/11/05 04:28:55 DEBUG : only10: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4104f63e4ebf47f1_d20241105_m042821_c001_v0001165_t0007_u01730780901257") 2024/11/05 04:28:55 DEBUG : only10: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47c9_d20241105_m042815_c001_v0001165_t0049_u01730780895201") 2024/11/05 04:28:55 DEBUG : only10: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4067bd8c2eaa3909_d20241105_m042802_c001_v7007000_t0000_u01730780882611") 2024/11/05 04:28:55 DEBUG : only10: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4779_d20241105_m042756_c001_v0001165_t0038_u01730780876023") 2024/11/05 04:28:55 DEBUG : only11: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826048_d20241105_m042827_c001_v7007000_t0000_u01730780907772") 2024/11/05 04:28:55 DEBUG : only11: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4179dd16dae6f198_d20241105_m042821_c001_v0001182_t0016_u01730780901813") 2024/11/05 04:28:55 DEBUG : only11: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47cb_d20241105_m042815_c001_v0001165_t0018_u01730780895690") 2024/11/05 04:28:55 DEBUG : only11: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40162a7bd87604fb_d20241105_m042802_c001_v7007000_t0000_u01730780882995") 2024/11/05 04:28:55 DEBUG : only11: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf477b_d20241105_m042756_c001_v0001165_t0034_u01730780876520") 2024/11/05 04:28:55 DEBUG : only12: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826049_d20241105_m042828_c001_v7007000_t0000_u01730780908014") 2024/11/05 04:28:55 DEBUG : only12: Deleting (id "4_zef92dd7380edfbab9f280e1b_f409b8644a3c5bce9_d20241105_m042822_c001_v0001033_t0033_u01730780902003") 2024/11/05 04:28:55 DEBUG : only12: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47d1_d20241105_m042816_c001_v0001165_t0007_u01730780896242") 2024/11/05 04:28:55 DEBUG : only12: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb20_d20241105_m042803_c001_v7007000_t0000_u01730780883207") 2024/11/05 04:28:55 DEBUG : only12: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf477d_d20241105_m042757_c001_v0001165_t0005_u01730780877093") 2024/11/05 04:28:55 DEBUG : only13: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982604a_d20241105_m042828_c001_v7007000_t0000_u01730780908214") 2024/11/05 04:28:55 DEBUG : only13: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4104f63e4ebf47f7_d20241105_m042821_c001_v0001165_t0007_u01730780901648") 2024/11/05 04:28:55 DEBUG : only13: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47d9_d20241105_m042817_c001_v0001165_t0025_u01730780897022") 2024/11/05 04:28:55 DEBUG : only13: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4067bd8c2eaa390f_d20241105_m042803_c001_v7007000_t0000_u01730780883218") 2024/11/05 04:28:55 DEBUG : only13: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf477f_d20241105_m042757_c001_v0001165_t0039_u01730780877773") 2024/11/05 04:28:56 DEBUG : only14: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982604b_d20241105_m042828_c001_v7007000_t0000_u01730780908396") 2024/11/05 04:28:56 DEBUG : only14: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418f5b1d3c016444_d20241105_m042821_c001_v0001172_t0034_u01730780901665") 2024/11/05 04:28:56 DEBUG : only14: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47db_d20241105_m042817_c001_v0001165_t0012_u01730780897644") 2024/11/05 04:28:56 DEBUG : only14: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb21_d20241105_m042803_c001_v7007000_t0000_u01730780883401") 2024/11/05 04:28:56 DEBUG : only14: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4783_d20241105_m042758_c001_v0001165_t0032_u01730780878412") 2024/11/05 04:28:56 DEBUG : only15: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982604c_d20241105_m042828_c001_v7007000_t0000_u01730780908583") 2024/11/05 04:28:56 DEBUG : only15: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4104f63e4ebf47f9_d20241105_m042821_c001_v0001165_t0007_u01730780901840") 2024/11/05 04:28:56 DEBUG : only15: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47dd_d20241105_m042818_c001_v0001165_t0057_u01730780898164") 2024/11/05 04:28:56 DEBUG : only15: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4153c5e7a7ac038c_d20241105_m042803_c001_v7007000_t0000_u01730780883004") 2024/11/05 04:28:56 DEBUG : only15: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4787_d20241105_m042758_c001_v0001165_t0028_u01730780878954") 2024/11/05 04:28:56 DEBUG : only16: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982604e_d20241105_m042828_c001_v7007000_t0000_u01730780908767") 2024/11/05 04:28:56 DEBUG : only16: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4179dd16dae6f1b7_d20241105_m042822_c001_v0001182_t0016_u01730780902210") 2024/11/05 04:28:56 DEBUG : only16: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47e1_d20241105_m042818_c001_v0001165_t0016_u01730780898700") 2024/11/05 04:28:56 DEBUG : only16: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb1c_d20241105_m042803_c001_v7007000_t0000_u01730780883019") 2024/11/05 04:28:56 DEBUG : only16: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf478b_d20241105_m042759_c001_v0001165_t0003_u01730780879529") 2024/11/05 04:28:56 DEBUG : only17: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982604f_d20241105_m042828_c001_v7007000_t0000_u01730780908965") 2024/11/05 04:28:56 DEBUG : only17: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4104f63e4ebf47fd_d20241105_m042822_c001_v0001165_t0007_u01730780902220") 2024/11/05 04:28:57 DEBUG : only17: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47e3_d20241105_m042819_c001_v0001165_t0059_u01730780899295") 2024/11/05 04:28:57 DEBUG : only17: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4153c5e7a7ac038e_d20241105_m042803_c001_v7007000_t0000_u01730780883408") 2024/11/05 04:28:57 DEBUG : only17: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf478d_d20241105_m042800_c001_v0001165_t0015_u01730780880042") 2024/11/05 04:28:57 DEBUG : only18: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826050_d20241105_m042829_c001_v7007000_t0000_u01730780909158") 2024/11/05 04:28:57 DEBUG : only18: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418f5b1d3c016446_d20241105_m042821_c001_v0001172_t0034_u01730780901851") 2024/11/05 04:28:57 DEBUG : only18: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47e7_d20241105_m042819_c001_v0001165_t0030_u01730780899811") 2024/11/05 04:28:57 DEBUG : only18: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40162a7bd87604fa_d20241105_m042802_c001_v7007000_t0000_u01730780882790") 2024/11/05 04:28:57 DEBUG : only18: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf478f_d20241105_m042800_c001_v0001165_t0051_u01730780880592") 2024/11/05 04:28:57 DEBUG : only19: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826051_d20241105_m042829_c001_v7007000_t0000_u01730780909353") 2024/11/05 04:28:57 DEBUG : only19: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4179dd16dae6f1a4_d20241105_m042822_c001_v0001182_t0016_u01730780902017") 2024/11/05 04:28:57 DEBUG : only19: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47eb_d20241105_m042820_c001_v0001165_t0015_u01730780900398") 2024/11/05 04:28:57 DEBUG : only19: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4067bd8c2eaa3910_d20241105_m042803_c001_v7007000_t0000_u01730780883423") 2024/11/05 04:28:57 DEBUG : only19: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4793_d20241105_m042801_c001_v0001165_t0051_u01730780881156") 2024/11/05 04:28:57 DEBUG : only2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826052_d20241105_m042829_c001_v7007000_t0000_u01730780909558") 2024/11/05 04:28:57 DEBUG : only2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4104f63e4ebf47fb_d20241105_m042822_c001_v0001165_t0007_u01730780902026") 2024/11/05 04:28:57 DEBUG : only2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47ad_d20241105_m042810_c001_v0001165_t0057_u01730780890897") 2024/11/05 04:28:57 DEBUG : only2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40162a7bd87604ff_d20241105_m042803_c001_v7007000_t0000_u01730780883575") 2024/11/05 04:28:57 DEBUG : only2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf475d_d20241105_m042751_c001_v0001165_t0040_u01730780871415") 2024/11/05 04:28:57 DEBUG : only3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826054_d20241105_m042829_c001_v7007000_t0000_u01730780909752") 2024/11/05 04:28:57 DEBUG : only3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418f5b1d3c016448_d20241105_m042822_c001_v0001172_t0034_u01730780902043") 2024/11/05 04:28:58 DEBUG : only3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47b1_d20241105_m042811_c001_v0001165_t0049_u01730780891451") 2024/11/05 04:28:58 DEBUG : only3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4067bd8c2eaa390e_d20241105_m042803_c001_v7007000_t0000_u01730780883028") 2024/11/05 04:28:58 DEBUG : only3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4761_d20241105_m042751_c001_v0001165_t0051_u01730780871971") 2024/11/05 04:28:58 DEBUG : only4: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826055_d20241105_m042829_c001_v7007000_t0000_u01730780909948") 2024/11/05 04:28:58 DEBUG : only4: Deleting (id "4_zef92dd7380edfbab9f280e1b_f409b8644a3c5bceb_d20241105_m042822_c001_v0001033_t0033_u01730780902199") 2024/11/05 04:28:58 DEBUG : only4: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47b7_d20241105_m042811_c001_v0001165_t0044_u01730780891983") 2024/11/05 04:28:58 DEBUG : only4: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40162a7bd87604fc_d20241105_m042803_c001_v7007000_t0000_u01730780883182") 2024/11/05 04:28:58 DEBUG : only4: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4765_d20241105_m042752_c001_v0001165_t0025_u01730780872575") 2024/11/05 04:28:58 DEBUG : only5: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826056_d20241105_m042830_c001_v7007000_t0000_u01730780910147") 2024/11/05 04:28:58 DEBUG : only5: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418f5b1d3c01644e_d20241105_m042822_c001_v0001172_t0034_u01730780902427") 2024/11/05 04:28:58 DEBUG : only5: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47b9_d20241105_m042812_c001_v0001165_t0022_u01730780892508") 2024/11/05 04:28:58 DEBUG : only5: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb22_d20241105_m042803_c001_v7007000_t0000_u01730780883594") 2024/11/05 04:28:58 DEBUG : only5: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4767_d20241105_m042753_c001_v0001165_t0010_u01730780873133") 2024/11/05 04:28:58 DEBUG : only6: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826057_d20241105_m042830_c001_v7007000_t0000_u01730780910337") 2024/11/05 04:28:58 DEBUG : only6: Deleting (id "4_zef92dd7380edfbab9f280e1b_f409b8644a3c5bcef_d20241105_m042822_c001_v0001033_t0033_u01730780902591") 2024/11/05 04:28:58 DEBUG : only6: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47bb_d20241105_m042813_c001_v0001165_t0004_u01730780893020") 2024/11/05 04:28:58 DEBUG : only6: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4153c5e7a7ac038b_d20241105_m042802_c001_v7007000_t0000_u01730780882811") 2024/11/05 04:28:58 DEBUG : only6: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4769_d20241105_m042753_c001_v0001165_t0000_u01730780873718") 2024/11/05 04:28:59 DEBUG : only7: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826058_d20241105_m042830_c001_v7007000_t0000_u01730780910522") 2024/11/05 04:28:59 DEBUG : only7: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418f5b1d3c01644a_d20241105_m042822_c001_v0001172_t0034_u01730780902232") 2024/11/05 04:28:59 DEBUG : only7: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47c1_d20241105_m042813_c001_v0001165_t0025_u01730780893557") 2024/11/05 04:28:59 DEBUG : only7: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40162a7bd87604fd_d20241105_m042803_c001_v7007000_t0000_u01730780883372") 2024/11/05 04:28:59 DEBUG : only7: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf476b_d20241105_m042754_c001_v0001165_t0038_u01730780874217") 2024/11/05 04:28:59 DEBUG : only8: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826059_d20241105_m042830_c001_v7007000_t0000_u01730780910714") 2024/11/05 04:28:59 DEBUG : only8: Deleting (id "4_zef92dd7380edfbab9f280e1b_f409b8644a3c5bced_d20241105_m042822_c001_v0001033_t0033_u01730780902398") 2024/11/05 04:28:59 DEBUG : only8: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47c5_d20241105_m042814_c001_v0001165_t0054_u01730780894121") 2024/11/05 04:28:59 DEBUG : only8: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763eb1a_d20241105_m042802_c001_v7007000_t0000_u01730780882823") 2024/11/05 04:28:59 DEBUG : only8: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf476d_d20241105_m042754_c001_v0001165_t0029_u01730780874808") 2024/11/05 04:28:59 DEBUG : only9: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982605a_d20241105_m042830_c001_v7007000_t0000_u01730780910911") 2024/11/05 04:28:59 DEBUG : only9: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4179dd16dae6f1d1_d20241105_m042822_c001_v0001182_t0016_u01730780902407") 2024/11/05 04:28:59 DEBUG : only9: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf47c7_d20241105_m042814_c001_v0001165_t0016_u01730780894679") 2024/11/05 04:28:59 DEBUG : only9: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4067bd8c2eaa390d_d20241105_m042802_c001_v7007000_t0000_u01730780882810") 2024/11/05 04:28:59 DEBUG : only9: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4775_d20241105_m042755_c001_v0001165_t0012_u01730780875498") 2024/11/05 04:28:59 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d819_d20241105_m042401_c001_v7007000_t0000_u01730780641622") 2024/11/05 04:28:59 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf44a3_d20241105_m042359_c001_v0001165_t0055_u01730780639200") 2024/11/05 04:28:59 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d809_d20241105_m042357_c001_v7007000_t0000_u01730780637701") 2024/11/05 04:28:59 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a86d_d20241105_m042356_c001_v0001182_t0031_u01730780635983") 2024/11/05 04:28:59 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d7e4_d20241105_m042354_c001_v7007000_t0000_u01730780634129") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf448b_d20241105_m042351_c001_v0001165_t0005_u01730780631883") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35caa_d20241105_m042339_c001_v7007000_t0000_u01730780619811") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a5a4_d20241105_m042338_c001_v0001182_t0003_u01730780618224") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35ca5_d20241105_m042336_c001_v7007000_t0000_u01730780616212") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a523_d20241105_m042335_c001_v0001182_t0026_u01730780615347") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35ca1_d20241105_m042333_c001_v7007000_t0000_u01730780613627") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a4a1_d20241105_m042332_c001_v0001182_t0031_u01730780612607") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d77c_d20241105_m042323_c001_v7007000_t0000_u01730780603589") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a308_d20241105_m042322_c001_v0001182_t0007_u01730780602320") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d774_d20241105_m042321_c001_v7007000_t0000_u01730780601586") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a2ba_d20241105_m042320_c001_v0001182_t0039_u01730780600238") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d76d_d20241105_m042319_c001_v7007000_t0000_u01730780599496") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a278_d20241105_m042318_c001_v0001182_t0041_u01730780598724") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a252_d20241105_m042318_c001_v0001182_t0043_u01730780598092") 2024/11/05 04:29:00 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d762_d20241105_m042317_c001_v7007000_t0000_u01730780597343") 2024/11/05 04:29:01 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a210_d20241105_m042316_c001_v0001182_t0036_u01730780596701") 2024/11/05 04:29:01 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a1ec_d20241105_m042316_c001_v0001182_t0022_u01730780595999") 2024/11/05 04:29:01 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d75d_d20241105_m042315_c001_v7007000_t0000_u01730780595257") 2024/11/05 04:29:01 DEBUG : potato: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a1af_d20241105_m042314_c001_v0001182_t0036_u01730780594391") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4098e422b4a0c0c4_d20241105_m042527_c001_v7007000_t0000_u01730780727072") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016195_d20241105_m042526_c001_v0001172_t0029_u01730780726432") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f404ea402ed496194_d20241105_m042501_c001_v7007000_t0000_u01730780701766") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016143_d20241105_m042456_c001_v0001172_t0002_u01730780696846") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982567d_d20241105_m042440_c001_v7007000_t0000_u01730780680636") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016105_d20241105_m042433_c001_v0001172_t0028_u01730780673342") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40162a7bd875faca_d20241105_m042417_c001_v7007000_t0000_u01730780657941") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016085_d20241105_m042410_c001_v0001172_t0048_u01730780650390") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35cb3_d20241105_m042344_c001_v7007000_t0000_u01730780624964") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a64e_d20241105_m042343_c001_v0001182_t0020_u01730780623637") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35caf_d20241105_m042342_c001_v7007000_t0000_u01730780622515") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a5ef_d20241105_m042340_c001_v0001182_t0041_u01730780620755") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35cab_d20241105_m042340_c001_v7007000_t0000_u01730780620005") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a5bc_d20241105_m042338_c001_v0001182_t0024_u01730780618926") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35ca8_d20241105_m042337_c001_v7007000_t0000_u01730780617466") 2024/11/05 04:29:01 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a54e_d20241105_m042336_c001_v0001182_t0058_u01730780616595") 2024/11/05 04:29:02 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35ca3_d20241105_m042334_c001_v7007000_t0000_u01730780614521") 2024/11/05 04:29:02 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a4d5_d20241105_m042333_c001_v0001182_t0040_u01730780613641") 2024/11/05 04:29:02 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35c92_d20241105_m042324_c001_v7007000_t0000_u01730780604713") 2024/11/05 04:29:02 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a338_d20241105_m042323_c001_v0001182_t0004_u01730780603350") 2024/11/05 04:29:02 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a910_d20241105_m042213_c001_v7007000_t0000_u01730780533071") 2024/11/05 04:29:02 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59777_d20241105_m042212_c001_v0001182_t0005_u01730780532444") 2024/11/05 04:29:02 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a90d_d20241105_m042211_c001_v7007000_t0000_u01730780531168") 2024/11/05 04:29:02 DEBUG : potato2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5972d_d20241105_m042210_c001_v0001182_t0035_u01730780530557") 2024/11/05 04:29:02 DEBUG : potato3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f404ea402ed496196_d20241105_m042502_c001_v7007000_t0000_u01730780702450") 2024/11/05 04:29:02 DEBUG : potato3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5b2a8_d20241105_m042458_c001_v0001182_t0020_u01730780698081") 2024/11/05 04:29:02 DEBUG : potato3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9825681_d20241105_m042441_c001_v7007000_t0000_u01730780681669") 2024/11/05 04:29:02 DEBUG : potato3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5aed9_d20241105_m042434_c001_v0001182_t0019_u01730780674619") 2024/11/05 04:29:02 DEBUG : potato3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40162a7bd875facb_d20241105_m042418_c001_v7007000_t0000_u01730780658218") 2024/11/05 04:29:02 DEBUG : potato3: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5aae5_d20241105_m042410_c001_v0001182_t0033_u01730780650932") 2024/11/05 04:29:02 DEBUG : pre-dest1/1: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbc7c_d20241105_m042608_c001_v7007000_t0000_u01730780768602") 2024/11/05 04:29:02 DEBUG : pre-dest1/1: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5bb2c_d20241105_m042600_c001_v0001182_t0038_u01730780760217") 2024/11/05 04:29:02 DEBUG : pre-dest2/2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418b60c3d0ffbc7e_d20241105_m042608_c001_v7007000_t0000_u01730780768800") 2024/11/05 04:29:02 DEBUG : pre-dest2/2: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c0161f3_d20241105_m042600_c001_v0001172_t0013_u01730780760955") 2024/11/05 04:29:02 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zef92dd7380edfbab9f280e1b_f417b8ac76ed2545c_d20241105_m042539_c001_v7007000_t0000_u01730780739551") 2024/11/05 04:29:03 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4595_d20241105_m042536_c001_v0001165_t0018_u01730780736555") 2024/11/05 04:29:03 DEBUG : sizeonly: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e0c0a_d20241105_m042254_c001_v7007000_t0000_u01730780574680") 2024/11/05 04:29:03 DEBUG : sizeonly: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59e4b_d20241105_m042253_c001_v0001182_t0037_u01730780573731") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826060_d20241105_m042836_c001_v7007000_t0000_u01730780916589") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016486_d20241105_m042835_c001_v0001172_t0024_u01730780915268") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982605b_d20241105_m042833_c001_v7007000_t0000_u01730780913317") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1179dd16dae6f38b_d20241105_m042832_c001_v0001182_t0057_u01730780912255") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d873_d20241105_m042406_c001_v7007000_t0000_u01730780646841") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016071_d20241105_m042405_c001_v0001172_t0049_u01730780645982") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d868_d20241105_m042404_c001_v7007000_t0000_u01730780644676") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a99c_d20241105_m042403_c001_v0001182_t0017_u01730780643867") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e0c01_d20241105_m042250_c001_v7007000_t0000_u01730780570575") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59d6d_d20241105_m042249_c001_v0001182_t0000_u01730780569236") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e0bfd_d20241105_m042248_c001_v7007000_t0000_u01730780568506") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59d11_d20241105_m042247_c001_v0001182_t0058_u01730780567476") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e0bf0_d20241105_m042244_c001_v7007000_t0000_u01730780564489") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59c70_d20241105_m042243_c001_v0001182_t0057_u01730780563455") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e0b0a_d20241105_m042242_c001_v7007000_t0000_u01730780562903") 2024/11/05 04:29:03 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59c42_d20241105_m042241_c001_v0001182_t0059_u01730780561934") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59bdc_d20241105_m042239_c001_v0001182_t0037_u01730780559124") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e093b_d20241105_m042238_c001_v7007000_t0000_u01730780558394") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59b96_d20241105_m042237_c001_v0001182_t0056_u01730780557746") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59b7a_d20241105_m042237_c001_v0001182_t0057_u01730780557046") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e0475_d20241105_m042235_c001_v7007000_t0000_u01730780555922") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59af5_d20241105_m042233_c001_v0001182_t0029_u01730780553452") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59a64_d20241105_m042230_c001_v0001182_t0057_u01730780550012") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6e0067_d20241105_m042229_c001_v7007000_t0000_u01730780549255") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59a1e_d20241105_m042228_c001_v0001182_t0025_u01730780548620") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59a00_d20241105_m042227_c001_v0001182_t0039_u01730780547983") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6dfc70_d20241105_m042227_c001_v7007000_t0000_u01730780547253") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59927_d20241105_m042223_c001_v0001182_t0027_u01730780543342") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f402d19b89b6df87c_d20241105_m042222_c001_v7007000_t0000_u01730780542963") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59902_d20241105_m042222_c001_v0001182_t0036_u01730780542292") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a91c_d20241105_m042220_c001_v7007000_t0000_u01730780540674") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b598ab_d20241105_m042220_c001_v0001182_t0040_u01730780540010") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a918_d20241105_m042219_c001_v7007000_t0000_u01730780539459") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59886_d20241105_m042218_c001_v0001182_t0008_u01730780538833") 2024/11/05 04:29:04 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a914_d20241105_m042217_c001_v7007000_t0000_u01730780537561") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5982a_d20241105_m042216_c001_v0001182_t0045_u01730780536745") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a913_d20241105_m042216_c001_v7007000_t0000_u01730780536202") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b597e7_d20241105_m042215_c001_v0001182_t0032_u01730780535553") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a911_d20241105_m042214_c001_v7007000_t0000_u01730780534642") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b597a5_d20241105_m042213_c001_v0001182_t0001_u01730780533985") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a90a_d20241105_m042208_c001_v7007000_t0000_u01730780528064") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59693_d20241105_m042207_c001_v0001182_t0024_u01730780527408") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a908_d20241105_m042206_c001_v7007000_t0000_u01730780526505") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59653_d20241105_m042205_c001_v0001182_t0022_u01730780525840") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a905_d20241105_m042204_c001_v7007000_t0000_u01730780524929") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59609_d20241105_m042204_c001_v0001182_t0003_u01730780524277") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f413f8370ec30a901_d20241105_m042201_c001_v7007000_t0000_u01730780521410") 2024/11/05 04:29:05 DEBUG : sub dir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b59586_d20241105_m042200_c001_v0001182_t0004_u01730780520784") 2024/11/05 04:29:05 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b9826061_d20241105_m042836_c001_v7007000_t0000_u01730780916777") 2024/11/05 04:29:05 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f109b8644a3c5bd03_d20241105_m042835_c001_v0001033_t0052_u01730780915267") 2024/11/05 04:29:05 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f416ca964b982605d_d20241105_m042833_c001_v7007000_t0000_u01730780913501") 2024/11/05 04:29:05 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf482f_d20241105_m042832_c001_v0001165_t0026_u01730780912259") 2024/11/05 04:29:05 DEBUG : sub/yam: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d816_d20241105_m042401_c001_v7007000_t0000_u01730780641063") 2024/11/05 04:29:05 DEBUG : sub/yam: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016057_d20241105_m042359_c001_v0001172_t0046_u01730780639568") 2024/11/05 04:29:06 DEBUG : three: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35cc7_d20241105_m042351_c001_v7007000_t0000_u01730780631124") 2024/11/05 04:29:06 DEBUG : three: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a755_d20241105_m042349_c001_v0001182_t0042_u01730780629834") 2024/11/05 04:29:06 DEBUG : three: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1132c93c65b5a6ed_d20241105_m042347_c001_v0001182_t0025_u01730780627476") 2024/11/05 04:29:06 DEBUG : two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f405dedf207c35cc8_d20241105_m042351_c001_v7007000_t0000_u01730780631317") 2024/11/05 04:29:06 DEBUG : two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f418f5b1d3c016037_d20241105_m042349_c001_v0001172_t0034_u01730780629253") 2024/11/05 04:29:06 DEBUG : two: Deleting (id "4_zef92dd7380edfbab9f280e1b_f4132c93c65b5a6e0_d20241105_m042347_c001_v0001182_t0042_u01730780627267") 2024/11/05 04:29:06 DEBUG : yam: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d81a_d20241105_m042401_c001_v7007000_t0000_u01730780641828") 2024/11/05 04:29:06 DEBUG : yam: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1032ee5637b1c249_d20241105_m042400_c001_v0001104_t0013_u01730780640500") 2024/11/05 04:29:06 DEBUG : yam: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d806_d20241105_m042357_c001_v7007000_t0000_u01730780637148") 2024/11/05 04:29:06 DEBUG : yam: Deleting (id "4_zef92dd7380edfbab9f280e1b_f1104f63e4ebf4499_d20241105_m042355_c001_v0001165_t0028_u01730780635630") 2024/11/05 04:29:06 DEBUG : yam: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d7e3_d20241105_m042353_c001_v7007000_t0000_u01730780633566") 2024/11/05 04:29:06 DEBUG : yam: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118f5b1d3c016041_d20241105_m042351_c001_v0001172_t0036_u01730780631900") 2024/11/05 04:29:06 DEBUG : yaml: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d80a_d20241105_m042357_c001_v7007000_t0000_u01730780637888") 2024/11/05 04:29:06 DEBUG : yaml: Deleting (id "4_zef92dd7380edfbab9f280e1b_f118024af2d22f835_d20241105_m042356_c001_v0001182_t0033_u01730780636860") 2024/11/05 04:29:06 DEBUG : yaml: Deleting (id "4_zef92dd7380edfbab9f280e1b_f40428dd17763d7e6_d20241105_m042354_c001_v7007000_t0000_u01730780634323") 2024/11/05 04:29:06 DEBUG : yaml: Deleting (id "4_zef92dd7380edfbab9f280e1b_f107bef2a2b32950a_d20241105_m042353_c001_v0001137_t0058_u01730780633258") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 7m10.619123455s (try 1/5)