"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Starting (try 1/5) 2025/04/03 02:06:12 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva" 2025/04/03 02:06:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/04/03 02:06:13 DEBUG : Creating backend with remote "/tmp/rclone230928591" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.05s) === 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-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:14 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2025/04/03 02:06:14 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:14 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.04s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:15 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/03 02:06:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:15 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:15 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:16 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:16 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:17 DEBUG : B2 bucket rclone-test-zoqulow0niva: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.49s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.39s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.41s) === RUN TestCopyMissingDirectory run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:18 DEBUG : Creating backend with remote "/non-existing" 2025/04/03 02:06:19 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2025/04/03 02:06:19 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:19 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.91s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:20 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:20 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:21 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:21 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestCopyNoTraverse (2.47s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:22 INFO : B2 bucket rclone-test-zoqulow0niva: Running all checks before starting transfers 2025/04/03 02:06:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:22 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:22 INFO : B2 bucket rclone-test-zoqulow0niva: Checks finished, now starting transfers 2025/04/03 02:06:22 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:23 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:23 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestCopyCheckFirst (2.10s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:24 ERROR : Ignoring --no-traverse with sync 2025/04/03 02:06:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:24 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:24 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:25 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:25 INFO : sub dir/hello world: Copied (new) 2025/04/03 02:06:25 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.99s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:26 DEBUG : hello world2: Need to transfer - File not found at Destination 2025/04/03 02:06:26 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:26 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:27 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2025/04/03 02:06:27 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.99s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:28 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:06:28 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:28 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:29 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:29 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (2.02s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:30 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:06:30 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:30 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:31 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:31 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (2.78s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:33 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/04/03 02:06:33 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/03 02:06:33 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2025/04/03 02:06:33 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/03 02:06:33 INFO : sub dir: Making directory 2025/04/03 02:06:33 INFO : sub dir2: Making directory 2025/04/03 02:06:33 INFO : sub dir2/sub sub dir2: Making directory 2025/04/03 02:06:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:33 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:33 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:33 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:33 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2025/04/03 02:06:34 DEBUG : B2 bucket rclone-test-zoqulow0niva: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (2.03s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:35 INFO : sub dir2: Making directory 2025/04/03 02:06:35 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2025/04/03 02:06:35 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/03 02:06:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:35 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:35 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:35 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.44s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:36 DEBUG : sub dir2: Making directory with metadata 2025/04/03 02:06:36 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/03 02:06:36 INFO : sub dir: Making directory 2025/04/03 02:06:36 INFO : sub dir2: Making directory 2025/04/03 02:06:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:36 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:36 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:37 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:37 INFO : sub dir/hello world: Copied (new) 2025/04/03 02:06:37 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/04/03 02:06:38 DEBUG : B2 bucket rclone-test-zoqulow0niva: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2025/04/03 02:06:38 DEBUG : B2 bucket rclone-test-zoqulow0niva: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (2.52s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" sync_test.go:408: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.40s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:39 INFO : sub dir2: Making directory 2025/04/03 02:06:39 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:39 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:39 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:40 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:40 INFO : sub dir/hello world: Copied (new) 2025/04/03 02:06:40 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.73s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:41 DEBUG : sub dir2: Making directory with metadata 2025/04/03 02:06:41 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/03 02:06:41 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/03 02:06:41 INFO : sub dir: Making directory 2025/04/03 02:06:41 INFO : sub dir2: Making directory 2025/04/03 02:06:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:41 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:41 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:42 INFO : sub dir/hello world: Copied (new) 2025/04/03 02:06:42 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2025/04/03 02:06:42 DEBUG : B2 bucket rclone-test-zoqulow0niva: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (2.22s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.39s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:43 INFO : sub dir2: Making directory 2025/04/03 02:06:44 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:44 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:44 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:45 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:45 INFO : sub dir/hello world: Copied (new) 2025/04/03 02:06:45 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (2.02s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:46 DEBUG : Creating backend with remote "TestB2:rclone-test-faziqig4hali" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-zoqulow0niva -> B2 bucket rclone-test-faziqig4hali 2025/04/03 02:06:47 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:47 DEBUG : B2 bucket rclone-test-faziqig4hali: Waiting for checks to finish 2025/04/03 02:06:47 DEBUG : B2 bucket rclone-test-faziqig4hali: Waiting for transfers to finish 2025/04/03 02:06:48 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:48 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:48 DEBUG : B2 bucket rclone-test-faziqig4hali: Purge remote 2025/04/03 02:06:48 INFO : B2 bucket rclone-test-faziqig4hali: cleaning bucket "rclone-test-faziqig4hali" of all files 2025/04/03 02:06:49 DEBUG : sub dir/hello world: Deleting (id "4_zff72ad23606dfb9b9f580e1b_f11228c5b9ca0cc18_d20250403_m020648_c001_v0001172_t0029_u01743646008515") --- PASS: TestServerSideCopy (5.81s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:53 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/04/03 02:06:53 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:06:53 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:06:53 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/04/03 02:06:53 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestCopyOverSelf (3.34s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:06:55 DEBUG : Creating backend with remote "TestB2:rclone-test-wiwatot8wepi" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-zoqulow0niva -> B2 bucket rclone-test-wiwatot8wepi 2025/04/03 02:06:57 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:06:57 DEBUG : B2 bucket rclone-test-wiwatot8wepi: Waiting for checks to finish 2025/04/03 02:06:57 DEBUG : B2 bucket rclone-test-wiwatot8wepi: Waiting for transfers to finish 2025/04/03 02:06:58 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:06:58 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:00 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/04/03 02:07:00 DEBUG : B2 bucket rclone-test-wiwatot8wepi: Waiting for checks to finish 2025/04/03 02:07:00 DEBUG : B2 bucket rclone-test-wiwatot8wepi: Waiting for transfers to finish 2025/04/03 02:07:00 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/04/03 02:07:00 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:01 DEBUG : B2 bucket rclone-test-wiwatot8wepi: Purge remote 2025/04/03 02:07:01 INFO : B2 bucket rclone-test-wiwatot8wepi: cleaning bucket "rclone-test-wiwatot8wepi" of all files 2025/04/03 02:07:01 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2cd63606dfb9b9f580e1b_f114a85c97d86d1d2_d20250403_m020700_c001_v0001106_t0033_u01743646020259") 2025/04/03 02:07:01 DEBUG : sub dir/hello world: Deleting (id "4_z8fd2cd63606dfb9b9f580e1b_f113b7a9ea352732c_d20250403_m020658_c001_v0001181_t0050_u01743646018578") --- PASS: TestServerSideCopyOverSelf (8.45s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:04 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:04 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/04/03 02:07:04 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:05 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/04/03 02:07:05 INFO : sub dir/hello world: Copied (replaced existing) 2025/04/03 02:07:05 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.76s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:07 DEBUG : Creating backend with remote "TestB2:rclone-test-jisunef2yibo" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-zoqulow0niva -> B2 bucket rclone-test-jisunef2yibo 2025/04/03 02:07:08 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:07:08 DEBUG : B2 bucket rclone-test-jisunef2yibo: Waiting for checks to finish 2025/04/03 02:07:08 DEBUG : B2 bucket rclone-test-jisunef2yibo: Waiting for transfers to finish 2025/04/03 02:07:08 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:07:08 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:10 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2025/04/03 02:07:10 DEBUG : B2 bucket rclone-test-jisunef2yibo: Waiting for checks to finish 2025/04/03 02:07:10 DEBUG : B2 bucket rclone-test-jisunef2yibo: Waiting for transfers to finish 2025/04/03 02:07:10 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2025/04/03 02:07:10 INFO : sub dir/hello world: Copied (server-side copy) 2025/04/03 02:07:10 INFO : sub dir/hello world: Deleted 2025/04/03 02:07:11 DEBUG : testing file moves 2025/04/03 02:07:12 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2025/04/03 02:07:12 DEBUG : B2 bucket rclone-test-jisunef2yibo: Waiting for checks to finish 2025/04/03 02:07:12 DEBUG : B2 bucket rclone-test-jisunef2yibo: Waiting for transfers to finish 2025/04/03 02:07:12 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2025/04/03 02:07:12 INFO : sub dir/hello world: Copied (server-side copy) 2025/04/03 02:07:12 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:13 DEBUG : B2 bucket rclone-test-jisunef2yibo: Purge remote 2025/04/03 02:07:13 INFO : B2 bucket rclone-test-jisunef2yibo: cleaning bucket "rclone-test-jisunef2yibo" of all files 2025/04/03 02:07:13 DEBUG : sub dir/hello world: Deleting (id "4_z1f92fd23606dfb9b9f580e1b_f108bff27f5683b0e_d20250403_m020712_c001_v0001131_t0024_u01743646032287") 2025/04/03 02:07:13 DEBUG : sub dir/hello world: Deleting (id "4_z1f92fd23606dfb9b9f580e1b_f11925b0218405e74_d20250403_m020710_c001_v0001184_t0006_u01743646030514") 2025/04/03 02:07:13 DEBUG : sub dir/hello world: Deleting (id "4_z1f92fd23606dfb9b9f580e1b_f101d5d3c997269d3_d20250403_m020708_c001_v0001154_t0016_u01743646028756") --- PASS: TestServerSideMoveOverSelf (9.30s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:16 ERROR : : error listing: directory not found 2025/04/03 02:07:16 INFO : Local file system at /tmp/rclone230928591: Making directory 2025/04/03 02:07:16 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:16 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestCopyAfterDelete (2.46s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:18 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:07:18 DEBUG : Local file system at /tmp/rclone230928591: Waiting for checks to finish 2025/04/03 02:07:18 DEBUG : Local file system at /tmp/rclone230928591: Waiting for transfers to finish 2025/04/03 02:07:19 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:07:19 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2025/04/03 02:07:19 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestCopyRedownload (2.37s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:20 DEBUG : check sum: Need to transfer - File not found at Destination 2025/04/03 02:07:20 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:20 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:21 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/03 02:07:21 INFO : check sum: Copied (new) 2025/04/03 02:07:21 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:21 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:21 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/03 02:07:21 DEBUG : check sum: Size and sha1 of src and dst objects identical 2025/04/03 02:07:21 DEBUG : check sum: Unchanged skipping 2025/04/03 02:07:21 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:21 DEBUG : Waiting for deletions to finish 2025/04/03 02:07:21 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (3.17s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:23 DEBUG : sizeonly: Need to transfer - File not found at Destination 2025/04/03 02:07:23 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:23 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:24 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/04/03 02:07:24 INFO : sizeonly: Copied (new) 2025/04/03 02:07:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:24 DEBUG : sizeonly: Sizes identical 2025/04/03 02:07:24 DEBUG : sizeonly: Unchanged skipping 2025/04/03 02:07:24 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:24 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:24 DEBUG : Waiting for deletions to finish 2025/04/03 02:07:24 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.72s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:26 DEBUG : ignore-size: Need to transfer - File not found at Destination 2025/04/03 02:07:26 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:26 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:27 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2025/04/03 02:07:27 INFO : ignore-size: Copied (new) 2025/04/03 02:07:27 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:27 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:07:27 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:27 DEBUG : ignore-size: Unchanged skipping 2025/04/03 02:07:27 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:27 DEBUG : Waiting for deletions to finish 2025/04/03 02:07:27 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (3.09s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:30 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:07:30 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:30 DEBUG : existing: Unchanged skipping 2025/04/03 02:07:30 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:30 DEBUG : Waiting for deletions to finish 2025/04/03 02:07:30 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:30 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:30 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2025/04/03 02:07:30 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:31 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/04/03 02:07:31 INFO : existing: Copied (replaced existing) 2025/04/03 02:07:31 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (3.41s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:32 DEBUG : existing: Need to transfer - File not found at Destination 2025/04/03 02:07:32 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:32 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:33 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/04/03 02:07:33 INFO : existing: Copied (new) 2025/04/03 02:07:33 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:34 DEBUG : existing: Destination exists, skipping 2025/04/03 02:07:34 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:34 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:34 DEBUG : Waiting for deletions to finish 2025/04/03 02:07:34 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.85s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:36 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/04/03 02:07:37 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:07:37 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/04/03 02:07:37 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:37 DEBUG : c/non empty space: Unchanged skipping 2025/04/03 02:07:37 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:37 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:07:37 INFO : a/potato2: Copied (new) 2025/04/03 02:07:37 DEBUG : Waiting for deletions to finish 2025/04/03 02:07:37 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (3.74s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:40 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:40 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/04/03 02:07:40 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/03 02:07:40 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2025/04/03 02:07:40 DEBUG : empty space: Unchanged skipping 2025/04/03 02:07:40 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:40 DEBUG : Waiting for deletions to finish 2025/04/03 02:07:40 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:40 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:40 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/04/03 02:07:40 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/03 02:07:41 INFO : empty space: Updated modification time in destination 2025/04/03 02:07:41 DEBUG : empty space: Unchanged skipping 2025/04/03 02:07:41 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:41 DEBUG : Waiting for deletions to finish 2025/04/03 02:07:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.81s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:44 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:44 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/04/03 02:07:44 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/03 02:07:44 DEBUG : empty space: Unchanged skipping 2025/04/03 02:07:44 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:44 DEBUG : Waiting for deletions to finish 2025/04/03 02:07:44 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (2.25s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:46 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2025/04/03 02:07:46 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:46 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone230928591) 2025/04/03 02:07:46 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-zoqulow0niva) 2025/04/03 02:07:46 DEBUG : foo: sha1 differ 2025/04/03 02:07:46 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:46 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2025/04/03 02:07:46 INFO : foo: Copied (replaced existing) 2025/04/03 02:07:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.92s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:48 DEBUG : potato: Need to transfer - File not found at Destination 2025/04/03 02:07:48 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:07:48 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:48 DEBUG : empty space: Unchanged skipping 2025/04/03 02:07:48 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:49 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:07:49 INFO : potato: Copied (new) 2025/04/03 02:07:49 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (3.13s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:52 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2025/04/03 02:07:52 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:52 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:52 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2025/04/03 02:07:52 INFO : potato: Copied (replaced existing) 2025/04/03 02:07:52 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (3.61s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:55 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:55 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2025/04/03 02:07:55 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone230928591) 2025/04/03 02:07:55 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-zoqulow0niva) 2025/04/03 02:07:55 DEBUG : potato: sha1 differ 2025/04/03 02:07:55 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:55 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2025/04/03 02:07:55 INFO : potato: Copied (replaced existing) 2025/04/03 02:07:55 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (2.75s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:07:58 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:07:58 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:07:58 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:07:58 DEBUG : empty space: Unchanged skipping 2025/04/03 02:07:58 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:07:58 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2025/04/03 02:07:58 DEBUG : Waiting for deletions to finish 2025/04/03 02:07:58 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (2.74s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:01 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:08:01 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:08:01 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:01 DEBUG : empty space: Unchanged skipping 2025/04/03 02:08:01 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:02 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:08:02 INFO : potato2: Copied (new) 2025/04/03 02:08:02 DEBUG : Waiting for deletions to finish 2025/04/03 02:08:02 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (4.39s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:05 INFO : d: Making directory 2025/04/03 02:08:05 INFO : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2025/04/03 02:08:06 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:08:06 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/04/03 02:08:06 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:06 DEBUG : c/non empty space: Unchanged skipping 2025/04/03 02:08:06 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:06 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:08:06 INFO : a/potato2: Copied (new) 2025/04/03 02:08:06 DEBUG : Waiting for deletions to finish 2025/04/03 02:08:07 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (4.42s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:09 INFO : d: Making directory fstest.go:244: Filtering empty directory "d" 2025/04/03 02:08:10 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:08:10 DEBUG : c/non empty space: Unchanged skipping 2025/04/03 02:08:10 DEBUG : a/potato2: Need to transfer - File not found at Destination 2025/04/03 02:08:10 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:10 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:10 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:08:10 INFO : a/potato2: Copied (new) 2025/04/03 02:08:10 ERROR : B2 bucket rclone-test-zoqulow0niva: not deleting files as there were IO errors 2025/04/03 02:08:10 ERROR : B2 bucket rclone-test-zoqulow0niva: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (4.02s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:13 DEBUG : Waiting for deletions to finish 2025/04/03 02:08:14 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:08:14 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:08:14 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:14 DEBUG : empty space: Unchanged skipping 2025/04/03 02:08:14 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:14 INFO : potato: Deleted 2025/04/03 02:08:14 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:08:14 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (3.77s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:17 DEBUG : Waiting for deletions to finish 2025/04/03 02:08:17 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:17 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:17 INFO : potato: Deleted 2025/04/03 02:08:17 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:08:17 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:08:17 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:17 DEBUG : empty space: Unchanged skipping 2025/04/03 02:08:17 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:18 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:08:18 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (3.60s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:20 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:08:20 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:20 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:21 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2025/04/03 02:08:21 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.99s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:24 DEBUG : enormous: Excluded (Size Filter) 2025/04/03 02:08:24 DEBUG : enormous: Excluded 2025/04/03 02:08:24 DEBUG : potato2: Excluded (Size Filter) 2025/04/03 02:08:24 DEBUG : potato2: Excluded 2025/04/03 02:08:24 DEBUG : potato2: Excluded (Size Filter) 2025/04/03 02:08:24 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:08:24 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:24 DEBUG : empty space: Unchanged skipping 2025/04/03 02:08:24 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:24 DEBUG : Waiting for deletions to finish 2025/04/03 02:08:24 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:25 DEBUG : enormous: Excluded (Size Filter) 2025/04/03 02:08:25 DEBUG : enormous: Excluded 2025/04/03 02:08:25 DEBUG : potato2: Excluded (Size Filter) 2025/04/03 02:08:25 DEBUG : potato2: Excluded 2025/04/03 02:08:25 DEBUG : potato2: Excluded (Size Filter) 2025/04/03 02:08:25 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/04/03 02:08:25 DEBUG : empty space: Unchanged skipping 2025/04/03 02:08:25 DEBUG : Local file system at /tmp/rclone230928591: Waiting for checks to finish 2025/04/03 02:08:25 DEBUG : Local file system at /tmp/rclone230928591: Waiting for transfers to finish 2025/04/03 02:08:25 DEBUG : Waiting for deletions to finish 2025/04/03 02:08:25 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncWithExclude (3.98s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:29 DEBUG : enormous: Excluded (Size Filter) 2025/04/03 02:08:29 DEBUG : enormous: Excluded 2025/04/03 02:08:29 DEBUG : potato2: Excluded (Size Filter) 2025/04/03 02:08:29 DEBUG : potato2: Excluded 2025/04/03 02:08:29 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:08:29 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:29 DEBUG : empty space: Unchanged skipping 2025/04/03 02:08:29 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:29 DEBUG : Waiting for deletions to finish 2025/04/03 02:08:29 INFO : enormous: Deleted 2025/04/03 02:08:29 INFO : potato2: Deleted 2025/04/03 02:08:29 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:30 DEBUG : Local file system at /tmp/rclone230928591: Waiting for checks to finish 2025/04/03 02:08:30 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2025/04/03 02:08:30 DEBUG : empty space: Unchanged skipping 2025/04/03 02:08:30 DEBUG : Local file system at /tmp/rclone230928591: Waiting for transfers to finish 2025/04/03 02:08:30 DEBUG : Waiting for deletions to finish 2025/04/03 02:08:30 INFO : enormous: Deleted 2025/04/03 02:08:30 INFO : potato2: Deleted 2025/04/03 02:08:30 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (4.56s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:33 DEBUG : five: Need to transfer - File not found at Destination 2025/04/03 02:08:33 DEBUG : four: Sizes differ (src 4 vs dst 8) 2025/04/03 02:08:33 DEBUG : three: Sizes identical 2025/04/03 02:08:33 DEBUG : one: Destination is newer than source, skipping 2025/04/03 02:08:33 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:33 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2025/04/03 02:08:33 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone230928591) 2025/04/03 02:08:33 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-zoqulow0niva) 2025/04/03 02:08:33 DEBUG : two: sha1 differ 2025/04/03 02:08:33 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2025/04/03 02:08:33 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:34 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/04/03 02:08:34 INFO : five: Copied (new) 2025/04/03 02:08:34 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/04/03 02:08:34 INFO : two: Copied (replaced existing) 2025/04/03 02:08:34 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/04/03 02:08:34 INFO : four: Copied (replaced existing) 2025/04/03 02:08:34 DEBUG : Waiting for deletions to finish 2025/04/03 02:08:35 DEBUG : one: Destination is newer than source, skipping 2025/04/03 02:08:35 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:35 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2025/04/03 02:08:35 DEBUG : five: Size and sha1 of src and dst objects identical 2025/04/03 02:08:35 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2025/04/03 02:08:35 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone230928591) 2025/04/03 02:08:35 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-zoqulow0niva) 2025/04/03 02:08:35 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2025/04/03 02:08:35 DEBUG : three: sha1 differ 2025/04/03 02:08:35 DEBUG : four: Size and sha1 of src and dst objects identical 2025/04/03 02:08:35 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/04/03 02:08:35 DEBUG : two: Size and sha1 of src and dst objects identical 2025/04/03 02:08:35 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2025/04/03 02:08:35 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2025/04/03 02:08:35 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2025/04/03 02:08:35 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:35 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/03 02:08:35 INFO : three: Copied (replaced existing) 2025/04/03 02:08:35 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (6.08s) === 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-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2025/04/03 02:08:37 INFO : B2 bucket rclone-test-zoqulow0niva: Making map for --track-renames 2025/04/03 02:08:37 INFO : B2 bucket rclone-test-zoqulow0niva: Finished making map for --track-renames 2025/04/03 02:08:37 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:37 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for renames to finish 2025/04/03 02:08:37 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/04/03 02:08:37 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/04/03 02:08:37 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:37 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/04/03 02:08:37 INFO : potato: Copied (new) 2025/04/03 02:08:38 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/03 02:08:38 INFO : yam: Copied (new) 2025/04/03 02:08:38 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:38 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:08:38 INFO : B2 bucket rclone-test-zoqulow0niva: Making map for --track-renames 2025/04/03 02:08:38 INFO : B2 bucket rclone-test-zoqulow0niva: Finished making map for --track-renames 2025/04/03 02:08:38 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:38 DEBUG : potato: Unchanged skipping 2025/04/03 02:08:38 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for renames to finish 2025/04/03 02:08:39 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/03 02:08:39 INFO : yam: Copied (server-side copy) to: yaml 2025/04/03 02:08:40 INFO : yam: Deleted 2025/04/03 02:08:40 INFO : yaml: Renamed from "yam" 2025/04/03 02:08:40 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:40 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (4.44s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2025/04/03 02:08:42 INFO : B2 bucket rclone-test-zoqulow0niva: Making map for --track-renames 2025/04/03 02:08:42 INFO : B2 bucket rclone-test-zoqulow0niva: Finished making map for --track-renames 2025/04/03 02:08:42 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:42 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/04/03 02:08:42 DEBUG : yam: Need to transfer - No matching file found at Destination 2025/04/03 02:08:42 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for renames to finish 2025/04/03 02:08:42 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:42 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/04/03 02:08:42 INFO : potato: Copied (new) 2025/04/03 02:08:42 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/03 02:08:42 INFO : yam: Copied (new) 2025/04/03 02:08:42 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:43 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:08:43 INFO : B2 bucket rclone-test-zoqulow0niva: Making map for --track-renames 2025/04/03 02:08:43 INFO : B2 bucket rclone-test-zoqulow0niva: Finished making map for --track-renames 2025/04/03 02:08:43 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:43 DEBUG : potato: Unchanged skipping 2025/04/03 02:08:43 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for renames to finish 2025/04/03 02:08:43 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/03 02:08:43 INFO : yam: Copied (server-side copy) to: yaml 2025/04/03 02:08:43 INFO : yam: Deleted 2025/04/03 02:08:43 INFO : yaml: Renamed from "yam" 2025/04/03 02:08:43 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:43 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.91s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2025/04/03 02:08:45 INFO : B2 bucket rclone-test-zoqulow0niva: Making map for --track-renames 2025/04/03 02:08:45 INFO : B2 bucket rclone-test-zoqulow0niva: Finished making map for --track-renames 2025/04/03 02:08:45 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:45 DEBUG : potato: Need to transfer - No matching file found at Destination 2025/04/03 02:08:45 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2025/04/03 02:08:45 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for renames to finish 2025/04/03 02:08:45 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:46 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2025/04/03 02:08:46 INFO : potato: Copied (new) 2025/04/03 02:08:46 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/03 02:08:46 INFO : sub/yam: Copied (new) 2025/04/03 02:08:46 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:46 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:08:46 DEBUG : potato: Unchanged skipping 2025/04/03 02:08:46 INFO : B2 bucket rclone-test-zoqulow0niva: Making map for --track-renames 2025/04/03 02:08:46 INFO : B2 bucket rclone-test-zoqulow0niva: Finished making map for --track-renames 2025/04/03 02:08:46 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:46 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for renames to finish 2025/04/03 02:08:47 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2025/04/03 02:08:47 INFO : sub/yam: Copied (server-side copy) to: yam 2025/04/03 02:08:47 INFO : sub/yam: Deleted 2025/04/03 02:08:47 INFO : yam: Renamed from "sub/yam" 2025/04/03 02:08:47 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:47 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.70s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:49 DEBUG : Creating backend with remote "/tmp/rclone230928591/dir1" 2025/04/03 02:08:49 DEBUG : Creating backend with remote "/tmp/rclone230928591/dir2" 2025/04/03 02:08:49 DEBUG : Local file system at /tmp/rclone230928591/dir2: Using server-side directory move 2025/04/03 02:08:49 INFO : Local file system at /tmp/rclone230928591/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2025/04/03 02:08:49 DEBUG : file1.txt: Need to transfer - File not found at Destination 2025/04/03 02:08:49 INFO : file1.txt: Moved (server-side) 2025/04/03 02:08:49 DEBUG : Local file system at /tmp/rclone230928591/dir2: Waiting for checks to finish 2025/04/03 02:08:49 DEBUG : Local file system at /tmp/rclone230928591/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.38s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:50 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:08:50 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/04/03 02:08:50 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:50 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:50 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:08:50 INFO : sub dir/hello world: Copied (new) 2025/04/03 02:08:50 INFO : sub dir/hello world: Deleted 2025/04/03 02:08:50 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/04/03 02:08:50 INFO : nested/sub dir/file: Copied (new) 2025/04/03 02:08:50 INFO : nested/sub dir/file: Deleted 2025/04/03 02:08:50 INFO : sub dir: Removing directory 2025/04/03 02:08:50 INFO : nested/sub dir: Removing directory 2025/04/03 02:08:50 INFO : nested: Removing directory 2025/04/03 02:08:50 DEBUG : Local file system at /tmp/rclone230928591: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.45s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:52 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2025/04/03 02:08:52 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2025/04/03 02:08:52 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:52 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:52 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2025/04/03 02:08:52 INFO : sub dir/hello world: Copied (new) 2025/04/03 02:08:52 INFO : sub dir/hello world: Deleted 2025/04/03 02:08:53 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2025/04/03 02:08:53 INFO : nested/sub dir/file: Copied (new) 2025/04/03 02:08:53 INFO : nested/sub dir/file: Deleted run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.86s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:55 DEBUG : existing: Need to transfer - File not found at Destination 2025/04/03 02:08:55 DEBUG : existing-b: Need to transfer - File not found at Destination 2025/04/03 02:08:55 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:55 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:55 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/04/03 02:08:55 INFO : existing: Copied (new) 2025/04/03 02:08:55 INFO : existing: Deleted 2025/04/03 02:08:55 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2025/04/03 02:08:55 INFO : existing-b: Copied (new) 2025/04/03 02:08:55 INFO : existing-b: Deleted 2025/04/03 02:08:56 DEBUG : existing: Destination exists, skipping 2025/04/03 02:08:56 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:08:56 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2025/04/03 02:08:56 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:08:56 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.59s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:08:57 DEBUG : Creating backend with remote "TestB2:rclone-test-kitonad1salu" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-zoqulow0niva -> B2 bucket rclone-test-kitonad1salu 2025/04/03 02:09:03 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:09:03 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/04/03 02:09:03 DEBUG : empty space: Unchanged skipping 2025/04/03 02:09:03 DEBUG : B2 bucket rclone-test-kitonad1salu: Waiting for checks to finish 2025/04/03 02:09:03 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/04/03 02:09:03 INFO : empty space: Deleted 2025/04/03 02:09:03 DEBUG : B2 bucket rclone-test-kitonad1salu: Waiting for transfers to finish 2025/04/03 02:09:03 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:09:03 INFO : potato2: Copied (server-side copy) 2025/04/03 02:09:03 INFO : potato2: Deleted 2025/04/03 02:09:03 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/03 02:09:03 INFO : potato3: Copied (server-side copy) 2025/04/03 02:09:03 INFO : potato3: Deleted 2025/04/03 02:09:04 DEBUG : Creating backend with remote "TestB2:rclone-test-doqofih6kusu" 2025/04/03 02:09:05 DEBUG : empty space: Need to transfer - File not found at Destination 2025/04/03 02:09:05 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:09:05 DEBUG : potato3: Need to transfer - File not found at Destination 2025/04/03 02:09:05 DEBUG : B2 bucket rclone-test-doqofih6kusu: Waiting for checks to finish 2025/04/03 02:09:05 DEBUG : B2 bucket rclone-test-doqofih6kusu: Waiting for transfers to finish 2025/04/03 02:09:09 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/03 02:09:09 INFO : empty space: Copied (server-side copy) 2025/04/03 02:09:09 INFO : empty space: Deleted 2025/04/03 02:09:09 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/03 02:09:09 INFO : potato3: Copied (server-side copy) 2025/04/03 02:09:10 INFO : potato3: Deleted 2025/04/03 02:09:10 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:09:10 INFO : potato2: Copied (server-side copy) 2025/04/03 02:09:10 INFO : potato2: Deleted 2025/04/03 02:09:10 DEBUG : B2 bucket rclone-test-doqofih6kusu: Purge remote 2025/04/03 02:09:10 INFO : B2 bucket rclone-test-doqofih6kusu: cleaning bucket "rclone-test-doqofih6kusu" of all files 2025/04/03 02:09:10 DEBUG : empty space: Deleting (id "4_z7ff2bdc3608dfb9b9f580e1b_f1061fd876d0b0e58_d20250403_m020909_c001_v0001181_t0035_u01743646149133") 2025/04/03 02:09:10 DEBUG : potato2: Deleting (id "4_z7ff2bdc3608dfb9b9f580e1b_f10466d6f7f0f90c3_d20250403_m020909_c001_v0001117_t0006_u01743646149414") 2025/04/03 02:09:10 DEBUG : potato3: Deleting (id "4_z7ff2bdc3608dfb9b9f580e1b_f104a2d9d7954aa80_d20250403_m020909_c001_v0001104_t0031_u01743646149537") 2025/04/03 02:09:11 DEBUG : B2 bucket rclone-test-kitonad1salu: Purge remote 2025/04/03 02:09:11 INFO : B2 bucket rclone-test-kitonad1salu: cleaning bucket "rclone-test-kitonad1salu" of all files 2025/04/03 02:09:11 DEBUG : empty space: Deleting (id "4_zaf52ad63608dfb9b9f580e1b_f403d78503ec57eb6_d20250403_m020909_c001_v7007000_t0000_u01743646149388") 2025/04/03 02:09:11 DEBUG : empty space: Deleting (id "4_zaf52ad63608dfb9b9f580e1b_f108e84834a7c23ba_d20250403_m020902_c001_v0001043_t0012_u01743646142086") 2025/04/03 02:09:11 DEBUG : potato2: Deleting (id "4_zaf52ad63608dfb9b9f580e1b_f403d78503ec57eb8_d20250403_m020910_c001_v7007000_t0000_u01743646150250") 2025/04/03 02:09:11 DEBUG : potato2: Deleting (id "4_zaf52ad63608dfb9b9f580e1b_f107d23a9d40dd327_d20250403_m020903_c001_v0001145_t0001_u01743646143248") 2025/04/03 02:09:11 DEBUG : potato3: Deleting (id "4_zaf52ad63608dfb9b9f580e1b_f403d78503ec57eb7_d20250403_m020909_c001_v7007000_t0000_u01743646149986") 2025/04/03 02:09:11 DEBUG : potato3: Deleting (id "4_zaf52ad63608dfb9b9f580e1b_f1150c4eb678d1b77_d20250403_m020903_c001_v0001182_t0031_u01743646143633") 2025/04/03 02:09:11 DEBUG : potato3: Deleting (id "4_zaf52ad63608dfb9b9f580e1b_f108e84834a7c23bc_d20250403_m020902_c001_v0001043_t0016_u01743646142491") --- PASS: TestServerSideMove (16.09s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:09:13 DEBUG : Creating backend with remote "TestB2:rclone-test-sayixol2dide" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-zoqulow0niva -> B2 bucket rclone-test-sayixol2dide 2025/04/03 02:09:19 DEBUG : empty space: Excluded (Size Filter) 2025/04/03 02:09:19 DEBUG : empty space: Excluded (Size Filter) 2025/04/03 02:09:19 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:09:19 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/04/03 02:09:19 DEBUG : B2 bucket rclone-test-sayixol2dide: Waiting for checks to finish 2025/04/03 02:09:19 DEBUG : B2 bucket rclone-test-sayixol2dide: Waiting for transfers to finish 2025/04/03 02:09:19 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:09:19 INFO : potato2: Copied (server-side copy) 2025/04/03 02:09:19 INFO : potato2: Deleted 2025/04/03 02:09:19 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/03 02:09:19 INFO : potato3: Copied (server-side copy) 2025/04/03 02:09:20 INFO : potato3: Deleted 2025/04/03 02:09:20 DEBUG : Creating backend with remote "TestB2:rclone-test-yayeqam6maqi" 2025/04/03 02:09:21 DEBUG : empty space: Excluded (Size Filter) 2025/04/03 02:09:21 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:09:21 DEBUG : potato3: Need to transfer - File not found at Destination 2025/04/03 02:09:21 DEBUG : B2 bucket rclone-test-yayeqam6maqi: Waiting for checks to finish 2025/04/03 02:09:21 DEBUG : B2 bucket rclone-test-yayeqam6maqi: Waiting for transfers to finish 2025/04/03 02:09:22 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:09:22 INFO : potato2: Copied (server-side copy) 2025/04/03 02:09:22 INFO : potato2: Deleted 2025/04/03 02:09:22 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/03 02:09:22 INFO : potato3: Copied (server-side copy) 2025/04/03 02:09:22 INFO : potato3: Deleted 2025/04/03 02:09:23 DEBUG : B2 bucket rclone-test-yayeqam6maqi: Purge remote 2025/04/03 02:09:23 INFO : B2 bucket rclone-test-yayeqam6maqi: cleaning bucket "rclone-test-yayeqam6maqi" of all files 2025/04/03 02:09:23 DEBUG : potato2: Deleting (id "4_z2fa2fdc3608dfb9b9f580e1b_f105e254abfb28642_d20250403_m020922_c001_v0001183_t0052_u01743646162378") 2025/04/03 02:09:23 DEBUG : potato3: Deleting (id "4_z2fa2fdc3608dfb9b9f580e1b_f105e254abfb2864e_d20250403_m020922_c001_v0001183_t0021_u01743646162615") 2025/04/03 02:09:24 DEBUG : B2 bucket rclone-test-sayixol2dide: Purge remote 2025/04/03 02:09:24 INFO : B2 bucket rclone-test-sayixol2dide: cleaning bucket "rclone-test-sayixol2dide" of all files 2025/04/03 02:09:24 DEBUG : empty space: Deleting (id "4_zbff2ed93608dfb9b9f580e1b_f11711ccb82057ea3_d20250403_m020918_c001_v0001182_t0043_u01743646158330") 2025/04/03 02:09:24 DEBUG : potato2: Deleting (id "4_zbff2ed93608dfb9b9f580e1b_f419b182e69211d1e_d20250403_m020922_c001_v7007000_t0000_u01743646162591") 2025/04/03 02:09:24 DEBUG : potato2: Deleting (id "4_zbff2ed93608dfb9b9f580e1b_f10061ad58a7f0535_d20250403_m020919_c001_v0001106_t0015_u01743646159171") 2025/04/03 02:09:24 DEBUG : potato3: Deleting (id "4_zbff2ed93608dfb9b9f580e1b_f419b182e69211d23_d20250403_m020922_c001_v7007000_t0000_u01743646162852") 2025/04/03 02:09:24 DEBUG : potato3: Deleting (id "4_zbff2ed93608dfb9b9f580e1b_f103bed0b5728ab16_d20250403_m020919_c001_v0001109_t0022_u01743646159528") 2025/04/03 02:09:24 DEBUG : potato3: Deleting (id "4_zbff2ed93608dfb9b9f580e1b_f11711ccb82057eab_d20250403_m020918_c001_v0001182_t0051_u01743646158549") 2025/04/03 02:09:24 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_delete_file_version": EOF) 2025/04/03 02:09:24 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/04/03 02:09:24 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveWithFilter (12.77s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:09:26 DEBUG : Creating backend with remote "TestB2:rclone-test-lovigof6zana" 2025/04/03 02:09:29 INFO : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-zoqulow0niva -> B2 bucket rclone-test-lovigof6zana 2025/04/03 02:09:31 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:09:31 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2025/04/03 02:09:31 DEBUG : empty space: Unchanged skipping 2025/04/03 02:09:31 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2025/04/03 02:09:31 DEBUG : B2 bucket rclone-test-lovigof6zana: Waiting for checks to finish 2025/04/03 02:09:31 INFO : empty space: Deleted 2025/04/03 02:09:31 DEBUG : B2 bucket rclone-test-lovigof6zana: Waiting for transfers to finish 2025/04/03 02:09:31 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:09:31 INFO : potato2: Copied (server-side copy) 2025/04/03 02:09:32 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/03 02:09:32 INFO : potato3: Copied (server-side copy) 2025/04/03 02:09:32 INFO : potato2: Deleted 2025/04/03 02:09:32 INFO : potato3: Deleted 2025/04/03 02:09:32 DEBUG : Creating backend with remote "TestB2:rclone-test-gajosis0lesa" 2025/04/03 02:09:33 INFO : tomatoDir: Making directory 2025/04/03 02:09:34 DEBUG : empty space: Need to transfer - File not found at Destination 2025/04/03 02:09:34 DEBUG : potato2: Need to transfer - File not found at Destination 2025/04/03 02:09:34 DEBUG : potato3: Need to transfer - File not found at Destination 2025/04/03 02:09:34 DEBUG : B2 bucket rclone-test-gajosis0lesa: Waiting for checks to finish 2025/04/03 02:09:34 DEBUG : B2 bucket rclone-test-gajosis0lesa: Waiting for transfers to finish 2025/04/03 02:09:35 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2025/04/03 02:09:35 INFO : empty space: Copied (server-side copy) 2025/04/03 02:09:36 INFO : empty space: Deleted 2025/04/03 02:09:36 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2025/04/03 02:09:36 INFO : potato3: Copied (server-side copy) 2025/04/03 02:09:36 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2025/04/03 02:09:36 INFO : potato2: Copied (server-side copy) 2025/04/03 02:09:36 INFO : potato3: Deleted 2025/04/03 02:09:36 INFO : potato2: Deleted 2025/04/03 02:09:36 DEBUG : B2 bucket rclone-test-gajosis0lesa: Purge remote 2025/04/03 02:09:36 INFO : B2 bucket rclone-test-gajosis0lesa: cleaning bucket "rclone-test-gajosis0lesa" of all files 2025/04/03 02:09:37 DEBUG : empty space: Deleting (id "4_z5f622dc3609dfb9b9f580e1b_f100a9c332779311e_d20250403_m020935_c001_v0001184_t0050_u01743646175799") 2025/04/03 02:09:37 DEBUG : potato2: Deleting (id "4_z5f622dc3609dfb9b9f580e1b_f114cadd71d4f451f_d20250403_m020936_c001_v0001179_t0046_u01743646176114") 2025/04/03 02:09:37 DEBUG : potato3: Deleting (id "4_z5f622dc3609dfb9b9f580e1b_f10541a3e17f455d7_d20250403_m020936_c001_v0001182_t0040_u01743646176043") 2025/04/03 02:09:38 DEBUG : B2 bucket rclone-test-lovigof6zana: Purge remote 2025/04/03 02:09:38 INFO : B2 bucket rclone-test-lovigof6zana: cleaning bucket "rclone-test-lovigof6zana" of all files 2025/04/03 02:09:39 DEBUG : empty space: Deleting (id "4_zaf221da3609dfb9b9f580e1b_f403d78503ec57ef0_d20250403_m020936_c001_v7007000_t0000_u01743646176008") 2025/04/03 02:09:39 DEBUG : empty space: Deleting (id "4_zaf221da3609dfb9b9f580e1b_f102ff8c2cf2ad4d8_d20250403_m020930_c001_v0001183_t0059_u01743646170744") 2025/04/03 02:09:39 DEBUG : potato2: Deleting (id "4_zaf221da3609dfb9b9f580e1b_f411a5cb4068ad413_d20250403_m020936_c001_v7007000_t0000_u01743646176334") 2025/04/03 02:09:39 DEBUG : potato2: Deleting (id "4_zaf221da3609dfb9b9f580e1b_f1134a506ba093f76_d20250403_m020931_c001_v0001044_t0039_u01743646171582") 2025/04/03 02:09:39 DEBUG : potato3: Deleting (id "4_zaf221da3609dfb9b9f580e1b_f403d78503ec57ef1_d20250403_m020936_c001_v7007000_t0000_u01743646176285") 2025/04/03 02:09:39 DEBUG : potato3: Deleting (id "4_zaf221da3609dfb9b9f580e1b_f10027f2c75f7cfe9_d20250403_m020932_c001_v0001182_t0051_u01743646172000") 2025/04/03 02:09:39 DEBUG : potato3: Deleting (id "4_zaf221da3609dfb9b9f580e1b_f102ff8c2cf2ad4e0_d20250403_m020930_c001_v0001183_t0030_u01743646170958") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (14.03s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:09:40 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/rclone-move-test" --- PASS: TestServerSideMoveOverlap (3.34s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:09:43 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncOverlap (3.10s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:09:47 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/rclone-sync-test" 2025/04/03 02:09:49 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/rclone-sync-test-include/layer2" 2025/04/03 02:09:50 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/rclone-sync-test-ignore-file" 2025/04/03 02:09:54 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2025/04/03 02:09:54 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2025/04/03 02:09:54 DEBUG : pacer: Reducing sleep to 10ms 2025/04/03 02:09:54 DEBUG : B2 bucket rclone-test-zoqulow0niva path rclone-sync-test: Waiting for checks to finish 2025/04/03 02:09:54 DEBUG : B2 bucket rclone-test-zoqulow0niva path rclone-sync-test: Waiting for transfers to finish 2025/04/03 02:09:54 DEBUG : Waiting for deletions to finish 2025/04/03 02:09:54 INFO : There was nothing to transfer 2025/04/03 02:09:54 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:09:54 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:09:54 DEBUG : Waiting for deletions to finish 2025/04/03 02:09:54 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:09:55 DEBUG : B2 bucket rclone-test-zoqulow0niva path rclone-sync-test-include/layer2: Waiting for checks to finish 2025/04/03 02:09:55 DEBUG : B2 bucket rclone-test-zoqulow0niva path rclone-sync-test-include/layer2: Waiting for transfers to finish 2025/04/03 02:09:55 DEBUG : Waiting for deletions to finish 2025/04/03 02:09:55 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:09:55 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:09:55 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:09:55 DEBUG : Waiting for deletions to finish 2025/04/03 02:09:55 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:09:56 DEBUG : B2 bucket rclone-test-zoqulow0niva path rclone-sync-test-ignore-file: Waiting for checks to finish 2025/04/03 02:09:56 DEBUG : B2 bucket rclone-test-zoqulow0niva path rclone-sync-test-ignore-file: Waiting for transfers to finish 2025/04/03 02:09:56 DEBUG : Waiting for deletions to finish 2025/04/03 02:09:56 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (16.21s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:10:03 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/dst" 2025/04/03 02:10:04 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/CompareDest" 2025/04/03 02:10:06 DEBUG : one: Need to transfer - File not found at Destination 2025/04/03 02:10:06 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:06 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:07 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/03 02:10:07 INFO : one: Copied (new) 2025/04/03 02:10:07 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:08 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 02:10:08 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:08 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:08 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/04/03 02:10:08 INFO : one: Copied (replaced existing) 2025/04/03 02:10:08 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:10 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:10 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 02:10:10 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:10 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/03 02:10:10 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:10 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:10 INFO : There was nothing to transfer 2025/04/03 02:10:12 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:12 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/03 02:10:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 02:10:12 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:12 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:12 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/03 02:10:12 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:12 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:12 INFO : There was nothing to transfer 2025/04/03 02:10:12 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:12 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/03 02:10:12 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 02:10:12 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:13 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:13 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/03 02:10:13 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:13 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:13 INFO : There was nothing to transfer 2025/04/03 02:10:14 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2025/04/03 02:10:14 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/04/03 02:10:14 DEBUG : two: Destination found in --compare-dest, skipping 2025/04/03 02:10:14 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 02:10:14 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:14 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:14 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/03 02:10:14 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:14 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:14 INFO : There was nothing to transfer 2025/04/03 02:10:15 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/04/03 02:10:15 DEBUG : two: Need to transfer - File not found at Destination 2025/04/03 02:10:15 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 02:10:15 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:15 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:15 DEBUG : one: Destination found in --compare-dest, skipping 2025/04/03 02:10:15 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:15 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2025/04/03 02:10:15 INFO : two: Copied (new) 2025/04/03 02:10:15 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (14.01s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:10:19 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/dest" 2025/04/03 02:10:20 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/pre-dest1" 2025/04/03 02:10:21 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/pre-dest2" 2025/04/03 02:10:23 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:10:23 DEBUG : 1: Destination found in --compare-dest, skipping 2025/04/03 02:10:23 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:10:23 DEBUG : 2: Destination found in --compare-dest, skipping 2025/04/03 02:10:24 DEBUG : 3: Need to transfer - File not found at Destination 2025/04/03 02:10:24 DEBUG : B2 bucket rclone-test-zoqulow0niva path dest: Waiting for checks to finish 2025/04/03 02:10:24 DEBUG : B2 bucket rclone-test-zoqulow0niva path dest: Waiting for transfers to finish 2025/04/03 02:10:24 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2025/04/03 02:10:24 INFO : 3: Copied (new) 2025/04/03 02:10:24 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (9.42s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:10:26 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/dst" 2025/04/03 02:10:27 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/CopyDest" 2025/04/03 02:10:29 DEBUG : one: Need to transfer - File not found at Destination 2025/04/03 02:10:29 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:29 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:30 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/03 02:10:30 INFO : one: Copied (new) 2025/04/03 02:10:30 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:31 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:31 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 02:10:31 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:31 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/04/03 02:10:31 INFO : one: Copied (replaced existing) 2025/04/03 02:10:31 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:33 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/BackupDir" 2025/04/03 02:10:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 02:10:35 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:35 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:35 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/04/03 02:10:36 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/03 02:10:36 INFO : one: Copied (server-side copy) 2025/04/03 02:10:37 INFO : one: Deleted 2025/04/03 02:10:37 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2025/04/03 02:10:37 INFO : one: Copied (server-side copy) 2025/04/03 02:10:37 DEBUG : one: Destination found in --copy-dest, using server-side copy 2025/04/03 02:10:37 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:37 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:37 DEBUG : CopyDest/two: Clearing upload URL because of error: Post "https://pod-000-1184-07.backblaze.com/b2api/v1/b2_upload_file/5fe21de3606dfb9b9f580e1b/c001_v0001184_t0045": EOF 2025/04/03 02:10:37 DEBUG : pacer: low level retry 1/1 (error Post "https://pod-000-1184-07.backblaze.com/b2api/v1/b2_upload_file/5fe21de3606dfb9b9f580e1b/c001_v0001184_t0045": EOF) 2025/04/03 02:10:37 DEBUG : pacer: Rate limited, increasing sleep to 20ms run.go:281: Retry Put of "CopyDest/two" to B2 bucket rclone-test-zoqulow0niva: 1/10 (Post "https://pod-000-1184-07.backblaze.com/b2api/v1/b2_upload_file/5fe21de3606dfb9b9f580e1b/c001_v0001184_t0045": EOF) 2025/04/03 02:10:40 DEBUG : pacer: Reducing sleep to 10ms 2025/04/03 02:10:41 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:42 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2025/04/03 02:10:42 INFO : two: Copied (server-side copy) 2025/04/03 02:10:42 DEBUG : two: Destination found in --copy-dest, using server-side copy 2025/04/03 02:10:42 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:42 DEBUG : one: Unchanged skipping 2025/04/03 02:10:42 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:42 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:42 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:42 DEBUG : one: Unchanged skipping 2025/04/03 02:10:42 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:42 DEBUG : two: Unchanged skipping 2025/04/03 02:10:42 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:42 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:42 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:42 INFO : There was nothing to transfer 2025/04/03 02:10:44 DEBUG : three: Sizes differ (src 7 vs dst 5) 2025/04/03 02:10:44 DEBUG : three: Destination not found in --copy-dest 2025/04/03 02:10:44 DEBUG : three: Need to transfer - File not found at Destination 2025/04/03 02:10:44 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:44 DEBUG : one: Unchanged skipping 2025/04/03 02:10:44 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2025/04/03 02:10:44 DEBUG : two: Unchanged skipping 2025/04/03 02:10:44 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:44 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:44 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2025/04/03 02:10:44 INFO : three: Copied (new) 2025/04/03 02:10:44 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (19.95s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:10:49 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/dst" 2025/04/03 02:10:50 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/backup" 2025/04/03 02:10:52 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/03 02:10:52 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:10:52 DEBUG : two: Unchanged skipping 2025/04/03 02:10:52 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:54 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/03 02:10:54 INFO : one: Copied (server-side copy) 2025/04/03 02:10:54 INFO : one: Deleted 2025/04/03 02:10:54 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:55 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:10:55 INFO : one: Copied (new) 2025/04/03 02:10:55 DEBUG : Waiting for deletions to finish 2025/04/03 02:10:56 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/03 02:10:56 INFO : three.txt: Copied (server-side copy) 2025/04/03 02:10:56 INFO : three.txt: Deleted 2025/04/03 02:10:56 INFO : three.txt: Moved into backup dir 2025/04/03 02:10:58 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/03 02:10:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:10:58 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:10:58 DEBUG : two: Unchanged skipping 2025/04/03 02:10:59 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:10:59 INFO : one: Copied (server-side copy) 2025/04/03 02:10:59 INFO : one: Deleted 2025/04/03 02:10:59 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:10:59 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/03 02:10:59 INFO : one: Copied (new) 2025/04/03 02:10:59 DEBUG : Waiting for deletions to finish 2025/04/03 02:11:00 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/03 02:11:00 INFO : three.txt: Copied (server-side copy) 2025/04/03 02:11:00 INFO : three.txt: Deleted 2025/04/03 02:11:00 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (15.59s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:11:04 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/dst" 2025/04/03 02:11:06 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/backup" 2025/04/03 02:11:08 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/03 02:11:08 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:11:08 DEBUG : two: Unchanged skipping 2025/04/03 02:11:08 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:11:09 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/03 02:11:09 INFO : one: Copied (server-side copy) to: one.bak 2025/04/03 02:11:09 INFO : one: Deleted 2025/04/03 02:11:09 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:11:10 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:11:10 INFO : one: Copied (new) 2025/04/03 02:11:10 DEBUG : Waiting for deletions to finish 2025/04/03 02:11:10 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/03 02:11:10 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/03 02:11:11 INFO : three.txt: Deleted 2025/04/03 02:11:11 INFO : three.txt: Moved into backup dir 2025/04/03 02:11:13 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/03 02:11:13 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:11:13 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:11:13 DEBUG : two: Unchanged skipping 2025/04/03 02:11:13 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:11:13 INFO : one: Copied (server-side copy) to: one.bak 2025/04/03 02:11:13 INFO : one: Deleted 2025/04/03 02:11:13 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:11:14 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/03 02:11:14 INFO : one: Copied (new) 2025/04/03 02:11:14 DEBUG : Waiting for deletions to finish 2025/04/03 02:11:14 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/03 02:11:14 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/03 02:11:14 INFO : three.txt: Deleted 2025/04/03 02:11:14 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (13.86s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:11:18 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/dst" 2025/04/03 02:11:19 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/backup" 2025/04/03 02:11:21 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/03 02:11:21 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:11:21 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:11:21 DEBUG : two: Unchanged skipping 2025/04/03 02:11:22 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/03 02:11:22 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/04/03 02:11:22 INFO : one: Deleted 2025/04/03 02:11:22 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:11:23 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:11:23 INFO : one: Copied (new) 2025/04/03 02:11:23 DEBUG : Waiting for deletions to finish 2025/04/03 02:11:23 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/03 02:11:23 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/04/03 02:11:24 INFO : three.txt: Deleted 2025/04/03 02:11:24 INFO : three.txt: Moved into backup dir 2025/04/03 02:11:25 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/03 02:11:25 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:11:25 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:11:25 DEBUG : two: Unchanged skipping 2025/04/03 02:11:26 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:11:26 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/04/03 02:11:26 INFO : one: Deleted 2025/04/03 02:11:26 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:11:26 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/03 02:11:26 INFO : one: Copied (new) 2025/04/03 02:11:26 DEBUG : Waiting for deletions to finish 2025/04/03 02:11:27 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/03 02:11:27 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/04/03 02:11:27 INFO : three.txt: Deleted 2025/04/03 02:11:27 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (12.85s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:11:30 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/dst" 2025/04/03 02:11:32 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/03 02:11:32 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:11:32 DEBUG : two: Unchanged skipping 2025/04/03 02:11:32 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:11:33 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/03 02:11:33 INFO : one: Copied (server-side copy) to: one.bak 2025/04/03 02:11:33 INFO : one: Deleted 2025/04/03 02:11:33 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:11:34 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:11:34 INFO : one: Copied (new) 2025/04/03 02:11:34 DEBUG : Waiting for deletions to finish 2025/04/03 02:11:34 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/03 02:11:34 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/03 02:11:35 INFO : three.txt: Deleted 2025/04/03 02:11:35 INFO : three.txt: Moved into backup dir 2025/04/03 02:11:36 DEBUG : one.bak: Excluded (Path Filter) 2025/04/03 02:11:36 DEBUG : three.txt.bak: Excluded (Path Filter) 2025/04/03 02:11:36 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/03 02:11:36 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:11:36 DEBUG : two: Unchanged skipping 2025/04/03 02:11:36 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for checks to finish 2025/04/03 02:11:36 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:11:36 INFO : one: Copied (server-side copy) to: one.bak 2025/04/03 02:11:36 INFO : one: Deleted 2025/04/03 02:11:36 DEBUG : B2 bucket rclone-test-zoqulow0niva path dst: Waiting for transfers to finish 2025/04/03 02:11:37 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/03 02:11:37 INFO : one: Copied (new) 2025/04/03 02:11:37 DEBUG : Waiting for deletions to finish 2025/04/03 02:11:37 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/03 02:11:37 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/03 02:11:37 INFO : three.txt: Deleted 2025/04/03 02:11:37 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (10.02s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:11:40 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/dst" 2025/04/03 02:11:42 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/03 02:11:43 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/03 02:11:43 INFO : one: Copied (server-side copy) to: one.bak 2025/04/03 02:11:43 INFO : one: Deleted 2025/04/03 02:11:44 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:11:44 INFO : one: Copied (new) 2025/04/03 02:11:45 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:11:45 DEBUG : two: Unchanged skipping 2025/04/03 02:11:45 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/04/03 02:11:45 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/03 02:11:45 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/03 02:11:45 INFO : three.txt: Deleted 2025/04/03 02:11:46 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/03 02:11:46 INFO : three.txt: Copied (new) 2025/04/03 02:11:47 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/03 02:11:48 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:11:48 INFO : one: Copied (server-side copy) to: one.bak 2025/04/03 02:11:48 INFO : one: Deleted 2025/04/03 02:11:48 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/03 02:11:48 INFO : one: Copied (new) 2025/04/03 02:11:48 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:11:48 DEBUG : two: Unchanged skipping 2025/04/03 02:11:49 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/04/03 02:11:50 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/03 02:11:50 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2025/04/03 02:11:50 INFO : three.txt: Deleted 2025/04/03 02:11:50 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/04/03 02:11:50 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (13.29s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:11:54 DEBUG : Creating backend with remote "TestB2:rclone-test-zoqulow0niva/dst" 2025/04/03 02:11:55 DEBUG : one: Sizes differ (src 4 vs dst 3) 2025/04/03 02:11:57 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2025/04/03 02:11:57 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/04/03 02:11:57 INFO : one: Deleted 2025/04/03 02:11:58 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:11:58 INFO : one: Copied (new) 2025/04/03 02:11:58 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:11:58 DEBUG : two: Unchanged skipping 2025/04/03 02:11:59 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2025/04/03 02:11:59 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2025/04/03 02:11:59 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/04/03 02:11:59 INFO : three.txt: Deleted 2025/04/03 02:12:00 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/03 02:12:00 INFO : three.txt: Copied (new) 2025/04/03 02:12:01 DEBUG : one: Sizes differ (src 5 vs dst 4) 2025/04/03 02:12:01 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2025/04/03 02:12:01 INFO : one: Copied (server-side copy) to: one-2019-01-01 2025/04/03 02:12:01 INFO : one: Deleted 2025/04/03 02:12:02 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2025/04/03 02:12:02 INFO : one: Copied (new) 2025/04/03 02:12:02 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:02 DEBUG : two: Unchanged skipping 2025/04/03 02:12:02 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2025/04/03 02:12:03 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2025/04/03 02:12:03 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2025/04/03 02:12:03 INFO : three.txt: Deleted 2025/04/03 02:12:03 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2025/04/03 02:12:03 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (13.19s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:12:06 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2025/04/03 02:12:06 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:12:06 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:12:07 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2025/04/03 02:12:07 INFO : Testêé: Copied (replaced existing) to: Testêé 2025/04/03 02:12:07 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.96s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:12:08 DEBUG : existing: Need to transfer - File not found at Destination 2025/04/03 02:12:08 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:12:08 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:12:09 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2025/04/03 02:12:09 INFO : existing: Copied (new) 2025/04/03 02:12:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:12:09 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2025/04/03 02:12:09 ERROR : existing: Source and destination exist but do not match: immutable file modified 2025/04/03 02:12:09 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:12:09 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:12:09 ERROR : B2 bucket rclone-test-zoqulow0niva: not deleting files as there were IO errors 2025/04/03 02:12:09 ERROR : B2 bucket rclone-test-zoqulow0niva: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncImmutable (3.15s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:12:12 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:12 DEBUG : existing: Unchanged skipping 2025/04/03 02:12:12 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:12:12 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:12:12 DEBUG : Waiting for deletions to finish 2025/04/03 02:12:12 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.99s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.39s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.17s) --- SKIP: TestMaxTransfer/Hard (0.40s) --- SKIP: TestMaxTransfer/Soft (0.39s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:12:40 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:12:40 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both0: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both12: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both13: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both1: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both15: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both16: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both17: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both18: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both11: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both2: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both14: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both10: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both19: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both5: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both7: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both8: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:12:40 DEBUG : both9: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both6: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both4: Unchanged skipping 2025/04/03 02:12:40 DEBUG : both3: Unchanged skipping 2025/04/03 02:12:40 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:12:40 DEBUG : Waiting for deletions to finish 2025/04/03 02:12:40 INFO : only16: Deleted 2025/04/03 02:12:40 INFO : only12: Deleted 2025/04/03 02:12:40 INFO : only15: Deleted 2025/04/03 02:12:40 INFO : only8: Deleted 2025/04/03 02:12:40 INFO : only4: Deleted 2025/04/03 02:12:40 INFO : only2: Deleted 2025/04/03 02:12:41 INFO : only1: Deleted 2025/04/03 02:12:41 INFO : only10: Deleted 2025/04/03 02:12:41 INFO : only17: Deleted 2025/04/03 02:12:41 INFO : only19: Deleted 2025/04/03 02:12:41 INFO : only6: Deleted 2025/04/03 02:12:41 INFO : only7: Deleted 2025/04/03 02:12:41 INFO : only9: Deleted 2025/04/03 02:12:41 INFO : only11: Deleted 2025/04/03 02:12:41 INFO : only18: Deleted 2025/04/03 02:12:41 INFO : only3: Deleted 2025/04/03 02:12:41 INFO : only5: Deleted 2025/04/03 02:12:41 INFO : only0: Deleted 2025/04/03 02:12:41 INFO : only13: Deleted 2025/04/03 02:12:41 INFO : only14: Deleted 2025/04/03 02:12:41 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (31.67s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:13:15 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for checks to finish 2025/04/03 02:13:15 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both0: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both12: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both11: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both14: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both10: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both16: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both1: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both18: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both13: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both15: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both3: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both17: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both19: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both6: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both7: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both8: Unchanged skipping 2025/04/03 02:13:15 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2025/04/03 02:13:15 DEBUG : both2: Unchanged skipping 2025/04/03 02:13:15 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : both4: Unchanged skipping 2025/04/03 02:13:15 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : both9: Unchanged skipping 2025/04/03 02:13:15 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : both5: Unchanged skipping 2025/04/03 02:13:15 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2025/04/03 02:13:15 DEBUG : B2 bucket rclone-test-zoqulow0niva: Waiting for transfers to finish 2025/04/03 02:13:15 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:15 INFO : only10: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only14: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only11: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only13: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only16: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only15: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only12: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only17: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only18: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only19: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only0: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only3: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only5: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only6: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only7: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only4: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only2: Copied (replaced existing) 2025/04/03 02:13:16 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:16 INFO : only1: Copied (replaced existing) 2025/04/03 02:13:17 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:17 INFO : only8: Copied (replaced existing) 2025/04/03 02:13:17 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2025/04/03 02:13:17 INFO : only9: Copied (replaced existing) 2025/04/03 02:13:17 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (39.32s) === RUN TestSyncReplaceDirModTime run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:13:26 DEBUG : empty_dir: Making directory with metadata 2025/04/03 02:13:26 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/03 02:13:26 DEBUG : empty_on_remote: Making directory with metadata 2025/04/03 02:13:26 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/03 02:13:26 INFO : empty_on_remote: Making directory 2025/04/03 02:13:26 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:13:27 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/04/03 02:13:27 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/04/03 02:13:27 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/04/03 02:13:27 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTime (3.30s) === RUN TestSyncReplaceDirModTimeWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:13:29 DEBUG : empty_dir: Making directory with metadata 2025/04/03 02:13:29 INFO : empty_dir: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/03 02:13:29 DEBUG : empty_on_remote: Making directory with metadata 2025/04/03 02:13:29 INFO : empty_on_remote: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2025/04/03 02:13:29 INFO : empty_on_remote: Making directory 2025/04/03 02:13:29 INFO : empty_on_remote: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:13:30 INFO : test_dir1: Set directory modification time (using DirSetModTime) 2025/04/03 02:13:30 INFO : test_dir2: Set directory modification time (using DirSetModTime) 2025/04/03 02:13:30 INFO : test_dir2/sub_dir: Set directory modification time (using DirSetModTime) 2025/04/03 02:13:30 INFO : empty_on_remote: Set directory modification time (using DirSetModTime) 2025/04/03 02:13:30 INFO : empty_dir: Set directory modification time (using DirSetModTime) run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestSyncReplaceDirModTimeWithEmptyDirs (3.24s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:13:32 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/03 02:13:32 INFO : sub dir: Making directory 2025/04/03 02:13:32 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (3.16s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" 2025/04/03 02:13:35 INFO : sub dir: Set directory modification time (using DirSetModTime) 2025/04/03 02:13:35 INFO : sub dir: Making directory 2025/04/03 02:13:35 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-zoqulow0niva", Local "Local file system at /tmp/rclone230928591", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (3.29s) PASS 2025/04/03 02:13:39 DEBUG : B2 bucket rclone-test-zoqulow0niva: Purge remote 2025/04/03 02:13:39 INFO : B2 bucket rclone-test-zoqulow0niva: cleaning bucket "rclone-test-zoqulow0niva" of all files 2025/04/03 02:13:39 DEBUG : BackupDir/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45910_d20250403_m021045_c001_v7007000_t0000_u01743646245117") 2025/04/03 02:13:39 DEBUG : BackupDir/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f110f76bf79ebbbae_d20250403_m021036_c001_v0001041_t0055_u01743646236621") 2025/04/03 02:13:39 DEBUG : CompareDest/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f402137e35552f989_d20250403_m021016_c001_v7007000_t0000_u01743646216407") 2025/04/03 02:13:39 DEBUG : CompareDest/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c500275ee_d20250403_m021010_c001_v0001184_t0011_u01743646210149") 2025/04/03 02:13:39 DEBUG : CompareDest/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f402137e35552f98a_d20250403_m021016_c001_v7007000_t0000_u01743646216606") 2025/04/03 02:13:39 DEBUG : CompareDest/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4261e1_d20250403_m021011_c001_v0001116_t0034_u01743646211231") 2025/04/03 02:13:39 DEBUG : CopyDest/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45911_d20250403_m021045_c001_v7007000_t0000_u01743646245361") 2025/04/03 02:13:39 DEBUG : CopyDest/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42623b_d20250403_m021033_c001_v0001116_t0053_u01743646233276") 2025/04/03 02:13:39 DEBUG : CopyDest/three: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45912_d20250403_m021045_c001_v7007000_t0000_u01743646245588") 2025/04/03 02:13:40 DEBUG : CopyDest/three: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42626b_d20250403_m021042_c001_v0001116_t0028_u01743646242805") 2025/04/03 02:13:40 DEBUG : CopyDest/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45914_d20250403_m021045_c001_v7007000_t0000_u01743646245786") 2025/04/03 02:13:40 DEBUG : CopyDest/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42625f_d20250403_m021040_c001_v0001116_t0022_u01743646240248") 2025/04/03 02:13:40 DEBUG : EXISTING: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a4599a_d20250403_m021213_c001_v7007000_t0000_u01743646333269") 2025/04/03 02:13:40 DEBUG : EXISTING: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42644b_d20250403_m021211_c001_v0001116_t0016_u01743646331670") 2025/04/03 02:13:40 DEBUG : Testêé: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45995_d20250403_m021208_c001_v7007000_t0000_u01743646328140") 2025/04/03 02:13:40 DEBUG : Testêé: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426431_d20250403_m021206_c001_v0001116_t0002_u01743646326935") 2025/04/03 02:13:40 DEBUG : Testêé: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42642f_d20250403_m021205_c001_v0001116_t0029_u01743646325956") 2025/04/03 02:13:40 DEBUG : a/potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ec0_d20250403_m020811_c001_v7007000_t0000_u01743646091368") 2025/04/03 02:13:40 DEBUG : a/potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425fb5_d20250403_m020810_c001_v0001116_t0020_u01743646090416") 2025/04/03 02:13:40 DEBUG : a/potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ebc_d20250403_m020807_c001_v7007000_t0000_u01743646087533") 2025/04/03 02:13:41 DEBUG : a/potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425fa5_d20250403_m020806_c001_v0001116_t0049_u01743646086406") 2025/04/03 02:13:41 DEBUG : a/potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a4567c_d20250403_m020738_c001_v7007000_t0000_u01743646058507") 2025/04/03 02:13:41 DEBUG : a/potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f22_d20250403_m020737_c001_v0001116_t0015_u01743646057184") 2025/04/03 02:13:41 DEBUG : b/potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ec2_d20250403_m020811_c001_v7007000_t0000_u01743646091568") 2025/04/03 02:13:41 DEBUG : b/potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425fad_d20250403_m020808_c001_v0001116_t0056_u01743646088523") 2025/04/03 02:13:41 DEBUG : b/potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919eba_d20250403_m020806_c001_v7007000_t0000_u01743646086961") 2025/04/03 02:13:41 DEBUG : b/potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f99_d20250403_m020804_c001_v0001116_t0006_u01743646084094") 2025/04/03 02:13:41 DEBUG : b/potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a4567a_d20250403_m020737_c001_v7007000_t0000_u01743646057901") 2025/04/03 02:13:41 DEBUG : b/potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f18_d20250403_m020735_c001_v0001116_t0053_u01743646055752") 2025/04/03 02:13:41 DEBUG : backup/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f419bc2c435689701_d20250403_m021101_c001_v7007000_t0000_u01743646261339") 2025/04/03 02:13:41 DEBUG : backup/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f10684592f89ab3c8_d20250403_m021059_c001_v0001157_t0016_u01743646259056") 2025/04/03 02:13:41 DEBUG : backup/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f10660cce1b38b18b_d20250403_m021053_c001_v0001131_t0049_u01743646253658") 2025/04/03 02:13:41 DEBUG : backup/one-2019-01-01: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4054139e402d88d6_d20250403_m021128_c001_v7007000_t0000_u01743646288091") 2025/04/03 02:13:41 DEBUG : backup/one-2019-01-01: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f11564ff02c02f62c_d20250403_m021126_c001_v0001184_t0047_u01743646286284") 2025/04/03 02:13:41 DEBUG : backup/one-2019-01-01: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f11851a8d6097fc17_d20250403_m021122_c001_v0001181_t0059_u01743646282169") 2025/04/03 02:13:41 DEBUG : backup/one.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f419b182e69211f40_d20250403_m021115_c001_v7007000_t0000_u01743646275168") 2025/04/03 02:13:41 DEBUG : backup/one.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f108ae701348fba99_d20250403_m021113_c001_v0001183_t0049_u01743646273448") 2025/04/03 02:13:41 DEBUG : backup/one.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f108f7884d8ee7c15_d20250403_m021109_c001_v0001179_t0051_u01743646269306") 2025/04/03 02:13:41 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4054139e402d88d7_d20250403_m021128_c001_v7007000_t0000_u01743646288284") 2025/04/03 02:13:42 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1013be4e9ec56c92_d20250403_m021127_c001_v0001184_t0000_u01743646287252") 2025/04/03 02:13:42 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1084a7a96f516137_d20250403_m021123_c001_v0001182_t0037_u01743646283828") 2025/04/03 02:13:42 DEBUG : backup/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f419bc2c435689703_d20250403_m021101_c001_v7007000_t0000_u01743646261535") 2025/04/03 02:13:42 DEBUG : backup/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f113abae615e71979_d20250403_m021100_c001_v0001157_t0047_u01743646260281") 2025/04/03 02:13:42 DEBUG : backup/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f114a45f30da2b550_d20250403_m021055_c001_v0001144_t0040_u01743646255850") 2025/04/03 02:13:42 DEBUG : backup/three.txt.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f419b182e69211f42_d20250403_m021115_c001_v7007000_t0000_u01743646275384") 2025/04/03 02:13:42 DEBUG : backup/three.txt.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1059bf7bcc077b3a_d20250403_m021114_c001_v0001184_t0044_u01743646274376") 2025/04/03 02:13:42 DEBUG : backup/three.txt.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1183497c4c711958_d20250403_m021110_c001_v0001184_t0037_u01743646270755") 2025/04/03 02:13:42 DEBUG : both0: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ad94_d20250403_m021317_c001_v7007000_t0000_u01743646397731") 2025/04/03 02:13:42 DEBUG : both0: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426529_d20250403_m021247_c001_v0001116_t0021_u01743646367314") 2025/04/03 02:13:42 DEBUG : both0: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027716_d20250403_m021242_c001_v7007000_t0000_u01743646362261") 2025/04/03 02:13:42 DEBUG : both0: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426459_d20250403_m021215_c001_v0001116_t0031_u01743646335235") 2025/04/03 02:13:42 DEBUG : both1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ad95_d20250403_m021317_c001_v7007000_t0000_u01743646397927") 2025/04/03 02:13:42 DEBUG : both1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42652f_d20250403_m021248_c001_v0001116_t0025_u01743646368543") 2025/04/03 02:13:42 DEBUG : both1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027717_d20250403_m021242_c001_v7007000_t0000_u01743646362443") 2025/04/03 02:13:42 DEBUG : both1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42645f_d20250403_m021216_c001_v0001116_t0001_u01743646336197") 2025/04/03 02:13:42 DEBUG : both10: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ad96_d20250403_m021318_c001_v7007000_t0000_u01743646398125") 2025/04/03 02:13:42 DEBUG : both10: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42658f_d20250403_m021300_c001_v0001116_t0011_u01743646380805") 2025/04/03 02:13:42 DEBUG : both10: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027719_d20250403_m021242_c001_v7007000_t0000_u01743646362633") 2025/04/03 02:13:42 DEBUG : both10: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264b1_d20250403_m021227_c001_v0001116_t0014_u01743646347269") 2025/04/03 02:13:43 DEBUG : both11: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ad98_d20250403_m021318_c001_v7007000_t0000_u01743646398315") 2025/04/03 02:13:43 DEBUG : both11: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426593_d20250403_m021302_c001_v0001116_t0001_u01743646382357") 2025/04/03 02:13:43 DEBUG : both11: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a02771a_d20250403_m021242_c001_v7007000_t0000_u01743646362926") 2025/04/03 02:13:43 DEBUG : both11: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264bf_d20250403_m021228_c001_v0001116_t0006_u01743646348422") 2025/04/03 02:13:43 DEBUG : both12: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ad99_d20250403_m021318_c001_v7007000_t0000_u01743646398502") 2025/04/03 02:13:43 DEBUG : both12: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42659b_d20250403_m021303_c001_v0001116_t0045_u01743646383553") 2025/04/03 02:13:43 DEBUG : both12: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a02771b_d20250403_m021243_c001_v7007000_t0000_u01743646363115") 2025/04/03 02:13:43 DEBUG : both12: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264c5_d20250403_m021229_c001_v0001116_t0046_u01743646349748") 2025/04/03 02:13:43 DEBUG : both13: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ad9a_d20250403_m021318_c001_v7007000_t0000_u01743646398693") 2025/04/03 02:13:43 DEBUG : both13: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265a1_d20250403_m021304_c001_v0001116_t0035_u01743646384709") 2025/04/03 02:13:43 DEBUG : both13: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a02771c_d20250403_m021243_c001_v7007000_t0000_u01743646363308") 2025/04/03 02:13:43 DEBUG : both13: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264d1_d20250403_m021230_c001_v0001116_t0051_u01743646350895") 2025/04/03 02:13:43 DEBUG : both14: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ad9b_d20250403_m021318_c001_v7007000_t0000_u01743646398883") 2025/04/03 02:13:43 DEBUG : both14: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265ab_d20250403_m021306_c001_v0001116_t0000_u01743646386263") 2025/04/03 02:13:43 DEBUG : both14: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a02771d_d20250403_m021243_c001_v7007000_t0000_u01743646363506") 2025/04/03 02:13:43 DEBUG : both14: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264d7_d20250403_m021231_c001_v0001116_t0045_u01743646351922") 2025/04/03 02:13:43 DEBUG : both15: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ad9c_d20250403_m021319_c001_v7007000_t0000_u01743646399089") 2025/04/03 02:13:43 DEBUG : both15: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265b3_d20250403_m021307_c001_v0001116_t0013_u01743646387695") 2025/04/03 02:13:43 DEBUG : both15: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a02771f_d20250403_m021243_c001_v7007000_t0000_u01743646363704") 2025/04/03 02:13:44 DEBUG : both15: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264db_d20250403_m021233_c001_v0001116_t0006_u01743646353142") 2025/04/03 02:13:44 DEBUG : both16: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ad9d_d20250403_m021319_c001_v7007000_t0000_u01743646399300") 2025/04/03 02:13:44 DEBUG : both16: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265bd_d20250403_m021308_c001_v0001116_t0043_u01743646388939") 2025/04/03 02:13:44 DEBUG : both16: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027721_d20250403_m021243_c001_v7007000_t0000_u01743646363914") 2025/04/03 02:13:44 DEBUG : both16: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264e5_d20250403_m021234_c001_v0001116_t0008_u01743646354227") 2025/04/03 02:13:44 DEBUG : both17: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ad9e_d20250403_m021319_c001_v7007000_t0000_u01743646399491") 2025/04/03 02:13:44 DEBUG : both17: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265cf_d20250403_m021310_c001_v0001116_t0026_u01743646390757") 2025/04/03 02:13:44 DEBUG : both17: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027722_d20250403_m021244_c001_v7007000_t0000_u01743646364108") 2025/04/03 02:13:44 DEBUG : both17: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264eb_d20250403_m021235_c001_v0001116_t0036_u01743646355357") 2025/04/03 02:13:44 DEBUG : both18: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ad9f_d20250403_m021319_c001_v7007000_t0000_u01743646399683") 2025/04/03 02:13:44 DEBUG : both18: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265d3_d20250403_m021311_c001_v0001116_t0015_u01743646391938") 2025/04/03 02:13:44 DEBUG : both18: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027724_d20250403_m021244_c001_v7007000_t0000_u01743646364301") 2025/04/03 02:13:44 DEBUG : both18: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264f3_d20250403_m021236_c001_v0001116_t0051_u01743646356500") 2025/04/03 02:13:44 DEBUG : both19: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ada2_d20250403_m021319_c001_v7007000_t0000_u01743646399882") 2025/04/03 02:13:44 DEBUG : both19: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265db_d20250403_m021313_c001_v0001116_t0023_u01743646393451") 2025/04/03 02:13:44 DEBUG : both19: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027725_d20250403_m021244_c001_v7007000_t0000_u01743646364497") 2025/04/03 02:13:44 DEBUG : both19: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264fb_d20250403_m021237_c001_v0001116_t0054_u01743646357950") 2025/04/03 02:13:44 DEBUG : both2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ada8_d20250403_m021320_c001_v7007000_t0000_u01743646400103") 2025/04/03 02:13:45 DEBUG : both2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426539_d20250403_m021249_c001_v0001116_t0008_u01743646369805") 2025/04/03 02:13:45 DEBUG : both2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027726_d20250403_m021244_c001_v7007000_t0000_u01743646364696") 2025/04/03 02:13:45 DEBUG : both2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426463_d20250403_m021217_c001_v0001116_t0045_u01743646337316") 2025/04/03 02:13:45 DEBUG : both3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791ada9_d20250403_m021320_c001_v7007000_t0000_u01743646400294") 2025/04/03 02:13:45 DEBUG : both3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42653f_d20250403_m021251_c001_v0001116_t0020_u01743646371172") 2025/04/03 02:13:45 DEBUG : both3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027729_d20250403_m021244_c001_v7007000_t0000_u01743646364898") 2025/04/03 02:13:45 DEBUG : both3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42646d_d20250403_m021218_c001_v0001116_t0019_u01743646338382") 2025/04/03 02:13:45 DEBUG : both4: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adaa_d20250403_m021320_c001_v7007000_t0000_u01743646400484") 2025/04/03 02:13:45 DEBUG : both4: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42654b_d20250403_m021252_c001_v0001116_t0019_u01743646372482") 2025/04/03 02:13:45 DEBUG : both4: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a02772e_d20250403_m021245_c001_v7007000_t0000_u01743646365131") 2025/04/03 02:13:45 DEBUG : both4: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426477_d20250403_m021220_c001_v0001116_t0057_u01743646340031") 2025/04/03 02:13:45 DEBUG : both5: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adab_d20250403_m021320_c001_v7007000_t0000_u01743646400703") 2025/04/03 02:13:45 DEBUG : both5: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42655b_d20250403_m021253_c001_v0001116_t0051_u01743646373829") 2025/04/03 02:13:45 DEBUG : both5: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027730_d20250403_m021245_c001_v7007000_t0000_u01743646365338") 2025/04/03 02:13:45 DEBUG : both5: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426483_d20250403_m021221_c001_v0001116_t0043_u01743646341684") 2025/04/03 02:13:45 DEBUG : both6: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adad_d20250403_m021320_c001_v7007000_t0000_u01743646400886") 2025/04/03 02:13:45 DEBUG : both6: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426569_d20250403_m021254_c001_v0001116_t0041_u01743646374937") 2025/04/03 02:13:45 DEBUG : both6: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027735_d20250403_m021245_c001_v7007000_t0000_u01743646365541") 2025/04/03 02:13:45 DEBUG : both6: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42648d_d20250403_m021223_c001_v0001116_t0058_u01743646343025") 2025/04/03 02:13:45 DEBUG : both7: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adae_d20250403_m021321_c001_v7007000_t0000_u01743646401067") 2025/04/03 02:13:46 DEBUG : both7: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426579_d20250403_m021256_c001_v0001116_t0009_u01743646376291") 2025/04/03 02:13:46 DEBUG : both7: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027737_d20250403_m021245_c001_v7007000_t0000_u01743646365742") 2025/04/03 02:13:46 DEBUG : both7: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426493_d20250403_m021224_c001_v0001116_t0050_u01743646344103") 2025/04/03 02:13:46 DEBUG : both8: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adb0_d20250403_m021321_c001_v7007000_t0000_u01743646401291") 2025/04/03 02:13:46 DEBUG : both8: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42657d_d20250403_m021257_c001_v0001116_t0034_u01743646377564") 2025/04/03 02:13:46 DEBUG : both8: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a02773a_d20250403_m021245_c001_v7007000_t0000_u01743646365930") 2025/04/03 02:13:46 DEBUG : both8: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426499_d20250403_m021225_c001_v0001116_t0013_u01743646345195") 2025/04/03 02:13:46 DEBUG : both9: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adb1_d20250403_m021321_c001_v7007000_t0000_u01743646401478") 2025/04/03 02:13:46 DEBUG : both9: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42658b_d20250403_m021259_c001_v0001116_t0055_u01743646379490") 2025/04/03 02:13:46 DEBUG : both9: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a02773d_d20250403_m021246_c001_v7007000_t0000_u01743646366114") 2025/04/03 02:13:46 DEBUG : both9: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264a5_d20250403_m021226_c001_v0001116_t0020_u01743646346334") 2025/04/03 02:13:46 DEBUG : c/non empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ec5_d20250403_m020811_c001_v7007000_t0000_u01743646091769") 2025/04/03 02:13:46 DEBUG : c/non empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425faf_d20250403_m020809_c001_v0001116_t0007_u01743646089104") 2025/04/03 02:13:46 DEBUG : c/non empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ebd_d20250403_m020807_c001_v7007000_t0000_u01743646087737") 2025/04/03 02:13:46 DEBUG : c/non empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f9f_d20250403_m020805_c001_v0001116_t0006_u01743646085043") 2025/04/03 02:13:46 DEBUG : c/non empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a4567d_d20250403_m020738_c001_v7007000_t0000_u01743646058696") 2025/04/03 02:13:46 DEBUG : c/non empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f1e_d20250403_m020736_c001_v0001116_t0031_u01743646056271") 2025/04/03 02:13:46 DEBUG : check sum: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad3640a3d_d20250403_m020722_c001_v7007000_t0000_u01743646042494") 2025/04/03 02:13:46 DEBUG : check sum: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425ece_d20250403_m020720_c001_v0001116_t0006_u01743646040740") 2025/04/03 02:13:46 DEBUG : dest/3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a458fd_d20250403_m021026_c001_v7007000_t0000_u01743646226012") 2025/04/03 02:13:47 DEBUG : dest/3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f40893f91cf45ca5b_d20250403_m021024_c001_v0001039_t0002_u01743646224838") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a4598f_d20250403_m021204_c001_v7007000_t0000_u01743646324417") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1040dda2575a4726_d20250403_m021201_c001_v0001044_t0047_u01743646321942") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4065fc64ff3ef5fc_d20250403_m021201_c001_v7007000_t0000_u01743646321740") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1040dda2575a4711_d20250403_m021158_c001_v0001044_t0001_u01743646318214") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4065fc64ff3ef5d8_d20250403_m021157_c001_v7007000_t0000_u01743646317410") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4263eb_d20250403_m021152_c001_v0001116_t0044_u01743646312761") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400e3be4423cd08b_d20250403_m021151_c001_v7007000_t0000_u01743646311071") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1121e9bbc8b7de09_d20250403_m021148_c001_v0001161_t0026_u01743646308544") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a026a78_d20250403_m021148_c001_v7007000_t0000_u01743646308349") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1121e9bbc8b7ddf7_d20250403_m021144_c001_v0001161_t0008_u01743646304617") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a026a59_d20250403_m021143_c001_v7007000_t0000_u01743646303838") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426387_d20250403_m021139_c001_v0001116_t0032_u01743646299087") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4054139e402d894e_d20250403_m021138_c001_v7007000_t0000_u01743646298160") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f119e54a41ff5d68a_d20250403_m021136_c001_v0001182_t0058_u01743646296949") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a356_d20250403_m021136_c001_v7007000_t0000_u01743646296738") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f119e54a41ff5d65e_d20250403_m021134_c001_v0001182_t0000_u01743646294223") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a2f7_d20250403_m021133_c001_v7007000_t0000_u01743646293470") 2025/04/03 02:13:47 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42635b_d20250403_m021129_c001_v0001116_t0007_u01743646289072") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4054139e402d88d8_d20250403_m021128_c001_v7007000_t0000_u01743646288481") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f101aef99b317a097_d20250403_m021126_c001_v0001161_t0059_u01743646286698") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a288_d20250403_m021126_c001_v7007000_t0000_u01743646286489") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f101aef99b317a081_d20250403_m021123_c001_v0001161_t0011_u01743646283269") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a27e_d20250403_m021122_c001_v7007000_t0000_u01743646282453") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42631f_d20250403_m021116_c001_v0001116_t0044_u01743646276226") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f419b182e69211f43_d20250403_m021115_c001_v7007000_t0000_u01743646275589") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100a9c3327794210_d20250403_m021113_c001_v0001184_t0043_u01743646273943") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a246_d20250403_m021113_c001_v7007000_t0000_u01743646273740") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100a9c332779412a_d20250403_m021110_c001_v0001184_t0006_u01743646270293") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a244_d20250403_m021109_c001_v7007000_t0000_u01743646269529") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4262c7_d20250403_m021102_c001_v0001116_t0010_u01743646262356") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f419bc2c435689704_d20250403_m021101_c001_v7007000_t0000_u01743646261733") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f11770cc4268c8351_d20250403_m021059_c001_v0001104_t0029_u01743646259538") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f414362178ac21428_d20250403_m021059_c001_v7007000_t0000_u01743646259357") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f11770cc4268c8333_d20250403_m021054_c001_v0001104_t0029_u01743646254863") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f414362178ac21420_d20250403_m021054_c001_v7007000_t0000_u01743646254118") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42627d_d20250403_m021046_c001_v0001116_t0003_u01743646246782") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45915_d20250403_m021045_c001_v7007000_t0000_u01743646245972") 2025/04/03 02:13:48 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f106d037fa1e9fb8d_d20250403_m021037_c001_v0001184_t0010_u01743646237360") 2025/04/03 02:13:49 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad3640bf1_d20250403_m021037_c001_v7007000_t0000_u01743646237016") 2025/04/03 02:13:49 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c50027965_d20250403_m021032_c001_v0001184_t0036_u01743646232605") 2025/04/03 02:13:49 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f113282171e08d3b6_d20250403_m021031_c001_v0001184_t0042_u01743646231751") 2025/04/03 02:13:49 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f113282171e08d384_d20250403_m021030_c001_v0001184_t0025_u01743646230693") 2025/04/03 02:13:49 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f402137e35552f98b_d20250403_m021016_c001_v7007000_t0000_u01743646216808") 2025/04/03 02:13:49 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4261d7_d20250403_m021009_c001_v0001116_t0059_u01743646209262") 2025/04/03 02:13:49 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1013be4e9ec560e8_d20250403_m021008_c001_v0001184_t0007_u01743646208359") 2025/04/03 02:13:49 DEBUG : dst/one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1013be4e9ec560c6_d20250403_m021007_c001_v0001184_t0054_u01743646207380") 2025/04/03 02:13:49 DEBUG : dst/one-2019-01-01: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45990_d20250403_m021204_c001_v7007000_t0000_u01743646324598") 2025/04/03 02:13:49 DEBUG : dst/one-2019-01-01: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f110db8270385360a_d20250403_m021201_c001_v0001184_t0026_u01743646321488") 2025/04/03 02:13:49 DEBUG : dst/one-2019-01-01: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f11926724d2dfdb29_d20250403_m021157_c001_v0001113_t0022_u01743646317100") 2025/04/03 02:13:49 DEBUG : dst/one.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400e3be4423cd08c_d20250403_m021151_c001_v7007000_t0000_u01743646311270") 2025/04/03 02:13:49 DEBUG : dst/one.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f108584df239d2e6e_d20250403_m021147_c001_v0001144_t0036_u01743646307718") 2025/04/03 02:13:49 DEBUG : dst/one.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1096dd761e27160b_d20250403_m021143_c001_v0001093_t0042_u01743646303403") 2025/04/03 02:13:49 DEBUG : dst/one.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4054139e402d8953_d20250403_m021138_c001_v7007000_t0000_u01743646298344") 2025/04/03 02:13:49 DEBUG : dst/one.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100a9c33277945e2_d20250403_m021136_c001_v0001184_t0013_u01743646296529") 2025/04/03 02:13:49 DEBUG : dst/one.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f11471d0e4a6250a8_d20250403_m021133_c001_v0001150_t0055_u01743646293080") 2025/04/03 02:13:49 DEBUG : dst/three: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45916_d20250403_m021046_c001_v7007000_t0000_u01743646246181") 2025/04/03 02:13:50 DEBUG : dst/three: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f113282171e08d637_d20250403_m021044_c001_v0001184_t0047_u01743646244508") 2025/04/03 02:13:50 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45991_d20250403_m021204_c001_v7007000_t0000_u01743646324780") 2025/04/03 02:13:50 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1150c84694b95654_d20250403_m021203_c001_v0001120_t0026_u01743646322999") 2025/04/03 02:13:50 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1034438689c66c55_d20250403_m021159_c001_v0001178_t0041_u01743646319435") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45992_d20250403_m021204_c001_v7007000_t0000_u01743646324996") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1040dda2575a4730_d20250403_m021203_c001_v0001044_t0020_u01743646323606") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4065fc64ff3ef5ff_d20250403_m021203_c001_v7007000_t0000_u01743646323404") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1040dda2575a4717_d20250403_m021159_c001_v0001044_t0013_u01743646319861") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4065fc64ff3ef5f1_d20250403_m021159_c001_v7007000_t0000_u01743646319658") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4263f1_d20250403_m021153_c001_v0001116_t0025_u01743646313801") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400e3be4423cd08d_d20250403_m021151_c001_v7007000_t0000_u01743646311559") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1121e9bbc8b7de1b_d20250403_m021150_c001_v0001161_t0021_u01743646310379") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a026a7b_d20250403_m021150_c001_v7007000_t0000_u01743646310169") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1121e9bbc8b7ddfd_d20250403_m021146_c001_v0001161_t0047_u01743646306014") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a026a5d_d20250403_m021145_c001_v7007000_t0000_u01743646305810") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426391_d20250403_m021140_c001_v0001116_t0011_u01743646300306") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a359_d20250403_m021137_c001_v7007000_t0000_u01743646297606") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426371_d20250403_m021135_c001_v0001116_t0042_u01743646295423") 2025/04/03 02:13:50 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a352_d20250403_m021135_c001_v7007000_t0000_u01743646295048") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426361_d20250403_m021130_c001_v0001116_t0025_u01743646290305") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a289_d20250403_m021127_c001_v7007000_t0000_u01743646287469") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42634d_d20250403_m021125_c001_v0001116_t0047_u01743646285182") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a282_d20250403_m021124_c001_v7007000_t0000_u01743646284035") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426327_d20250403_m021117_c001_v0001116_t0052_u01743646277424") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a247_d20250403_m021114_c001_v7007000_t0000_u01743646274586") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426305_d20250403_m021112_c001_v0001116_t0031_u01743646272132") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791a245_d20250403_m021110_c001_v7007000_t0000_u01743646270974") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4262d7_d20250403_m021104_c001_v0001116_t0040_u01743646264188") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f414362178ac2142c_d20250403_m021100_c001_v7007000_t0000_u01743646260752") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4262b1_d20250403_m021057_c001_v0001116_t0051_u01743646257700") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f414362178ac21425_d20250403_m021056_c001_v7007000_t0000_u01743646256535") 2025/04/03 02:13:51 DEBUG : dst/three.txt: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426287_d20250403_m021048_c001_v0001116_t0017_u01743646248518") 2025/04/03 02:13:51 DEBUG : dst/three.txt.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400e3be4423cd08e_d20250403_m021151_c001_v7007000_t0000_u01743646311772") 2025/04/03 02:13:51 DEBUG : dst/three.txt.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f267d3c5ee904_d20250403_m021149_c001_v0001105_t0046_u01743646309495") 2025/04/03 02:13:51 DEBUG : dst/three.txt.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1044a26783e9a6a6_d20250403_m021145_c001_v0001176_t0024_u01743646305585") 2025/04/03 02:13:51 DEBUG : dst/three.txt.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4054139e402d8958_d20250403_m021138_c001_v7007000_t0000_u01743646298528") 2025/04/03 02:13:51 DEBUG : dst/three.txt.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1164fd78d66d7a2a_d20250403_m021137_c001_v0001177_t0046_u01743646297374") 2025/04/03 02:13:51 DEBUG : dst/three.txt.bak: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f106cfcbac2f9e199_d20250403_m021134_c001_v0001042_t0016_u01743646294691") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45993_d20250403_m021205_c001_v7007000_t0000_u01743646325182") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4263ef_d20250403_m021153_c001_v0001116_t0048_u01743646313334") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400e3be4423cd090_d20250403_m021151_c001_v7007000_t0000_u01743646311978") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42638d_d20250403_m021139_c001_v0001116_t0016_u01743646299675") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4054139e402d895d_d20250403_m021138_c001_v7007000_t0000_u01743646298712") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42635f_d20250403_m021129_c001_v0001116_t0008_u01743646289578") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4054139e402d88d9_d20250403_m021128_c001_v7007000_t0000_u01743646288684") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426321_d20250403_m021116_c001_v0001116_t0030_u01743646276860") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f419b182e69211f45_d20250403_m021115_c001_v7007000_t0000_u01743646275805") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4262cf_d20250403_m021103_c001_v0001116_t0042_u01743646263286") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f419bc2c435689705_d20250403_m021101_c001_v7007000_t0000_u01743646261965") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426283_d20250403_m021047_c001_v0001116_t0016_u01743646247625") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45917_d20250403_m021046_c001_v7007000_t0000_u01743646246376") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f102671fe7571db19_d20250403_m021041_c001_v0001038_t0002_u01743646241647") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f402137e35552f98c_d20250403_m021017_c001_v7007000_t0000_u01743646217009") 2025/04/03 02:13:52 DEBUG : dst/two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1013be4e9ec561e5_d20250403_m021015_c001_v0001184_t0041_u01743646215820") 2025/04/03 02:13:52 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f409907ef4bc775b6_d20250403_m020931_c001_v7007000_t0000_u01743646171574") 2025/04/03 02:13:52 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426129_d20250403_m020928_c001_v0001116_t0046_u01743646168352") 2025/04/03 02:13:52 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f409907ef4bc77579_d20250403_m020926_c001_v7007000_t0000_u01743646166304") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c50026ea6_d20250403_m020915_c001_v0001184_t0054_u01743646155876") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc309_d20250403_m020903_c001_v7007000_t0000_u01743646143221") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4260bf_d20250403_m020858_c001_v0001116_t0049_u01743646138645") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919eef_d20250403_m020830_c001_v7007000_t0000_u01743646110289") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426023_d20250403_m020827_c001_v0001116_t0002_u01743646107604") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ee4_d20250403_m020825_c001_v7007000_t0000_u01743646105544") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42600f_d20250403_m020823_c001_v0001116_t0029_u01743646103824") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ed4_d20250403_m020818_c001_v7007000_t0000_u01743646098957") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425fdd_d20250403_m020816_c001_v0001116_t0043_u01743646096742") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ecc_d20250403_m020815_c001_v7007000_t0000_u01743646095316") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425fbf_d20250403_m020813_c001_v0001116_t0045_u01743646093151") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919eb4_d20250403_m020803_c001_v7007000_t0000_u01743646083096") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f8f_d20250403_m020800_c001_v0001116_t0048_u01743646080651") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a456ca_d20250403_m020758_c001_v7007000_t0000_u01743646078748") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f7f_d20250403_m020757_c001_v0001116_t0035_u01743646077663") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45683_d20250403_m020749_c001_v7007000_t0000_u01743646069622") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f58_d20250403_m020747_c001_v0001116_t0019_u01743646067482") 2025/04/03 02:13:53 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a4567f_d20250403_m020744_c001_v7007000_t0000_u01743646064783") 2025/04/03 02:13:54 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f40_d20250403_m020743_c001_v0001116_t0034_u01743646063300") 2025/04/03 02:13:54 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a4567e_d20250403_m020742_c001_v7007000_t0000_u01743646062151") 2025/04/03 02:13:54 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1075f0ccd8a6e938_d20250403_m020741_c001_v0001157_t0026_u01743646061452") 2025/04/03 02:13:54 DEBUG : empty space: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f2e_d20250403_m020739_c001_v0001116_t0008_u01743646059489") 2025/04/03 02:13:54 DEBUG : enormous: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919eec_d20250403_m020829_c001_v7007000_t0000_u01743646109329") 2025/04/03 02:13:54 DEBUG : enormous: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426029_d20250403_m020828_c001_v0001116_t0006_u01743646108238") 2025/04/03 02:13:54 DEBUG : existing: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45997_d20250403_m021210_c001_v7007000_t0000_u01743646330465") 2025/04/03 02:13:54 DEBUG : existing: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426441_d20250403_m021208_c001_v0001116_t0023_u01743646328968") 2025/04/03 02:13:54 DEBUG : existing: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2c2_d20250403_m020856_c001_v7007000_t0000_u01743646136870") 2025/04/03 02:13:54 DEBUG : existing: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c50026bec_d20250403_m020855_c001_v0001184_t0054_u01743646135444") 2025/04/03 02:13:54 DEBUG : existing: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45676_d20250403_m020734_c001_v7007000_t0000_u01743646054637") 2025/04/03 02:13:54 DEBUG : existing: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f0f_d20250403_m020733_c001_v0001116_t0000_u01743646053080") 2025/04/03 02:13:54 DEBUG : existing: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45675_d20250403_m020731_c001_v7007000_t0000_u01743646051774") 2025/04/03 02:13:54 DEBUG : existing: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f08_d20250403_m020730_c001_v0001116_t0000_u01743646050723") 2025/04/03 02:13:54 DEBUG : existing: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f02_d20250403_m020729_c001_v0001116_t0048_u01743646049498") 2025/04/03 02:13:54 DEBUG : existing-b: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2c3_d20250403_m020857_c001_v7007000_t0000_u01743646137084") 2025/04/03 02:13:54 DEBUG : existing-b: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4260bb_d20250403_m020855_c001_v0001116_t0001_u01743646135444") 2025/04/03 02:13:55 DEBUG : file1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791add0_d20250403_m021331_c001_v7007000_t0000_u01743646411143") 2025/04/03 02:13:55 DEBUG : file1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f101b7ebd4d0ad80e_d20250403_m021329_c001_v0001183_t0011_u01743646409719") 2025/04/03 02:13:55 DEBUG : file1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adcc_d20250403_m021327_c001_v7007000_t0000_u01743646407980") 2025/04/03 02:13:55 DEBUG : file1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265ff_d20250403_m021326_c001_v0001116_t0048_u01743646406788") 2025/04/03 02:13:55 DEBUG : five: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919f5c_d20250403_m020836_c001_v7007000_t0000_u01743646116287") 2025/04/03 02:13:55 DEBUG : five: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd42604f_d20250403_m020834_c001_v0001116_t0028_u01743646114072") 2025/04/03 02:13:55 DEBUG : foo: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45681_d20250403_m020746_c001_v7007000_t0000_u01743646066698") 2025/04/03 02:13:55 DEBUG : foo: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd425f54_d20250403_m020746_c001_v0001116_t0028_u01743646066112") 2025/04/03 02:13:55 DEBUG : foo: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd425f4e_d20250403_m020745_c001_v0001116_t0028_u01743646065553") 2025/04/03 02:13:55 DEBUG : four: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919f5f_d20250403_m020836_c001_v7007000_t0000_u01743646116481") 2025/04/03 02:13:55 DEBUG : four: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f407f2a9c500268ea_d20250403_m020834_c001_v0001184_t0045_u01743646114659") 2025/04/03 02:13:55 DEBUG : four: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426047_d20250403_m020832_c001_v0001116_t0031_u01743646112755") 2025/04/03 02:13:55 DEBUG : hello world2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c145e_d20250403_m020627_c001_v7007000_t0000_u01743645987677") 2025/04/03 02:13:55 DEBUG : hello world2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425dc5_d20250403_m020626_c001_v0001116_t0039_u01743645986693") 2025/04/03 02:13:55 DEBUG : ignore-size: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad3640a45_d20250403_m020727_c001_v7007000_t0000_u01743646047966") 2025/04/03 02:13:55 DEBUG : ignore-size: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425ef0_d20250403_m020726_c001_v0001116_t0024_u01743646046605") 2025/04/03 02:13:55 DEBUG : nested/sub dir/file: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2bd_d20250403_m020854_c001_v7007000_t0000_u01743646134277") 2025/04/03 02:13:55 DEBUG : nested/sub dir/file: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4260ad_d20250403_m020852_c001_v0001116_t0008_u01743646132578") 2025/04/03 02:13:55 DEBUG : nested/sub dir/file: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2bb_d20250403_m020851_c001_v7007000_t0000_u01743646131435") 2025/04/03 02:13:56 DEBUG : nested/sub dir/file: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4260a7_d20250403_m020850_c001_v0001116_t0053_u01743646130124") 2025/04/03 02:13:56 DEBUG : one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919f62_d20250403_m020836_c001_v7007000_t0000_u01743646116680") 2025/04/03 02:13:56 DEBUG : one: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd426039_d20250403_m020831_c001_v0001116_t0028_u01743646111451") 2025/04/03 02:13:56 DEBUG : only0: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adb3_d20250403_m021321_c001_v7007000_t0000_u01743646401673") 2025/04/03 02:13:56 DEBUG : only0: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f401b7ebd4d0ad6ec_d20250403_m021316_c001_v0001183_t0036_u01743646396564") 2025/04/03 02:13:56 DEBUG : only0: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42652b_d20250403_m021247_c001_v0001116_t0014_u01743646367974") 2025/04/03 02:13:56 DEBUG : only0: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4065fc64ff3ef809_d20250403_m021241_c001_v7007000_t0000_u01743646361403") 2025/04/03 02:13:56 DEBUG : only0: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42645d_d20250403_m021215_c001_v0001116_t0038_u01743646335687") 2025/04/03 02:13:56 DEBUG : only1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adb4_d20250403_m021321_c001_v7007000_t0000_u01743646401866") 2025/04/03 02:13:56 DEBUG : only1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd4265ed_d20250403_m021316_c001_v0001116_t0028_u01743646396829") 2025/04/03 02:13:56 DEBUG : only1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426531_d20250403_m021249_c001_v0001116_t0033_u01743646369164") 2025/04/03 02:13:56 DEBUG : only1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f414362178ac2165c_d20250403_m021240_c001_v7007000_t0000_u01743646360913") 2025/04/03 02:13:56 DEBUG : only1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426461_d20250403_m021216_c001_v0001116_t0034_u01743646336772") 2025/04/03 02:13:56 DEBUG : only10: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adb6_d20250403_m021322_c001_v7007000_t0000_u01743646402054") 2025/04/03 02:13:56 DEBUG : only10: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd4265df_d20250403_m021315_c001_v0001116_t0028_u01743646395371") 2025/04/03 02:13:56 DEBUG : only10: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426591_d20250403_m021301_c001_v0001116_t0025_u01743646381658") 2025/04/03 02:13:56 DEBUG : only10: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027710_d20250403_m021240_c001_v7007000_t0000_u01743646360975") 2025/04/03 02:13:56 DEBUG : only10: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264b7_d20250403_m021227_c001_v0001116_t0037_u01743646347824") 2025/04/03 02:13:56 DEBUG : only11: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adb7_d20250403_m021322_c001_v7007000_t0000_u01743646402251") 2025/04/03 02:13:56 DEBUG : only11: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f410d642d51d08a14_d20250403_m021315_c001_v0001157_t0011_u01743646395975") 2025/04/03 02:13:57 DEBUG : only11: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426599_d20250403_m021303_c001_v0001116_t0049_u01743646383022") 2025/04/03 02:13:57 DEBUG : only11: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4065fc64ff3ef808_d20250403_m021241_c001_v7007000_t0000_u01743646361209") 2025/04/03 02:13:57 DEBUG : only11: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264c3_d20250403_m021229_c001_v0001116_t0045_u01743646349120") 2025/04/03 02:13:57 DEBUG : only12: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adb8_d20250403_m021322_c001_v7007000_t0000_u01743646402444") 2025/04/03 02:13:57 DEBUG : only12: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f401b7ebd4d0ad6e2_d20250403_m021316_c001_v0001183_t0036_u01743646396339") 2025/04/03 02:13:57 DEBUG : only12: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42659d_d20250403_m021304_c001_v0001116_t0027_u01743646384223") 2025/04/03 02:13:57 DEBUG : only12: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f414362178ac2165a_d20250403_m021240_c001_v7007000_t0000_u01743646360540") 2025/04/03 02:13:57 DEBUG : only12: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264c9_d20250403_m021230_c001_v0001116_t0058_u01743646350258") 2025/04/03 02:13:57 DEBUG : only13: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adb9_d20250403_m021322_c001_v7007000_t0000_u01743646402649") 2025/04/03 02:13:57 DEBUG : only13: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4113d558dc319ed3_d20250403_m021316_c001_v0001182_t0054_u01743646396168") 2025/04/03 02:13:57 DEBUG : only13: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265a9_d20250403_m021305_c001_v0001116_t0052_u01743646385612") 2025/04/03 02:13:57 DEBUG : only13: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f414362178ac2165f_d20250403_m021241_c001_v7007000_t0000_u01743646361538") 2025/04/03 02:13:57 DEBUG : only13: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264d5_d20250403_m021231_c001_v0001116_t0054_u01743646351454") 2025/04/03 02:13:57 DEBUG : only14: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adba_d20250403_m021322_c001_v7007000_t0000_u01743646402853") 2025/04/03 02:13:57 DEBUG : only14: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd4265e3_d20250403_m021315_c001_v0001116_t0028_u01743646395995") 2025/04/03 02:13:57 DEBUG : only14: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265ad_d20250403_m021306_c001_v0001116_t0035_u01743646386937") 2025/04/03 02:13:57 DEBUG : only14: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027713_d20250403_m021241_c001_v7007000_t0000_u01743646361573") 2025/04/03 02:13:57 DEBUG : only14: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264d9_d20250403_m021232_c001_v0001116_t0040_u01743646352502") 2025/04/03 02:13:57 DEBUG : only15: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adbb_d20250403_m021323_c001_v7007000_t0000_u01743646403064") 2025/04/03 02:13:57 DEBUG : only15: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd4265e7_d20250403_m021316_c001_v0001116_t0028_u01743646396227") 2025/04/03 02:13:58 DEBUG : only15: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265bb_d20250403_m021308_c001_v0001116_t0012_u01743646388334") 2025/04/03 02:13:58 DEBUG : only15: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f414362178ac2165b_d20250403_m021240_c001_v7007000_t0000_u01743646360726") 2025/04/03 02:13:58 DEBUG : only15: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264dd_d20250403_m021233_c001_v0001116_t0020_u01743646353726") 2025/04/03 02:13:58 DEBUG : only16: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adbc_d20250403_m021323_c001_v7007000_t0000_u01743646403309") 2025/04/03 02:13:58 DEBUG : only16: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f410d642d51d08a16_d20250403_m021316_c001_v0001157_t0011_u01743646396219") 2025/04/03 02:13:58 DEBUG : only16: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265c5_d20250403_m021309_c001_v0001116_t0056_u01743646389838") 2025/04/03 02:13:58 DEBUG : only16: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f414362178ac21658_d20250403_m021240_c001_v7007000_t0000_u01743646360356") 2025/04/03 02:13:58 DEBUG : only16: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264e9_d20250403_m021234_c001_v0001116_t0032_u01743646354842") 2025/04/03 02:13:58 DEBUG : only17: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adbd_d20250403_m021323_c001_v7007000_t0000_u01743646403507") 2025/04/03 02:13:58 DEBUG : only17: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4113d558dc319ed9_d20250403_m021316_c001_v0001182_t0054_u01743646396390") 2025/04/03 02:13:58 DEBUG : only17: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265d1_d20250403_m021311_c001_v0001116_t0042_u01743646391281") 2025/04/03 02:13:58 DEBUG : only17: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc829_d20250403_m021240_c001_v7007000_t0000_u01743646360990") 2025/04/03 02:13:58 DEBUG : only17: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264ef_d20250403_m021235_c001_v0001116_t0017_u01743646355949") 2025/04/03 02:13:58 DEBUG : only18: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adbe_d20250403_m021323_c001_v7007000_t0000_u01743646403693") 2025/04/03 02:13:58 DEBUG : only18: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f410d642d51d08a18_d20250403_m021316_c001_v0001157_t0011_u01743646396418") 2025/04/03 02:13:58 DEBUG : only18: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265d5_d20250403_m021312_c001_v0001116_t0033_u01743646392618") 2025/04/03 02:13:59 DEBUG : only18: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f414362178ac2165e_d20250403_m021241_c001_v7007000_t0000_u01743646361351") 2025/04/03 02:13:59 DEBUG : only18: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264f9_d20250403_m021237_c001_v0001116_t0021_u01743646357028") 2025/04/03 02:13:59 DEBUG : only19: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adbf_d20250403_m021323_c001_v7007000_t0000_u01743646403879") 2025/04/03 02:13:59 DEBUG : only19: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd4265e9_d20250403_m021316_c001_v0001116_t0028_u01743646396424") 2025/04/03 02:13:59 DEBUG : only19: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4265dd_d20250403_m021314_c001_v0001116_t0002_u01743646394043") 2025/04/03 02:13:59 DEBUG : only19: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4065fc64ff3ef806_d20250403_m021241_c001_v7007000_t0000_u01743646361008") 2025/04/03 02:13:59 DEBUG : only19: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426501_d20250403_m021238_c001_v0001116_t0038_u01743646358671") 2025/04/03 02:13:59 DEBUG : only2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adc0_d20250403_m021324_c001_v7007000_t0000_u01743646404066") 2025/04/03 02:13:59 DEBUG : only2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f410d642d51d08a1e_d20250403_m021316_c001_v0001157_t0011_u01743646396820") 2025/04/03 02:13:59 DEBUG : only2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42653b_d20250403_m021250_c001_v0001116_t0022_u01743646370464") 2025/04/03 02:13:59 DEBUG : only2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4065fc64ff3ef803_d20250403_m021240_c001_v7007000_t0000_u01743646360792") 2025/04/03 02:13:59 DEBUG : only2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426467_d20250403_m021217_c001_v0001116_t0050_u01743646337836") 2025/04/03 02:13:59 DEBUG : only3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adc1_d20250403_m021324_c001_v7007000_t0000_u01743646404266") 2025/04/03 02:13:59 DEBUG : only3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4113d558dc319edd_d20250403_m021316_c001_v0001182_t0054_u01743646396596") 2025/04/03 02:13:59 DEBUG : only3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426545_d20250403_m021251_c001_v0001116_t0017_u01743646371686") 2025/04/03 02:13:59 DEBUG : only3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027712_d20250403_m021241_c001_v7007000_t0000_u01743646361369") 2025/04/03 02:13:59 DEBUG : only3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426473_d20250403_m021219_c001_v0001116_t0052_u01743646339130") 2025/04/03 02:13:59 DEBUG : only4: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adc2_d20250403_m021324_c001_v7007000_t0000_u01743646404459") 2025/04/03 02:13:59 DEBUG : only4: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4113d558dc319ee1_d20250403_m021316_c001_v0001182_t0054_u01743646396786") 2025/04/03 02:13:59 DEBUG : only4: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426553_d20250403_m021253_c001_v0001116_t0014_u01743646373122") 2025/04/03 02:13:59 DEBUG : only4: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc828_d20250403_m021240_c001_v7007000_t0000_u01743646360791") 2025/04/03 02:14:00 DEBUG : only4: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426479_d20250403_m021220_c001_v0001116_t0012_u01743646340832") 2025/04/03 02:14:00 DEBUG : only5: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adc3_d20250403_m021324_c001_v7007000_t0000_u01743646404655") 2025/04/03 02:14:00 DEBUG : only5: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f410d642d51d08a1c_d20250403_m021316_c001_v0001157_t0011_u01743646396615") 2025/04/03 02:14:00 DEBUG : only5: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426563_d20250403_m021254_c001_v0001116_t0021_u01743646374388") 2025/04/03 02:14:00 DEBUG : only5: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc82b_d20250403_m021241_c001_v7007000_t0000_u01743646361390") 2025/04/03 02:14:00 DEBUG : only5: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426487_d20250403_m021222_c001_v0001116_t0032_u01743646342284") 2025/04/03 02:14:00 DEBUG : only6: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adc4_d20250403_m021324_c001_v7007000_t0000_u01743646404850") 2025/04/03 02:14:00 DEBUG : only6: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd4265eb_d20250403_m021316_c001_v0001116_t0028_u01743646396624") 2025/04/03 02:14:00 DEBUG : only6: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426573_d20250403_m021255_c001_v0001116_t0019_u01743646375560") 2025/04/03 02:14:00 DEBUG : only6: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f414362178ac2165d_d20250403_m021241_c001_v7007000_t0000_u01743646361144") 2025/04/03 02:14:00 DEBUG : only6: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42648f_d20250403_m021223_c001_v0001116_t0049_u01743646343539") 2025/04/03 02:14:00 DEBUG : only7: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adc6_d20250403_m021325_c001_v7007000_t0000_u01743646405049") 2025/04/03 02:14:00 DEBUG : only7: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f401b7ebd4d0ad6f0_d20250403_m021316_c001_v0001183_t0036_u01743646396756") 2025/04/03 02:14:00 DEBUG : only7: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42657b_d20250403_m021256_c001_v0001116_t0007_u01743646376945") 2025/04/03 02:14:00 DEBUG : only7: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a027711_d20250403_m021241_c001_v7007000_t0000_u01743646361171") 2025/04/03 02:14:00 DEBUG : only7: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426495_d20250403_m021224_c001_v0001116_t0014_u01743646344698") 2025/04/03 02:14:00 DEBUG : only8: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adc7_d20250403_m021325_c001_v7007000_t0000_u01743646405260") 2025/04/03 02:14:00 DEBUG : only8: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f401b7ebd4d0ad6f6_d20250403_m021316_c001_v0001183_t0036_u01743646396949") 2025/04/03 02:14:00 DEBUG : only8: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426587_d20250403_m021258_c001_v0001116_t0006_u01743646378536") 2025/04/03 02:14:01 DEBUG : only8: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f408935611a02770f_d20250403_m021240_c001_v7007000_t0000_u01743646360776") 2025/04/03 02:14:01 DEBUG : only8: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42649d_d20250403_m021225_c001_v0001116_t0025_u01743646345688") 2025/04/03 02:14:01 DEBUG : only9: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adc9_d20250403_m021325_c001_v7007000_t0000_u01743646405454") 2025/04/03 02:14:01 DEBUG : only9: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4113d558dc319ee7_d20250403_m021316_c001_v0001182_t0054_u01743646396974") 2025/04/03 02:14:01 DEBUG : only9: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42658d_d20250403_m021300_c001_v0001116_t0024_u01743646380314") 2025/04/03 02:14:01 DEBUG : only9: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc82a_d20250403_m021241_c001_v7007000_t0000_u01743646361187") 2025/04/03 02:14:01 DEBUG : only9: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4264ad_d20250403_m021226_c001_v0001116_t0034_u01743646346783") 2025/04/03 02:14:01 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2b4_d20250403_m020848_c001_v7007000_t0000_u01743646128206") 2025/04/03 02:14:01 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c50026ace_d20250403_m020846_c001_v0001184_t0037_u01743646126066") 2025/04/03 02:14:01 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2a9_d20250403_m020844_c001_v7007000_t0000_u01743646124462") 2025/04/03 02:14:01 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c50026a3a_d20250403_m020842_c001_v0001184_t0043_u01743646122145") 2025/04/03 02:14:01 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2a4_d20250403_m020840_c001_v7007000_t0000_u01743646120630") 2025/04/03 02:14:01 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c5002695c_d20250403_m020837_c001_v0001184_t0006_u01743646117706") 2025/04/03 02:14:01 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919edd_d20250403_m020821_c001_v7007000_t0000_u01743646101893") 2025/04/03 02:14:01 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425ffd_d20250403_m020819_c001_v0001116_t0045_u01743646099899") 2025/04/03 02:14:01 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ed0_d20250403_m020817_c001_v7007000_t0000_u01743646097641") 2025/04/03 02:14:01 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425fd3_d20250403_m020816_c001_v0001116_t0022_u01743646096289") 2025/04/03 02:14:01 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ec9_d20250403_m020814_c001_v7007000_t0000_u01743646094222") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425fbd_d20250403_m020812_c001_v0001116_t0037_u01743646092526") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a4570d_d20250403_m020802_c001_v7007000_t0000_u01743646082116") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f8b_d20250403_m020759_c001_v0001116_t0015_u01743646079707") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a456ce_d20250403_m020758_c001_v7007000_t0000_u01743646078931") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f7d_d20250403_m020756_c001_v0001116_t0047_u01743646076968") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45698_d20250403_m020756_c001_v7007000_t0000_u01743646076191") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f79_d20250403_m020755_c001_v0001116_t0006_u01743646075220") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f75_d20250403_m020754_c001_v0001116_t0009_u01743646074205") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45688_d20250403_m020753_c001_v7007000_t0000_u01743646073441") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f6a_d20250403_m020752_c001_v0001116_t0024_u01743646072158") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f64_d20250403_m020750_c001_v0001116_t0007_u01743646070594") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a45684_d20250403_m020749_c001_v7007000_t0000_u01743646069816") 2025/04/03 02:14:02 DEBUG : potato: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f5a_d20250403_m020748_c001_v0001116_t0022_u01743646068509") 2025/04/03 02:14:02 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f403016e15498b0df_d20250403_m020943_c001_v7007000_t0000_u01743646183684") 2025/04/03 02:14:02 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426165_d20250403_m020942_c001_v0001116_t0033_u01743646182270") 2025/04/03 02:14:02 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f409907ef4bc775b7_d20250403_m020932_c001_v7007000_t0000_u01743646172059") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c50027059_d20250403_m020927_c001_v0001184_t0045_u01743646167721") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc3a4_d20250403_m020919_c001_v7007000_t0000_u01743646159643") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4260fb_d20250403_m020914_c001_v0001116_t0040_u01743646154941") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc311_d20250403_m020903_c001_v7007000_t0000_u01743646143631") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c50026c4b_d20250403_m020858_c001_v0001184_t0010_u01743646138418") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919eee_d20250403_m020829_c001_v7007000_t0000_u01743646109526") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42601b_d20250403_m020826_c001_v0001116_t0023_u01743646106859") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ee5_d20250403_m020825_c001_v7007000_t0000_u01743646105726") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42600b_d20250403_m020822_c001_v0001116_t0025_u01743646102896") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ede_d20250403_m020822_c001_v7007000_t0000_u01743646102088") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426001_d20250403_m020820_c001_v0001116_t0050_u01743646100851") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ed7_d20250403_m020819_c001_v7007000_t0000_u01743646099158") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425fe9_d20250403_m020818_c001_v0001116_t0042_u01743646098034") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919ecd_d20250403_m020815_c001_v7007000_t0000_u01743646095522") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425fc3_d20250403_m020814_c001_v0001116_t0019_u01743646094239") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919eb5_d20250403_m020803_c001_v7007000_t0000_u01743646083291") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425f95_d20250403_m020801_c001_v0001116_t0010_u01743646081579") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c1495_d20250403_m020632_c001_v7007000_t0000_u01743645992500") 2025/04/03 02:14:03 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425de3_d20250403_m020631_c001_v0001116_t0012_u01743645991097") 2025/04/03 02:14:04 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c1477_d20250403_m020629_c001_v7007000_t0000_u01743645989724") 2025/04/03 02:14:04 DEBUG : potato2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425ddb_d20250403_m020628_c001_v0001116_t0016_u01743645988692") 2025/04/03 02:14:04 DEBUG : potato3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f409907ef4bc775b8_d20250403_m020932_c001_v7007000_t0000_u01743646172259") 2025/04/03 02:14:04 DEBUG : potato3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c50027081_d20250403_m020928_c001_v0001184_t0018_u01743646168917") 2025/04/03 02:14:04 DEBUG : potato3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc3a7_d20250403_m020920_c001_v7007000_t0000_u01743646160036") 2025/04/03 02:14:04 DEBUG : potato3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd4260ff_d20250403_m020916_c001_v0001116_t0032_u01743646156088") 2025/04/03 02:14:04 DEBUG : potato3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc316_d20250403_m020903_c001_v7007000_t0000_u01743646143875") 2025/04/03 02:14:04 DEBUG : potato3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c50026c65_d20250403_m020859_c001_v0001184_t0037_u01743646139267") 2025/04/03 02:14:04 DEBUG : pre-dest1/1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a458fe_d20250403_m021026_c001_v7007000_t0000_u01743646226225") 2025/04/03 02:14:04 DEBUG : pre-dest1/1: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c500276fa_d20250403_m021017_c001_v0001184_t0050_u01743646217782") 2025/04/03 02:14:04 DEBUG : pre-dest2/2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41764f53a2a458ff_d20250403_m021026_c001_v7007000_t0000_u01743646226426") 2025/04/03 02:14:04 DEBUG : pre-dest2/2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42620d_d20250403_m021018_c001_v0001116_t0028_u01743646218405") 2025/04/03 02:14:04 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f402137e35552f911_d20250403_m020956_c001_v7007000_t0000_u01743646196402") 2025/04/03 02:14:04 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c500273a4_d20250403_m020953_c001_v0001184_t0027_u01743646193314") 2025/04/03 02:14:04 DEBUG : sizeonly: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad3640a42_d20250403_m020725_c001_v7007000_t0000_u01743646045181") 2025/04/03 02:14:04 DEBUG : sizeonly: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425ede_d20250403_m020723_c001_v0001116_t0020_u01743646043882") 2025/04/03 02:14:04 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791addb_d20250403_m021337_c001_v7007000_t0000_u01743646417719") 2025/04/03 02:14:04 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1113d558dc31a099_d20250403_m021336_c001_v0001182_t0010_u01743646416534") 2025/04/03 02:14:04 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791add6_d20250403_m021334_c001_v7007000_t0000_u01743646414573") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426615_d20250403_m021333_c001_v0001116_t0014_u01743646413315") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2be_d20250403_m020854_c001_v7007000_t0000_u01743646134474") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c50026b9e_d20250403_m020852_c001_v0001184_t0037_u01743646132575") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2bc_d20250403_m020851_c001_v7007000_t0000_u01743646131625") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f107f2a9c50026b55_d20250403_m020850_c001_v0001184_t0039_u01743646130114") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad3640a3a_d20250403_m020719_c001_v7007000_t0000_u01743646039749") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425ec0_d20250403_m020718_c001_v0001116_t0002_u01743646038164") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad3640a37_d20250403_m020717_c001_v7007000_t0000_u01743646037396") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425eb0_d20250403_m020715_c001_v0001116_t0008_u01743646035703") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad3640a32_d20250403_m020712_c001_v7007000_t0000_u01743646032593") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e9a_d20250403_m020711_c001_v0001116_t0053_u01743646031339") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad3640a30_d20250403_m020710_c001_v7007000_t0000_u01743646030778") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e92_d20250403_m020709_c001_v0001116_t0052_u01743646029254") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e8a_d20250403_m020706_c001_v0001116_t0049_u01743646026392") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad3640a2b_d20250403_m020705_c001_v7007000_t0000_u01743646025617") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e84_d20250403_m020704_c001_v0001116_t0028_u01743646024703") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e82_d20250403_m020703_c001_v0001116_t0007_u01743646023654") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad36409f4_d20250403_m020702_c001_v7007000_t0000_u01743646022461") 2025/04/03 02:14:05 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e6c_d20250403_m020659_c001_v0001116_t0048_u01743646019022") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e62_d20250403_m020655_c001_v0001116_t0009_u01743646015201") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad36409b9_d20250403_m020654_c001_v7007000_t0000_u01743646014425") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e5c_d20250403_m020653_c001_v0001116_t0035_u01743646013191") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e54_d20250403_m020652_c001_v0001116_t0021_u01743646012226") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad36409b7_d20250403_m020651_c001_v7007000_t0000_u01743646011047") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e3c_d20250403_m020646_c001_v0001116_t0026_u01743646006054") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f4131805ad3640987_d20250403_m020645_c001_v7007000_t0000_u01743646005661") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e34_d20250403_m020644_c001_v0001116_t0059_u01743646004622") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c14bb_d20250403_m020642_c001_v7007000_t0000_u01743646002872") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e18_d20250403_m020641_c001_v0001116_t0010_u01743646001630") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c14a9_d20250403_m020641_c001_v7007000_t0000_u01743646001033") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425e14_d20250403_m020639_c001_v0001116_t0057_u01743645999893") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c14a5_d20250403_m020638_c001_v7007000_t0000_u01743645998491") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425dff_d20250403_m020636_c001_v0001116_t0022_u01743645996939") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c14a0_d20250403_m020636_c001_v7007000_t0000_u01743645996379") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425dfb_d20250403_m020635_c001_v0001116_t0012_u01743645995507") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c149b_d20250403_m020634_c001_v7007000_t0000_u01743645994533") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425df1_d20250403_m020633_c001_v0001116_t0052_u01743645993473") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c1452_d20250403_m020625_c001_v7007000_t0000_u01743645985699") 2025/04/03 02:14:06 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425db5_d20250403_m020624_c001_v0001116_t0019_u01743645984705") 2025/04/03 02:14:07 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c143d_d20250403_m020623_c001_v7007000_t0000_u01743645983756") 2025/04/03 02:14:07 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425da3_d20250403_m020622_c001_v0001116_t0047_u01743645982609") 2025/04/03 02:14:07 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c1426_d20250403_m020621_c001_v7007000_t0000_u01743645981642") 2025/04/03 02:14:07 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425d99_d20250403_m020620_c001_v0001116_t0040_u01743645980491") 2025/04/03 02:14:07 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f41727ba3ec6c1420_d20250403_m020617_c001_v7007000_t0000_u01743645977448") 2025/04/03 02:14:07 DEBUG : sub dir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd425d85_d20250403_m020616_c001_v0001116_t0025_u01743645976511") 2025/04/03 02:14:07 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791addc_d20250403_m021337_c001_v7007000_t0000_u01743646417906") 2025/04/03 02:14:07 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f110d642d51d08a9e_d20250403_m021336_c001_v0001157_t0021_u01743646416517") 2025/04/03 02:14:07 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791add7_d20250403_m021334_c001_v7007000_t0000_u01743646414756") 2025/04/03 02:14:07 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f101b7ebd4d0ad866_d20250403_m021332_c001_v0001183_t0037_u01743646412962") 2025/04/03 02:14:07 DEBUG : sub/yam: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2ab_d20250403_m020847_c001_v7007000_t0000_u01743646127654") 2025/04/03 02:14:07 DEBUG : sub/yam: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42609b_d20250403_m020846_c001_v0001116_t0044_u01743646126063") 2025/04/03 02:14:07 DEBUG : test_dir1/file2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791add1_d20250403_m021331_c001_v7007000_t0000_u01743646411344") 2025/04/03 02:14:07 DEBUG : test_dir1/file2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1113d558dc319ff1_d20250403_m021330_c001_v0001182_t0048_u01743646410111") 2025/04/03 02:14:07 DEBUG : test_dir1/file2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adcd_d20250403_m021328_c001_v7007000_t0000_u01743646408170") 2025/04/03 02:14:07 DEBUG : test_dir1/file2: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f101b7ebd4d0ad7c8_d20250403_m021326_c001_v0001183_t0046_u01743646406796") 2025/04/03 02:14:07 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791add3_d20250403_m021331_c001_v7007000_t0000_u01743646411538") 2025/04/03 02:14:07 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f110d642d51d08a76_d20250403_m021329_c001_v0001157_t0053_u01743646409731") 2025/04/03 02:14:08 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf423791adce_d20250403_m021328_c001_v7007000_t0000_u01743646408364") 2025/04/03 02:14:08 DEBUG : test_dir2/sub_dir/file3: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f110d642d51d08a64_d20250403_m021326_c001_v0001157_t0043_u01743646406808") 2025/04/03 02:14:08 DEBUG : three: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919f67_d20250403_m020836_c001_v7007000_t0000_u01743646116949") 2025/04/03 02:14:08 DEBUG : three: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42605d_d20250403_m020835_c001_v0001116_t0052_u01743646115243") 2025/04/03 02:14:08 DEBUG : three: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42603f_d20250403_m020831_c001_v0001116_t0015_u01743646111834") 2025/04/03 02:14:08 DEBUG : two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919f6b_d20250403_m020837_c001_v7007000_t0000_u01743646117134") 2025/04/03 02:14:08 DEBUG : two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd426055_d20250403_m020834_c001_v0001116_t0028_u01743646114281") 2025/04/03 02:14:08 DEBUG : two: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f400de112fd42603b_d20250403_m020831_c001_v0001116_t0028_u01743646111643") 2025/04/03 02:14:08 DEBUG : yam: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2b6_d20250403_m020848_c001_v7007000_t0000_u01743646128407") 2025/04/03 02:14:08 DEBUG : yam: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f11008090871e8453_d20250403_m020847_c001_v0001044_t0010_u01743646127208") 2025/04/03 02:14:08 DEBUG : yam: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2a8_d20250403_m020843_c001_v7007000_t0000_u01743646123879") 2025/04/03 02:14:08 DEBUG : yam: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd42608b_d20250403_m020842_c001_v0001116_t0024_u01743646122155") 2025/04/03 02:14:08 DEBUG : yam: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f416caf4237919f9a_d20250403_m020840_c001_v7007000_t0000_u01743646120032") 2025/04/03 02:14:08 DEBUG : yam: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f100de112fd426071_d20250403_m020837_c001_v0001116_t0038_u01743646117712") 2025/04/03 02:14:08 DEBUG : yaml: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2aa_d20250403_m020844_c001_v7007000_t0000_u01743646124660") 2025/04/03 02:14:08 DEBUG : yaml: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1017ad17835f03d1_d20250403_m020843_c001_v0001172_t0037_u01743646123551") 2025/04/03 02:14:08 DEBUG : yaml: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f412b67bc1f5fc2a5_d20250403_m020840_c001_v7007000_t0000_u01743646120820") 2025/04/03 02:14:09 DEBUG : yaml: Deleting (id "4_z5fe21de3606dfb9b9f580e1b_f1096a181025a10c8_d20250403_m020839_c001_v0001091_t0038_u01743646119368") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose -fast-list" - Finished OK in 7m57.094912307s (try 1/5)