"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2024/11/28 02:16:38 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi" 2024/11/28 02:16:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/11/28 02:16:38 DEBUG : Creating backend with remote "/tmp/rclone203886229" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.03s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:43 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:16:43 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/11/28 02:16:43 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:16:43 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestCopyWithDryRun (5.09s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:44 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/28 02:16:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:16:44 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:16:44 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:16:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:16:45 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:45 DEBUG : B2 bucket rclone-test-qutubar5juzi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.04s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", 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-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", 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-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:46 DEBUG : Creating backend with remote "/non-existing" 2024/11/28 02:16:47 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/11/28 02:16:47 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:16:47 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.89s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:16:48 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:16:48 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:16:48 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:16:48 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.91s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:49 INFO : B2 bucket rclone-test-qutubar5juzi: Running all checks before starting transfers 2024/11/28 02:16:49 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:16:49 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:16:49 INFO : B2 bucket rclone-test-qutubar5juzi: Checks finished, now starting transfers 2024/11/28 02:16:49 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:16:50 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:16:50 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.47s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:51 ERROR : Ignoring --no-traverse with sync 2024/11/28 02:16:51 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:16:51 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:16:51 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:16:51 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:16:51 INFO : sub dir/hello world: Copied (new) 2024/11/28 02:16:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.53s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:52 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/11/28 02:16:52 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:16:52 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:16:53 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2024/11/28 02:16:53 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.49s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:54 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:16:54 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:16:54 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:16:54 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:16:54 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.49s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:56 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:16:56 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:16:56 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:16:56 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:16:56 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.84s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:57 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/28 02:16:57 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/28 02:16:57 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/11/28 02:16:57 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/28 02:16:57 DEBUG : sub dir: Making directory 2024/11/28 02:16:57 DEBUG : sub dir2: Making directory 2024/11/28 02:16:57 DEBUG : sub dir2/sub sub dir2: Making directory 2024/11/28 02:16:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:16:57 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:16:57 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:16:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:16:57 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2024/11/28 02:16:58 DEBUG : B2 bucket rclone-test-qutubar5juzi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.46s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:16:58 DEBUG : sub dir2: Making directory 2024/11/28 02:16:58 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/11/28 02:16:58 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/28 02:16:59 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:16:59 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:16:59 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:16:59 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:16:59 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.12s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:00 DEBUG : sub dir2: Making directory with metadata 2024/11/28 02:17:00 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/28 02:17:00 DEBUG : sub dir: Making directory 2024/11/28 02:17:00 DEBUG : sub dir2: Making directory 2024/11/28 02:17:00 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:17:00 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:00 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:00 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:17:00 INFO : sub dir/hello world: Copied (new) 2024/11/28 02:17:00 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/11/28 02:17:00 DEBUG : B2 bucket rclone-test-qutubar5juzi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/11/28 02:17:00 DEBUG : B2 bucket rclone-test-qutubar5juzi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.64s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", 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-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:02 DEBUG : sub dir2: Making directory 2024/11/28 02:17:02 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:17:02 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:02 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:02 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:17:02 INFO : sub dir/hello world: Copied (new) 2024/11/28 02:17:02 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.12s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:03 DEBUG : sub dir2: Making directory with metadata 2024/11/28 02:17:03 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/11/28 02:17:03 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/28 02:17:03 DEBUG : sub dir: Making directory 2024/11/28 02:17:03 DEBUG : sub dir2: Making directory 2024/11/28 02:17:03 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:17:03 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:03 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:03 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:17:03 INFO : sub dir/hello world: Copied (new) 2024/11/28 02:17:03 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/11/28 02:17:03 DEBUG : B2 bucket rclone-test-qutubar5juzi: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.50s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", 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-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:05 DEBUG : sub dir2: Making directory 2024/11/28 02:17:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:17:05 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:05 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:05 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:17:05 INFO : sub dir/hello world: Copied (new) 2024/11/28 02:17:05 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.47s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:06 DEBUG : Creating backend with remote "TestB2:rclone-test-qurabug5gina" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-qutubar5juzi -> B2 bucket rclone-test-qurabug5gina 2024/11/28 02:17:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:17:08 DEBUG : B2 bucket rclone-test-qurabug5gina: Waiting for checks to finish 2024/11/28 02:17:08 DEBUG : B2 bucket rclone-test-qurabug5gina: Waiting for transfers to finish 2024/11/28 02:17:09 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:17:09 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:10 DEBUG : B2 bucket rclone-test-qurabug5gina: Purge remote 2024/11/28 02:17:10 INFO : B2 bucket rclone-test-qurabug5gina: cleaning bucket "rclone-test-qurabug5gina" of all files 2024/11/28 02:17:10 DEBUG : sub dir/hello world: Deleting (id "4_z2f02dd1380ed7b0b9f380e1b_f11827d5788d4d053_d20241128_m021709_c001_v0001182_t0040_u01732760229727") --- PASS: TestServerSideCopy (7.60s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:15 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:15 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/28 02:17:15 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:15 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/28 02:17:15 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.27s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:16 DEBUG : Creating backend with remote "TestB2:rclone-test-tofakoy4kiqu" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-qutubar5juzi -> B2 bucket rclone-test-tofakoy4kiqu 2024/11/28 02:17:17 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:17:17 DEBUG : B2 bucket rclone-test-tofakoy4kiqu: Waiting for checks to finish 2024/11/28 02:17:17 DEBUG : B2 bucket rclone-test-tofakoy4kiqu: Waiting for transfers to finish 2024/11/28 02:17:19 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:17:19 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:19 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/28 02:17:19 DEBUG : B2 bucket rclone-test-tofakoy4kiqu: Waiting for checks to finish 2024/11/28 02:17:19 DEBUG : B2 bucket rclone-test-tofakoy4kiqu: Waiting for transfers to finish 2024/11/28 02:17:20 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/28 02:17:20 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:20 DEBUG : B2 bucket rclone-test-tofakoy4kiqu: Purge remote 2024/11/28 02:17:20 INFO : B2 bucket rclone-test-tofakoy4kiqu: cleaning bucket "rclone-test-tofakoy4kiqu" of all files 2024/11/28 02:17:20 DEBUG : sub dir/hello world: Deleting (id "4_z2fd2fd8380ed7b0b9f380e1b_f1044a602d193704a_d20241128_m021719_c001_v0001182_t0011_u01732760239916") 2024/11/28 02:17:20 DEBUG : sub dir/hello world: Deleting (id "4_z2fd2fd8380ed7b0b9f380e1b_f10692d51b17c3254_d20241128_m021718_c001_v0001182_t0015_u01732760238927") --- PASS: TestServerSideCopyOverSelf (6.93s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:23 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/28 02:17:23 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:23 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:24 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/28 02:17:24 INFO : sub dir/hello world: Copied (replaced existing) 2024/11/28 02:17:24 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestMoveOverSelf (1.89s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:25 DEBUG : Creating backend with remote "TestB2:rclone-test-venahih2qafo" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-qutubar5juzi -> B2 bucket rclone-test-venahih2qafo 2024/11/28 02:17:26 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:17:26 DEBUG : B2 bucket rclone-test-venahih2qafo: Waiting for checks to finish 2024/11/28 02:17:26 DEBUG : B2 bucket rclone-test-venahih2qafo: Waiting for transfers to finish 2024/11/28 02:17:30 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:17:30 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:32 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/11/28 02:17:32 DEBUG : B2 bucket rclone-test-venahih2qafo: Waiting for checks to finish 2024/11/28 02:17:32 DEBUG : B2 bucket rclone-test-venahih2qafo: Waiting for transfers to finish 2024/11/28 02:17:32 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/11/28 02:17:32 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/28 02:17:32 INFO : sub dir/hello world: Deleted 2024/11/28 02:17:33 DEBUG : testing file moves 2024/11/28 02:17:33 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/11/28 02:17:33 DEBUG : B2 bucket rclone-test-venahih2qafo: Waiting for checks to finish 2024/11/28 02:17:33 DEBUG : B2 bucket rclone-test-venahih2qafo: Waiting for transfers to finish 2024/11/28 02:17:34 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2024/11/28 02:17:34 INFO : sub dir/hello world: Copied (server-side copy) 2024/11/28 02:17:34 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:34 DEBUG : B2 bucket rclone-test-venahih2qafo: Purge remote 2024/11/28 02:17:34 INFO : B2 bucket rclone-test-venahih2qafo: cleaning bucket "rclone-test-venahih2qafo" of all files 2024/11/28 02:17:34 DEBUG : sub dir/hello world: Deleting (id "4_z6f821da380fd7b0b9f380e1b_f11631ff20420bd9a_d20241128_m021733_c001_v0001098_t0051_u01732760253777") 2024/11/28 02:17:34 DEBUG : sub dir/hello world: Deleting (id "4_z6f821da380fd7b0b9f380e1b_f1099c9aef0ac9d0e_d20241128_m021732_c001_v0001145_t0025_u01732760252302") 2024/11/28 02:17:34 DEBUG : sub dir/hello world: Deleting (id "4_z6f821da380fd7b0b9f380e1b_f111c26b91a502b3f_d20241128_m021730_c001_v0001128_t0014_u01732760250474") --- PASS: TestServerSideMoveOverSelf (15.00s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:40 ERROR : : error listing: directory not found 2024/11/28 02:17:40 DEBUG : Local file system at /tmp/rclone203886229: Making directory 2024/11/28 02:17:41 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:41 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.03s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:42 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:17:42 DEBUG : Local file system at /tmp/rclone203886229: Waiting for checks to finish 2024/11/28 02:17:42 DEBUG : Local file system at /tmp/rclone203886229: Waiting for transfers to finish 2024/11/28 02:17:43 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:17:43 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2024/11/28 02:17:43 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestCopyRedownload (2.05s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:44 DEBUG : check sum: Need to transfer - File not found at Destination 2024/11/28 02:17:44 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:44 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:44 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/28 02:17:44 INFO : check sum: Copied (new) 2024/11/28 02:17:44 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:45 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:45 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/28 02:17:45 DEBUG : check sum: Size and sha1 of src and dst objects identical 2024/11/28 02:17:45 DEBUG : check sum: Unchanged skipping 2024/11/28 02:17:45 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:45 DEBUG : Waiting for deletions to finish 2024/11/28 02:17:45 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.20s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:46 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/11/28 02:17:46 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:46 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:46 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/28 02:17:46 INFO : sizeonly: Copied (new) 2024/11/28 02:17:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:47 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:47 DEBUG : sizeonly: Sizes identical 2024/11/28 02:17:47 DEBUG : sizeonly: Unchanged skipping 2024/11/28 02:17:47 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:47 DEBUG : Waiting for deletions to finish 2024/11/28 02:17:47 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.24s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:48 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/11/28 02:17:48 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:48 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:49 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2024/11/28 02:17:49 INFO : ignore-size: Copied (new) 2024/11/28 02:17:49 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:49 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:49 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:17:49 DEBUG : ignore-size: Unchanged skipping 2024/11/28 02:17:49 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:49 DEBUG : Waiting for deletions to finish 2024/11/28 02:17:49 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.22s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:51 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:17:51 DEBUG : existing: Unchanged skipping 2024/11/28 02:17:51 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:51 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:51 DEBUG : Waiting for deletions to finish 2024/11/28 02:17:51 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:51 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/11/28 02:17:51 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:51 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:51 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/28 02:17:51 INFO : existing: Copied (replaced existing) 2024/11/28 02:17:51 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.39s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:53 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/28 02:17:53 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:53 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:53 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/28 02:17:53 INFO : existing: Copied (new) 2024/11/28 02:17:53 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:54 DEBUG : existing: Destination exists, skipping 2024/11/28 02:17:54 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:54 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:54 DEBUG : Waiting for deletions to finish 2024/11/28 02:17:54 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.23s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:55 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/11/28 02:17:56 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:17:56 DEBUG : c/non empty space: Unchanged skipping 2024/11/28 02:17:56 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/28 02:17:56 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:56 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:56 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:17:56 INFO : a/potato2: Copied (new) 2024/11/28 02:17:56 DEBUG : Waiting for deletions to finish 2024/11/28 02:17:56 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (2.50s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:58 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/28 02:17:58 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:58 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/28 02:17:58 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/11/28 02:17:58 DEBUG : empty space: Unchanged skipping 2024/11/28 02:17:58 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:17:58 DEBUG : Waiting for deletions to finish 2024/11/28 02:17:58 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:17:58 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:17:58 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/28 02:17:58 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/28 02:18:00 INFO : empty space: Updated modification time in destination 2024/11/28 02:18:00 DEBUG : empty space: Unchanged skipping 2024/11/28 02:18:00 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:00 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:00 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (4.03s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:02 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/28 02:18:02 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:02 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/28 02:18:02 DEBUG : empty space: Unchanged skipping 2024/11/28 02:18:02 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:02 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:02 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.67s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:04 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/28 02:18:04 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:04 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone203886229) 2024/11/28 02:18:04 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-qutubar5juzi) 2024/11/28 02:18:04 DEBUG : foo: sha1 differ 2024/11/28 02:18:04 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:04 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2024/11/28 02:18:04 INFO : foo: Copied (replaced existing) 2024/11/28 02:18:04 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.83s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:06 DEBUG : potato: Need to transfer - File not found at Destination 2024/11/28 02:18:06 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:18:06 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:06 DEBUG : empty space: Unchanged skipping 2024/11/28 02:18:06 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:06 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:18:06 INFO : potato: Copied (new) 2024/11/28 02:18:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.06s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:08 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/11/28 02:18:08 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:08 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:08 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2024/11/28 02:18:08 INFO : potato: Copied (replaced existing) 2024/11/28 02:18:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (1.91s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:10 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:10 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/28 02:18:10 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone203886229) 2024/11/28 02:18:10 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-qutubar5juzi) 2024/11/28 02:18:10 DEBUG : potato: sha1 differ 2024/11/28 02:18:10 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:10 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2024/11/28 02:18:10 INFO : potato: Copied (replaced existing) 2024/11/28 02:18:10 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (1.88s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:12 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:18:12 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/11/28 02:18:12 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:12 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:18:12 DEBUG : empty space: Unchanged skipping 2024/11/28 02:18:12 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:12 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:12 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.89s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:14 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:18:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:18:14 DEBUG : empty space: Unchanged skipping 2024/11/28 02:18:14 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:14 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:14 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:18:14 INFO : potato2: Copied (new) 2024/11/28 02:18:14 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:14 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.46s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:16 DEBUG : d: Making directory 2024/11/28 02:18:16 DEBUG : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2024/11/28 02:18:16 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:18:16 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/28 02:18:16 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:16 DEBUG : c/non empty space: Unchanged skipping 2024/11/28 02:18:16 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:16 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:18:16 INFO : a/potato2: Copied (new) 2024/11/28 02:18:16 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:16 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.50s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:18 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/11/28 02:18:19 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:18:19 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/11/28 02:18:19 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:19 DEBUG : c/non empty space: Unchanged skipping 2024/11/28 02:18:19 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:19 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:18:19 INFO : a/potato2: Copied (new) 2024/11/28 02:18:19 ERROR : B2 bucket rclone-test-qutubar5juzi: not deleting files as there were IO errors 2024/11/28 02:18:19 ERROR : B2 bucket rclone-test-qutubar5juzi: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.56s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:21 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:21 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:18:21 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:18:21 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:21 DEBUG : empty space: Unchanged skipping 2024/11/28 02:18:21 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:21 INFO : potato: Deleted 2024/11/28 02:18:21 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:18:21 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.37s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:23 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:24 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:24 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:24 INFO : potato: Deleted 2024/11/28 02:18:24 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:18:24 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:18:24 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:24 DEBUG : empty space: Unchanged skipping 2024/11/28 02:18:24 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:24 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:18:24 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (3.11s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:26 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:18:26 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:26 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:27 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2024/11/28 02:18:27 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.14s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:29 DEBUG : enormous: Excluded (Size Filter) 2024/11/28 02:18:29 DEBUG : enormous: Excluded 2024/11/28 02:18:29 DEBUG : potato2: Excluded (Size Filter) 2024/11/28 02:18:29 DEBUG : potato2: Excluded 2024/11/28 02:18:29 DEBUG : potato2: Excluded (Size Filter) 2024/11/28 02:18:29 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:29 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:18:29 DEBUG : empty space: Unchanged skipping 2024/11/28 02:18:29 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:29 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:29 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:29 DEBUG : enormous: Excluded (Size Filter) 2024/11/28 02:18:29 DEBUG : enormous: Excluded 2024/11/28 02:18:29 DEBUG : potato2: Excluded (Size Filter) 2024/11/28 02:18:29 DEBUG : potato2: Excluded 2024/11/28 02:18:29 DEBUG : potato2: Excluded (Size Filter) 2024/11/28 02:18:29 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/11/28 02:18:29 DEBUG : empty space: Unchanged skipping 2024/11/28 02:18:29 DEBUG : Local file system at /tmp/rclone203886229: Waiting for checks to finish 2024/11/28 02:18:29 DEBUG : Local file system at /tmp/rclone203886229: Waiting for transfers to finish 2024/11/28 02:18:29 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:29 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncWithExclude (2.64s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:31 DEBUG : enormous: Excluded (Size Filter) 2024/11/28 02:18:31 DEBUG : enormous: Excluded 2024/11/28 02:18:31 DEBUG : potato2: Excluded (Size Filter) 2024/11/28 02:18:31 DEBUG : potato2: Excluded 2024/11/28 02:18:32 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:18:32 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:32 DEBUG : empty space: Unchanged skipping 2024/11/28 02:18:32 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:32 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:32 INFO : potato2: Deleted 2024/11/28 02:18:32 INFO : enormous: Deleted 2024/11/28 02:18:32 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:32 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/11/28 02:18:32 DEBUG : Local file system at /tmp/rclone203886229: Waiting for checks to finish 2024/11/28 02:18:32 DEBUG : empty space: Unchanged skipping 2024/11/28 02:18:32 DEBUG : Local file system at /tmp/rclone203886229: Waiting for transfers to finish 2024/11/28 02:18:32 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:32 INFO : enormous: Deleted 2024/11/28 02:18:32 INFO : potato2: Deleted 2024/11/28 02:18:32 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.04s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:35 DEBUG : five: Need to transfer - File not found at Destination 2024/11/28 02:18:35 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/11/28 02:18:35 DEBUG : three: Sizes identical 2024/11/28 02:18:35 DEBUG : one: Destination is newer than source, skipping 2024/11/28 02:18:35 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:35 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone203886229) 2024/11/28 02:18:35 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-qutubar5juzi) 2024/11/28 02:18:35 DEBUG : two: sha1 differ 2024/11/28 02:18:35 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/11/28 02:18:35 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/11/28 02:18:35 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:35 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/11/28 02:18:35 INFO : five: Copied (new) 2024/11/28 02:18:36 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/11/28 02:18:36 INFO : four: Copied (replaced existing) 2024/11/28 02:18:36 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/28 02:18:36 INFO : two: Copied (replaced existing) 2024/11/28 02:18:36 DEBUG : Waiting for deletions to finish 2024/11/28 02:18:36 DEBUG : one: Destination is newer than source, skipping 2024/11/28 02:18:36 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:36 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone203886229) 2024/11/28 02:18:36 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-qutubar5juzi) 2024/11/28 02:18:36 DEBUG : three: sha1 differ 2024/11/28 02:18:36 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/11/28 02:18:36 DEBUG : four: Size and sha1 of src and dst objects identical 2024/11/28 02:18:36 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/28 02:18:36 DEBUG : two: Size and sha1 of src and dst objects identical 2024/11/28 02:18:36 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/11/28 02:18:36 DEBUG : five: Size and sha1 of src and dst objects identical 2024/11/28 02:18:36 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/11/28 02:18:36 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/11/28 02:18:36 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/11/28 02:18:36 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/11/28 02:18:36 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:36 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/28 02:18:36 INFO : three: Copied (replaced existing) 2024/11/28 02:18:36 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.24s) === 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-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2024/11/28 02:18:38 INFO : B2 bucket rclone-test-qutubar5juzi: Making map for --track-renames 2024/11/28 02:18:38 INFO : B2 bucket rclone-test-qutubar5juzi: Finished making map for --track-renames 2024/11/28 02:18:38 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:38 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/28 02:18:38 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for renames to finish 2024/11/28 02:18:38 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/28 02:18:38 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:38 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/28 02:18:38 INFO : yam: Copied (new) 2024/11/28 02:18:38 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/28 02:18:38 INFO : potato: Copied (new) 2024/11/28 02:18:38 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:39 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:18:39 INFO : B2 bucket rclone-test-qutubar5juzi: Making map for --track-renames 2024/11/28 02:18:39 INFO : B2 bucket rclone-test-qutubar5juzi: Finished making map for --track-renames 2024/11/28 02:18:39 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:39 DEBUG : potato: Unchanged skipping 2024/11/28 02:18:39 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for renames to finish 2024/11/28 02:18:40 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/28 02:18:40 INFO : yam: Copied (server-side copy) to: yaml 2024/11/28 02:18:40 INFO : yam: Deleted 2024/11/28 02:18:40 INFO : yaml: Renamed from "yam" 2024/11/28 02:18:40 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.76s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2024/11/28 02:18:42 INFO : B2 bucket rclone-test-qutubar5juzi: Making map for --track-renames 2024/11/28 02:18:42 INFO : B2 bucket rclone-test-qutubar5juzi: Finished making map for --track-renames 2024/11/28 02:18:42 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:42 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/28 02:18:42 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/11/28 02:18:42 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for renames to finish 2024/11/28 02:18:42 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:42 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/28 02:18:42 INFO : yam: Copied (new) 2024/11/28 02:18:42 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/28 02:18:42 INFO : potato: Copied (new) 2024/11/28 02:18:42 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:43 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:18:43 INFO : B2 bucket rclone-test-qutubar5juzi: Making map for --track-renames 2024/11/28 02:18:43 INFO : B2 bucket rclone-test-qutubar5juzi: Finished making map for --track-renames 2024/11/28 02:18:43 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:43 DEBUG : potato: Unchanged skipping 2024/11/28 02:18:43 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for renames to finish 2024/11/28 02:18:44 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/28 02:18:44 INFO : yam: Copied (server-side copy) to: yaml 2024/11/28 02:18:44 INFO : yam: Deleted 2024/11/28 02:18:44 INFO : yaml: Renamed from "yam" 2024/11/28 02:18:44 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:44 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.74s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2024/11/28 02:18:46 INFO : B2 bucket rclone-test-qutubar5juzi: Making map for --track-renames 2024/11/28 02:18:46 INFO : B2 bucket rclone-test-qutubar5juzi: Finished making map for --track-renames 2024/11/28 02:18:46 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:46 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/11/28 02:18:46 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/11/28 02:18:46 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for renames to finish 2024/11/28 02:18:46 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:46 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/28 02:18:46 INFO : sub/yam: Copied (new) 2024/11/28 02:18:47 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/11/28 02:18:47 INFO : potato: Copied (new) 2024/11/28 02:18:47 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:47 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:18:47 INFO : B2 bucket rclone-test-qutubar5juzi: Making map for --track-renames 2024/11/28 02:18:47 INFO : B2 bucket rclone-test-qutubar5juzi: Finished making map for --track-renames 2024/11/28 02:18:47 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:47 DEBUG : potato: Unchanged skipping 2024/11/28 02:18:47 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for renames to finish 2024/11/28 02:18:48 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/11/28 02:18:48 INFO : sub/yam: Copied (server-side copy) to: yam 2024/11/28 02:18:48 INFO : sub/yam: Deleted 2024/11/28 02:18:48 INFO : yam: Renamed from "sub/yam" 2024/11/28 02:18:48 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:48 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (4.06s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:49 DEBUG : Creating backend with remote "/tmp/rclone203886229/dir1" 2024/11/28 02:18:49 DEBUG : Creating backend with remote "/tmp/rclone203886229/dir2" 2024/11/28 02:18:49 DEBUG : Local file system at /tmp/rclone203886229/dir2: Using server-side directory move 2024/11/28 02:18:49 INFO : Local file system at /tmp/rclone203886229/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/11/28 02:18:49 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/11/28 02:18:49 INFO : file1.txt: Moved (server-side) 2024/11/28 02:18:49 DEBUG : Local file system at /tmp/rclone203886229/dir2: Waiting for checks to finish 2024/11/28 02:18:49 DEBUG : Local file system at /tmp/rclone203886229/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:18:50 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/28 02:18:50 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:50 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:50 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/11/28 02:18:50 INFO : nested/sub dir/file: Copied (new) 2024/11/28 02:18:50 INFO : nested/sub dir/file: Deleted 2024/11/28 02:18:51 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:18:51 INFO : sub dir/hello world: Copied (new) 2024/11/28 02:18:51 INFO : sub dir/hello world: Deleted 2024/11/28 02:18:51 INFO : sub dir: Removing directory 2024/11/28 02:18:51 INFO : nested/sub dir: Removing directory 2024/11/28 02:18:51 INFO : nested: Removing directory 2024/11/28 02:18:51 DEBUG : Local file system at /tmp/rclone203886229: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.40s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/11/28 02:18:52 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/11/28 02:18:52 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:52 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:53 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/11/28 02:18:53 INFO : nested/sub dir/file: Copied (new) 2024/11/28 02:18:53 INFO : nested/sub dir/file: Deleted 2024/11/28 02:18:53 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/11/28 02:18:53 INFO : sub dir/hello world: Copied (new) 2024/11/28 02:18:53 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.25s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:55 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/28 02:18:55 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/11/28 02:18:55 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:55 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:55 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/28 02:18:55 INFO : existing: Copied (new) 2024/11/28 02:18:55 INFO : existing: Deleted 2024/11/28 02:18:55 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2024/11/28 02:18:55 INFO : existing-b: Copied (new) 2024/11/28 02:18:55 INFO : existing-b: Deleted 2024/11/28 02:18:55 DEBUG : existing: Destination exists, skipping 2024/11/28 02:18:55 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/11/28 02:18:55 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:18:55 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:18:55 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.05s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:18:57 DEBUG : Creating backend with remote "TestB2:rclone-test-kikisup4lixo" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-qutubar5juzi -> B2 bucket rclone-test-kikisup4lixo 2024/11/28 02:19:02 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:19:02 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/11/28 02:19:02 DEBUG : empty space: Unchanged skipping 2024/11/28 02:19:02 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/28 02:19:02 DEBUG : B2 bucket rclone-test-kikisup4lixo: Waiting for checks to finish 2024/11/28 02:19:02 INFO : empty space: Deleted 2024/11/28 02:19:02 DEBUG : B2 bucket rclone-test-kikisup4lixo: Waiting for transfers to finish 2024/11/28 02:19:02 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:19:02 INFO : potato2: Copied (server-side copy) 2024/11/28 02:19:02 INFO : potato2: Deleted 2024/11/28 02:19:03 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/28 02:19:03 INFO : potato3: Copied (server-side copy) 2024/11/28 02:19:03 INFO : potato3: Deleted 2024/11/28 02:19:03 DEBUG : Creating backend with remote "TestB2:rclone-test-pufitiv4gazi" 2024/11/28 02:19:04 DEBUG : empty space: Need to transfer - File not found at Destination 2024/11/28 02:19:04 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:19:04 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/28 02:19:04 DEBUG : B2 bucket rclone-test-pufitiv4gazi: Waiting for checks to finish 2024/11/28 02:19:04 DEBUG : B2 bucket rclone-test-pufitiv4gazi: Waiting for transfers to finish 2024/11/28 02:19:08 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/28 02:19:08 INFO : empty space: Copied (server-side copy) 2024/11/28 02:19:08 INFO : empty space: Deleted 2024/11/28 02:19:08 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/28 02:19:08 INFO : potato3: Copied (server-side copy) 2024/11/28 02:19:09 INFO : potato3: Deleted 2024/11/28 02:19:09 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:19:09 INFO : potato2: Copied (server-side copy) 2024/11/28 02:19:09 INFO : potato2: Deleted 2024/11/28 02:19:09 DEBUG : B2 bucket rclone-test-pufitiv4gazi: Purge remote 2024/11/28 02:19:09 INFO : B2 bucket rclone-test-pufitiv4gazi: cleaning bucket "rclone-test-pufitiv4gazi" of all files 2024/11/28 02:19:09 DEBUG : empty space: Deleting (id "4_zffc29d83900d7b0b9f380e1b_f115dee3916a8228e_d20241128_m021908_c001_v0001183_t0041_u01732760348373") 2024/11/28 02:19:09 DEBUG : potato2: Deleting (id "4_zffc29d83900d7b0b9f380e1b_f1117d634f7c365b9_d20241128_m021908_c001_v0001043_t0047_u01732760348675") 2024/11/28 02:19:09 DEBUG : potato3: Deleting (id "4_zffc29d83900d7b0b9f380e1b_f1100d91f4b27d504_d20241128_m021908_c001_v0001182_t0027_u01732760348739") 2024/11/28 02:19:11 DEBUG : B2 bucket rclone-test-kikisup4lixo: Purge remote 2024/11/28 02:19:11 INFO : B2 bucket rclone-test-kikisup4lixo: cleaning bucket "rclone-test-kikisup4lixo" of all files 2024/11/28 02:19:11 DEBUG : empty space: Deleting (id "4_z7f328d33900d7b0b9f380e1b_f406cb381411fdfcf_d20241128_m021908_c001_v7007000_t0000_u01732760348600") 2024/11/28 02:19:11 DEBUG : empty space: Deleting (id "4_z7f328d33900d7b0b9f380e1b_f11043fbc4210e744_d20241128_m021901_c001_v0001183_t0049_u01732760341687") 2024/11/28 02:19:11 DEBUG : potato2: Deleting (id "4_z7f328d33900d7b0b9f380e1b_f406cb381411fdfd1_d20241128_m021909_c001_v7007000_t0000_u01732760349323") 2024/11/28 02:19:11 DEBUG : potato2: Deleting (id "4_z7f328d33900d7b0b9f380e1b_f1115c2fe3ef5c8b3_d20241128_m021902_c001_v0001165_t0048_u01732760342645") 2024/11/28 02:19:11 DEBUG : potato3: Deleting (id "4_z7f328d33900d7b0b9f380e1b_f406cb381411fdfd0_d20241128_m021908_c001_v7007000_t0000_u01732760348972") 2024/11/28 02:19:11 DEBUG : potato3: Deleting (id "4_z7f328d33900d7b0b9f380e1b_f105b94dabf962ce6_d20241128_m021902_c001_v0001183_t0004_u01732760342893") 2024/11/28 02:19:11 DEBUG : potato3: Deleting (id "4_z7f328d33900d7b0b9f380e1b_f11043fbc4210e75a_d20241128_m021902_c001_v0001183_t0010_u01732760342025") --- PASS: TestServerSideMove (19.68s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:19:16 DEBUG : Creating backend with remote "TestB2:rclone-test-diqiyow4luta" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-qutubar5juzi -> B2 bucket rclone-test-diqiyow4luta 2024/11/28 02:19:23 DEBUG : empty space: Excluded (Size Filter) 2024/11/28 02:19:23 DEBUG : empty space: Excluded (Size Filter) 2024/11/28 02:19:23 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:19:23 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/28 02:19:23 DEBUG : B2 bucket rclone-test-diqiyow4luta: Waiting for checks to finish 2024/11/28 02:19:23 DEBUG : B2 bucket rclone-test-diqiyow4luta: Waiting for transfers to finish 2024/11/28 02:19:24 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:19:24 INFO : potato2: Copied (server-side copy) 2024/11/28 02:19:24 INFO : potato2: Deleted 2024/11/28 02:19:25 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/28 02:19:25 INFO : potato3: Copied (server-side copy) 2024/11/28 02:19:25 INFO : potato3: Deleted 2024/11/28 02:19:25 DEBUG : Creating backend with remote "TestB2:rclone-test-fihovay4sune" 2024/11/28 02:19:26 DEBUG : empty space: Excluded (Size Filter) 2024/11/28 02:19:26 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:19:26 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/28 02:19:26 DEBUG : B2 bucket rclone-test-fihovay4sune: Waiting for checks to finish 2024/11/28 02:19:26 DEBUG : B2 bucket rclone-test-fihovay4sune: Waiting for transfers to finish 2024/11/28 02:19:28 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:19:28 INFO : potato2: Copied (server-side copy) 2024/11/28 02:19:28 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/28 02:19:28 INFO : potato3: Copied (server-side copy) 2024/11/28 02:19:28 INFO : potato2: Deleted 2024/11/28 02:19:28 INFO : potato3: Deleted 2024/11/28 02:19:29 DEBUG : B2 bucket rclone-test-fihovay4sune: Purge remote 2024/11/28 02:19:29 INFO : B2 bucket rclone-test-fihovay4sune: cleaning bucket "rclone-test-fihovay4sune" of all files 2024/11/28 02:19:29 DEBUG : potato2: Deleting (id "4_z0f82fd03900d7b0b9f380e1b_f1029880261464857_d20241128_m021928_c001_v0001099_t0055_u01732760368158") 2024/11/28 02:19:29 DEBUG : potato3: Deleting (id "4_z0f82fd03900d7b0b9f380e1b_f10241d2c5c71adf1_d20241128_m021928_c001_v0001183_t0011_u01732760368472") 2024/11/28 02:19:33 DEBUG : B2 bucket rclone-test-diqiyow4luta: Purge remote 2024/11/28 02:19:33 INFO : B2 bucket rclone-test-diqiyow4luta: cleaning bucket "rclone-test-diqiyow4luta" of all files 2024/11/28 02:19:33 DEBUG : empty space: Deleting (id "4_z3f12dd73900d7b0b9f380e1b_f1168d57425cd7ffa_d20241128_m021922_c001_v0001115_t0025_u01732760362479") 2024/11/28 02:19:33 DEBUG : potato2: Deleting (id "4_z3f12dd73900d7b0b9f380e1b_f408e1a5f4823a674_d20241128_m021928_c001_v7007000_t0000_u01732760368668") 2024/11/28 02:19:33 DEBUG : potato2: Deleting (id "4_z3f12dd73900d7b0b9f380e1b_f100894102801599b_d20241128_m021923_c001_v0001183_t0058_u01732760363994") 2024/11/28 02:19:33 DEBUG : potato3: Deleting (id "4_z3f12dd73900d7b0b9f380e1b_f400eaaa646fc2e22_d20241128_m021928_c001_v7007000_t0000_u01732760368680") 2024/11/28 02:19:33 DEBUG : potato3: Deleting (id "4_z3f12dd73900d7b0b9f380e1b_f115512b81c22043d_d20241128_m021924_c001_v0001040_t0053_u01732760364251") 2024/11/28 02:19:33 DEBUG : potato3: Deleting (id "4_z3f12dd73900d7b0b9f380e1b_f1168d57425cd7ffc_d20241128_m021923_c001_v0001115_t0058_u01732760363055") --- PASS: TestServerSideMoveWithFilter (20.50s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:19:37 DEBUG : Creating backend with remote "TestB2:rclone-test-ceqewaz0puqo" 2024/11/28 02:19:40 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-qutubar5juzi -> B2 bucket rclone-test-ceqewaz0puqo 2024/11/28 02:19:46 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:19:46 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/11/28 02:19:46 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/11/28 02:19:46 DEBUG : empty space: Unchanged skipping 2024/11/28 02:19:46 DEBUG : B2 bucket rclone-test-ceqewaz0puqo: Waiting for checks to finish 2024/11/28 02:19:46 INFO : empty space: Deleted 2024/11/28 02:19:46 DEBUG : B2 bucket rclone-test-ceqewaz0puqo: Waiting for transfers to finish 2024/11/28 02:19:46 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:19:46 INFO : potato2: Copied (server-side copy) 2024/11/28 02:19:47 INFO : potato2: Deleted 2024/11/28 02:19:47 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/28 02:19:47 INFO : potato3: Copied (server-side copy) 2024/11/28 02:19:47 INFO : potato3: Deleted 2024/11/28 02:19:48 DEBUG : Creating backend with remote "TestB2:rclone-test-loqebuw2wowo" 2024/11/28 02:19:49 DEBUG : tomatoDir: Making directory 2024/11/28 02:19:50 DEBUG : empty space: Need to transfer - File not found at Destination 2024/11/28 02:19:50 DEBUG : potato2: Need to transfer - File not found at Destination 2024/11/28 02:19:50 DEBUG : potato3: Need to transfer - File not found at Destination 2024/11/28 02:19:50 DEBUG : B2 bucket rclone-test-loqebuw2wowo: Waiting for checks to finish 2024/11/28 02:19:50 DEBUG : B2 bucket rclone-test-loqebuw2wowo: Waiting for transfers to finish 2024/11/28 02:19:54 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/11/28 02:19:54 INFO : empty space: Copied (server-side copy) 2024/11/28 02:19:54 INFO : empty space: Deleted 2024/11/28 02:19:54 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/11/28 02:19:54 INFO : potato3: Copied (server-side copy) 2024/11/28 02:19:54 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/11/28 02:19:54 INFO : potato2: Copied (server-side copy) 2024/11/28 02:19:54 INFO : potato2: Deleted 2024/11/28 02:19:54 INFO : potato3: Deleted 2024/11/28 02:19:55 DEBUG : B2 bucket rclone-test-loqebuw2wowo: Purge remote 2024/11/28 02:19:55 INFO : B2 bucket rclone-test-loqebuw2wowo: cleaning bucket "rclone-test-loqebuw2wowo" of all files 2024/11/28 02:19:55 DEBUG : empty space: Deleting (id "4_z5fd24db3901d7b0b9f380e1b_f117401f7a12a53c1_d20241128_m021954_c001_v0001183_t0027_u01732760394034") 2024/11/28 02:19:55 DEBUG : potato2: Deleting (id "4_z5fd24db3901d7b0b9f380e1b_f11162062ab8b91d1_d20241128_m021954_c001_v0001101_t0016_u01732760394328") 2024/11/28 02:19:55 DEBUG : potato3: Deleting (id "4_z5fd24db3901d7b0b9f380e1b_f114aeee1db37cc45_d20241128_m021954_c001_v0001183_t0019_u01732760394393") 2024/11/28 02:19:57 DEBUG : B2 bucket rclone-test-ceqewaz0puqo: Purge remote 2024/11/28 02:19:57 INFO : B2 bucket rclone-test-ceqewaz0puqo: cleaning bucket "rclone-test-ceqewaz0puqo" of all files 2024/11/28 02:19:57 DEBUG : empty space: Deleting (id "4_z3f322d53901d7b0b9f380e1b_f406cb381411fe000_d20241128_m021954_c001_v7007000_t0000_u01732760394298") 2024/11/28 02:19:57 DEBUG : empty space: Deleting (id "4_z3f322d53901d7b0b9f380e1b_f102abc8e86f6b7c5_d20241128_m021944_c001_v0001098_t0043_u01732760384913") 2024/11/28 02:19:57 DEBUG : potato2: Deleting (id "4_z3f322d53901d7b0b9f380e1b_f404050bf897a772e_d20241128_m021954_c001_v7007000_t0000_u01732760394662") 2024/11/28 02:19:57 DEBUG : potato2: Deleting (id "4_z3f322d53901d7b0b9f380e1b_f10305f53ecb5a883_d20241128_m021946_c001_v0001183_t0017_u01732760386690") 2024/11/28 02:19:57 DEBUG : potato3: Deleting (id "4_z3f322d53901d7b0b9f380e1b_f406cb381411fe001_d20241128_m021954_c001_v7007000_t0000_u01732760394648") 2024/11/28 02:19:57 DEBUG : potato3: Deleting (id "4_z3f322d53901d7b0b9f380e1b_f1023af5ac1bc5ccc_d20241128_m021946_c001_v0001109_t0009_u01732760386955") 2024/11/28 02:19:57 DEBUG : potato3: Deleting (id "4_z3f322d53901d7b0b9f380e1b_f102abc8e86f6b7c9_d20241128_m021945_c001_v0001098_t0001_u01732760385306") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (25.33s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:20:02 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.69s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:20:05 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncOverlap (2.94s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:20:08 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/rclone-sync-test" 2024/11/28 02:20:10 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/rclone-sync-test-include/layer2" 2024/11/28 02:20:11 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/rclone-sync-test-ignore-file" 2024/11/28 02:20:15 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2024/11/28 02:20:15 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2024/11/28 02:20:15 DEBUG : pacer: Reducing sleep to 10ms 2024/11/28 02:20:15 DEBUG : B2 bucket rclone-test-qutubar5juzi path rclone-sync-test: Waiting for checks to finish 2024/11/28 02:20:15 DEBUG : B2 bucket rclone-test-qutubar5juzi path rclone-sync-test: Waiting for transfers to finish 2024/11/28 02:20:15 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:15 INFO : There was nothing to transfer 2024/11/28 02:20:15 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:20:15 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:20:15 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:15 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:20:16 DEBUG : B2 bucket rclone-test-qutubar5juzi path rclone-sync-test-include/layer2: Waiting for checks to finish 2024/11/28 02:20:16 DEBUG : B2 bucket rclone-test-qutubar5juzi path rclone-sync-test-include/layer2: Waiting for transfers to finish 2024/11/28 02:20:16 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:16 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:20:16 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:20:16 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:20:16 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:16 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:20:17 DEBUG : B2 bucket rclone-test-qutubar5juzi path rclone-sync-test-ignore-file: Waiting for checks to finish 2024/11/28 02:20:17 DEBUG : B2 bucket rclone-test-qutubar5juzi path rclone-sync-test-ignore-file: Waiting for transfers to finish 2024/11/28 02:20:17 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:17 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (15.91s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:20:24 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/dst" 2024/11/28 02:20:25 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/CompareDest" 2024/11/28 02:20:27 DEBUG : one: Need to transfer - File not found at Destination 2024/11/28 02:20:27 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:27 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:27 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/28 02:20:27 INFO : one: Copied (new) 2024/11/28 02:20:27 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 02:20:28 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:28 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:28 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/28 02:20:28 INFO : one: Copied (replaced existing) 2024/11/28 02:20:28 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:30 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 02:20:30 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:31 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:31 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/28 02:20:31 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:31 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:31 INFO : There was nothing to transfer 2024/11/28 02:20:32 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:32 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/28 02:20:32 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 02:20:32 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:32 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:32 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/28 02:20:32 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:32 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:32 INFO : There was nothing to transfer 2024/11/28 02:20:33 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:33 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/28 02:20:33 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 02:20:33 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:33 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:33 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/28 02:20:33 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:33 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:33 INFO : There was nothing to transfer 2024/11/28 02:20:34 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/28 02:20:34 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/28 02:20:34 DEBUG : two: Destination found in --compare-dest, skipping 2024/11/28 02:20:34 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 02:20:34 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:34 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:34 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/28 02:20:34 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:34 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:34 INFO : There was nothing to transfer 2024/11/28 02:20:35 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/11/28 02:20:35 DEBUG : two: Need to transfer - File not found at Destination 2024/11/28 02:20:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 02:20:35 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:35 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:35 DEBUG : one: Destination found in --compare-dest, skipping 2024/11/28 02:20:35 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:35 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2024/11/28 02:20:35 INFO : two: Copied (new) 2024/11/28 02:20:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.21s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:20:39 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/dest" 2024/11/28 02:20:40 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/pre-dest1" 2024/11/28 02:20:41 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/pre-dest2" 2024/11/28 02:20:43 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:20:43 DEBUG : 1: Destination found in --compare-dest, skipping 2024/11/28 02:20:43 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:20:43 DEBUG : 2: Destination found in --compare-dest, skipping 2024/11/28 02:20:44 DEBUG : 3: Need to transfer - File not found at Destination 2024/11/28 02:20:44 DEBUG : B2 bucket rclone-test-qutubar5juzi path dest: Waiting for checks to finish 2024/11/28 02:20:44 DEBUG : B2 bucket rclone-test-qutubar5juzi path dest: Waiting for transfers to finish 2024/11/28 02:20:44 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2024/11/28 02:20:44 INFO : 3: Copied (new) 2024/11/28 02:20:44 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (9.32s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:20:46 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/dst" 2024/11/28 02:20:47 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/CopyDest" 2024/11/28 02:20:49 DEBUG : one: Need to transfer - File not found at Destination 2024/11/28 02:20:49 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:49 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:50 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/28 02:20:50 INFO : one: Copied (new) 2024/11/28 02:20:50 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:51 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 02:20:51 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:51 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:51 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/28 02:20:51 INFO : one: Copied (replaced existing) 2024/11/28 02:20:51 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:53 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/BackupDir" 2024/11/28 02:20:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 02:20:54 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:54 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:54 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/11/28 02:20:55 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/28 02:20:55 INFO : one: Copied (server-side copy) 2024/11/28 02:20:56 INFO : one: Deleted 2024/11/28 02:20:56 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/11/28 02:20:56 INFO : one: Copied (server-side copy) 2024/11/28 02:20:56 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/11/28 02:20:56 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:56 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:58 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/11/28 02:20:58 INFO : two: Copied (server-side copy) 2024/11/28 02:20:58 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/11/28 02:20:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:58 DEBUG : one: Unchanged skipping 2024/11/28 02:20:58 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:58 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:58 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:58 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:58 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:20:58 DEBUG : one: Unchanged skipping 2024/11/28 02:20:58 DEBUG : two: Unchanged skipping 2024/11/28 02:20:58 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:20:58 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:20:58 DEBUG : Waiting for deletions to finish 2024/11/28 02:20:58 INFO : There was nothing to transfer 2024/11/28 02:21:00 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/11/28 02:21:00 DEBUG : three: Destination not found in --copy-dest 2024/11/28 02:21:00 DEBUG : three: Need to transfer - File not found at Destination 2024/11/28 02:21:00 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:21:00 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:21:00 DEBUG : one: Unchanged skipping 2024/11/28 02:21:00 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/11/28 02:21:00 DEBUG : two: Unchanged skipping 2024/11/28 02:21:00 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:21:00 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2024/11/28 02:21:00 INFO : three: Copied (new) 2024/11/28 02:21:00 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.96s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:21:04 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/dst" 2024/11/28 02:21:05 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/backup" 2024/11/28 02:21:08 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/28 02:21:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:21:08 DEBUG : two: Unchanged skipping 2024/11/28 02:21:08 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:21:09 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/28 02:21:09 INFO : one: Copied (server-side copy) 2024/11/28 02:21:09 INFO : one: Deleted 2024/11/28 02:21:09 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:21:10 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:21:10 INFO : one: Copied (new) 2024/11/28 02:21:10 DEBUG : Waiting for deletions to finish 2024/11/28 02:21:11 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/28 02:21:11 INFO : three.txt: Copied (server-side copy) 2024/11/28 02:21:11 INFO : three.txt: Deleted 2024/11/28 02:21:11 INFO : three.txt: Moved into backup dir 2024/11/28 02:21:12 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/28 02:21:12 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:21:12 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:21:12 DEBUG : two: Unchanged skipping 2024/11/28 02:21:13 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:21:13 INFO : one: Copied (server-side copy) 2024/11/28 02:21:13 INFO : one: Deleted 2024/11/28 02:21:13 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:21:13 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/28 02:21:13 INFO : one: Copied (new) 2024/11/28 02:21:13 DEBUG : Waiting for deletions to finish 2024/11/28 02:21:14 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/28 02:21:14 INFO : three.txt: Copied (server-side copy) 2024/11/28 02:21:14 INFO : three.txt: Deleted 2024/11/28 02:21:14 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (13.27s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:21:17 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/dst" 2024/11/28 02:21:18 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/backup" 2024/11/28 02:21:20 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/28 02:21:20 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:21:20 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:21:20 DEBUG : two: Unchanged skipping 2024/11/28 02:21:21 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/28 02:21:21 INFO : one: Copied (server-side copy) to: one.bak 2024/11/28 02:21:22 INFO : one: Deleted 2024/11/28 02:21:22 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:21:22 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:21:22 INFO : one: Copied (new) 2024/11/28 02:21:22 DEBUG : Waiting for deletions to finish 2024/11/28 02:21:23 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/28 02:21:23 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/28 02:21:23 INFO : three.txt: Deleted 2024/11/28 02:21:23 INFO : three.txt: Moved into backup dir 2024/11/28 02:21:25 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/28 02:21:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:21:25 DEBUG : two: Unchanged skipping 2024/11/28 02:21:25 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:21:25 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:21:25 INFO : one: Copied (server-side copy) to: one.bak 2024/11/28 02:21:25 INFO : one: Deleted 2024/11/28 02:21:25 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:21:26 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/28 02:21:26 INFO : one: Copied (new) 2024/11/28 02:21:26 DEBUG : Waiting for deletions to finish 2024/11/28 02:21:26 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/28 02:21:26 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/28 02:21:26 INFO : three.txt: Deleted 2024/11/28 02:21:26 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (12.28s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:21:30 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/dst" 2024/11/28 02:21:31 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/backup" 2024/11/28 02:21:33 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/28 02:21:33 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:21:33 DEBUG : two: Unchanged skipping 2024/11/28 02:21:33 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:21:34 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/28 02:21:34 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/28 02:21:34 INFO : one: Deleted 2024/11/28 02:21:34 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:21:36 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:21:36 INFO : one: Copied (new) 2024/11/28 02:21:36 DEBUG : Waiting for deletions to finish 2024/11/28 02:21:36 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/28 02:21:36 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/28 02:21:36 INFO : three.txt: Deleted 2024/11/28 02:21:36 INFO : three.txt: Moved into backup dir 2024/11/28 02:21:38 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/28 02:21:38 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:21:38 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:21:38 DEBUG : two: Unchanged skipping 2024/11/28 02:21:39 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:21:39 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/28 02:21:39 INFO : one: Deleted 2024/11/28 02:21:39 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:21:39 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/28 02:21:39 INFO : one: Copied (new) 2024/11/28 02:21:39 DEBUG : Waiting for deletions to finish 2024/11/28 02:21:40 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/28 02:21:40 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/28 02:21:40 INFO : three.txt: Deleted 2024/11/28 02:21:40 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (13.64s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:21:43 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/dst" 2024/11/28 02:21:43 DEBUG : Config file has changed externally - reloading 2024/11/28 02:21:45 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/28 02:21:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:21:45 DEBUG : two: Unchanged skipping 2024/11/28 02:21:45 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:21:46 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/28 02:21:46 INFO : one: Copied (server-side copy) to: one.bak 2024/11/28 02:21:47 INFO : one: Deleted 2024/11/28 02:21:47 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:21:47 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:21:47 INFO : one: Copied (new) 2024/11/28 02:21:47 DEBUG : Waiting for deletions to finish 2024/11/28 02:21:48 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/28 02:21:48 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/28 02:21:48 INFO : three.txt: Deleted 2024/11/28 02:21:48 INFO : three.txt: Moved into backup dir 2024/11/28 02:21:49 DEBUG : one.bak: Excluded (Path Filter) 2024/11/28 02:21:49 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/11/28 02:21:49 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/28 02:21:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:21:49 DEBUG : two: Unchanged skipping 2024/11/28 02:21:49 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for checks to finish 2024/11/28 02:21:50 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:21:50 INFO : one: Copied (server-side copy) to: one.bak 2024/11/28 02:21:50 INFO : one: Deleted 2024/11/28 02:21:50 DEBUG : B2 bucket rclone-test-qutubar5juzi path dst: Waiting for transfers to finish 2024/11/28 02:21:50 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/28 02:21:50 INFO : one: Copied (new) 2024/11/28 02:21:50 DEBUG : Waiting for deletions to finish 2024/11/28 02:21:50 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/28 02:21:50 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/28 02:21:51 INFO : three.txt: Deleted 2024/11/28 02:21:51 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (10.69s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:21:54 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/dst" 2024/11/28 02:21:55 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/28 02:21:57 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/28 02:21:57 INFO : one: Copied (server-side copy) to: one.bak 2024/11/28 02:21:57 INFO : one: Deleted 2024/11/28 02:21:58 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:21:58 INFO : one: Copied (new) 2024/11/28 02:21:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:21:58 DEBUG : two: Unchanged skipping 2024/11/28 02:21:58 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/28 02:21:59 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/28 02:21:59 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/28 02:21:59 INFO : three.txt: Deleted 2024/11/28 02:21:59 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/28 02:21:59 INFO : three.txt: Copied (new) 2024/11/28 02:22:00 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/28 02:22:01 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:22:01 INFO : one: Copied (server-side copy) to: one.bak 2024/11/28 02:22:01 INFO : one: Deleted 2024/11/28 02:22:01 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/28 02:22:01 INFO : one: Copied (new) 2024/11/28 02:22:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:02 DEBUG : two: Unchanged skipping 2024/11/28 02:22:02 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/28 02:22:03 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/28 02:22:03 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/11/28 02:22:03 INFO : three.txt: Deleted 2024/11/28 02:22:03 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/11/28 02:22:03 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (12.67s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:22:07 DEBUG : Creating backend with remote "TestB2:rclone-test-qutubar5juzi/dst" 2024/11/28 02:22:08 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/11/28 02:22:10 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/11/28 02:22:10 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/28 02:22:10 INFO : one: Deleted 2024/11/28 02:22:11 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:22:11 INFO : one: Copied (new) 2024/11/28 02:22:11 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:11 DEBUG : two: Unchanged skipping 2024/11/28 02:22:11 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/11/28 02:22:12 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/11/28 02:22:12 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/28 02:22:12 INFO : three.txt: Deleted 2024/11/28 02:22:12 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/28 02:22:12 INFO : three.txt: Copied (new) 2024/11/28 02:22:13 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/11/28 02:22:14 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/11/28 02:22:14 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/11/28 02:22:14 INFO : one: Deleted 2024/11/28 02:22:14 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/11/28 02:22:14 INFO : one: Copied (new) 2024/11/28 02:22:14 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:14 DEBUG : two: Unchanged skipping 2024/11/28 02:22:15 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/11/28 02:22:15 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/11/28 02:22:15 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/11/28 02:22:15 INFO : three.txt: Deleted 2024/11/28 02:22:16 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/11/28 02:22:16 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (12.46s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:22:18 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:22:18 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/11/28 02:22:18 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:22:19 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2024/11/28 02:22:19 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/11/28 02:22:19 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.47s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:22:20 DEBUG : existing: Need to transfer - File not found at Destination 2024/11/28 02:22:20 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:22:20 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:22:20 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/11/28 02:22:20 INFO : existing: Copied (new) 2024/11/28 02:22:20 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:22:21 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:22:21 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/11/28 02:22:21 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/11/28 02:22:21 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:22:21 ERROR : B2 bucket rclone-test-qutubar5juzi: not deleting files as there were IO errors 2024/11/28 02:22:21 ERROR : B2 bucket rclone-test-qutubar5juzi: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncImmutable (3.05s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:22:24 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:22:24 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:24 DEBUG : existing: Unchanged skipping 2024/11/28 02:22:24 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:22:24 DEBUG : Waiting for deletions to finish 2024/11/28 02:22:24 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.82s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", 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-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.13s) --- SKIP: TestMaxTransfer/Hard (0.38s) --- SKIP: TestMaxTransfer/Soft (0.38s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:22:39 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:22:39 DEBUG : both0: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both12: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both13: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both14: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both15: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both16: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both17: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both18: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both19: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both10: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both1: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both4: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both5: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both6: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both7: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both8: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:22:39 DEBUG : both9: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both11: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both2: Unchanged skipping 2024/11/28 02:22:39 DEBUG : both3: Unchanged skipping 2024/11/28 02:22:39 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:22:39 DEBUG : Waiting for deletions to finish 2024/11/28 02:22:39 INFO : only9: Deleted 2024/11/28 02:22:40 INFO : only11: Deleted 2024/11/28 02:22:40 INFO : only13: Deleted 2024/11/28 02:22:40 INFO : only2: Deleted 2024/11/28 02:22:40 INFO : only3: Deleted 2024/11/28 02:22:40 INFO : only15: Deleted 2024/11/28 02:22:40 INFO : only5: Deleted 2024/11/28 02:22:40 INFO : only8: Deleted 2024/11/28 02:22:40 INFO : only0: Deleted 2024/11/28 02:22:40 INFO : only12: Deleted 2024/11/28 02:22:40 INFO : only14: Deleted 2024/11/28 02:22:40 INFO : only16: Deleted 2024/11/28 02:22:40 INFO : only18: Deleted 2024/11/28 02:22:40 INFO : only4: Deleted 2024/11/28 02:22:40 INFO : only6: Deleted 2024/11/28 02:22:40 INFO : only1: Deleted 2024/11/28 02:22:40 INFO : only10: Deleted 2024/11/28 02:22:40 INFO : only17: Deleted 2024/11/28 02:22:41 INFO : only19: Deleted 2024/11/28 02:22:41 INFO : only7: Deleted 2024/11/28 02:22:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (19.46s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:23:00 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for checks to finish 2024/11/28 02:23:00 DEBUG : both0: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both1: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both10: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both14: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both15: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both16: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both17: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both18: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both19: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both2: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both3: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both4: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both5: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both6: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both7: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both8: Unchanged skipping 2024/11/28 02:23:00 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/11/28 02:23:00 DEBUG : both9: Unchanged skipping 2024/11/28 02:23:00 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : both12: Unchanged skipping 2024/11/28 02:23:00 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : both11: Unchanged skipping 2024/11/28 02:23:00 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : both13: Unchanged skipping 2024/11/28 02:23:00 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/11/28 02:23:00 DEBUG : B2 bucket rclone-test-qutubar5juzi: Waiting for transfers to finish 2024/11/28 02:23:00 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only1: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only13: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only0: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only15: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only16: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only17: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only18: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only11: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only2: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only3: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only10: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only4: Copied (replaced existing) 2024/11/28 02:23:00 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:00 INFO : only14: Copied (replaced existing) 2024/11/28 02:23:01 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:01 INFO : only12: Copied (replaced existing) 2024/11/28 02:23:01 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:01 INFO : only8: Copied (replaced existing) 2024/11/28 02:23:01 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:01 INFO : only6: Copied (replaced existing) 2024/11/28 02:23:01 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:01 INFO : only9: Copied (replaced existing) 2024/11/28 02:23:01 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:01 INFO : only7: Copied (replaced existing) 2024/11/28 02:23:01 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:01 INFO : only5: Copied (replaced existing) 2024/11/28 02:23:01 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/11/28 02:23:01 INFO : only19: Copied (replaced existing) 2024/11/28 02:23:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (23.94s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:23:09 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/28 02:23:09 DEBUG : sub dir: Making directory 2024/11/28 02:23:09 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (3.16s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" 2024/11/28 02:23:12 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/11/28 02:23:12 DEBUG : sub dir: Making directory 2024/11/28 02:23:12 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-qutubar5juzi", Local "Local file system at /tmp/rclone203886229", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.76s) PASS 2024/11/28 02:23:16 DEBUG : B2 bucket rclone-test-qutubar5juzi: Purge remote 2024/11/28 02:23:16 INFO : B2 bucket rclone-test-qutubar5juzi: cleaning bucket "rclone-test-qutubar5juzi" of all files 2024/11/28 02:23:17 DEBUG : BackupDir/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7821ed_d20241128_m022101_c001_v7007000_t0000_u01732760461158") 2024/11/28 02:23:17 DEBUG : BackupDir/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f118d1b5dced4bff2_d20241128_m022055_c001_v0001157_t0039_u01732760455675") 2024/11/28 02:23:17 DEBUG : CompareDest/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f400eaaa646fc2e69_d20241128_m022036_c001_v7007000_t0000_u01732760436412") 2024/11/28 02:23:17 DEBUG : CompareDest/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382e82_d20241128_m022030_c001_v0001039_t0017_u01732760430156") 2024/11/28 02:23:17 DEBUG : CompareDest/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f400eaaa646fc2e6a_d20241128_m022036_c001_v7007000_t0000_u01732760436602") 2024/11/28 02:23:17 DEBUG : CompareDest/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85d7ae_d20241128_m022031_c001_v0001182_t0039_u01732760431639") 2024/11/28 02:23:17 DEBUG : CopyDest/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7821ee_d20241128_m022101_c001_v7007000_t0000_u01732760461340") 2024/11/28 02:23:17 DEBUG : CopyDest/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a6020_d20241128_m022052_c001_v0001183_t0014_u01732760452714") 2024/11/28 02:23:17 DEBUG : CopyDest/three: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7821ef_d20241128_m022101_c001_v7007000_t0000_u01732760461522") 2024/11/28 02:23:17 DEBUG : CopyDest/three: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85da61_d20241128_m022059_c001_v0001182_t0013_u01732760459334") 2024/11/28 02:23:17 DEBUG : CopyDest/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7821f0_d20241128_m022101_c001_v7007000_t0000_u01732760461704") 2024/11/28 02:23:17 DEBUG : CopyDest/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382eb0_d20241128_m022057_c001_v0001039_t0004_u01732760457111") 2024/11/28 02:23:17 DEBUG : EXISTING: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f406cb381411fe802_d20241128_m022224_c001_v7007000_t0000_u01732760544596") 2024/11/28 02:23:18 DEBUG : EXISTING: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f1b_d20241128_m022223_c001_v0001039_t0009_u01732760543153") 2024/11/28 02:23:18 DEBUG : Testêé: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f406cb381411fe7fc_d20241128_m022219_c001_v7007000_t0000_u01732760539721") 2024/11/28 02:23:18 DEBUG : Testêé: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e29d_d20241128_m022219_c001_v0001182_t0047_u01732760539134") 2024/11/28 02:23:18 DEBUG : Testêé: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f19_d20241128_m022217_c001_v0001039_t0043_u01732760537995") 2024/11/28 02:23:18 DEBUG : a/potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6731_d20241128_m021819_c001_v7007000_t0000_u01732760299773") 2024/11/28 02:23:18 DEBUG : a/potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c892_d20241128_m021819_c001_v0001182_t0029_u01732760299195") 2024/11/28 02:23:18 DEBUG : a/potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d672f_d20241128_m021817_c001_v7007000_t0000_u01732760297448") 2024/11/28 02:23:18 DEBUG : a/potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c852_d20241128_m021816_c001_v0001182_t0013_u01732760296684") 2024/11/28 02:23:18 DEBUG : a/potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca28c_d20241128_m021757_c001_v7007000_t0000_u01732760277217") 2024/11/28 02:23:18 DEBUG : a/potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c5c7_d20241128_m021756_c001_v0001182_t0014_u01732760276452") 2024/11/28 02:23:18 DEBUG : b/potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6732_d20241128_m021820_c001_v7007000_t0000_u01732760300007") 2024/11/28 02:23:18 DEBUG : b/potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c87c_d20241128_m021818_c001_v0001182_t0055_u01732760298363") 2024/11/28 02:23:18 DEBUG : b/potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d672e_d20241128_m021816_c001_v7007000_t0000_u01732760296895") 2024/11/28 02:23:18 DEBUG : b/potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c83c_d20241128_m021815_c001_v0001182_t0031_u01732760295864") 2024/11/28 02:23:18 DEBUG : b/potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca28b_d20241128_m021756_c001_v7007000_t0000_u01732760276670") 2024/11/28 02:23:18 DEBUG : b/potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c5af_d20241128_m021755_c001_v0001182_t0055_u01732760275632") 2024/11/28 02:23:18 DEBUG : backup/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4028bce9b0084273_d20241128_m022114_c001_v7007000_t0000_u01732760474967") 2024/11/28 02:23:18 DEBUG : backup/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f111b1c8ac2b8298d_d20241128_m022113_c001_v0001182_t0019_u01732760473040") 2024/11/28 02:23:18 DEBUG : backup/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f105b94dabf964698_d20241128_m022109_c001_v0001183_t0054_u01732760469373") 2024/11/28 02:23:18 DEBUG : backup/one-2019-01-01: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f040_d20241128_m022140_c001_v7007000_t0000_u01732760500862") 2024/11/28 02:23:19 DEBUG : backup/one-2019-01-01: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f103a49d95146c560_d20241128_m022138_c001_v0001144_t0051_u01732760498562") 2024/11/28 02:23:19 DEBUG : backup/one-2019-01-01: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f102985872c624b43_d20241128_m022134_c001_v0001134_t0047_u01732760494211") 2024/11/28 02:23:19 DEBUG : backup/one.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f418796a92ceb2f5c_d20241128_m022127_c001_v7007000_t0000_u01732760487235") 2024/11/28 02:23:19 DEBUG : backup/one.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f10813d4a1fb5abb5_d20241128_m022125_c001_v0001179_t0017_u01732760485560") 2024/11/28 02:23:19 DEBUG : backup/one.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f115b5c9a84f0264d_d20241128_m022121_c001_v0001150_t0043_u01732760481757") 2024/11/28 02:23:19 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f041_d20241128_m022141_c001_v7007000_t0000_u01732760501045") 2024/11/28 02:23:19 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f111b1c8ac2b82c0a_d20241128_m022140_c001_v0001182_t0015_u01732760500042") 2024/11/28 02:23:19 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f10508e55b487a417_d20241128_m022136_c001_v0001103_t0007_u01732760496368") 2024/11/28 02:23:19 DEBUG : backup/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4028bce9b0084274_d20241128_m022115_c001_v7007000_t0000_u01732760475149") 2024/11/28 02:23:19 DEBUG : backup/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f11116f918807b5f9_d20241128_m022114_c001_v0001032_t0035_u01732760474100") 2024/11/28 02:23:19 DEBUG : backup/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a63f6_d20241128_m022110_c001_v0001183_t0054_u01732760470903") 2024/11/28 02:23:19 DEBUG : backup/three.txt.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f418796a92ceb2f5d_d20241128_m022127_c001_v7007000_t0000_u01732760487415") 2024/11/28 02:23:19 DEBUG : backup/three.txt.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f113b88ac6d4ad639_d20241128_m022126_c001_v0001183_t0054_u01732760486432") 2024/11/28 02:23:19 DEBUG : backup/three.txt.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f1185088f55a6e4fe_d20241128_m022123_c001_v0001177_t0031_u01732760483226") 2024/11/28 02:23:19 DEBUG : both0: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782474_d20241128_m022301_c001_v7007000_t0000_u01732760581940") 2024/11/28 02:23:19 DEBUG : both0: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a79de_d20241128_m022246_c001_v0001183_t0000_u01732760566309") 2024/11/28 02:23:19 DEBUG : both0: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6e2_d20241128_m022241_c001_v7007000_t0000_u01732760561661") 2024/11/28 02:23:19 DEBUG : both0: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e374_d20241128_m022226_c001_v0001182_t0051_u01732760546852") 2024/11/28 02:23:19 DEBUG : both1: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782476_d20241128_m022302_c001_v7007000_t0000_u01732760582131") 2024/11/28 02:23:19 DEBUG : both1: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e5de_d20241128_m022247_c001_v0001182_t0009_u01732760567888") 2024/11/28 02:23:20 DEBUG : both1: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6e3_d20241128_m022241_c001_v7007000_t0000_u01732760561845") 2024/11/28 02:23:20 DEBUG : both1: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f1f_d20241128_m022227_c001_v0001039_t0021_u01732760547677") 2024/11/28 02:23:20 DEBUG : both10: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782477_d20241128_m022302_c001_v7007000_t0000_u01732760582312") 2024/11/28 02:23:20 DEBUG : both10: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e673_d20241128_m022253_c001_v0001182_t0053_u01732760573248") 2024/11/28 02:23:20 DEBUG : both10: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6e4_d20241128_m022242_c001_v7007000_t0000_u01732760562029") 2024/11/28 02:23:20 DEBUG : both10: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f2f_d20241128_m022232_c001_v0001039_t0055_u01732760552698") 2024/11/28 02:23:20 DEBUG : both11: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782479_d20241128_m022302_c001_v7007000_t0000_u01732760582494") 2024/11/28 02:23:20 DEBUG : both11: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f67_d20241128_m022253_c001_v0001039_t0044_u01732760573677") 2024/11/28 02:23:20 DEBUG : both11: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6e5_d20241128_m022242_c001_v7007000_t0000_u01732760562222") 2024/11/28 02:23:20 DEBUG : both11: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a76ac_d20241128_m022233_c001_v0001183_t0009_u01732760553471") 2024/11/28 02:23:20 DEBUG : both12: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78247a_d20241128_m022302_c001_v7007000_t0000_u01732760582714") 2024/11/28 02:23:20 DEBUG : both12: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7bf0_d20241128_m022254_c001_v0001183_t0056_u01732760574516") 2024/11/28 02:23:20 DEBUG : both12: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6e6_d20241128_m022242_c001_v7007000_t0000_u01732760562405") 2024/11/28 02:23:20 DEBUG : both12: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e464_d20241128_m022234_c001_v0001182_t0016_u01732760554331") 2024/11/28 02:23:20 DEBUG : both13: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78247b_d20241128_m022302_c001_v7007000_t0000_u01732760582896") 2024/11/28 02:23:20 DEBUG : both13: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e6c3_d20241128_m022255_c001_v0001182_t0053_u01732760575336") 2024/11/28 02:23:20 DEBUG : both13: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6e7_d20241128_m022242_c001_v7007000_t0000_u01732760562590") 2024/11/28 02:23:20 DEBUG : both13: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f37_d20241128_m022234_c001_v0001039_t0003_u01732760554757") 2024/11/28 02:23:20 DEBUG : both14: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78247c_d20241128_m022303_c001_v7007000_t0000_u01732760583078") 2024/11/28 02:23:20 DEBUG : both14: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f6d_d20241128_m022255_c001_v0001039_t0052_u01732760575771") 2024/11/28 02:23:21 DEBUG : both14: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6e8_d20241128_m022242_c001_v7007000_t0000_u01732760562775") 2024/11/28 02:23:21 DEBUG : both14: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a772a_d20241128_m022235_c001_v0001183_t0014_u01732760555479") 2024/11/28 02:23:21 DEBUG : both15: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78247e_d20241128_m022303_c001_v7007000_t0000_u01732760583259") 2024/11/28 02:23:21 DEBUG : both15: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7c6a_d20241128_m022256_c001_v0001183_t0022_u01732760576436") 2024/11/28 02:23:21 DEBUG : both15: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6e9_d20241128_m022242_c001_v7007000_t0000_u01732760562959") 2024/11/28 02:23:21 DEBUG : both15: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e496_d20241128_m022236_c001_v0001182_t0002_u01732760556186") 2024/11/28 02:23:21 DEBUG : both16: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78247f_d20241128_m022303_c001_v7007000_t0000_u01732760583442") 2024/11/28 02:23:21 DEBUG : both16: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e6ff_d20241128_m022257_c001_v0001182_t0015_u01732760577071") 2024/11/28 02:23:21 DEBUG : both16: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6ea_d20241128_m022243_c001_v7007000_t0000_u01732760563144") 2024/11/28 02:23:21 DEBUG : both16: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f3b_d20241128_m022236_c001_v0001039_t0011_u01732760556604") 2024/11/28 02:23:21 DEBUG : both17: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782480_d20241128_m022303_c001_v7007000_t0000_u01732760583623") 2024/11/28 02:23:21 DEBUG : both17: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f71_d20241128_m022257_c001_v0001039_t0051_u01732760577508") 2024/11/28 02:23:21 DEBUG : both17: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6eb_d20241128_m022243_c001_v7007000_t0000_u01732760563334") 2024/11/28 02:23:21 DEBUG : both17: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7790_d20241128_m022237_c001_v0001183_t0043_u01732760557159") 2024/11/28 02:23:21 DEBUG : both18: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782481_d20241128_m022303_c001_v7007000_t0000_u01732760583804") 2024/11/28 02:23:21 DEBUG : both18: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7cfe_d20241128_m022258_c001_v0001183_t0010_u01732760578406") 2024/11/28 02:23:21 DEBUG : both18: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6ec_d20241128_m022243_c001_v7007000_t0000_u01732760563518") 2024/11/28 02:23:21 DEBUG : both18: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e4ca_d20241128_m022237_c001_v0001182_t0007_u01732760557877") 2024/11/28 02:23:21 DEBUG : both19: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782483_d20241128_m022303_c001_v7007000_t0000_u01732760583986") 2024/11/28 02:23:21 DEBUG : both19: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e761_d20241128_m022259_c001_v0001182_t0001_u01732760579119") 2024/11/28 02:23:22 DEBUG : both19: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6ed_d20241128_m022243_c001_v7007000_t0000_u01732760563701") 2024/11/28 02:23:22 DEBUG : both19: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f43_d20241128_m022238_c001_v0001039_t0023_u01732760558284") 2024/11/28 02:23:22 DEBUG : both2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782484_d20241128_m022304_c001_v7007000_t0000_u01732760584167") 2024/11/28 02:23:22 DEBUG : both2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f53_d20241128_m022248_c001_v0001039_t0056_u01732760568309") 2024/11/28 02:23:22 DEBUG : both2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6ee_d20241128_m022243_c001_v7007000_t0000_u01732760563885") 2024/11/28 02:23:22 DEBUG : both2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7565_d20241128_m022228_c001_v0001183_t0036_u01732760548335") 2024/11/28 02:23:22 DEBUG : both3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782485_d20241128_m022304_c001_v7007000_t0000_u01732760584349") 2024/11/28 02:23:22 DEBUG : both3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7a9c_d20241128_m022248_c001_v0001183_t0004_u01732760568980") 2024/11/28 02:23:22 DEBUG : both3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6ef_d20241128_m022244_c001_v7007000_t0000_u01732760564068") 2024/11/28 02:23:22 DEBUG : both3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e3ba_d20241128_m022228_c001_v0001182_t0008_u01732760548955") 2024/11/28 02:23:22 DEBUG : both4: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782486_d20241128_m022304_c001_v7007000_t0000_u01732760584532") 2024/11/28 02:23:22 DEBUG : both4: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e609_d20241128_m022249_c001_v0001182_t0048_u01732760569708") 2024/11/28 02:23:22 DEBUG : both4: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6f0_d20241128_m022244_c001_v7007000_t0000_u01732760564252") 2024/11/28 02:23:22 DEBUG : both4: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f27_d20241128_m022229_c001_v0001039_t0018_u01732760549368") 2024/11/28 02:23:22 DEBUG : both5: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782487_d20241128_m022304_c001_v7007000_t0000_u01732760584727") 2024/11/28 02:23:22 DEBUG : both5: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f5b_d20241128_m022250_c001_v0001039_t0050_u01732760570134") 2024/11/28 02:23:22 DEBUG : both5: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6f1_d20241128_m022244_c001_v7007000_t0000_u01732760564445") 2024/11/28 02:23:22 DEBUG : both5: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a75d2_d20241128_m022229_c001_v0001183_t0012_u01732760549966") 2024/11/28 02:23:22 DEBUG : both6: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782489_d20241128_m022304_c001_v7007000_t0000_u01732760584922") 2024/11/28 02:23:23 DEBUG : both6: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7b0e_d20241128_m022250_c001_v0001183_t0051_u01732760570855") 2024/11/28 02:23:23 DEBUG : both6: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6f2_d20241128_m022244_c001_v7007000_t0000_u01732760564629") 2024/11/28 02:23:23 DEBUG : both6: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e3ea_d20241128_m022230_c001_v0001182_t0006_u01732760550545") 2024/11/28 02:23:23 DEBUG : both7: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78248a_d20241128_m022305_c001_v7007000_t0000_u01732760585122") 2024/11/28 02:23:23 DEBUG : both7: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e63e_d20241128_m022251_c001_v0001182_t0044_u01732760571487") 2024/11/28 02:23:23 DEBUG : both7: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6f3_d20241128_m022244_c001_v7007000_t0000_u01732760564813") 2024/11/28 02:23:23 DEBUG : both7: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f2b_d20241128_m022230_c001_v0001039_t0002_u01732760550967") 2024/11/28 02:23:23 DEBUG : both8: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78248c_d20241128_m022305_c001_v7007000_t0000_u01732760585307") 2024/11/28 02:23:23 DEBUG : both8: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f63_d20241128_m022251_c001_v0001039_t0020_u01732760571905") 2024/11/28 02:23:23 DEBUG : both8: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6f4_d20241128_m022244_c001_v7007000_t0000_u01732760564998") 2024/11/28 02:23:23 DEBUG : both8: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a763f_d20241128_m022231_c001_v0001183_t0007_u01732760551533") 2024/11/28 02:23:23 DEBUG : both9: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78248d_d20241128_m022305_c001_v7007000_t0000_u01732760585488") 2024/11/28 02:23:23 DEBUG : both9: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7b86_d20241128_m022252_c001_v0001183_t0029_u01732760572604") 2024/11/28 02:23:23 DEBUG : both9: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6f5_d20241128_m022245_c001_v7007000_t0000_u01732760565184") 2024/11/28 02:23:23 DEBUG : both9: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e41e_d20241128_m022232_c001_v0001182_t0058_u01732760552278") 2024/11/28 02:23:23 DEBUG : c/non empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6733_d20241128_m021820_c001_v7007000_t0000_u01732760300188") 2024/11/28 02:23:23 DEBUG : c/non empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c882_d20241128_m021818_c001_v0001182_t0026_u01732760298577") 2024/11/28 02:23:23 DEBUG : c/non empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6730_d20241128_m021817_c001_v7007000_t0000_u01732760297632") 2024/11/28 02:23:23 DEBUG : c/non empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c844_d20241128_m021816_c001_v0001182_t0019_u01732760296073") 2024/11/28 02:23:24 DEBUG : c/non empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca28d_d20241128_m021757_c001_v7007000_t0000_u01732760277398") 2024/11/28 02:23:24 DEBUG : c/non empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c5b3_d20241128_m021755_c001_v0001182_t0054_u01732760275837") 2024/11/28 02:23:24 DEBUG : check sum: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca281_d20241128_m021745_c001_v7007000_t0000_u01732760265469") 2024/11/28 02:23:24 DEBUG : check sum: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c3ce_d20241128_m021744_c001_v0001182_t0013_u01732760264533") 2024/11/28 02:23:24 DEBUG : dest/3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7821e0_d20241128_m022045_c001_v7007000_t0000_u01732760445929") 2024/11/28 02:23:24 DEBUG : dest/3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40585d922f38788c_d20241128_m022044_c001_v0001109_t0059_u01732760444803") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f406cb381411fe7f3_d20241128_m022216_c001_v7007000_t0000_u01732760536493") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109ac995d62c8b86_d20241128_m022214_c001_v0001183_t0041_u01732760534649") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f06b_d20241128_m022214_c001_v7007000_t0000_u01732760534461") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109ac995d62c8aa6_d20241128_m022211_c001_v0001183_t0010_u01732760531400") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f063_d20241128_m022210_c001_v7007000_t0000_u01732760530667") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f0b_d20241128_m022205_c001_v0001039_t0009_u01732760525527") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40395e96281a7a9b_d20241128_m022204_c001_v7007000_t0000_u01732760524057") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f118e7c806de77b0e_d20241128_m022201_c001_v0001128_t0035_u01732760521509") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4079e1b1b5e2d5db_d20241128_m022201_c001_v7007000_t0000_u01732760521316") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f118e7c806de77afc_d20241128_m022158_c001_v0001128_t0042_u01732760518007") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4079e1b1b5e2d5d7_d20241128_m022157_c001_v7007000_t0000_u01732760517278") 2024/11/28 02:23:24 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382eff_d20241128_m022152_c001_v0001039_t0014_u01732760512852") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f04d_d20241128_m022151_c001_v7007000_t0000_u01732760511578") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f1070937555b74567_d20241128_m022150_c001_v0001183_t0026_u01732760510337") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4177469e05831391_d20241128_m022150_c001_v7007000_t0000_u01732760510147") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f1070937555b744fb_d20241128_m022147_c001_v0001183_t0037_u01732760507639") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4177469e0583138a_d20241128_m022146_c001_v7007000_t0000_u01732760506899") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a6a21_d20241128_m022142_c001_v0001183_t0033_u01732760502174") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f042_d20241128_m022141_c001_v7007000_t0000_u01732760501244") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f108cf6f630eba06c_d20241128_m022139_c001_v0001153_t0000_u01732760499400") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f404dba01929b224b_d20241128_m022139_c001_v7007000_t0000_u01732760499218") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f108cf6f630eba06a_d20241128_m022135_c001_v0001153_t0000_u01732760495610") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f404dba01929b2249_d20241128_m022134_c001_v7007000_t0000_u01732760494880") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85dd4e_d20241128_m022128_c001_v0001182_t0049_u01732760488530") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f418796a92ceb2f5f_d20241128_m022127_c001_v7007000_t0000_u01732760487596") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f106cab2d14c19365_d20241128_m022125_c001_v0001183_t0018_u01732760485980") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f41021e4320719608_d20241128_m022125_c001_v7007000_t0000_u01732760485794") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f106cab2d14c192e7_d20241128_m022122_c001_v0001183_t0008_u01732760482776") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f41021e4320719605_d20241128_m022122_c001_v7007000_t0000_u01732760482037") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382ec4_d20241128_m022116_c001_v0001039_t0011_u01732760476256") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4028bce9b0084275_d20241128_m022115_c001_v7007000_t0000_u01732760475336") 2024/11/28 02:23:25 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f10825b393fedca98_d20241128_m022113_c001_v0001098_t0028_u01732760473469") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4177469e0583137c_d20241128_m022113_c001_v7007000_t0000_u01732760473278") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f10825b393fedca92_d20241128_m022110_c001_v0001098_t0052_u01732760470322") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4177469e05831377_d20241128_m022109_c001_v7007000_t0000_u01732760469589") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a625b_d20241128_m022103_c001_v0001183_t0044_u01732760462982") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7821f1_d20241128_m022101_c001_v7007000_t0000_u01732760461886") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f105800e806b5427c_d20241128_m022056_c001_v0001128_t0011_u01732760456242") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f406cb381411fe03e_d20241128_m022056_c001_v7007000_t0000_u01732760456036") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85d99f_d20241128_m022052_c001_v0001182_t0057_u01732760452146") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f11043fbc4210fa5b_d20241128_m022051_c001_v0001183_t0029_u01732760451341") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f11043fbc4210fa31_d20241128_m022050_c001_v0001183_t0004_u01732760450378") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f400eaaa646fc2e6b_d20241128_m022036_c001_v7007000_t0000_u01732760436789") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a5b88_d20241128_m022029_c001_v0001183_t0019_u01732760429581") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f1047784fc88ea3f5_d20241128_m022028_c001_v0001183_t0033_u01732760428817") 2024/11/28 02:23:26 DEBUG : dst/one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f1047784fc88ea3b3_d20241128_m022027_c001_v0001183_t0056_u01732760427861") 2024/11/28 02:23:26 DEBUG : dst/one-2019-01-01: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f406cb381411fe7f4_d20241128_m022216_c001_v7007000_t0000_u01732760536677") 2024/11/28 02:23:26 DEBUG : dst/one-2019-01-01: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f1064d6913c9752b3_d20241128_m022214_c001_v0001098_t0024_u01732760534077") 2024/11/28 02:23:26 DEBUG : dst/one-2019-01-01: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f1168bb989ebf5396_d20241128_m022210_c001_v0001117_t0022_u01732760530048") 2024/11/28 02:23:26 DEBUG : dst/one.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40395e96281a7a9c_d20241128_m022204_c001_v7007000_t0000_u01732760524239") 2024/11/28 02:23:26 DEBUG : dst/one.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f11741b55231f5101_d20241128_m022200_c001_v0001098_t0052_u01732760520937") 2024/11/28 02:23:26 DEBUG : dst/one.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f103c799dec8589ef_d20241128_m022156_c001_v0001120_t0009_u01732760516798") 2024/11/28 02:23:27 DEBUG : dst/one.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f04e_d20241128_m022151_c001_v7007000_t0000_u01732760511760") 2024/11/28 02:23:27 DEBUG : dst/one.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f112d70a88113f27a_d20241128_m022149_c001_v0001182_t0014_u01732760509855") 2024/11/28 02:23:27 DEBUG : dst/one.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f110facb7c2343eca_d20241128_m022146_c001_v0001104_t0006_u01732760506102") 2024/11/28 02:23:27 DEBUG : dst/three: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7821f2_d20241128_m022102_c001_v7007000_t0000_u01732760462067") 2024/11/28 02:23:27 DEBUG : dst/three: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f11043fbc4210fbe2_d20241128_m022100_c001_v0001183_t0031_u01732760460545") 2024/11/28 02:23:27 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f406cb381411fe7f5_d20241128_m022216_c001_v7007000_t0000_u01732760536868") 2024/11/28 02:23:27 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f1008dd65c9f45117_d20241128_m022215_c001_v0001182_t0017_u01732760535472") 2024/11/28 02:23:27 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f113b88ac6d4ae073_d20241128_m022212_c001_v0001183_t0003_u01732760532220") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f406cb381411fe7f6_d20241128_m022217_c001_v7007000_t0000_u01732760537058") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109ac995d62c8bdc_d20241128_m022215_c001_v0001183_t0033_u01732760535871") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f06e_d20241128_m022215_c001_v7007000_t0000_u01732760535684") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109ac995d62c8af1_d20241128_m022212_c001_v0001183_t0034_u01732760532617") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f068_d20241128_m022212_c001_v7007000_t0000_u01732760532429") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a6fd9_d20241128_m022207_c001_v0001183_t0001_u01732760527286") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40395e96281a7a9d_d20241128_m022204_c001_v7007000_t0000_u01732760524435") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f118e7c806de77b10_d20241128_m022203_c001_v0001128_t0032_u01732760523382") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4079e1b1b5e2d5dd_d20241128_m022203_c001_v7007000_t0000_u01732760523192") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f118e7c806de77b04_d20241128_m022159_c001_v0001128_t0020_u01732760519384") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4079e1b1b5e2d5da_d20241128_m022159_c001_v7007000_t0000_u01732760519198") 2024/11/28 02:23:27 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a6cd7_d20241128_m022153_c001_v0001183_t0040_u01732760513957") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4177469e05831392_d20241128_m022151_c001_v7007000_t0000_u01732760511015") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a6bc0_d20241128_m022149_c001_v0001183_t0043_u01732760509020") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4177469e0583138e_d20241128_m022148_c001_v7007000_t0000_u01732760508277") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85def4_d20241128_m022143_c001_v0001182_t0021_u01732760503559") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f404dba01929b224c_d20241128_m022140_c001_v7007000_t0000_u01732760500265") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85de4c_d20241128_m022137_c001_v0001182_t0041_u01732760497770") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f404dba01929b224a_d20241128_m022136_c001_v7007000_t0000_u01732760496677") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382ece_d20241128_m022129_c001_v0001039_t0008_u01732760489333") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f41021e4320719609_d20241128_m022126_c001_v7007000_t0000_u01732760486678") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382ecc_d20241128_m022124_c001_v0001039_t0019_u01732760484522") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f41021e4320719606_d20241128_m022123_c001_v7007000_t0000_u01732760483434") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a6539_d20241128_m022117_c001_v0001183_t0006_u01732760477252") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4177469e0583137d_d20241128_m022114_c001_v7007000_t0000_u01732760474405") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a6434_d20241128_m022112_c001_v0001183_t0048_u01732760472216") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4177469e05831379_d20241128_m022111_c001_v7007000_t0000_u01732760471106") 2024/11/28 02:23:28 DEBUG : dst/three.txt: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85dac7_d20241128_m022103_c001_v0001182_t0058_u01732760463949") 2024/11/28 02:23:28 DEBUG : dst/three.txt.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40395e96281a7a9f_d20241128_m022204_c001_v7007000_t0000_u01732760524617") 2024/11/28 02:23:28 DEBUG : dst/three.txt.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f110839f201dbf07f_d20241128_m022202_c001_v0001144_t0057_u01732760522561") 2024/11/28 02:23:28 DEBUG : dst/three.txt.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f107768ff041f5c28_d20241128_m022158_c001_v0001182_t0036_u01732760518968") 2024/11/28 02:23:29 DEBUG : dst/three.txt.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f04f_d20241128_m022151_c001_v7007000_t0000_u01732760511942") 2024/11/28 02:23:29 DEBUG : dst/three.txt.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f10852059ae30ef3f_d20241128_m022150_c001_v0001183_t0000_u01732760510811") 2024/11/28 02:23:29 DEBUG : dst/three.txt.bak: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f111b1c8ac2b82cb2_d20241128_m022148_c001_v0001182_t0029_u01732760508070") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f406cb381411fe7f8_d20241128_m022217_c001_v7007000_t0000_u01732760537254") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e14c_d20241128_m022206_c001_v0001182_t0053_u01732760526718") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40395e96281a7aa0_d20241128_m022204_c001_v7007000_t0000_u01732760524799") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e000_d20241128_m022153_c001_v0001182_t0047_u01732760513750") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f051_d20241128_m022152_c001_v7007000_t0000_u01732760512125") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382eea_d20241128_m022142_c001_v0001039_t0000_u01732760502754") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401696bb7156f043_d20241128_m022141_c001_v7007000_t0000_u01732760501427") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a678b_d20241128_m022129_c001_v0001183_t0009_u01732760489121") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f418796a92ceb2f60_d20241128_m022127_c001_v7007000_t0000_u01732760487788") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85dc33_d20241128_m022117_c001_v0001182_t0058_u01732760477047") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4028bce9b0084276_d20241128_m022115_c001_v7007000_t0000_u01732760475517") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382eb4_d20241128_m022103_c001_v0001039_t0033_u01732760463581") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7821f3_d20241128_m022102_c001_v7007000_t0000_u01732760462249") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f115dee3916a83e6a_d20241128_m022058_c001_v0001183_t0017_u01732760458157") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f400eaaa646fc2e6c_d20241128_m022036_c001_v7007000_t0000_u01732760436974") 2024/11/28 02:23:29 DEBUG : dst/two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f1047784fc88ea54f_d20241128_m022035_c001_v0001183_t0053_u01732760435763") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb85b_d20241128_m021946_c001_v7007000_t0000_u01732760386664") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85d1e7_d20241128_m021939_c001_v0001182_t0044_u01732760379320") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d67a9_d20241128_m021936_c001_v7007000_t0000_u01732760376895") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85cfc1_d20241128_m021919_c001_v0001182_t0030_u01732760359333") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb7fd_d20241128_m021902_c001_v7007000_t0000_u01732760342605") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85cd6d_d20241128_m021858_c001_v0001182_t0013_u01732760338273") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b1e_d20241128_m021833_c001_v7007000_t0000_u01732760313122") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c9eb_d20241128_m021831_c001_v0001182_t0001_u01732760311391") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b19_d20241128_m021829_c001_v7007000_t0000_u01732760309903") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c99f_d20241128_m021828_c001_v0001182_t0019_u01732760308757") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b15_d20241128_m021825_c001_v7007000_t0000_u01732760305432") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c90d_d20241128_m021823_c001_v0001182_t0013_u01732760303498") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6736_d20241128_m021822_c001_v7007000_t0000_u01732760302373") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c8cc_d20241128_m021821_c001_v0001182_t0048_u01732760301156") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d672a_d20241128_m021814_c001_v7007000_t0000_u01732760294950") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c7d0_d20241128_m021813_c001_v0001182_t0043_u01732760293614") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6726_d20241128_m021812_c001_v7007000_t0000_u01732760292488") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c79c_d20241128_m021811_c001_v0001182_t0037_u01732760291722") 2024/11/28 02:23:30 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d671e_d20241128_m021806_c001_v7007000_t0000_u01732760286810") 2024/11/28 02:23:31 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c6f8_d20241128_m021805_c001_v0001182_t0032_u01732760285659") 2024/11/28 02:23:31 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6714_d20241128_m021803_c001_v7007000_t0000_u01732760283103") 2024/11/28 02:23:31 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c68d_d20241128_m021802_c001_v0001182_t0011_u01732760282163") 2024/11/28 02:23:31 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d670f_d20241128_m021801_c001_v7007000_t0000_u01732760281067") 2024/11/28 02:23:31 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f114a083fe6a4a2ff_d20241128_m021759_c001_v0001032_t0059_u01732760279668") 2024/11/28 02:23:31 DEBUG : empty space: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c60d_d20241128_m021758_c001_v0001182_t0049_u01732760278132") 2024/11/28 02:23:31 DEBUG : enormous: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b1d_d20241128_m021832_c001_v7007000_t0000_u01732760312366") 2024/11/28 02:23:31 DEBUG : enormous: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c9f7_d20241128_m021831_c001_v0001182_t0052_u01732760311603") 2024/11/28 02:23:31 DEBUG : existing: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f406cb381411fe7fe_d20241128_m022222_c001_v7007000_t0000_u01732760542015") 2024/11/28 02:23:31 DEBUG : existing: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7370_d20241128_m022220_c001_v0001183_t0036_u01732760540849") 2024/11/28 02:23:31 DEBUG : existing: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb7f5_d20241128_m021856_c001_v7007000_t0000_u01732760336178") 2024/11/28 02:23:31 DEBUG : existing: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85ccff_d20241128_m021855_c001_v0001182_t0013_u01732760335232") 2024/11/28 02:23:31 DEBUG : existing: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca28a_d20241128_m021754_c001_v7007000_t0000_u01732760274514") 2024/11/28 02:23:31 DEBUG : existing: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c55d_d20241128_m021753_c001_v0001182_t0024_u01732760273587") 2024/11/28 02:23:31 DEBUG : existing: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca289_d20241128_m021752_c001_v7007000_t0000_u01732760272323") 2024/11/28 02:23:31 DEBUG : existing: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c4f1_d20241128_m021751_c001_v0001182_t0009_u01732760271763") 2024/11/28 02:23:31 DEBUG : existing: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c4d1_d20241128_m021751_c001_v0001182_t0040_u01732760271013") 2024/11/28 02:23:31 DEBUG : existing-b: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb7f6_d20241128_m021856_c001_v7007000_t0000_u01732760336365") 2024/11/28 02:23:31 DEBUG : existing-b: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a458a_d20241128_m021855_c001_v0001183_t0027_u01732760335241") 2024/11/28 02:23:31 DEBUG : five: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b1f_d20241128_m021837_c001_v7007000_t0000_u01732760317366") 2024/11/28 02:23:32 DEBUG : five: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401714aa8c85ca75_d20241128_m021835_c001_v0001182_t0036_u01732760315436") 2024/11/28 02:23:32 DEBUG : foo: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d671a_d20241128_m021804_c001_v7007000_t0000_u01732760284931") 2024/11/28 02:23:32 DEBUG : foo: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401714aa8c85c6de_d20241128_m021804_c001_v0001182_t0036_u01732760284384") 2024/11/28 02:23:32 DEBUG : foo: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401714aa8c85c6c4_d20241128_m021803_c001_v0001182_t0036_u01732760283830") 2024/11/28 02:23:32 DEBUG : four: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b20_d20241128_m021837_c001_v7007000_t0000_u01732760317546") 2024/11/28 02:23:32 DEBUG : four: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409cc42a0e382dee_d20241128_m021835_c001_v0001039_t0046_u01732760315994") 2024/11/28 02:23:32 DEBUG : four: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85ca67_d20241128_m021834_c001_v0001182_t0042_u01732760314852") 2024/11/28 02:23:32 DEBUG : hello world2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781b97_d20241128_m021653_c001_v7007000_t0000_u01732760213508") 2024/11/28 02:23:32 DEBUG : hello world2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85bd9e_d20241128_m021652_c001_v0001182_t0021_u01732760212928") 2024/11/28 02:23:32 DEBUG : ignore-size: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca285_d20241128_m021749_c001_v7007000_t0000_u01732760269917") 2024/11/28 02:23:32 DEBUG : ignore-size: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c483_d20241128_m021748_c001_v0001182_t0036_u01732760268974") 2024/11/28 02:23:32 DEBUG : nested/sub dir/file: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb7f0_d20241128_m021854_c001_v7007000_t0000_u01732760334135") 2024/11/28 02:23:32 DEBUG : nested/sub dir/file: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a44a0_d20241128_m021852_c001_v0001183_t0045_u01732760332986") 2024/11/28 02:23:32 DEBUG : nested/sub dir/file: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb7e9_d20241128_m021851_c001_v7007000_t0000_u01732760331874") 2024/11/28 02:23:32 DEBUG : nested/sub dir/file: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a43dc_d20241128_m021850_c001_v0001183_t0052_u01732760330590") 2024/11/28 02:23:32 DEBUG : one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b21_d20241128_m021837_c001_v7007000_t0000_u01732760317728") 2024/11/28 02:23:32 DEBUG : one: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401714aa8c85ca49_d20241128_m021834_c001_v0001182_t0036_u01732760314236") 2024/11/28 02:23:32 DEBUG : only0: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78248e_d20241128_m022305_c001_v7007000_t0000_u01732760585670") 2024/11/28 02:23:32 DEBUG : only0: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409cc42a0e382f7d_d20241128_m022300_c001_v0001039_t0046_u01732760580228") 2024/11/28 02:23:32 DEBUG : only0: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f4f_d20241128_m022246_c001_v0001039_t0053_u01732760566886") 2024/11/28 02:23:33 DEBUG : only0: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f418796a92ceb37b6_d20241128_m022240_c001_v7007000_t0000_u01732760560491") 2024/11/28 02:23:33 DEBUG : only0: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7529_d20241128_m022227_c001_v0001183_t0028_u01732760547429") 2024/11/28 02:23:33 DEBUG : only1: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78248f_d20241128_m022305_c001_v7007000_t0000_u01732760585852") 2024/11/28 02:23:33 DEBUG : only1: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401714aa8c85e795_d20241128_m022300_c001_v0001182_t0036_u01732760580247") 2024/11/28 02:23:33 DEBUG : only1: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7a5c_d20241128_m022248_c001_v0001183_t0001_u01732760568093") 2024/11/28 02:23:33 DEBUG : only1: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6e0_d20241128_m022240_c001_v7007000_t0000_u01732760560853") 2024/11/28 02:23:33 DEBUG : only1: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e398_d20241128_m022228_c001_v0001182_t0013_u01732760548114") 2024/11/28 02:23:33 DEBUG : only10: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782490_d20241128_m022306_c001_v7007000_t0000_u01732760586034") 2024/11/28 02:23:33 DEBUG : only10: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40628b6bf4f1002f_d20241128_m022300_c001_v0001106_t0049_u01732760580804") 2024/11/28 02:23:33 DEBUG : only10: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7bb0_d20241128_m022253_c001_v0001183_t0038_u01732760573460") 2024/11/28 02:23:33 DEBUG : only10: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f418796a92ceb37b9_d20241128_m022240_c001_v7007000_t0000_u01732760560860") 2024/11/28 02:23:33 DEBUG : only10: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e43b_d20241128_m022233_c001_v0001182_t0010_u01732760553196") 2024/11/28 02:23:33 DEBUG : only11: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782491_d20241128_m022306_c001_v7007000_t0000_u01732760586215") 2024/11/28 02:23:33 DEBUG : only11: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f417401f7a12a7dca_d20241128_m022300_c001_v0001183_t0026_u01732760580648") 2024/11/28 02:23:33 DEBUG : only11: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e69d_d20241128_m022254_c001_v0001182_t0007_u01732760574314") 2024/11/28 02:23:33 DEBUG : only11: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6db_d20241128_m022240_c001_v7007000_t0000_u01732760560070") 2024/11/28 02:23:33 DEBUG : only11: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f33_d20241128_m022233_c001_v0001039_t0043_u01732760553674") 2024/11/28 02:23:33 DEBUG : only12: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782492_d20241128_m022306_c001_v7007000_t0000_u01732760586398") 2024/11/28 02:23:33 DEBUG : only12: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401714aa8c85e7c5_d20241128_m022301_c001_v0001182_t0036_u01732760581015") 2024/11/28 02:23:33 DEBUG : only12: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f6b_d20241128_m022254_c001_v0001039_t0004_u01732760574733") 2024/11/28 02:23:34 DEBUG : only12: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb9b5_d20241128_m022240_c001_v7007000_t0000_u01732760560496") 2024/11/28 02:23:34 DEBUG : only12: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a76f2_d20241128_m022234_c001_v0001183_t0018_u01732760554551") 2024/11/28 02:23:34 DEBUG : only13: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782493_d20241128_m022306_c001_v7007000_t0000_u01732760586579") 2024/11/28 02:23:34 DEBUG : only13: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f417401f7a12a7dac_d20241128_m022300_c001_v0001183_t0026_u01732760580252") 2024/11/28 02:23:34 DEBUG : only13: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7c34_d20241128_m022255_c001_v0001183_t0037_u01732760575543") 2024/11/28 02:23:34 DEBUG : only13: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d69f6_d20241128_m022240_c001_v7007000_t0000_u01732760560255") 2024/11/28 02:23:34 DEBUG : only13: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e47c_d20241128_m022235_c001_v0001182_t0046_u01732760555248") 2024/11/28 02:23:34 DEBUG : only14: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782494_d20241128_m022306_c001_v7007000_t0000_u01732760586760") 2024/11/28 02:23:34 DEBUG : only14: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409cc42a0e382f83_d20241128_m022300_c001_v0001039_t0046_u01732760580900") 2024/11/28 02:23:34 DEBUG : only14: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e6e3_d20241128_m022256_c001_v0001182_t0054_u01732760576224") 2024/11/28 02:23:34 DEBUG : only14: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d69f8_d20241128_m022240_c001_v7007000_t0000_u01732760560649") 2024/11/28 02:23:34 DEBUG : only14: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f39_d20241128_m022235_c001_v0001039_t0030_u01732760555696") 2024/11/28 02:23:34 DEBUG : only15: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782495_d20241128_m022306_c001_v7007000_t0000_u01732760586941") 2024/11/28 02:23:34 DEBUG : only15: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401714aa8c85e79b_d20241128_m022300_c001_v0001182_t0036_u01732760580451") 2024/11/28 02:23:34 DEBUG : only15: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f6f_d20241128_m022256_c001_v0001039_t0027_u01732760576649") 2024/11/28 02:23:34 DEBUG : only15: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6dc_d20241128_m022240_c001_v7007000_t0000_u01732760560292") 2024/11/28 02:23:34 DEBUG : only15: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7764_d20241128_m022236_c001_v0001183_t0010_u01732760556395") 2024/11/28 02:23:34 DEBUG : only16: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782496_d20241128_m022307_c001_v7007000_t0000_u01732760587123") 2024/11/28 02:23:34 DEBUG : only16: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f417401f7a12a7dbc_d20241128_m022300_c001_v0001183_t0026_u01732760580460") 2024/11/28 02:23:34 DEBUG : only16: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7c90_d20241128_m022257_c001_v0001183_t0002_u01732760577289") 2024/11/28 02:23:35 DEBUG : only16: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6df_d20241128_m022240_c001_v7007000_t0000_u01732760560669") 2024/11/28 02:23:35 DEBUG : only16: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e4ae_d20241128_m022236_c001_v0001182_t0028_u01732760556961") 2024/11/28 02:23:35 DEBUG : only17: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782497_d20241128_m022307_c001_v7007000_t0000_u01732760587305") 2024/11/28 02:23:35 DEBUG : only17: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409cc42a0e382f7f_d20241128_m022300_c001_v0001039_t0046_u01732760580519") 2024/11/28 02:23:35 DEBUG : only17: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e739_d20241128_m022258_c001_v0001182_t0029_u01732760578192") 2024/11/28 02:23:35 DEBUG : only17: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb9bb_d20241128_m022240_c001_v7007000_t0000_u01732760560868") 2024/11/28 02:23:35 DEBUG : only17: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f41_d20241128_m022237_c001_v0001039_t0002_u01732760557372") 2024/11/28 02:23:35 DEBUG : only18: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782498_d20241128_m022307_c001_v7007000_t0000_u01732760587486") 2024/11/28 02:23:35 DEBUG : only18: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401714aa8c85e7a9_d20241128_m022300_c001_v0001182_t0036_u01732760580637") 2024/11/28 02:23:35 DEBUG : only18: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f77_d20241128_m022258_c001_v0001039_t0040_u01732760578623") 2024/11/28 02:23:35 DEBUG : only18: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f418796a92ceb37b8_d20241128_m022240_c001_v7007000_t0000_u01732760560678") 2024/11/28 02:23:35 DEBUG : only18: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a77be_d20241128_m022238_c001_v0001183_t0006_u01732760558073") 2024/11/28 02:23:35 DEBUG : only19: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede782499_d20241128_m022307_c001_v7007000_t0000_u01732760587667") 2024/11/28 02:23:35 DEBUG : only19: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40628b6bf4f1003b_d20241128_m022301_c001_v0001106_t0049_u01732760581231") 2024/11/28 02:23:35 DEBUG : only19: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7d5e_d20241128_m022259_c001_v0001183_t0053_u01732760579321") 2024/11/28 02:23:35 DEBUG : only19: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d69fa_d20241128_m022241_c001_v7007000_t0000_u01732760561010") 2024/11/28 02:23:35 DEBUG : only19: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e4e6_d20241128_m022238_c001_v0001182_t0059_u01732760558686") 2024/11/28 02:23:35 DEBUG : only2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78249b_d20241128_m022307_c001_v7007000_t0000_u01732760587848") 2024/11/28 02:23:36 DEBUG : only2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409cc42a0e382f81_d20241128_m022300_c001_v0001039_t0046_u01732760580701") 2024/11/28 02:23:36 DEBUG : only2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e5e8_d20241128_m022248_c001_v0001182_t0007_u01732760568737") 2024/11/28 02:23:36 DEBUG : only2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb9b3_d20241128_m022240_c001_v7007000_t0000_u01732760560286") 2024/11/28 02:23:36 DEBUG : only2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f25_d20241128_m022228_c001_v0001039_t0047_u01732760548545") 2024/11/28 02:23:36 DEBUG : only3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78249c_d20241128_m022308_c001_v7007000_t0000_u01732760588030") 2024/11/28 02:23:36 DEBUG : only3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401714aa8c85e7bb_d20241128_m022300_c001_v0001182_t0036_u01732760580823") 2024/11/28 02:23:36 DEBUG : only3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f57_d20241128_m022249_c001_v0001039_t0001_u01732760569203") 2024/11/28 02:23:36 DEBUG : only3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f418796a92ceb37b5_d20241128_m022240_c001_v7007000_t0000_u01732760560290") 2024/11/28 02:23:36 DEBUG : only3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a75a3_d20241128_m022229_c001_v0001183_t0022_u01732760549155") 2024/11/28 02:23:36 DEBUG : only4: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78249d_d20241128_m022308_c001_v7007000_t0000_u01732760588211") 2024/11/28 02:23:36 DEBUG : only4: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f417401f7a12a7dda_d20241128_m022300_c001_v0001183_t0026_u01732760580834") 2024/11/28 02:23:36 DEBUG : only4: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7ace_d20241128_m022249_c001_v0001183_t0043_u01732760569921") 2024/11/28 02:23:36 DEBUG : only4: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb9b8_d20241128_m022240_c001_v7007000_t0000_u01732760560684") 2024/11/28 02:23:36 DEBUG : only4: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e3d0_d20241128_m022229_c001_v0001182_t0046_u01732760549738") 2024/11/28 02:23:36 DEBUG : only5: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78249e_d20241128_m022308_c001_v7007000_t0000_u01732760588394") 2024/11/28 02:23:36 DEBUG : only5: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f417401f7a12a7df8_d20241128_m022301_c001_v0001183_t0026_u01732760581223") 2024/11/28 02:23:36 DEBUG : only5: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e624_d20241128_m022250_c001_v0001182_t0041_u01732760570649") 2024/11/28 02:23:36 DEBUG : only5: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d69f7_d20241128_m022240_c001_v7007000_t0000_u01732760560469") 2024/11/28 02:23:36 DEBUG : only5: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f29_d20241128_m022230_c001_v0001039_t0012_u01732760550197") 2024/11/28 02:23:36 DEBUG : only6: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede78249f_d20241128_m022308_c001_v7007000_t0000_u01732760588576") 2024/11/28 02:23:37 DEBUG : only6: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40628b6bf4f10035_d20241128_m022301_c001_v0001106_t0049_u01732760581029") 2024/11/28 02:23:37 DEBUG : only6: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f61_d20241128_m022251_c001_v0001039_t0038_u01732760571084") 2024/11/28 02:23:37 DEBUG : only6: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d69f9_d20241128_m022240_c001_v7007000_t0000_u01732760560829") 2024/11/28 02:23:37 DEBUG : only6: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a75fd_d20241128_m022230_c001_v0001183_t0028_u01732760550751") 2024/11/28 02:23:37 DEBUG : only7: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7824a0_d20241128_m022308_c001_v7007000_t0000_u01732760588758") 2024/11/28 02:23:37 DEBUG : only7: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401714aa8c85e7d1_d20241128_m022301_c001_v0001182_t0036_u01732760581198") 2024/11/28 02:23:37 DEBUG : only7: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a7b40_d20241128_m022251_c001_v0001183_t0028_u01732760571700") 2024/11/28 02:23:37 DEBUG : only7: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6e1_d20241128_m022241_c001_v7007000_t0000_u01732760561042") 2024/11/28 02:23:37 DEBUG : only7: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e40c_d20241128_m022231_c001_v0001182_t0029_u01732760551327") 2024/11/28 02:23:37 DEBUG : only8: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7824a1_d20241128_m022308_c001_v7007000_t0000_u01732760588944") 2024/11/28 02:23:37 DEBUG : only8: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f417401f7a12a7dea_d20241128_m022301_c001_v0001183_t0026_u01732760581038") 2024/11/28 02:23:37 DEBUG : only8: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e657_d20241128_m022252_c001_v0001182_t0032_u01732760572401") 2024/11/28 02:23:37 DEBUG : only8: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6de_d20241128_m022240_c001_v7007000_t0000_u01732760560485") 2024/11/28 02:23:37 DEBUG : only8: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f2d_d20241128_m022231_c001_v0001039_t0042_u01732760551747") 2024/11/28 02:23:37 DEBUG : only9: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7824a2_d20241128_m022309_c001_v7007000_t0000_u01732760589128") 2024/11/28 02:23:37 DEBUG : only9: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409cc42a0e382f85_d20241128_m022301_c001_v0001039_t0046_u01732760581084") 2024/11/28 02:23:37 DEBUG : only9: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f65_d20241128_m022252_c001_v0001039_t0016_u01732760572824") 2024/11/28 02:23:37 DEBUG : only9: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f408e1a5f4823a6da_d20241128_m022239_c001_v7007000_t0000_u01732760559885") 2024/11/28 02:23:37 DEBUG : only9: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a766f_d20241128_m022232_c001_v0001183_t0054_u01732760552501") 2024/11/28 02:23:37 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b2e_d20241128_m021848_c001_v7007000_t0000_u01732760328733") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382dfa_d20241128_m021846_c001_v0001039_t0048_u01732760326508") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b2a_d20241128_m021844_c001_v7007000_t0000_u01732760324675") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85cb29_d20241128_m021842_c001_v0001182_t0015_u01732760322775") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b26_d20241128_m021840_c001_v7007000_t0000_u01732760320924") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382df0_d20241128_m021838_c001_v0001039_t0032_u01732760318647") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b17_d20241128_m021827_c001_v7007000_t0000_u01732760307628") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c96b_d20241128_m021826_c001_v0001182_t0001_u01732760306411") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d673c_d20241128_m021824_c001_v7007000_t0000_u01732760304099") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c905_d20241128_m021823_c001_v0001182_t0019_u01732760303286") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6735_d20241128_m021821_c001_v7007000_t0000_u01732760301776") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c8c6_d20241128_m021820_c001_v0001182_t0041_u01732760300919") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6729_d20241128_m021814_c001_v7007000_t0000_u01732760294399") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c7c8_d20241128_m021813_c001_v0001182_t0052_u01732760293400") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6727_d20241128_m021812_c001_v7007000_t0000_u01732760292670") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c792_d20241128_m021811_c001_v0001182_t0041_u01732760291511") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6725_d20241128_m021810_c001_v7007000_t0000_u01732760290783") 2024/11/28 02:23:38 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c772_d20241128_m021810_c001_v0001182_t0046_u01732760290212") 2024/11/28 02:23:39 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c764_d20241128_m021809_c001_v0001182_t0012_u01732760289632") 2024/11/28 02:23:39 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6724_d20241128_m021808_c001_v7007000_t0000_u01732760288903") 2024/11/28 02:23:39 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c746_d20241128_m021808_c001_v0001182_t0002_u01732760288329") 2024/11/28 02:23:39 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c734_d20241128_m021807_c001_v0001182_t0009_u01732760287721") 2024/11/28 02:23:39 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d671f_d20241128_m021806_c001_v7007000_t0000_u01732760286992") 2024/11/28 02:23:39 DEBUG : potato: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c70c_d20241128_m021806_c001_v0001182_t0021_u01732760286247") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f415ba08a38e30837_d20241128_m022004_c001_v7007000_t0000_u01732760404926") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382e6a_d20241128_m022004_c001_v0001039_t0021_u01732760404095") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb85c_d20241128_m021946_c001_v7007000_t0000_u01732760386913") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382e4c_d20241128_m021938_c001_v0001039_t0009_u01732760378244") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f400eaaa646fc2e14_d20241128_m021924_c001_v7007000_t0000_u01732760364226") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382e34_d20241128_m021918_c001_v0001039_t0013_u01732760358426") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb7fe_d20241128_m021902_c001_v7007000_t0000_u01732760342843") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382e1a_d20241128_m021857_c001_v0001039_t0018_u01732760337718") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b1c_d20241128_m021832_c001_v7007000_t0000_u01732760312185") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c9e1_d20241128_m021831_c001_v0001182_t0011_u01732760311182") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b1a_d20241128_m021830_c001_v7007000_t0000_u01732760310085") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c99b_d20241128_m021828_c001_v0001182_t0013_u01732760308539") 2024/11/28 02:23:39 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b18_d20241128_m021827_c001_v7007000_t0000_u01732760307809") 2024/11/28 02:23:40 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c97b_d20241128_m021827_c001_v0001182_t0052_u01732760307053") 2024/11/28 02:23:40 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b16_d20241128_m021825_c001_v7007000_t0000_u01732760305613") 2024/11/28 02:23:40 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c931_d20241128_m021824_c001_v0001182_t0047_u01732760304467") 2024/11/28 02:23:40 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d6737_d20241128_m021822_c001_v7007000_t0000_u01732760302554") 2024/11/28 02:23:40 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c8d7_d20241128_m021821_c001_v0001182_t0018_u01732760301786") 2024/11/28 02:23:40 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4161d661b90d672b_d20241128_m021815_c001_v7007000_t0000_u01732760295133") 2024/11/28 02:23:40 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c7e2_d20241128_m021814_c001_v0001182_t0034_u01732760294184") 2024/11/28 02:23:40 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781b9c_d20241128_m021656_c001_v7007000_t0000_u01732760216835") 2024/11/28 02:23:40 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85be14_d20241128_m021656_c001_v0001182_t0007_u01732760216255") 2024/11/28 02:23:40 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781b99_d20241128_m021654_c001_v7007000_t0000_u01732760214992") 2024/11/28 02:23:40 DEBUG : potato2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85bdd2_d20241128_m021654_c001_v0001182_t0023_u01732760214406") 2024/11/28 02:23:40 DEBUG : potato3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb85d_d20241128_m021947_c001_v7007000_t0000_u01732760387574") 2024/11/28 02:23:40 DEBUG : potato3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a5050_d20241128_m021939_c001_v0001183_t0047_u01732760379893") 2024/11/28 02:23:40 DEBUG : potato3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f400eaaa646fc2e1a_d20241128_m021925_c001_v7007000_t0000_u01732760365313") 2024/11/28 02:23:40 DEBUG : potato3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a4c20_d20241128_m021919_c001_v0001183_t0040_u01732760359921") 2024/11/28 02:23:40 DEBUG : potato3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb801_d20241128_m021903_c001_v7007000_t0000_u01732760343103") 2024/11/28 02:23:40 DEBUG : potato3: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a4690_d20241128_m021858_c001_v0001183_t0048_u01732760338490") 2024/11/28 02:23:40 DEBUG : pre-dest1/1: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7821e1_d20241128_m022046_c001_v7007000_t0000_u01732760446110") 2024/11/28 02:23:40 DEBUG : pre-dest1/1: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a5d32_d20241128_m022037_c001_v0001183_t0038_u01732760437709") 2024/11/28 02:23:40 DEBUG : pre-dest2/2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7821e2_d20241128_m022046_c001_v7007000_t0000_u01732760446292") 2024/11/28 02:23:41 DEBUG : pre-dest2/2: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382e94_d20241128_m022038_c001_v0001039_t0045_u01732760438270") 2024/11/28 02:23:41 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f400eaaa646fc2e51_d20241128_m022017_c001_v7007000_t0000_u01732760417370") 2024/11/28 02:23:41 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85d5c4_d20241128_m022014_c001_v0001182_t0022_u01732760414303") 2024/11/28 02:23:41 DEBUG : sizeonly: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca284_d20241128_m021747_c001_v7007000_t0000_u01732760267693") 2024/11/28 02:23:41 DEBUG : sizeonly: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c421_d20241128_m021746_c001_v0001182_t0047_u01732760266735") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7824ab_d20241128_m022315_c001_v7007000_t0000_u01732760595484") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f10628b6bf4f100b3_d20241128_m022313_c001_v0001106_t0037_u01732760593621") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7824a5_d20241128_m022311_c001_v7007000_t0000_u01732760591711") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85e971_d20241128_m022310_c001_v0001182_t0049_u01732760590481") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb7f1_d20241128_m021854_c001_v7007000_t0000_u01732760334315") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382e0c_d20241128_m021853_c001_v0001039_t0056_u01732760333332") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb7ea_d20241128_m021852_c001_v7007000_t0000_u01732760332054") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85cc3d_d20241128_m021850_c001_v0001182_t0059_u01732760330943") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca280_d20241128_m021743_c001_v7007000_t0000_u01732760263629") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c383_d20241128_m021742_c001_v0001182_t0011_u01732760262321") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca27f_d20241128_m021741_c001_v7007000_t0000_u01732760261586") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c34b_d20241128_m021740_c001_v0001182_t0037_u01732760260641") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca27e_d20241128_m021734_c001_v7007000_t0000_u01732760254249") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c297_d20241128_m021733_c001_v0001182_t0014_u01732760253188") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f409d427e8baca27d_d20241128_m021732_c001_v7007000_t0000_u01732760252646") 2024/11/28 02:23:41 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c257_d20241128_m021731_c001_v0001182_t0027_u01732760251296") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c196_d20241128_m021725_c001_v0001182_t0039_u01732760245280") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f41909ce1561dc2aa_d20241128_m021724_c001_v7007000_t0000_u01732760244548") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c160_d20241128_m021723_c001_v0001182_t0007_u01732760243991") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c142_d20241128_m021723_c001_v0001182_t0032_u01732760243393") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f41909ce1561dc283_d20241128_m021722_c001_v7007000_t0000_u01732760242274") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c0d0_d20241128_m021719_c001_v0001182_t0008_u01732760239318") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c077_d20241128_m021716_c001_v0001182_t0035_u01732760236468") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f41909ce1561dc250_d20241128_m021715_c001_v7007000_t0000_u01732760235715") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c049_d20241128_m021715_c001_v0001182_t0029_u01732760235136") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85c035_d20241128_m021714_c001_v0001182_t0002_u01732760234556") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f41909ce1561dc24c_d20241128_m021713_c001_v7007000_t0000_u01732760233463") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85bf50_d20241128_m021706_c001_v0001182_t0023_u01732760226588") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f40715819cefdb714_d20241128_m021706_c001_v7007000_t0000_u01732760226222") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85bf36_d20241128_m021705_c001_v0001182_t0006_u01732760225660") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781ba7_d20241128_m021704_c001_v7007000_t0000_u01732760224030") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85bef8_d20241128_m021703_c001_v0001182_t0022_u01732760223455") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781ba6_d20241128_m021702_c001_v7007000_t0000_u01732760222892") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85bee2_d20241128_m021702_c001_v0001182_t0047_u01732760222313") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781ba3_d20241128_m021701_c001_v7007000_t0000_u01732760221059") 2024/11/28 02:23:42 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85beab_d20241128_m021700_c001_v0001182_t0040_u01732760220317") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781ba1_d20241128_m021659_c001_v7007000_t0000_u01732760219772") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85be7b_d20241128_m021659_c001_v0001182_t0018_u01732760219199") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781ba0_d20241128_m021658_c001_v7007000_t0000_u01732760218298") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85be46_d20241128_m021657_c001_v0001182_t0042_u01732760217734") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781b92_d20241128_m021652_c001_v7007000_t0000_u01732760212010") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85bd72_d20241128_m021651_c001_v0001182_t0059_u01732760211376") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781b91_d20241128_m021650_c001_v7007000_t0000_u01732760210476") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85bd48_d20241128_m021649_c001_v0001182_t0058_u01732760209909") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781b90_d20241128_m021649_c001_v7007000_t0000_u01732760209007") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85bd0c_d20241128_m021648_c001_v0001182_t0016_u01732760208359") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede781b8a_d20241128_m021645_c001_v7007000_t0000_u01732760205477") 2024/11/28 02:23:43 DEBUG : sub dir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85bca0_d20241128_m021644_c001_v0001182_t0040_u01732760204908") 2024/11/28 02:23:43 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7824ac_d20241128_m022315_c001_v7007000_t0000_u01732760595665") 2024/11/28 02:23:43 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a8278_d20241128_m022313_c001_v0001183_t0014_u01732760593606") 2024/11/28 02:23:43 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f4027d6bede7824a6_d20241128_m022311_c001_v7007000_t0000_u01732760591901") 2024/11/28 02:23:43 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f109cc42a0e382f97_d20241128_m022310_c001_v0001039_t0043_u01732760590479") 2024/11/28 02:23:43 DEBUG : sub/yam: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b2d_d20241128_m021848_c001_v7007000_t0000_u01732760328186") 2024/11/28 02:23:43 DEBUG : sub/yam: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a4299_d20241128_m021846_c001_v0001183_t0016_u01732760326154") 2024/11/28 02:23:43 DEBUG : three: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b22_d20241128_m021837_c001_v7007000_t0000_u01732760317910") 2024/11/28 02:23:43 DEBUG : three: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85ca9f_d20241128_m021836_c001_v0001182_t0041_u01732760316764") 2024/11/28 02:23:44 DEBUG : three: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f101714aa8c85ca55_d20241128_m021834_c001_v0001182_t0011_u01732760314610") 2024/11/28 02:23:44 DEBUG : two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b23_d20241128_m021838_c001_v7007000_t0000_u01732760318092") 2024/11/28 02:23:44 DEBUG : two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f417401f7a12a4087_d20241128_m021836_c001_v0001183_t0026_u01732760316171") 2024/11/28 02:23:44 DEBUG : two: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f401714aa8c85ca4d_d20241128_m021834_c001_v0001182_t0036_u01732760314419") 2024/11/28 02:23:44 DEBUG : yam: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b2f_d20241128_m021848_c001_v7007000_t0000_u01732760328918") 2024/11/28 02:23:44 DEBUG : yam: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f1183615af5d73814_d20241128_m021847_c001_v0001106_t0015_u01732760327697") 2024/11/28 02:23:44 DEBUG : yam: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b28_d20241128_m021844_c001_v7007000_t0000_u01732760324114") 2024/11/28 02:23:44 DEBUG : yam: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a41b0_d20241128_m021842_c001_v0001183_t0057_u01732760322420") 2024/11/28 02:23:44 DEBUG : yam: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b25_d20241128_m021840_c001_v7007000_t0000_u01732760320378") 2024/11/28 02:23:44 DEBUG : yam: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f117401f7a12a40f5_d20241128_m021838_c001_v0001183_t0005_u01732760318659") 2024/11/28 02:23:44 DEBUG : yaml: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b2b_d20241128_m021844_c001_v7007000_t0000_u01732760324857") 2024/11/28 02:23:44 DEBUG : yaml: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f102dacfd952c132b_d20241128_m021843_c001_v0001145_t0051_u01732760323640") 2024/11/28 02:23:44 DEBUG : yaml: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f403c42ba4a653b27_d20241128_m021841_c001_v7007000_t0000_u01732760321117") 2024/11/28 02:23:44 DEBUG : yaml: Deleting (id "4_z2fe26d1380ed7b0b9f380e1b_f111f25047da08dcb_d20241128_m021840_c001_v0001157_t0012_u01732760320085") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 7m8.515291601s (try 1/5)