"./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Starting (try 1/5) 2024/12/29 02:14:14 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti" 2024/12/29 02:14:14 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2024/12/29 02:14:14 DEBUG : Creating backend with remote "/tmp/rclone1220970771" === RUN TestPipe --- PASS: TestPipe (0.00s) === RUN TestPipeConcurrent --- PASS: TestPipeConcurrent (0.04s) === RUN TestPipeOrderBy === RUN TestPipeOrderBy/#00 === RUN TestPipeOrderBy/size === RUN TestPipeOrderBy/name === RUN TestPipeOrderBy/modtime === RUN TestPipeOrderBy/size,ascending === RUN TestPipeOrderBy/name,asc === RUN TestPipeOrderBy/modtime,ascending === RUN TestPipeOrderBy/size,descending === RUN TestPipeOrderBy/name,desc === RUN TestPipeOrderBy/modtime,descending === RUN TestPipeOrderBy/size,mixed,50 === RUN TestPipeOrderBy/size,mixed,51 --- PASS: TestPipeOrderBy (0.00s) --- PASS: TestPipeOrderBy/#00 (0.00s) --- PASS: TestPipeOrderBy/size (0.00s) --- PASS: TestPipeOrderBy/name (0.00s) --- PASS: TestPipeOrderBy/modtime (0.00s) --- PASS: TestPipeOrderBy/size,ascending (0.00s) --- PASS: TestPipeOrderBy/name,asc (0.00s) --- PASS: TestPipeOrderBy/modtime,ascending (0.00s) --- PASS: TestPipeOrderBy/size,descending (0.00s) --- PASS: TestPipeOrderBy/name,desc (0.00s) --- PASS: TestPipeOrderBy/modtime,descending (0.00s) --- PASS: TestPipeOrderBy/size,mixed,50 (0.00s) --- PASS: TestPipeOrderBy/size,mixed,51 (0.00s) === RUN TestNewLess === RUN TestNewLess/blankOK === RUN TestNewLess/tooManyParts === RUN TestNewLess/tooManyParts2 === RUN TestNewLess/badMixed === RUN TestNewLess/unknownComparison === RUN TestNewLess/unknownSortDirection === RUN TestNewLess/size === RUN TestNewLess/name === RUN TestNewLess/modtime === RUN TestNewLess/size,ascending === RUN TestNewLess/name,asc === RUN TestNewLess/modtime,ascending === RUN TestNewLess/size,descending === RUN TestNewLess/name,desc === RUN TestNewLess/modtime,descending === RUN TestNewLess/modtime,mixed === RUN TestNewLess/modtime,mixed,30 --- PASS: TestNewLess (0.00s) --- PASS: TestNewLess/blankOK (0.00s) --- PASS: TestNewLess/tooManyParts (0.00s) --- PASS: TestNewLess/tooManyParts2 (0.00s) --- PASS: TestNewLess/badMixed (0.00s) --- PASS: TestNewLess/unknownComparison (0.00s) --- PASS: TestNewLess/unknownSortDirection (0.00s) --- PASS: TestNewLess/size (0.00s) --- PASS: TestNewLess/name (0.00s) --- PASS: TestNewLess/modtime (0.00s) --- PASS: TestNewLess/size,ascending (0.00s) --- PASS: TestNewLess/name,asc (0.00s) --- PASS: TestNewLess/modtime,ascending (0.00s) --- PASS: TestNewLess/size,descending (0.00s) --- PASS: TestNewLess/name,desc (0.00s) --- PASS: TestNewLess/modtime,descending (0.00s) --- PASS: TestNewLess/modtime,mixed (0.00s) --- PASS: TestNewLess/modtime,mixed,30 (0.00s) === RUN TestRcCopy rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcCopy (0.00s) === RUN TestRcMove rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcMove (0.00s) === RUN TestRcSync rc_test.go:16: Skipping test on non local remote --- SKIP: TestRcSync (0.00s) === RUN TestCopyWithDryRun run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:15 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:15 NOTICE: sub dir/hello world: Skipped copy as --dry-run is set (size 11) 2024/12/29 02:14:15 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:15 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestCopyWithDryRun (2.01s) === RUN TestCopy run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:16 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/29 02:14:16 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:16 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:16 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:17 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:17 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:17 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopy (2.05s) === RUN TestCopyMetadata run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadata (0.36s) === RUN TestCopyMetadataNoEmptyDirs run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" sync_test.go:97: Skipping as metadata not supported --- SKIP: TestCopyMetadataNoEmptyDirs (0.37s) === RUN TestCopyMissingDirectory run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:19 DEBUG : Creating backend with remote "/non-existing" 2024/12/29 02:14:19 ERROR : Local file system at /non-existing: error reading source root directory: directory not found 2024/12/29 02:14:19 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:19 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestCopyMissingDirectory (0.96s) === RUN TestCopyNoTraverse run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:20 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:20 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:20 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:21 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:21 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestCopyNoTraverse (1.95s) === RUN TestCopyCheckFirst run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:22 INFO : B2 bucket rclone-test-cixeqak6yuti: Running all checks before starting transfers 2024/12/29 02:14:22 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:22 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:22 INFO : B2 bucket rclone-test-cixeqak6yuti: Checks finished, now starting transfers 2024/12/29 02:14:22 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:22 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:22 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestCopyCheckFirst (1.53s) === RUN TestSyncNoTraverse run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:23 ERROR : Ignoring --no-traverse with sync 2024/12/29 02:14:24 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:24 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:24 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:24 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:24 INFO : sub dir/hello world: Copied (new) 2024/12/29 02:14:24 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncNoTraverse (1.60s) === RUN TestCopyWithDepth run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:25 DEBUG : hello world2: Need to transfer - File not found at Destination 2024/12/29 02:14:25 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:25 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:25 DEBUG : hello world2: sha1 = c0bf117f9c93d02c894fe8ffd6e5cecf3545c209 OK 2024/12/29 02:14:25 INFO : hello world2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestCopyWithDepth (1.50s) === RUN TestCopyWithFilesFrom run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:27 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:14:27 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:27 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:27 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:27 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestCopyWithFilesFrom (1.54s) === RUN TestCopyWithFilesFromAndNoTraverse run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:29 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:14:29 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:29 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:29 DEBUG : potato2: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:29 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestCopyWithFilesFromAndNoTraverse (1.98s) === RUN TestCopyEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:30 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/12/29 02:14:30 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/29 02:14:30 INFO : sub dir2: Set directory modification time (using DirSetModTime) 2024/12/29 02:14:30 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/29 02:14:30 DEBUG : sub dir: Making directory 2024/12/29 02:14:30 DEBUG : sub dir2: Making directory 2024/12/29 02:14:30 DEBUG : sub dir2/sub sub dir2: Making directory 2024/12/29 02:14:30 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:30 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:30 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:30 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:30 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" fstest.go:244: Filtering empty directory "sub dir2/sub sub dir2" 2024/12/29 02:14:31 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestCopyEmptyDirectories (1.52s) === RUN TestCopyNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:32 DEBUG : sub dir2: Making directory 2024/12/29 02:14:32 DEBUG : sub dir2/sub sub dir2: Making directory with metadata 2024/12/29 02:14:32 INFO : sub dir2/sub sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/29 02:14:32 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:32 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:32 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:32 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:32 INFO : sub dir/hello world: Copied (new) --- PASS: TestCopyNoEmptyDirectories (1.17s) === RUN TestMoveEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:33 DEBUG : sub dir2: Making directory with metadata 2024/12/29 02:14:33 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/29 02:14:33 DEBUG : sub dir: Making directory 2024/12/29 02:14:33 DEBUG : sub dir2: Making directory 2024/12/29 02:14:33 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:33 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:33 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:33 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:33 INFO : sub dir/hello world: Copied (new) 2024/12/29 02:14:33 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/12/29 02:14:33 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata 2024/12/29 02:14:33 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestMoveEmptyDirectories (1.74s) === RUN TestSyncNoUpdateDirModtime run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" sync_test.go:408: Skipping test as backend does not support DirSetModTime --- SKIP: TestSyncNoUpdateDirModtime (0.36s) === RUN TestMoveNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:35 DEBUG : sub dir2: Making directory 2024/12/29 02:14:35 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:35 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:35 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:35 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:35 INFO : sub dir/hello world: Copied (new) 2024/12/29 02:14:35 INFO : sub dir/hello world: Deleted --- PASS: TestMoveNoEmptyDirectories (1.12s) === RUN TestSyncEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:36 DEBUG : sub dir2: Making directory with metadata 2024/12/29 02:14:36 INFO : sub dir2: Made directory with metadata (mtime=2011-12-25T12:59:59.123456789Z) 2024/12/29 02:14:36 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/29 02:14:36 DEBUG : sub dir: Making directory 2024/12/29 02:14:36 DEBUG : sub dir2: Making directory 2024/12/29 02:14:36 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:36 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:36 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:36 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:36 INFO : sub dir/hello world: Copied (new) 2024/12/29 02:14:36 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" fstest.go:244: Filtering empty directory "sub dir2" 2024/12/29 02:14:36 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Skipping modtime test as remote does not support DirSetModTime or MkdirMetadata --- PASS: TestSyncEmptyDirectories (1.49s) === RUN TestSyncSetDelayedModTimes run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" sync_test.go:507: Backend doesn't have DirModTimeUpdatesOnWrite set --- SKIP: TestSyncSetDelayedModTimes (0.38s) === RUN TestSyncNoEmptyDirectories run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:38 DEBUG : sub dir2: Making directory 2024/12/29 02:14:38 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:38 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:38 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:39 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:39 INFO : sub dir/hello world: Copied (new) 2024/12/29 02:14:39 DEBUG : Waiting for deletions to finish --- PASS: TestSyncNoEmptyDirectories (1.47s) === RUN TestServerSideCopy run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:40 DEBUG : Creating backend with remote "TestB2:rclone-test-kahafip4ceza" sync_test.go:590: Server side copy (if possible) B2 bucket rclone-test-cixeqak6yuti -> B2 bucket rclone-test-kahafip4ceza 2024/12/29 02:14:41 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:41 DEBUG : B2 bucket rclone-test-kahafip4ceza: Waiting for checks to finish 2024/12/29 02:14:41 DEBUG : B2 bucket rclone-test-kahafip4ceza: Waiting for transfers to finish 2024/12/29 02:14:42 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:42 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:42 DEBUG : B2 bucket rclone-test-kahafip4ceza: Purge remote 2024/12/29 02:14:42 INFO : B2 bucket rclone-test-kahafip4ceza: cleaning bucket "rclone-test-kahafip4ceza" of all files 2024/12/29 02:14:42 DEBUG : sub dir/hello world: Deleting (id "4_zaf22bd83301d1b0b9f480e1b_f1071db2092a08892_d20241229_m021442_c001_v0001120_t0051_u01735438482271") --- PASS: TestServerSideCopy (4.66s) === RUN TestCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:45 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/29 02:14:45 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:45 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:45 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/12/29 02:14:45 INFO : sub dir/hello world: Copied (replaced existing) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestCopyOverSelf (2.09s) === RUN TestServerSideCopyOverSelf run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:46 DEBUG : Creating backend with remote "TestB2:rclone-test-caqexay1suwu" sync_test.go:626: Server side copy (if possible) B2 bucket rclone-test-cixeqak6yuti -> B2 bucket rclone-test-caqexay1suwu 2024/12/29 02:14:48 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:48 DEBUG : B2 bucket rclone-test-caqexay1suwu: Waiting for checks to finish 2024/12/29 02:14:48 DEBUG : B2 bucket rclone-test-caqexay1suwu: Waiting for transfers to finish 2024/12/29 02:14:49 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:49 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:50 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/29 02:14:50 DEBUG : B2 bucket rclone-test-caqexay1suwu: Waiting for checks to finish 2024/12/29 02:14:50 DEBUG : B2 bucket rclone-test-caqexay1suwu: Waiting for transfers to finish 2024/12/29 02:14:50 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/12/29 02:14:50 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:50 DEBUG : B2 bucket rclone-test-caqexay1suwu: Purge remote 2024/12/29 02:14:50 INFO : B2 bucket rclone-test-caqexay1suwu: cleaning bucket "rclone-test-caqexay1suwu" of all files 2024/12/29 02:14:50 DEBUG : sub dir/hello world: Deleting (id "4_zefa2dd23301d1b0b9f480e1b_f111f3b2a168fa83e_d20241229_m021450_c001_v0001165_t0057_u01735438490175") 2024/12/29 02:14:50 DEBUG : sub dir/hello world: Deleting (id "4_zefa2dd23301d1b0b9f480e1b_f1132c01b282edfb7_d20241229_m021449_c001_v0001183_t0024_u01735438489020") --- PASS: TestServerSideCopyOverSelf (6.38s) === RUN TestMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:53 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/29 02:14:53 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:14:53 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:14:53 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/12/29 02:14:53 INFO : sub dir/hello world: Copied (replaced existing) 2024/12/29 02:14:53 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestMoveOverSelf (2.03s) === RUN TestServerSideMoveOverSelf run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:55 DEBUG : Creating backend with remote "TestB2:rclone-test-supidaj1demi" sync_test.go:671: Server side copy (if possible) B2 bucket rclone-test-cixeqak6yuti -> B2 bucket rclone-test-supidaj1demi 2024/12/29 02:14:56 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:14:56 DEBUG : B2 bucket rclone-test-supidaj1demi: Waiting for checks to finish 2024/12/29 02:14:56 DEBUG : B2 bucket rclone-test-supidaj1demi: Waiting for transfers to finish 2024/12/29 02:14:57 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:14:57 INFO : sub dir/hello world: Copied (server-side copy) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:14:58 DEBUG : B2 bucket rclone-test-supidaj1demi: Waiting for checks to finish 2024/12/29 02:14:58 DEBUG : sub dir/hello world: Sizes differ (src 17 vs dst 11) 2024/12/29 02:14:58 DEBUG : B2 bucket rclone-test-supidaj1demi: Waiting for transfers to finish 2024/12/29 02:14:58 DEBUG : sub dir/hello world: sha1 = b84a9b2362aee3556081792f3b7abd3958da8deb OK 2024/12/29 02:14:58 INFO : sub dir/hello world: Copied (server-side copy) 2024/12/29 02:14:58 INFO : sub dir/hello world: Deleted 2024/12/29 02:14:59 DEBUG : testing file moves 2024/12/29 02:15:00 DEBUG : sub dir/hello world: Sizes differ (src 24 vs dst 17) 2024/12/29 02:15:00 DEBUG : B2 bucket rclone-test-supidaj1demi: Waiting for checks to finish 2024/12/29 02:15:00 DEBUG : B2 bucket rclone-test-supidaj1demi: Waiting for transfers to finish 2024/12/29 02:15:00 DEBUG : sub dir/hello world: sha1 = 73716105e69866349759070d23c6e97b3acc55ff OK 2024/12/29 02:15:00 INFO : sub dir/hello world: Copied (server-side copy) 2024/12/29 02:15:00 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:00 DEBUG : B2 bucket rclone-test-supidaj1demi: Purge remote 2024/12/29 02:15:00 INFO : B2 bucket rclone-test-supidaj1demi: cleaning bucket "rclone-test-supidaj1demi" of all files 2024/12/29 02:15:01 DEBUG : sub dir/hello world: Deleting (id "4_zefb2fd33301d1b0b9f480e1b_f10547f94d731c050_d20241229_m021500_c001_v0001165_t0046_u01735438500200") 2024/12/29 02:15:01 DEBUG : sub dir/hello world: Deleting (id "4_zefb2fd33301d1b0b9f480e1b_f111da1745c609343_d20241229_m021458_c001_v0001039_t0050_u01735438498489") 2024/12/29 02:15:01 DEBUG : sub dir/hello world: Deleting (id "4_zefb2fd33301d1b0b9f480e1b_f100e08401f37895b_d20241229_m021457_c001_v0001184_t0033_u01735438497206") --- PASS: TestServerSideMoveOverSelf (8.32s) === RUN TestCopyAfterDelete run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:03 ERROR : : error listing: directory not found 2024/12/29 02:15:03 DEBUG : Local file system at /tmp/rclone1220970771: Making directory 2024/12/29 02:15:03 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:03 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestCopyAfterDelete (1.83s) === RUN TestCopyRedownload run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:05 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:15:05 DEBUG : Local file system at /tmp/rclone1220970771: Waiting for checks to finish 2024/12/29 02:15:05 DEBUG : Local file system at /tmp/rclone1220970771: Waiting for transfers to finish 2024/12/29 02:15:06 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:15:06 DEBUG : sub dir/hello world.655e7eb.partial: renamed to: sub dir/hello world 2024/12/29 02:15:06 INFO : sub dir/hello world: Copied (new) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestCopyRedownload (2.21s) === RUN TestSyncBasedOnCheckSum run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:07 DEBUG : check sum: Need to transfer - File not found at Destination 2024/12/29 02:15:07 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:07 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:07 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/29 02:15:07 INFO : check sum: Copied (new) 2024/12/29 02:15:07 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:07 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:07 DEBUG : check sum: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/29 02:15:07 DEBUG : check sum: Size and sha1 of src and dst objects identical 2024/12/29 02:15:07 DEBUG : check sum: Unchanged skipping 2024/12/29 02:15:07 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:07 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:07 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncBasedOnCheckSum (2.20s) === RUN TestSyncSizeOnly run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:09 DEBUG : sizeonly: Need to transfer - File not found at Destination 2024/12/29 02:15:09 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:09 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:09 DEBUG : sizeonly: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/12/29 02:15:09 INFO : sizeonly: Copied (new) 2024/12/29 02:15:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:10 DEBUG : sizeonly: Sizes identical 2024/12/29 02:15:10 DEBUG : sizeonly: Unchanged skipping 2024/12/29 02:15:10 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:10 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:10 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:10 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncSizeOnly (2.57s) === RUN TestSyncIgnoreSize run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:12 DEBUG : ignore-size: Need to transfer - File not found at Destination 2024/12/29 02:15:12 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:12 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:12 DEBUG : ignore-size: sha1 = 4a756ca07e9487f482465a99e8286abc86ba4dc7 OK 2024/12/29 02:15:12 INFO : ignore-size: Copied (new) 2024/12/29 02:15:12 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:12 DEBUG : ignore-size: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:15:12 DEBUG : ignore-size: Unchanged skipping 2024/12/29 02:15:12 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:12 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:12 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:12 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncIgnoreSize (2.20s) === RUN TestSyncIgnoreTimes run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:14 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:14 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:15:14 DEBUG : existing: Unchanged skipping 2024/12/29 02:15:14 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:14 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:14 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:15 DEBUG : existing: Transferring unconditionally as --ignore-times is in use 2024/12/29 02:15:15 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:15 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:15 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/12/29 02:15:15 INFO : existing: Copied (replaced existing) 2024/12/29 02:15:15 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncIgnoreTimes (2.47s) === RUN TestSyncIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:16 DEBUG : existing: Need to transfer - File not found at Destination 2024/12/29 02:15:16 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:16 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:17 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/12/29 02:15:17 INFO : existing: Copied (new) 2024/12/29 02:15:17 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:17 DEBUG : existing: Destination exists, skipping 2024/12/29 02:15:17 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:17 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:17 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:17 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncIgnoreExisting (2.23s) === RUN TestSyncIgnoreErrors run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:19 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/12/29 02:15:19 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/29 02:15:19 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:15:19 DEBUG : c/non empty space: Unchanged skipping 2024/12/29 02:15:19 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:15:19 INFO : a/potato2: Copied (new) 2024/12/29 02:15:20 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:20 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:20 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:20 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncIgnoreErrors (2.64s) === RUN TestSyncAfterChangingModtimeOnly run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:22 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/12/29 02:15:22 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:22 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/29 02:15:22 NOTICE: empty space: Skipped update modification time as --dry-run is set (size 1) 2024/12/29 02:15:22 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:22 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:22 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:22 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:22 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:22 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/12/29 02:15:22 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/29 02:15:23 INFO : empty space: Updated modification time in destination 2024/12/29 02:15:23 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:23 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:23 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:23 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnly (3.32s) === RUN TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:25 DEBUG : empty space: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/12/29 02:15:25 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:25 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/29 02:15:25 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:25 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:25 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:25 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncAfterChangingModtimeOnlyWithNoUpdateModTime (1.70s) === RUN TestSyncDoesntUpdateModtime run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:27 DEBUG : foo: Modification times differ by -95456h54m52.624456789s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2001-02-03 04:05:06.499 +0000 UTC 2024/12/29 02:15:27 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:27 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 (Local file system at /tmp/rclone1220970771) 2024/12/29 02:15:27 DEBUG : foo: sha1 = 62cdb7020ff920e5aa642c3d4066950dd1f01f4d (B2 bucket rclone-test-cixeqak6yuti) 2024/12/29 02:15:27 DEBUG : foo: sha1 differ 2024/12/29 02:15:27 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:27 DEBUG : foo: sha1 = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33 OK 2024/12/29 02:15:27 INFO : foo: Copied (replaced existing) 2024/12/29 02:15:27 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncDoesntUpdateModtime (1.84s) === RUN TestSyncAfterAddingAFile run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:29 DEBUG : potato: Need to transfer - File not found at Destination 2024/12/29 02:15:29 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:15:29 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:29 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:29 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:29 DEBUG : potato: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:15:29 INFO : potato: Copied (new) 2024/12/29 02:15:29 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncAfterAddingAFile (2.13s) === RUN TestSyncAfterChangingFilesSizeOnly run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:31 DEBUG : potato: Sizes differ (src 21 vs dst 60) 2024/12/29 02:15:31 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:31 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:31 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f OK 2024/12/29 02:15:31 INFO : potato: Copied (replaced existing) 2024/12/29 02:15:31 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncAfterChangingFilesSizeOnly (1.90s) === RUN TestSyncAfterChangingContentsOnly run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:33 DEBUG : potato: Modification times differ by 119h59m59.876543211s: 2011-12-25 12:59:59.123456789 +0000 UTC, 2011-12-30 12:59:59 +0000 UTC 2024/12/29 02:15:33 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:33 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f (Local file system at /tmp/rclone1220970771) 2024/12/29 02:15:33 DEBUG : potato: sha1 = 0fd321a1023ac4e1e1054fcc0236b9d0755f722f (B2 bucket rclone-test-cixeqak6yuti) 2024/12/29 02:15:33 DEBUG : potato: sha1 differ 2024/12/29 02:15:33 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:33 DEBUG : potato: sha1 = 1ca5094b3b73f587249eabe179c40a3eec839b1f OK 2024/12/29 02:15:33 INFO : potato: Copied (replaced existing) 2024/12/29 02:15:33 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncAfterChangingContentsOnly (1.89s) === RUN TestSyncAfterRemovingAFileAndAddingAFileDryRun run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:34 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:15:34 NOTICE: potato2: Skipped copy as --dry-run is set (size 60) 2024/12/29 02:15:34 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:15:34 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:34 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:34 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:34 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:34 NOTICE: potato: Skipped delete as --dry-run is set (size 21) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileDryRun (1.88s) === RUN TestSyncAfterRemovingAFileAndAddingAFile run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:36 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:15:36 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:15:36 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:36 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:36 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:37 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:15:37 INFO : potato2: Copied (new) 2024/12/29 02:15:37 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:37 INFO : potato: Deleted run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFile (2.43s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDir run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:39 DEBUG : d: Making directory 2024/12/29 02:15:39 DEBUG : d/e: Making directory fstest.go:244: Filtering empty directory "d" fstest.go:244: Filtering empty directory "d/e" 2024/12/29 02:15:39 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/29 02:15:39 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:15:39 DEBUG : c/non empty space: Unchanged skipping 2024/12/29 02:15:39 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:15:39 INFO : a/potato2: Copied (new) 2024/12/29 02:15:39 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:39 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:39 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:40 INFO : b/potato: Deleted run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDir (2.71s) === RUN TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:41 DEBUG : d: Making directory fstest.go:244: Filtering empty directory "d" 2024/12/29 02:15:42 DEBUG : a/potato2: Need to transfer - File not found at Destination 2024/12/29 02:15:42 DEBUG : c/non empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:15:42 DEBUG : c/non empty space: Unchanged skipping 2024/12/29 02:15:42 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:42 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:42 DEBUG : a/potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:15:42 INFO : a/potato2: Copied (new) 2024/12/29 02:15:42 ERROR : B2 bucket rclone-test-cixeqak6yuti: not deleting files as there were IO errors 2024/12/29 02:15:42 ERROR : B2 bucket rclone-test-cixeqak6yuti: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" fstest.go:244: Filtering empty directory "d" --- PASS: TestSyncAfterRemovingAFileAndAddingAFileSubDirWithErrors (2.63s) === RUN TestSyncDeleteAfter --- PASS: TestSyncDeleteAfter (0.00s) === RUN TestSyncDeleteDuring run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:44 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:44 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:15:44 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:15:44 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:44 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:44 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:44 INFO : potato: Deleted 2024/12/29 02:15:45 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:15:45 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncDeleteDuring (2.32s) === RUN TestSyncDeleteBefore run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:46 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:47 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:47 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:47 INFO : potato: Deleted 2024/12/29 02:15:47 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:15:47 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:15:47 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:47 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:47 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:47 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:15:47 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncDeleteBefore (2.64s) === RUN TestCopyDeleteBefore run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:49 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:15:49 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:49 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:49 DEBUG : potato2: sha1 = 810274f0df19dab60a894a562b7a8ff04c072623 OK 2024/12/29 02:15:49 INFO : potato2: Copied (new) run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestCopyDeleteBefore (2.12s) === RUN TestSyncWithExclude run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:51 DEBUG : enormous: Excluded (Size Filter) 2024/12/29 02:15:51 DEBUG : enormous: Excluded 2024/12/29 02:15:51 DEBUG : potato2: Excluded (Size Filter) 2024/12/29 02:15:51 DEBUG : potato2: Excluded 2024/12/29 02:15:51 DEBUG : potato2: Excluded (Size Filter) 2024/12/29 02:15:51 DEBUG : potato2: Excluded 2024/12/29 02:15:51 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:15:51 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:51 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:51 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:51 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:51 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:52 DEBUG : enormous: Excluded (Size Filter) 2024/12/29 02:15:52 DEBUG : enormous: Excluded 2024/12/29 02:15:52 DEBUG : potato2: Excluded (Size Filter) 2024/12/29 02:15:52 DEBUG : potato2: Excluded 2024/12/29 02:15:52 DEBUG : potato2: Excluded (Size Filter) 2024/12/29 02:15:52 DEBUG : potato2: Excluded 2024/12/29 02:15:52 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/12/29 02:15:52 DEBUG : Local file system at /tmp/rclone1220970771: Waiting for checks to finish 2024/12/29 02:15:52 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:52 DEBUG : Local file system at /tmp/rclone1220970771: Waiting for transfers to finish 2024/12/29 02:15:52 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:52 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncWithExclude (2.64s) === RUN TestSyncWithExcludeAndDeleteExcluded run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:54 DEBUG : enormous: Excluded (Size Filter) 2024/12/29 02:15:54 DEBUG : enormous: Excluded 2024/12/29 02:15:54 DEBUG : potato2: Excluded (Size Filter) 2024/12/29 02:15:54 DEBUG : potato2: Excluded 2024/12/29 02:15:54 DEBUG : empty space: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:15:54 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:54 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:54 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:54 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:54 INFO : enormous: Deleted 2024/12/29 02:15:55 INFO : potato2: Deleted 2024/12/29 02:15:55 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:55 DEBUG : empty space: Size and modification time the same (differ by 456.789µs, within tolerance 1ms) 2024/12/29 02:15:55 DEBUG : empty space: Unchanged skipping 2024/12/29 02:15:55 DEBUG : Local file system at /tmp/rclone1220970771: Waiting for checks to finish 2024/12/29 02:15:55 DEBUG : Local file system at /tmp/rclone1220970771: Waiting for transfers to finish 2024/12/29 02:15:55 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:55 INFO : potato2: Deleted 2024/12/29 02:15:55 INFO : enormous: Deleted 2024/12/29 02:15:55 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncWithExcludeAndDeleteExcluded (3.05s) === RUN TestSyncWithUpdateOlder run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:15:57 DEBUG : five: Need to transfer - File not found at Destination 2024/12/29 02:15:57 DEBUG : one: Destination is newer than source, skipping 2024/12/29 02:15:57 DEBUG : three: Sizes identical 2024/12/29 02:15:57 DEBUG : three: Destination mod time is within 1s of source and files identical, skipping 2024/12/29 02:15:57 DEBUG : four: Sizes differ (src 4 vs dst 8) 2024/12/29 02:15:57 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:57 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b (Local file system at /tmp/rclone1220970771) 2024/12/29 02:15:57 DEBUG : two: sha1 = b10e0da85e90399abfec36c7376b20aa4596461b (B2 bucket rclone-test-cixeqak6yuti) 2024/12/29 02:15:57 DEBUG : two: sha1 differ 2024/12/29 02:15:57 DEBUG : four: Destination mod time is within 1s of source but files differ, transferring 2024/12/29 02:15:57 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:58 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/12/29 02:15:58 INFO : five: Copied (new) 2024/12/29 02:15:58 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/12/29 02:15:58 INFO : four: Copied (replaced existing) 2024/12/29 02:15:58 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/12/29 02:15:58 INFO : two: Copied (replaced existing) 2024/12/29 02:15:58 DEBUG : Waiting for deletions to finish 2024/12/29 02:15:59 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:15:59 DEBUG : one: Destination is newer than source, skipping 2024/12/29 02:15:59 DEBUG : five: sha1 = 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 OK 2024/12/29 02:15:59 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/12/29 02:15:59 DEBUG : five: Size and sha1 of src and dst objects identical 2024/12/29 02:15:59 DEBUG : two: Size and sha1 of src and dst objects identical 2024/12/29 02:15:59 DEBUG : five: Destination mod time is within 1s of source and files identical, skipping 2024/12/29 02:15:59 DEBUG : four: sha1 = 9f8f7eec5dea5ac43738721939c120318cbff1df OK 2024/12/29 02:15:59 DEBUG : two: Destination mod time is within 1s of source and files identical, skipping 2024/12/29 02:15:59 DEBUG : four: Size and sha1 of src and dst objects identical 2024/12/29 02:15:59 DEBUG : four: Destination mod time is within 1s of source and files identical, skipping 2024/12/29 02:15:59 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb (Local file system at /tmp/rclone1220970771) 2024/12/29 02:15:59 DEBUG : three: sha1 = 03731cad13f4cf7b59703c77529381cdec1632e5 (B2 bucket rclone-test-cixeqak6yuti) 2024/12/29 02:15:59 DEBUG : three: sha1 differ 2024/12/29 02:15:59 DEBUG : three: Destination mod time is within 1s of source but files differ, transferring 2024/12/29 02:15:59 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:15:59 DEBUG : three: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/29 02:15:59 INFO : three: Copied (replaced existing) 2024/12/29 02:15:59 DEBUG : Waiting for deletions to finish --- PASS: TestSyncWithUpdateOlder (4.16s) === 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-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" sync_test.go:1538: Can track renames: true 2024/12/29 02:16:01 INFO : B2 bucket rclone-test-cixeqak6yuti: Making map for --track-renames 2024/12/29 02:16:01 INFO : B2 bucket rclone-test-cixeqak6yuti: Finished making map for --track-renames 2024/12/29 02:16:01 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:16:01 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/29 02:16:01 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for renames to finish 2024/12/29 02:16:01 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/12/29 02:16:01 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:16:01 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/12/29 02:16:01 INFO : potato: Copied (new) 2024/12/29 02:16:01 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/29 02:16:01 INFO : yam: Copied (new) 2024/12/29 02:16:01 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:01 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:16:01 INFO : B2 bucket rclone-test-cixeqak6yuti: Making map for --track-renames 2024/12/29 02:16:01 INFO : B2 bucket rclone-test-cixeqak6yuti: Finished making map for --track-renames 2024/12/29 02:16:01 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:16:01 DEBUG : potato: Unchanged skipping 2024/12/29 02:16:01 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for renames to finish 2024/12/29 02:16:02 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/29 02:16:02 INFO : yam: Copied (server-side copy) to: yaml 2024/12/29 02:16:02 INFO : yam: Deleted 2024/12/29 02:16:02 INFO : yaml: Renamed from "yam" 2024/12/29 02:16:02 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:16:02 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncWithTrackRenames (3.44s) === RUN TestParseRenamesStrategyModtime --- PASS: TestParseRenamesStrategyModtime (0.00s) === RUN TestRenamesStrategyModtime --- PASS: TestRenamesStrategyModtime (0.00s) === RUN TestSyncWithTrackRenamesStrategyModtime run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" sync_test.go:1610: Can track renames: true 2024/12/29 02:16:04 INFO : B2 bucket rclone-test-cixeqak6yuti: Making map for --track-renames 2024/12/29 02:16:04 INFO : B2 bucket rclone-test-cixeqak6yuti: Finished making map for --track-renames 2024/12/29 02:16:04 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:16:04 DEBUG : yam: Need to transfer - No matching file found at Destination 2024/12/29 02:16:04 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for renames to finish 2024/12/29 02:16:04 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/29 02:16:04 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:16:04 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/12/29 02:16:04 INFO : potato: Copied (new) 2024/12/29 02:16:05 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/29 02:16:05 INFO : yam: Copied (new) 2024/12/29 02:16:05 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:05 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:16:05 INFO : B2 bucket rclone-test-cixeqak6yuti: Making map for --track-renames 2024/12/29 02:16:05 INFO : B2 bucket rclone-test-cixeqak6yuti: Finished making map for --track-renames 2024/12/29 02:16:05 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:16:05 DEBUG : potato: Unchanged skipping 2024/12/29 02:16:05 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for renames to finish 2024/12/29 02:16:06 DEBUG : yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/29 02:16:06 INFO : yam: Copied (server-side copy) to: yaml 2024/12/29 02:16:06 INFO : yam: Deleted 2024/12/29 02:16:06 INFO : yaml: Renamed from "yam" 2024/12/29 02:16:06 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:16:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyModtime (3.53s) === RUN TestSyncWithTrackRenamesStrategyLeaf run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" sync_test.go:1649: Can track renames: true 2024/12/29 02:16:08 INFO : B2 bucket rclone-test-cixeqak6yuti: Making map for --track-renames 2024/12/29 02:16:08 INFO : B2 bucket rclone-test-cixeqak6yuti: Finished making map for --track-renames 2024/12/29 02:16:08 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:16:08 DEBUG : potato: Need to transfer - No matching file found at Destination 2024/12/29 02:16:08 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for renames to finish 2024/12/29 02:16:08 DEBUG : sub/yam: Need to transfer - No matching file found at Destination 2024/12/29 02:16:08 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:16:08 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/29 02:16:08 INFO : sub/yam: Copied (new) 2024/12/29 02:16:08 DEBUG : potato: sha1 = 1d1ac61cfffcfdd0a15cc9ae575fb06ca8c11fb5 OK 2024/12/29 02:16:08 INFO : potato: Copied (new) 2024/12/29 02:16:08 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:09 DEBUG : potato: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:16:09 DEBUG : potato: Unchanged skipping 2024/12/29 02:16:09 INFO : B2 bucket rclone-test-cixeqak6yuti: Making map for --track-renames 2024/12/29 02:16:09 INFO : B2 bucket rclone-test-cixeqak6yuti: Finished making map for --track-renames 2024/12/29 02:16:09 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:16:09 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for renames to finish 2024/12/29 02:16:09 DEBUG : sub/yam: sha1 = ad84b2fb6729688a5ee3225164a6d4d58465b33e OK 2024/12/29 02:16:09 INFO : sub/yam: Copied (server-side copy) to: yam 2024/12/29 02:16:09 INFO : sub/yam: Deleted 2024/12/29 02:16:09 INFO : yam: Renamed from "sub/yam" 2024/12/29 02:16:09 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:16:09 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncWithTrackRenamesStrategyLeaf (3.73s) === RUN TestServerSideMoveLocal run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:11 DEBUG : Creating backend with remote "/tmp/rclone1220970771/dir1" 2024/12/29 02:16:11 DEBUG : Creating backend with remote "/tmp/rclone1220970771/dir2" 2024/12/29 02:16:11 DEBUG : Local file system at /tmp/rclone1220970771/dir2: Using server-side directory move 2024/12/29 02:16:11 INFO : Local file system at /tmp/rclone1220970771/dir2: Server side directory move failed - fallback to file moves: can't copy directory - destination already exists 2024/12/29 02:16:11 DEBUG : file1.txt: Need to transfer - File not found at Destination 2024/12/29 02:16:11 INFO : file1.txt: Moved (server-side) 2024/12/29 02:16:11 DEBUG : Local file system at /tmp/rclone1220970771/dir2: Waiting for checks to finish 2024/12/29 02:16:11 DEBUG : Local file system at /tmp/rclone1220970771/dir2: Waiting for transfers to finish --- PASS: TestServerSideMoveLocal (0.37s) === RUN TestMoveWithDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:12 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:16:12 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/12/29 02:16:12 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:16:12 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:16:12 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/12/29 02:16:12 INFO : nested/sub dir/file: Copied (new) 2024/12/29 02:16:12 INFO : nested/sub dir/file: Deleted 2024/12/29 02:16:12 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:16:12 INFO : sub dir/hello world: Copied (new) 2024/12/29 02:16:12 INFO : sub dir/hello world: Deleted 2024/12/29 02:16:12 INFO : sub dir: Removing directory 2024/12/29 02:16:12 INFO : nested/sub dir: Removing directory 2024/12/29 02:16:12 INFO : nested: Removing directory 2024/12/29 02:16:12 DEBUG : Local file system at /tmp/rclone1220970771: deleted 3 directories run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestMoveWithDeleteEmptySrcDirs (2.08s) === RUN TestMoveWithoutDeleteEmptySrcDirs run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:14 DEBUG : sub dir/hello world: Need to transfer - File not found at Destination 2024/12/29 02:16:14 DEBUG : nested/sub dir/file: Need to transfer - File not found at Destination 2024/12/29 02:16:14 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:16:14 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:16:14 DEBUG : nested/sub dir/file: sha1 = b4b3e0a278988bc15f2913af3f4153ccef74e465 OK 2024/12/29 02:16:14 INFO : nested/sub dir/file: Copied (new) 2024/12/29 02:16:14 INFO : nested/sub dir/file: Deleted 2024/12/29 02:16:14 DEBUG : sub dir/hello world: sha1 = 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed OK 2024/12/29 02:16:14 INFO : sub dir/hello world: Copied (new) 2024/12/29 02:16:14 INFO : sub dir/hello world: Deleted run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestMoveWithoutDeleteEmptySrcDirs (2.08s) === RUN TestMoveWithIgnoreExisting run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:16 DEBUG : existing: Need to transfer - File not found at Destination 2024/12/29 02:16:16 DEBUG : existing-b: Need to transfer - File not found at Destination 2024/12/29 02:16:16 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:16:16 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:16:16 DEBUG : existing-b: sha1 = 321f6b7e8bf7f29aab89c5e41a555b1b0baa41a9 OK 2024/12/29 02:16:16 INFO : existing-b: Copied (new) 2024/12/29 02:16:16 INFO : existing-b: Deleted 2024/12/29 02:16:16 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/12/29 02:16:16 INFO : existing: Copied (new) 2024/12/29 02:16:16 INFO : existing: Deleted 2024/12/29 02:16:16 DEBUG : existing: Destination exists, skipping 2024/12/29 02:16:16 DEBUG : existing: Not removing source file as destination file exists and --ignore-existing is set 2024/12/29 02:16:16 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:16:16 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:16:16 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestMoveWithIgnoreExisting (2.05s) === RUN TestServerSideMove run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:18 DEBUG : Creating backend with remote "TestB2:rclone-test-viqipin2jodo" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-cixeqak6yuti -> B2 bucket rclone-test-viqipin2jodo 2024/12/29 02:16:22 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:16:22 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/12/29 02:16:22 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/29 02:16:22 DEBUG : empty space: Unchanged skipping 2024/12/29 02:16:22 DEBUG : B2 bucket rclone-test-viqipin2jodo: Waiting for checks to finish 2024/12/29 02:16:22 INFO : empty space: Deleted 2024/12/29 02:16:22 DEBUG : B2 bucket rclone-test-viqipin2jodo: Waiting for transfers to finish 2024/12/29 02:16:22 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:16:22 INFO : potato2: Copied (server-side copy) 2024/12/29 02:16:22 INFO : potato2: Deleted 2024/12/29 02:16:22 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/29 02:16:22 INFO : potato3: Copied (server-side copy) 2024/12/29 02:16:22 INFO : potato3: Deleted 2024/12/29 02:16:23 DEBUG : Creating backend with remote "TestB2:rclone-test-cawoyix0fina" 2024/12/29 02:16:24 DEBUG : empty space: Need to transfer - File not found at Destination 2024/12/29 02:16:24 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:16:24 DEBUG : potato3: Need to transfer - File not found at Destination 2024/12/29 02:16:24 DEBUG : B2 bucket rclone-test-cawoyix0fina: Waiting for checks to finish 2024/12/29 02:16:24 DEBUG : B2 bucket rclone-test-cawoyix0fina: Waiting for transfers to finish 2024/12/29 02:16:25 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/29 02:16:25 INFO : empty space: Copied (server-side copy) 2024/12/29 02:16:25 INFO : empty space: Deleted 2024/12/29 02:16:25 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:16:25 INFO : potato2: Copied (server-side copy) 2024/12/29 02:16:25 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/29 02:16:25 INFO : potato3: Copied (server-side copy) 2024/12/29 02:16:25 INFO : potato2: Deleted 2024/12/29 02:16:25 INFO : potato3: Deleted 2024/12/29 02:16:26 DEBUG : B2 bucket rclone-test-cawoyix0fina: Purge remote 2024/12/29 02:16:26 INFO : B2 bucket rclone-test-cawoyix0fina: cleaning bucket "rclone-test-cawoyix0fina" of all files 2024/12/29 02:16:26 DEBUG : empty space: Deleting (id "4_z3f124db3303d1b0b9f480e1b_f119913e8c6450bed_d20241229_m021625_c001_v0001182_t0057_u01735438585130") 2024/12/29 02:16:26 DEBUG : potato2: Deleting (id "4_z3f124db3303d1b0b9f480e1b_f110206bb74b33005_d20241229_m021625_c001_v0001179_t0002_u01735438585372") 2024/12/29 02:16:26 DEBUG : potato3: Deleting (id "4_z3f124db3303d1b0b9f480e1b_f10704702f8e9eab6_d20241229_m021625_c001_v0001178_t0037_u01735438585494") 2024/12/29 02:16:27 DEBUG : B2 bucket rclone-test-viqipin2jodo: Purge remote 2024/12/29 02:16:27 INFO : B2 bucket rclone-test-viqipin2jodo: cleaning bucket "rclone-test-viqipin2jodo" of all files 2024/12/29 02:16:27 DEBUG : empty space: Deleting (id "4_z6fd23d93303d1b0b9f480e1b_f4009b2585f22973f_d20241229_m021625_c001_v7007000_t0000_u01735438585335") 2024/12/29 02:16:27 DEBUG : empty space: Deleting (id "4_z6fd23d93303d1b0b9f480e1b_f109c34b16b47b13c_d20241229_m021621_c001_v0001128_t0022_u01735438581190") 2024/12/29 02:16:27 DEBUG : potato2: Deleting (id "4_z6fd23d93303d1b0b9f480e1b_f4009b2585f229741_d20241229_m021625_c001_v7007000_t0000_u01735438585593") 2024/12/29 02:16:27 DEBUG : potato2: Deleting (id "4_z6fd23d93303d1b0b9f480e1b_f119ebdbfaa69ca77_d20241229_m021622_c001_v0001177_t0017_u01735438582427") 2024/12/29 02:16:27 DEBUG : potato3: Deleting (id "4_z6fd23d93303d1b0b9f480e1b_f401e59d5742295de_d20241229_m021625_c001_v7007000_t0000_u01735438585769") 2024/12/29 02:16:27 DEBUG : potato3: Deleting (id "4_z6fd23d93303d1b0b9f480e1b_f1049c2b93f51a7a7_d20241229_m021622_c001_v0001184_t0023_u01735438582663") 2024/12/29 02:16:27 DEBUG : potato3: Deleting (id "4_z6fd23d93303d1b0b9f480e1b_f109c34b16b47b13e_d20241229_m021621_c001_v0001128_t0044_u01735438581706") --- PASS: TestServerSideMove (10.99s) === RUN TestServerSideMoveWithFilter run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:29 DEBUG : Creating backend with remote "TestB2:rclone-test-cihosug2vogi" sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-cixeqak6yuti -> B2 bucket rclone-test-cihosug2vogi 2024/12/29 02:16:34 DEBUG : empty space: Excluded (Size Filter) 2024/12/29 02:16:34 DEBUG : empty space: Excluded 2024/12/29 02:16:34 DEBUG : empty space: Excluded (Size Filter) 2024/12/29 02:16:34 DEBUG : empty space: Excluded 2024/12/29 02:16:34 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:16:34 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/29 02:16:34 DEBUG : B2 bucket rclone-test-cihosug2vogi: Waiting for checks to finish 2024/12/29 02:16:34 DEBUG : B2 bucket rclone-test-cihosug2vogi: Waiting for transfers to finish 2024/12/29 02:16:34 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:16:34 INFO : potato2: Copied (server-side copy) 2024/12/29 02:16:35 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/29 02:16:35 INFO : potato3: Copied (server-side copy) 2024/12/29 02:16:35 INFO : potato2: Deleted 2024/12/29 02:16:35 INFO : potato3: Deleted 2024/12/29 02:16:35 DEBUG : Creating backend with remote "TestB2:rclone-test-gutiqer8rawi" 2024/12/29 02:16:36 DEBUG : empty space: Excluded (Size Filter) 2024/12/29 02:16:36 DEBUG : empty space: Excluded 2024/12/29 02:16:36 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:16:36 DEBUG : potato3: Need to transfer - File not found at Destination 2024/12/29 02:16:36 DEBUG : B2 bucket rclone-test-gutiqer8rawi: Waiting for checks to finish 2024/12/29 02:16:36 DEBUG : B2 bucket rclone-test-gutiqer8rawi: Waiting for transfers to finish 2024/12/29 02:16:37 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:16:37 INFO : potato2: Copied (server-side copy) 2024/12/29 02:16:37 INFO : potato2: Deleted 2024/12/29 02:16:37 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/29 02:16:37 INFO : potato3: Copied (server-side copy) 2024/12/29 02:16:38 INFO : potato3: Deleted 2024/12/29 02:16:38 DEBUG : B2 bucket rclone-test-gutiqer8rawi: Purge remote 2024/12/29 02:16:38 INFO : B2 bucket rclone-test-gutiqer8rawi: cleaning bucket "rclone-test-gutiqer8rawi" of all files 2024/12/29 02:16:38 DEBUG : potato2: Deleting (id "4_z4f627db3303d1b0b9f480e1b_f112b8af95fc6d94d_d20241229_m021637_c001_v0001182_t0021_u01735438597429") 2024/12/29 02:16:38 DEBUG : potato3: Deleting (id "4_z4f627db3303d1b0b9f480e1b_f108f5d194beebac2_d20241229_m021637_c001_v0001037_t0029_u01735438597671") 2024/12/29 02:16:39 DEBUG : B2 bucket rclone-test-cihosug2vogi: Purge remote 2024/12/29 02:16:39 INFO : B2 bucket rclone-test-cihosug2vogi: cleaning bucket "rclone-test-cihosug2vogi" of all files 2024/12/29 02:16:39 DEBUG : empty space: Deleting (id "4_zaf426d83303d1b0b9f480e1b_f105425c8dd4b2dd0_d20241229_m021633_c001_v0001090_t0025_u01735438593166") 2024/12/29 02:16:39 DEBUG : potato2: Deleting (id "4_zaf426d83303d1b0b9f480e1b_f401c0328948b4f7a_d20241229_m021637_c001_v7007000_t0000_u01735438597654") 2024/12/29 02:16:39 DEBUG : potato2: Deleting (id "4_zaf426d83303d1b0b9f480e1b_f106161f1e15642a5_d20241229_m021634_c001_v0001172_t0053_u01735438594526") 2024/12/29 02:16:39 DEBUG : potato3: Deleting (id "4_zaf426d83303d1b0b9f480e1b_f401c0328948b4f7b_d20241229_m021638_c001_v7007000_t0000_u01735438598067") 2024/12/29 02:16:39 DEBUG : potato3: Deleting (id "4_zaf426d83303d1b0b9f480e1b_f116bb91306a48035_d20241229_m021634_c001_v0001183_t0019_u01735438594882") 2024/12/29 02:16:39 DEBUG : potato3: Deleting (id "4_zaf426d83303d1b0b9f480e1b_f105425c8dd4b2dd4_d20241229_m021633_c001_v0001090_t0039_u01735438593568") 2024/12/29 02:16:39 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_delete_file_version": EOF) 2024/12/29 02:16:39 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2024/12/29 02:16:39 DEBUG : pacer: Reducing sleep to 10ms --- PASS: TestServerSideMoveWithFilter (12.85s) === RUN TestServerSideMoveDeleteEmptySourceDirs run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:42 DEBUG : Creating backend with remote "TestB2:rclone-test-cotazuw9tece" 2024/12/29 02:16:44 DEBUG : tomatoDir: Making directory sync_test.go:1705: Server side move (if possible) B2 bucket rclone-test-cixeqak6yuti -> B2 bucket rclone-test-cotazuw9tece 2024/12/29 02:16:47 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:16:47 DEBUG : empty space: Size and modification time the same (differ by 0s, within tolerance 1ms) 2024/12/29 02:16:47 DEBUG : empty space: Unchanged skipping 2024/12/29 02:16:47 DEBUG : potato3: Sizes differ (src 68 vs dst 60) 2024/12/29 02:16:47 DEBUG : B2 bucket rclone-test-cotazuw9tece: Waiting for checks to finish 2024/12/29 02:16:47 INFO : empty space: Deleted 2024/12/29 02:16:47 DEBUG : B2 bucket rclone-test-cotazuw9tece: Waiting for transfers to finish 2024/12/29 02:16:47 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:16:47 INFO : potato2: Copied (server-side copy) 2024/12/29 02:16:47 INFO : potato2: Deleted 2024/12/29 02:16:48 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/29 02:16:48 INFO : potato3: Copied (server-side copy) 2024/12/29 02:16:48 INFO : potato3: Deleted 2024/12/29 02:16:48 DEBUG : Creating backend with remote "TestB2:rclone-test-keculuz0taqe" 2024/12/29 02:16:49 DEBUG : tomatoDir: Making directory 2024/12/29 02:16:49 DEBUG : empty space: Need to transfer - File not found at Destination 2024/12/29 02:16:49 DEBUG : potato2: Need to transfer - File not found at Destination 2024/12/29 02:16:49 DEBUG : potato3: Need to transfer - File not found at Destination 2024/12/29 02:16:49 DEBUG : B2 bucket rclone-test-keculuz0taqe: Waiting for checks to finish 2024/12/29 02:16:49 DEBUG : B2 bucket rclone-test-keculuz0taqe: Waiting for transfers to finish 2024/12/29 02:16:51 DEBUG : empty space: sha1 = 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 OK 2024/12/29 02:16:51 INFO : empty space: Copied (server-side copy) 2024/12/29 02:16:51 DEBUG : potato2: sha1 = 9dc7f7d3279715991a22853f5981df582b7f9f6d OK 2024/12/29 02:16:51 INFO : potato2: Copied (server-side copy) 2024/12/29 02:16:51 DEBUG : potato3: sha1 = 568f8850f3c1a384731dbe40c6d72e1dcae342a0 OK 2024/12/29 02:16:51 INFO : potato3: Copied (server-side copy) 2024/12/29 02:16:51 INFO : empty space: Deleted 2024/12/29 02:16:51 INFO : potato2: Deleted 2024/12/29 02:16:51 INFO : potato3: Deleted 2024/12/29 02:16:52 DEBUG : B2 bucket rclone-test-keculuz0taqe: Purge remote 2024/12/29 02:16:52 INFO : B2 bucket rclone-test-keculuz0taqe: cleaning bucket "rclone-test-keculuz0taqe" of all files 2024/12/29 02:16:52 DEBUG : empty space: Deleting (id "4_zbf52ade3303d1b0b9f480e1b_f101a37cc60565da2_d20241229_m021650_c001_v0001128_t0012_u01735438610643") 2024/12/29 02:16:52 DEBUG : potato2: Deleting (id "4_zbf52ade3303d1b0b9f480e1b_f116f21f4b4553eb3_d20241229_m021651_c001_v0001182_t0028_u01735438611008") 2024/12/29 02:16:52 DEBUG : potato3: Deleting (id "4_zbf52ade3303d1b0b9f480e1b_f108798c5ca38a428_d20241229_m021651_c001_v0001183_t0000_u01735438611019") 2024/12/29 02:16:53 DEBUG : B2 bucket rclone-test-cotazuw9tece: Purge remote 2024/12/29 02:16:53 INFO : B2 bucket rclone-test-cotazuw9tece: cleaning bucket "rclone-test-cotazuw9tece" of all files 2024/12/29 02:16:53 DEBUG : empty space: Deleting (id "4_zef129da3303d1b0b9f480e1b_f40991aae4af24c6e_d20241229_m021651_c001_v7007000_t0000_u01735438611214") 2024/12/29 02:16:53 DEBUG : empty space: Deleting (id "4_zef129da3303d1b0b9f480e1b_f102541e177010869_d20241229_m021646_c001_v0001043_t0046_u01735438606051") 2024/12/29 02:16:53 DEBUG : potato2: Deleting (id "4_zef129da3303d1b0b9f480e1b_f4040db686bddc2ff_d20241229_m021651_c001_v7007000_t0000_u01735438611223") 2024/12/29 02:16:53 DEBUG : potato2: Deleting (id "4_zef129da3303d1b0b9f480e1b_f112089b91f8e86da_d20241229_m021647_c001_v0001157_t0056_u01735438607399") 2024/12/29 02:16:53 DEBUG : potato3: Deleting (id "4_zef129da3303d1b0b9f480e1b_f40991aae4af24c6f_d20241229_m021651_c001_v7007000_t0000_u01735438611398") 2024/12/29 02:16:53 DEBUG : potato3: Deleting (id "4_zef129da3303d1b0b9f480e1b_f112f6fcb7b006fec_d20241229_m021647_c001_v0001128_t0009_u01735438607757") 2024/12/29 02:16:53 DEBUG : potato3: Deleting (id "4_zef129da3303d1b0b9f480e1b_f102541e17701086b_d20241229_m021646_c001_v0001043_t0002_u01735438606496") --- PASS: TestServerSideMoveDeleteEmptySourceDirs (12.96s) === RUN TestServerSideMoveOverlap run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:55 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/rclone-move-test" --- PASS: TestServerSideMoveOverlap (2.55s) === RUN TestSyncOverlap run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:16:57 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/rclone-sync-test" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncOverlap (2.97s) === RUN TestSyncOverlapWithFilter run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:17:00 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/rclone-sync-test" 2024/12/29 02:17:02 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/rclone-sync-test-include/layer2" 2024/12/29 02:17:04 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/rclone-sync-test-ignore-file" 2024/12/29 02:17:07 DEBUG : pacer: low level retry 1/10 (error Post "https://api001.backblazeb2.com/b2api/v1/b2_list_file_names": EOF) 2024/12/29 02:17:07 DEBUG : pacer: Rate limited, increasing sleep to 20ms 2024/12/29 02:17:07 DEBUG : pacer: Reducing sleep to 10ms 2024/12/29 02:17:08 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/29 02:17:08 DEBUG : B2 bucket rclone-test-cixeqak6yuti path rclone-sync-test: Waiting for checks to finish 2024/12/29 02:17:08 DEBUG : B2 bucket rclone-test-cixeqak6yuti path rclone-sync-test: Waiting for transfers to finish 2024/12/29 02:17:08 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:08 INFO : There was nothing to transfer 2024/12/29 02:17:08 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/29 02:17:08 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:17:08 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:17:08 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:08 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:17:09 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/29 02:17:09 DEBUG : B2 bucket rclone-test-cixeqak6yuti path rclone-sync-test-include/layer2: Waiting for checks to finish 2024/12/29 02:17:09 DEBUG : B2 bucket rclone-test-cixeqak6yuti path rclone-sync-test-include/layer2: Waiting for transfers to finish 2024/12/29 02:17:09 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:09 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:17:09 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/29 02:17:09 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:17:09 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:17:09 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:09 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:17:10 DEBUG : : Excluded 2024/12/29 02:17:10 DEBUG : rclone-sync-test-ignore-file: Excluded 2024/12/29 02:17:10 DEBUG : B2 bucket rclone-test-cixeqak6yuti path rclone-sync-test-ignore-file: Waiting for checks to finish 2024/12/29 02:17:10 DEBUG : B2 bucket rclone-test-cixeqak6yuti path rclone-sync-test-ignore-file: Waiting for transfers to finish 2024/12/29 02:17:10 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:10 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncOverlapWithFilter (16.83s) === RUN TestSyncCompareDest run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:17:17 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/dst" 2024/12/29 02:17:18 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/CompareDest" 2024/12/29 02:17:20 DEBUG : one: Need to transfer - File not found at Destination 2024/12/29 02:17:20 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:20 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:21 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/29 02:17:21 INFO : one: Copied (new) 2024/12/29 02:17:21 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:22 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 02:17:22 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:22 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:22 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/12/29 02:17:22 INFO : one: Copied (replaced existing) 2024/12/29 02:17:22 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:24 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 02:17:24 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:24 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:24 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/29 02:17:24 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:24 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:24 INFO : There was nothing to transfer 2024/12/29 02:17:25 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:25 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/29 02:17:25 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 02:17:25 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:25 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:25 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/29 02:17:25 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:25 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:25 INFO : There was nothing to transfer 2024/12/29 02:17:26 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:26 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/29 02:17:26 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 02:17:26 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:26 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:26 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/29 02:17:26 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:26 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:26 INFO : There was nothing to transfer 2024/12/29 02:17:27 DEBUG : two: Modification times differ by -119h59m59.877s: 2011-12-30 12:59:59 +0000 UTC, 2011-12-25 12:59:59.123 +0000 UTC 2024/12/29 02:17:27 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/12/29 02:17:27 DEBUG : two: Destination found in --compare-dest, skipping 2024/12/29 02:17:27 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 02:17:27 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:27 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:27 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/29 02:17:27 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:27 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:27 INFO : There was nothing to transfer 2024/12/29 02:17:28 DEBUG : two: Sizes differ (src 5 vs dst 3) 2024/12/29 02:17:28 DEBUG : two: Need to transfer - File not found at Destination 2024/12/29 02:17:28 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 02:17:28 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:28 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:28 DEBUG : one: Destination found in --compare-dest, skipping 2024/12/29 02:17:28 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:29 DEBUG : two: sha1 = a4be8877ad88f3109a6411985a1f359e10e2d930 OK 2024/12/29 02:17:29 INFO : two: Copied (new) 2024/12/29 02:17:29 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCompareDest (13.37s) === RUN TestSyncMultipleCompareDest run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:17:32 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/dest" 2024/12/29 02:17:32 DEBUG : Config file has changed externally - reloading 2024/12/29 02:17:33 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/pre-dest1" 2024/12/29 02:17:34 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/pre-dest2" 2024/12/29 02:17:36 DEBUG : 1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:17:36 DEBUG : 1: Destination found in --compare-dest, skipping 2024/12/29 02:17:36 DEBUG : 2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:17:36 DEBUG : 2: Destination found in --compare-dest, skipping 2024/12/29 02:17:37 DEBUG : 3: Need to transfer - File not found at Destination 2024/12/29 02:17:37 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dest: Waiting for checks to finish 2024/12/29 02:17:37 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dest: Waiting for transfers to finish 2024/12/29 02:17:37 DEBUG : 3: sha1 = 77de68daecd823babbb58edb1c8e14d7106e83bb OK 2024/12/29 02:17:37 INFO : 3: Copied (new) 2024/12/29 02:17:37 DEBUG : Waiting for deletions to finish --- PASS: TestSyncMultipleCompareDest (8.73s) === RUN TestSyncCopyDest run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:17:39 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/dst" 2024/12/29 02:17:40 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/CopyDest" 2024/12/29 02:17:42 DEBUG : one: Need to transfer - File not found at Destination 2024/12/29 02:17:42 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:42 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:43 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/29 02:17:43 INFO : one: Copied (new) 2024/12/29 02:17:43 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:44 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 02:17:44 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:44 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:44 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/12/29 02:17:44 INFO : one: Copied (replaced existing) 2024/12/29 02:17:44 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:46 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/BackupDir" 2024/12/29 02:17:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 02:17:47 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:47 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:47 DEBUG : one: Sizes differ (src 5 vs dst 3) 2024/12/29 02:17:48 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/29 02:17:48 INFO : one: Copied (server-side copy) 2024/12/29 02:17:49 INFO : one: Deleted 2024/12/29 02:17:49 DEBUG : one: sha1 = 7f376fd65843a1267de8f986d40e164e5a321c13 OK 2024/12/29 02:17:49 INFO : one: Copied (server-side copy) 2024/12/29 02:17:49 DEBUG : one: Destination found in --copy-dest, using server-side copy 2024/12/29 02:17:49 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:49 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:50 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:51 DEBUG : two: sha1 = ad782ecdac770fc6eb9a62e44f90873fb97fb26b OK 2024/12/29 02:17:51 INFO : two: Copied (server-side copy) 2024/12/29 02:17:51 DEBUG : two: Destination found in --copy-dest, using server-side copy 2024/12/29 02:17:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:51 DEBUG : one: Unchanged skipping 2024/12/29 02:17:51 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:51 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:51 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:51 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:51 DEBUG : one: Unchanged skipping 2024/12/29 02:17:51 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:51 DEBUG : two: Unchanged skipping 2024/12/29 02:17:51 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:51 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:51 DEBUG : Waiting for deletions to finish 2024/12/29 02:17:51 INFO : There was nothing to transfer 2024/12/29 02:17:52 DEBUG : three: Sizes differ (src 7 vs dst 5) 2024/12/29 02:17:52 DEBUG : three: Destination not found in --copy-dest 2024/12/29 02:17:52 DEBUG : three: Need to transfer - File not found at Destination 2024/12/29 02:17:52 DEBUG : one: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:52 DEBUG : one: Unchanged skipping 2024/12/29 02:17:52 DEBUG : two: Size and modification time the same (differ by -456.789µs, within tolerance 1ms) 2024/12/29 02:17:52 DEBUG : two: Unchanged skipping 2024/12/29 02:17:52 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:52 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:17:53 DEBUG : three: sha1 = 370e613335f3cf2f19b2a2d35a86402f55c659f8 OK 2024/12/29 02:17:53 INFO : three: Copied (new) 2024/12/29 02:17:53 DEBUG : Waiting for deletions to finish --- PASS: TestSyncCopyDest (15.81s) === RUN TestSyncBackupDir run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:17:56 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/dst" 2024/12/29 02:17:57 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/backup" 2024/12/29 02:17:59 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/29 02:17:59 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:17:59 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:17:59 DEBUG : two: Unchanged skipping 2024/12/29 02:18:01 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/29 02:18:01 INFO : one: Copied (server-side copy) 2024/12/29 02:18:01 INFO : one: Deleted 2024/12/29 02:18:01 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:18:01 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:01 INFO : one: Copied (new) 2024/12/29 02:18:01 DEBUG : Waiting for deletions to finish 2024/12/29 02:18:02 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/29 02:18:02 INFO : three.txt: Copied (server-side copy) 2024/12/29 02:18:02 INFO : three.txt: Deleted 2024/12/29 02:18:02 INFO : three.txt: Moved into backup dir 2024/12/29 02:18:04 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/29 02:18:04 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:18:04 DEBUG : two: Unchanged skipping 2024/12/29 02:18:04 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:18:04 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:04 INFO : one: Copied (server-side copy) 2024/12/29 02:18:04 INFO : one: Deleted 2024/12/29 02:18:04 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:18:05 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/29 02:18:05 INFO : one: Copied (new) 2024/12/29 02:18:05 DEBUG : Waiting for deletions to finish 2024/12/29 02:18:05 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/29 02:18:05 INFO : three.txt: Copied (server-side copy) 2024/12/29 02:18:05 INFO : three.txt: Deleted 2024/12/29 02:18:05 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDir (11.77s) === RUN TestSyncBackupDirWithSuffix run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:18:08 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/dst" 2024/12/29 02:18:09 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/backup" 2024/12/29 02:18:11 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/29 02:18:11 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:18:11 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:18:11 DEBUG : two: Unchanged skipping 2024/12/29 02:18:12 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/29 02:18:12 INFO : one: Copied (server-side copy) to: one.bak 2024/12/29 02:18:12 INFO : one: Deleted 2024/12/29 02:18:12 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:18:13 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:13 INFO : one: Copied (new) 2024/12/29 02:18:13 DEBUG : Waiting for deletions to finish 2024/12/29 02:18:14 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/29 02:18:14 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/29 02:18:14 INFO : three.txt: Deleted 2024/12/29 02:18:14 INFO : three.txt: Moved into backup dir 2024/12/29 02:18:15 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/29 02:18:15 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:18:15 DEBUG : two: Unchanged skipping 2024/12/29 02:18:15 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:18:16 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:16 INFO : one: Copied (server-side copy) to: one.bak 2024/12/29 02:18:16 INFO : one: Deleted 2024/12/29 02:18:16 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:18:16 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/29 02:18:16 INFO : one: Copied (new) 2024/12/29 02:18:16 DEBUG : Waiting for deletions to finish 2024/12/29 02:18:17 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/29 02:18:17 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/29 02:18:17 INFO : three.txt: Deleted 2024/12/29 02:18:17 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffix (11.92s) === RUN TestSyncBackupDirWithSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:18:20 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/dst" 2024/12/29 02:18:21 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/backup" 2024/12/29 02:18:23 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/29 02:18:23 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:18:23 DEBUG : two: Unchanged skipping 2024/12/29 02:18:23 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:18:25 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/29 02:18:25 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/12/29 02:18:25 INFO : one: Deleted 2024/12/29 02:18:25 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:18:26 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:26 INFO : one: Copied (new) 2024/12/29 02:18:26 DEBUG : Waiting for deletions to finish 2024/12/29 02:18:26 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/29 02:18:26 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/12/29 02:18:26 INFO : three.txt: Deleted 2024/12/29 02:18:26 INFO : three.txt: Moved into backup dir 2024/12/29 02:18:28 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/29 02:18:28 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:18:28 DEBUG : two: Unchanged skipping 2024/12/29 02:18:28 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:18:28 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:28 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/12/29 02:18:28 INFO : one: Deleted 2024/12/29 02:18:28 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:18:29 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/29 02:18:29 INFO : one: Copied (new) 2024/12/29 02:18:29 DEBUG : Waiting for deletions to finish 2024/12/29 02:18:29 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/29 02:18:29 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/12/29 02:18:29 INFO : three.txt: Deleted 2024/12/29 02:18:29 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirWithSuffixKeepExtension (12.16s) === RUN TestSyncBackupDirSuffixOnly run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:18:32 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/dst" 2024/12/29 02:18:34 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/29 02:18:34 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:18:34 DEBUG : two: Unchanged skipping 2024/12/29 02:18:34 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:18:35 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/29 02:18:35 INFO : one: Copied (server-side copy) to: one.bak 2024/12/29 02:18:35 INFO : one: Deleted 2024/12/29 02:18:35 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:18:36 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:36 INFO : one: Copied (new) 2024/12/29 02:18:36 DEBUG : Waiting for deletions to finish 2024/12/29 02:18:36 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/29 02:18:36 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/29 02:18:36 INFO : three.txt: Deleted 2024/12/29 02:18:36 INFO : three.txt: Moved into backup dir 2024/12/29 02:18:37 DEBUG : one.bak: Excluded (Path Filter) 2024/12/29 02:18:37 DEBUG : one.bak: Excluded 2024/12/29 02:18:37 DEBUG : three.txt.bak: Excluded (Path Filter) 2024/12/29 02:18:37 DEBUG : three.txt.bak: Excluded 2024/12/29 02:18:37 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/29 02:18:37 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:18:37 DEBUG : two: Unchanged skipping 2024/12/29 02:18:37 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for checks to finish 2024/12/29 02:18:38 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:38 INFO : one: Copied (server-side copy) to: one.bak 2024/12/29 02:18:38 INFO : one: Deleted 2024/12/29 02:18:38 DEBUG : B2 bucket rclone-test-cixeqak6yuti path dst: Waiting for transfers to finish 2024/12/29 02:18:39 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/29 02:18:39 INFO : one: Copied (new) 2024/12/29 02:18:39 DEBUG : Waiting for deletions to finish 2024/12/29 02:18:39 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/29 02:18:39 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/29 02:18:39 INFO : three.txt: Deleted 2024/12/29 02:18:39 INFO : three.txt: Moved into backup dir --- PASS: TestSyncBackupDirSuffixOnly (9.84s) === RUN TestSyncSuffix run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:18:42 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/dst" 2024/12/29 02:18:43 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/29 02:18:44 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/29 02:18:44 INFO : one: Copied (server-side copy) to: one.bak 2024/12/29 02:18:45 INFO : one: Deleted 2024/12/29 02:18:46 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:46 INFO : one: Copied (new) 2024/12/29 02:18:46 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:18:46 DEBUG : two: Unchanged skipping 2024/12/29 02:18:46 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/12/29 02:18:46 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/29 02:18:46 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/29 02:18:46 INFO : three.txt: Deleted 2024/12/29 02:18:47 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/29 02:18:47 INFO : three.txt: Copied (new) 2024/12/29 02:18:47 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/29 02:18:48 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:48 INFO : one: Copied (server-side copy) to: one.bak 2024/12/29 02:18:49 INFO : one: Deleted 2024/12/29 02:18:49 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/29 02:18:49 INFO : one: Copied (new) 2024/12/29 02:18:49 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:18:49 DEBUG : two: Unchanged skipping 2024/12/29 02:18:49 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/12/29 02:18:50 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/29 02:18:50 INFO : three.txt: Copied (server-side copy) to: three.txt.bak 2024/12/29 02:18:50 INFO : three.txt: Deleted 2024/12/29 02:18:50 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/12/29 02:18:50 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffix (11.47s) === RUN TestSyncSuffixKeepExtension run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:18:54 DEBUG : Creating backend with remote "TestB2:rclone-test-cixeqak6yuti/dst" 2024/12/29 02:18:55 DEBUG : one: Sizes differ (src 4 vs dst 3) 2024/12/29 02:18:56 DEBUG : one: sha1 = fe05bcdcdc4928012781a5f1a2a77cbb5398e106 OK 2024/12/29 02:18:56 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/12/29 02:18:56 INFO : one: Deleted 2024/12/29 02:18:57 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:57 INFO : one: Copied (new) 2024/12/29 02:18:57 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:18:57 DEBUG : two: Unchanged skipping 2024/12/29 02:18:58 DEBUG : three.txt: Sizes differ (src 6 vs dst 5) 2024/12/29 02:18:58 DEBUG : three.txt: sha1 = b802f384302cb24fbab0a44997e820bf2e8507bb OK 2024/12/29 02:18:58 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/12/29 02:18:58 INFO : three.txt: Deleted 2024/12/29 02:18:58 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/29 02:18:58 INFO : three.txt: Copied (new) 2024/12/29 02:18:59 DEBUG : one: Sizes differ (src 5 vs dst 4) 2024/12/29 02:18:59 DEBUG : one: sha1 = d63a9910ed57f038b76549c070df6196b2102f42 OK 2024/12/29 02:18:59 INFO : one: Copied (server-side copy) to: one-2019-01-01 2024/12/29 02:19:00 INFO : one: Deleted 2024/12/29 02:19:00 DEBUG : one: sha1 = 88a8c2880f555638f990d1ec4c8359b25caa20c7 OK 2024/12/29 02:19:00 INFO : one: Copied (new) 2024/12/29 02:19:00 DEBUG : two: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:00 DEBUG : two: Unchanged skipping 2024/12/29 02:19:00 DEBUG : three.txt: Sizes differ (src 19 vs dst 6) 2024/12/29 02:19:01 DEBUG : three.txt: sha1 = 92e0258fe3c7456f15dff78d509f6e3c9166c254 OK 2024/12/29 02:19:01 INFO : three.txt: Copied (server-side copy) to: three-2019-01-01.txt 2024/12/29 02:19:01 INFO : three.txt: Deleted 2024/12/29 02:19:01 DEBUG : three.txt: sha1 = 476e1707cbd7f0497a7dc4d44f0b07b8566ffc30 OK 2024/12/29 02:19:01 INFO : three.txt: Copied (new) --- PASS: TestSyncSuffixKeepExtension (10.69s) === RUN TestSyncUTFNorm run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:19:04 DEBUG : Testêé: Sizes differ (src 14 vs dst 18) 2024/12/29 02:19:04 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:19:04 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:19:04 DEBUG : Testêé: sha1 = a54d88e06612d820bc3be72877c74f257b561b19 OK 2024/12/29 02:19:04 INFO : Testêé: Copied (replaced existing) to: Testêé 2024/12/29 02:19:04 DEBUG : Waiting for deletions to finish --- PASS: TestSyncUTFNorm (2.31s) === RUN TestSyncImmutable run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:19:05 DEBUG : existing: Need to transfer - File not found at Destination 2024/12/29 02:19:05 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:19:05 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:19:06 DEBUG : existing: sha1 = 3e2e95f5ad970eadfa7e17eaf73da97024aa5359 OK 2024/12/29 02:19:06 INFO : existing: Copied (new) 2024/12/29 02:19:06 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:19:06 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:19:06 DEBUG : existing: Sizes differ (src 8 vs dst 6) 2024/12/29 02:19:06 ERROR : existing: Source and destination exist but do not match: immutable file modified 2024/12/29 02:19:06 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:19:06 ERROR : B2 bucket rclone-test-cixeqak6yuti: not deleting files as there were IO errors 2024/12/29 02:19:06 ERROR : B2 bucket rclone-test-cixeqak6yuti: not deleting directories as there were IO errors run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncImmutable (2.97s) === RUN TestSyncIgnoreCase run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:19:08 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:19:08 DEBUG : existing: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:08 DEBUG : existing: Unchanged skipping 2024/12/29 02:19:08 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:19:08 DEBUG : Waiting for deletions to finish 2024/12/29 02:19:08 INFO : There was nothing to transfer --- PASS: TestSyncIgnoreCase (1.33s) === RUN TestFixCase run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" sync_test.go:2635: Skipping test as local or remote are case-sensitive --- SKIP: TestFixCase (0.37s) === RUN TestMaxTransfer === RUN TestMaxTransfer/Hard run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Soft run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" sync_test.go:2674: This test only runs on local === RUN TestMaxTransfer/Cautious run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" sync_test.go:2674: This test only runs on local --- PASS: TestMaxTransfer (1.12s) --- SKIP: TestMaxTransfer/Hard (0.37s) --- SKIP: TestMaxTransfer/Soft (0.37s) --- SKIP: TestMaxTransfer/Cautious (0.38s) === RUN TestSyncConcurrentDelete run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:19:21 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:19:21 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both0: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both10: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both1: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both14: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both15: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both16: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both11: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both13: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both12: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both19: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both3: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both4: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both5: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both6: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both7: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both8: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:21 DEBUG : both9: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both17: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both18: Unchanged skipping 2024/12/29 02:19:21 DEBUG : both2: Unchanged skipping 2024/12/29 02:19:21 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:19:21 DEBUG : Waiting for deletions to finish 2024/12/29 02:19:21 INFO : only5: Deleted 2024/12/29 02:19:21 INFO : only3: Deleted 2024/12/29 02:19:22 INFO : only9: Deleted 2024/12/29 02:19:22 INFO : only12: Deleted 2024/12/29 02:19:22 INFO : only14: Deleted 2024/12/29 02:19:22 INFO : only16: Deleted 2024/12/29 02:19:22 INFO : only19: Deleted 2024/12/29 02:19:22 INFO : only10: Deleted 2024/12/29 02:19:22 INFO : only13: Deleted 2024/12/29 02:19:22 INFO : only15: Deleted 2024/12/29 02:19:22 INFO : only7: Deleted 2024/12/29 02:19:22 INFO : only11: Deleted 2024/12/29 02:19:22 INFO : only4: Deleted 2024/12/29 02:19:22 INFO : only2: Deleted 2024/12/29 02:19:22 INFO : only8: Deleted 2024/12/29 02:19:22 INFO : only6: Deleted 2024/12/29 02:19:22 INFO : only0: Deleted 2024/12/29 02:19:22 INFO : only1: Deleted 2024/12/29 02:19:22 INFO : only17: Deleted 2024/12/29 02:19:22 INFO : only18: Deleted 2024/12/29 02:19:22 INFO : There was nothing to transfer run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncConcurrentDelete (16.33s) === RUN TestSyncConcurrentTruncate run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:19:37 DEBUG : both1: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both0: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both11: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for checks to finish 2024/12/29 02:19:37 DEBUG : both10: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both1: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both12: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both12: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both13: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both13: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both14: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both14: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both15: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both15: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both16: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both16: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both17: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both17: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both18: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both18: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both19: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both19: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both2: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both2: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both3: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both3: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both4: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both4: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both5: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both0: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both6: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both11: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both7: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both7: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both8: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both10: Unchanged skipping 2024/12/29 02:19:37 DEBUG : both9: Size and modification time the same (differ by -999.999µs, within tolerance 1ms) 2024/12/29 02:19:37 DEBUG : both5: Unchanged skipping 2024/12/29 02:19:37 DEBUG : only0: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only1: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : both6: Unchanged skipping 2024/12/29 02:19:37 DEBUG : only10: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : both8: Unchanged skipping 2024/12/29 02:19:37 DEBUG : only12: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only11: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only13: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only14: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only15: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : both9: Unchanged skipping 2024/12/29 02:19:37 DEBUG : only16: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only17: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only18: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only19: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only2: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only3: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only4: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only5: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only6: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only7: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only8: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : only9: Sizes differ (src 0 vs dst 6) 2024/12/29 02:19:37 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Waiting for transfers to finish 2024/12/29 02:19:38 DEBUG : only0: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only0: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only11: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only11: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only1: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only1: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only16: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only16: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only10: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only10: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only17: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only17: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only18: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only18: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only19: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only19: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only2: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only2: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only12: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only12: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only15: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only15: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only4: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only4: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only5: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only5: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only6: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only6: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only8: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only8: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only7: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only7: Copied (replaced existing) 2024/12/29 02:19:38 DEBUG : only9: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:38 INFO : only9: Copied (replaced existing) 2024/12/29 02:19:39 DEBUG : only3: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:39 INFO : only3: Copied (replaced existing) 2024/12/29 02:19:39 DEBUG : only13: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:39 INFO : only13: Copied (replaced existing) 2024/12/29 02:19:39 DEBUG : only14: sha1 = da39a3ee5e6b4b0d3255bfef95601890afd80709 OK 2024/12/29 02:19:39 INFO : only14: Copied (replaced existing) 2024/12/29 02:19:39 DEBUG : Waiting for deletions to finish run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestSyncConcurrentTruncate (20.22s) === RUN TestNothingToTransferWithEmptyDirs run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:19:47 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/29 02:19:47 DEBUG : sub dir: Making directory 2024/12/29 02:19:47 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestNothingToTransferWithEmptyDirs (4.37s) === RUN TestNothingToTransferWithoutEmptyDirs run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" 2024/12/29 02:19:52 INFO : sub dir: Set directory modification time (using DirSetModTime) 2024/12/29 02:19:52 DEBUG : sub dir: Making directory 2024/12/29 02:19:52 INFO : sub dir: Made directory with modification time 2011-12-30 12:59:59 +0000 UTC run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" run.go:180: Remote "B2 bucket rclone-test-cixeqak6yuti", Local "Local file system at /tmp/rclone1220970771", Modify Window "1ms" --- PASS: TestNothingToTransferWithoutEmptyDirs (4.43s) PASS 2024/12/29 02:19:56 DEBUG : B2 bucket rclone-test-cixeqak6yuti: Purge remote 2024/12/29 02:19:56 INFO : B2 bucket rclone-test-cixeqak6yuti: cleaning bucket "rclone-test-cixeqak6yuti" of all files 2024/12/29 02:19:57 DEBUG : BackupDir/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f39_d20241229_m021753_c001_v7007000_t0000_u01735438673850") 2024/12/29 02:19:57 DEBUG : BackupDir/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1067f476f1e1385f_d20241229_m021748_c001_v0001178_t0047_u01735438668626") 2024/12/29 02:19:57 DEBUG : CompareDest/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4037a3d80dde7286_d20241229_m021729_c001_v7007000_t0000_u01735438649866") 2024/12/29 02:19:57 DEBUG : CompareDest/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f2189fb_d20241229_m021723_c001_v0001176_t0030_u01735438643685") 2024/12/29 02:19:57 DEBUG : CompareDest/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4037a3d80dde7287_d20241229_m021730_c001_v7007000_t0000_u01735438650065") 2024/12/29 02:19:57 DEBUG : CompareDest/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2e18f_d20241229_m021725_c001_v0001184_t0002_u01735438645027") 2024/12/29 02:19:57 DEBUG : CopyDest/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f3a_d20241229_m021754_c001_v7007000_t0000_u01735438674035") 2024/12/29 02:19:57 DEBUG : CopyDest/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07b8a1_d20241229_m021745_c001_v0001184_t0022_u01735438665752") 2024/12/29 02:19:57 DEBUG : CopyDest/three: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f3b_d20241229_m021754_c001_v7007000_t0000_u01735438674219") 2024/12/29 02:19:57 DEBUG : CopyDest/three: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2e5a5_d20241229_m021752_c001_v0001184_t0004_u01735438672036") 2024/12/29 02:19:57 DEBUG : CopyDest/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f3c_d20241229_m021754_c001_v7007000_t0000_u01735438674413") 2024/12/29 02:19:57 DEBUG : CopyDest/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218ad4_d20241229_m021749_c001_v0001176_t0022_u01735438669866") 2024/12/29 02:19:57 DEBUG : EXISTING: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c05913_d20241229_m021909_c001_v7007000_t0000_u01735438749433") 2024/12/29 02:19:57 DEBUG : EXISTING: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218ce7_d20241229_m021908_c001_v0001176_t0035_u01735438748473") 2024/12/29 02:19:57 DEBUG : Testêé: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c0590b_d20241229_m021905_c001_v7007000_t0000_u01735438745129") 2024/12/29 02:19:57 DEBUG : Testêé: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ee74_d20241229_m021904_c001_v0001184_t0059_u01735438744557") 2024/12/29 02:19:57 DEBUG : Testêé: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218cc9_d20241229_m021903_c001_v0001176_t0044_u01735438743558") 2024/12/29 02:19:58 DEBUG : a/potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162a5_d20241229_m021542_c001_v7007000_t0000_u01735438542904") 2024/12/29 02:19:58 DEBUG : a/potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d37f_d20241229_m021542_c001_v0001184_t0022_u01735438542319") 2024/12/29 02:19:58 DEBUG : a/potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f408de58c67e8a3aa_d20241229_m021540_c001_v7007000_t0000_u01735438540455") 2024/12/29 02:19:58 DEBUG : a/potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d32f_d20241229_m021539_c001_v0001184_t0044_u01735438539552") 2024/12/29 02:19:58 DEBUG : a/potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab226_d20241229_m021520_c001_v7007000_t0000_u01735438520727") 2024/12/29 02:19:58 DEBUG : a/potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d0c9_d20241229_m021519_c001_v0001184_t0024_u01735438519840") 2024/12/29 02:19:58 DEBUG : b/potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162a6_d20241229_m021543_c001_v7007000_t0000_u01735438543093") 2024/12/29 02:19:58 DEBUG : b/potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d362_d20241229_m021541_c001_v0001184_t0042_u01735438541453") 2024/12/29 02:19:58 DEBUG : b/potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f408de58c67e8a3a9_d20241229_m021539_c001_v7007000_t0000_u01735438539891") 2024/12/29 02:19:58 DEBUG : b/potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d30f_d20241229_m021538_c001_v0001184_t0033_u01735438538744") 2024/12/29 02:19:58 DEBUG : b/potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab223_d20241229_m021520_c001_v7007000_t0000_u01735438520178") 2024/12/29 02:19:58 DEBUG : b/potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d0a3_d20241229_m021519_c001_v0001184_t0053_u01735438519013") 2024/12/29 02:19:58 DEBUG : backup/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4314_d20241229_m021806_c001_v7007000_t0000_u01735438686190") 2024/12/29 02:19:58 DEBUG : backup/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1128e50f4fde8a99_d20241229_m021804_c001_v0001183_t0037_u01735438684603") 2024/12/29 02:19:58 DEBUG : backup/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f115964544b65bbc7_d20241229_m021800_c001_v0001184_t0059_u01735438680892") 2024/12/29 02:19:58 DEBUG : backup/one-2019-01-01: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058d9_d20241229_m021830_c001_v7007000_t0000_u01735438710292") 2024/12/29 02:19:58 DEBUG : backup/one-2019-01-01: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f113474a76172f201_d20241229_m021828_c001_v0001182_t0034_u01735438708534") 2024/12/29 02:19:58 DEBUG : backup/one-2019-01-01: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1187d9d6f3ebd48b_d20241229_m021824_c001_v0001043_t0056_u01735438704563") 2024/12/29 02:19:58 DEBUG : backup/one.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058ca_d20241229_m021818_c001_v7007000_t0000_u01735438698083") 2024/12/29 02:19:59 DEBUG : backup/one.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1049c2b93f51b6a9_d20241229_m021816_c001_v0001184_t0028_u01735438696344") 2024/12/29 02:19:59 DEBUG : backup/one.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1128e50f4fde8bae_d20241229_m021812_c001_v0001183_t0023_u01735438692677") 2024/12/29 02:19:59 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058da_d20241229_m021830_c001_v7007000_t0000_u01735438710473") 2024/12/29 02:19:59 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f119e54aacd5d535f_d20241229_m021829_c001_v0001184_t0029_u01735438709552") 2024/12/29 02:19:59 DEBUG : backup/three-2019-01-01.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1016cb89f58bc84b_d20241229_m021826_c001_v0001183_t0049_u01735438706429") 2024/12/29 02:19:59 DEBUG : backup/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4315_d20241229_m021806_c001_v7007000_t0000_u01735438686391") 2024/12/29 02:19:59 DEBUG : backup/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2e779_d20241229_m021805_c001_v0001184_t0014_u01735438685420") 2024/12/29 02:19:59 DEBUG : backup/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1194dd5ac0a37b60_d20241229_m021802_c001_v0001106_t0036_u01735438682266") 2024/12/29 02:19:59 DEBUG : backup/three.txt.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058cb_d20241229_m021818_c001_v7007000_t0000_u01735438698264") 2024/12/29 02:19:59 DEBUG : backup/three.txt.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f11566c783350c204_d20241229_m021817_c001_v0001172_t0015_u01735438697179") 2024/12/29 02:19:59 DEBUG : backup/three.txt.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f11069f07be7f993a_d20241229_m021814_c001_v0001182_t0019_u01735438694015") 2024/12/29 02:19:59 DEBUG : both0: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f473e_d20241229_m021939_c001_v7007000_t0000_u01735438779776") 2024/12/29 02:19:59 DEBUG : both0: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07ca65_d20241229_m021927_c001_v0001184_t0056_u01735438767981") 2024/12/29 02:19:59 DEBUG : both0: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6cc_d20241229_m021923_c001_v7007000_t0000_u01735438763345") 2024/12/29 02:19:59 DEBUG : both0: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ef10_d20241229_m021911_c001_v0001184_t0053_u01735438751644") 2024/12/29 02:19:59 DEBUG : both1: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f473f_d20241229_m021939_c001_v7007000_t0000_u01735438779960") 2024/12/29 02:19:59 DEBUG : both1: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f0cc_d20241229_m021929_c001_v0001184_t0015_u01735438769188") 2024/12/29 02:19:59 DEBUG : both1: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6cd_d20241229_m021923_c001_v7007000_t0000_u01735438763528") 2024/12/29 02:20:00 DEBUG : both1: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d09_d20241229_m021912_c001_v0001176_t0052_u01735438752409") 2024/12/29 02:20:00 DEBUG : both10: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4740_d20241229_m021940_c001_v7007000_t0000_u01735438780142") 2024/12/29 02:20:00 DEBUG : both10: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f12e_d20241229_m021933_c001_v0001184_t0039_u01735438773247") 2024/12/29 02:20:00 DEBUG : both10: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6ce_d20241229_m021923_c001_v7007000_t0000_u01735438763711") 2024/12/29 02:20:00 DEBUG : both10: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d29_d20241229_m021916_c001_v0001176_t0058_u01735438756380") 2024/12/29 02:20:00 DEBUG : both11: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4741_d20241229_m021940_c001_v7007000_t0000_u01735438780327") 2024/12/29 02:20:00 DEBUG : both11: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218daf_d20241229_m021933_c001_v0001176_t0029_u01735438773701") 2024/12/29 02:20:00 DEBUG : both11: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6cf_d20241229_m021923_c001_v7007000_t0000_u01735438763893") 2024/12/29 02:20:00 DEBUG : both11: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c88f_d20241229_m021916_c001_v0001184_t0004_u01735438756792") 2024/12/29 02:20:00 DEBUG : both12: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4742_d20241229_m021940_c001_v7007000_t0000_u01735438780511") 2024/12/29 02:20:00 DEBUG : both12: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07cb52_d20241229_m021934_c001_v0001184_t0016_u01735438774164") 2024/12/29 02:20:00 DEBUG : both12: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6d0_d20241229_m021924_c001_v7007000_t0000_u01735438764076") 2024/12/29 02:20:00 DEBUG : both12: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2efa8_d20241229_m021917_c001_v0001184_t0032_u01735438757274") 2024/12/29 02:20:00 DEBUG : both13: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4746_d20241229_m021940_c001_v7007000_t0000_u01735438780694") 2024/12/29 02:20:00 DEBUG : both13: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f154_d20241229_m021934_c001_v0001184_t0052_u01735438774581") 2024/12/29 02:20:00 DEBUG : both13: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6d1_d20241229_m021924_c001_v7007000_t0000_u01735438764258") 2024/12/29 02:20:00 DEBUG : both13: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d35_d20241229_m021917_c001_v0001176_t0001_u01735438757693") 2024/12/29 02:20:00 DEBUG : both14: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4747_d20241229_m021940_c001_v7007000_t0000_u01735438780878") 2024/12/29 02:20:00 DEBUG : both14: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218dbd_d20241229_m021934_c001_v0001176_t0012_u01735438774991") 2024/12/29 02:20:01 DEBUG : both14: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6d2_d20241229_m021924_c001_v7007000_t0000_u01735438764442") 2024/12/29 02:20:01 DEBUG : both14: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c8c4_d20241229_m021918_c001_v0001184_t0029_u01735438758110") 2024/12/29 02:20:01 DEBUG : both15: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4748_d20241229_m021941_c001_v7007000_t0000_u01735438781071") 2024/12/29 02:20:01 DEBUG : both15: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07cb80_d20241229_m021935_c001_v0001184_t0005_u01735438775398") 2024/12/29 02:20:01 DEBUG : both15: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6d3_d20241229_m021924_c001_v7007000_t0000_u01735438764623") 2024/12/29 02:20:01 DEBUG : both15: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2efbc_d20241229_m021918_c001_v0001184_t0002_u01735438758537") 2024/12/29 02:20:01 DEBUG : both16: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4749_d20241229_m021941_c001_v7007000_t0000_u01735438781269") 2024/12/29 02:20:01 DEBUG : both16: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f170_d20241229_m021935_c001_v0001184_t0008_u01735438775808") 2024/12/29 02:20:01 DEBUG : both16: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6d4_d20241229_m021924_c001_v7007000_t0000_u01735438764805") 2024/12/29 02:20:01 DEBUG : both16: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d41_d20241229_m021918_c001_v0001176_t0004_u01735438758947") 2024/12/29 02:20:01 DEBUG : both17: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f474a_d20241229_m021941_c001_v7007000_t0000_u01735438781460") 2024/12/29 02:20:01 DEBUG : both17: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218dcb_d20241229_m021936_c001_v0001176_t0045_u01735438776207") 2024/12/29 02:20:01 DEBUG : both17: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6d5_d20241229_m021924_c001_v7007000_t0000_u01735438764987") 2024/12/29 02:20:01 DEBUG : both17: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c900_d20241229_m021919_c001_v0001184_t0047_u01735438759393") 2024/12/29 02:20:01 DEBUG : both18: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f474c_d20241229_m021941_c001_v7007000_t0000_u01735438781644") 2024/12/29 02:20:01 DEBUG : both18: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07cbad_d20241229_m021936_c001_v0001184_t0019_u01735438776634") 2024/12/29 02:20:01 DEBUG : both18: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6d7_d20241229_m021925_c001_v7007000_t0000_u01735438765170") 2024/12/29 02:20:01 DEBUG : both18: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2efdc_d20241229_m021919_c001_v0001184_t0042_u01735438759814") 2024/12/29 02:20:01 DEBUG : both19: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f474d_d20241229_m021941_c001_v7007000_t0000_u01735438781829") 2024/12/29 02:20:02 DEBUG : both19: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f184_d20241229_m021937_c001_v0001184_t0004_u01735438777053") 2024/12/29 02:20:02 DEBUG : both19: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6d8_d20241229_m021925_c001_v7007000_t0000_u01735438765362") 2024/12/29 02:20:02 DEBUG : both19: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d49_d20241229_m021920_c001_v0001176_t0056_u01735438760221") 2024/12/29 02:20:02 DEBUG : both2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f474e_d20241229_m021942_c001_v7007000_t0000_u01735438782013") 2024/12/29 02:20:02 DEBUG : both2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d91_d20241229_m021929_c001_v0001176_t0006_u01735438769588") 2024/12/29 02:20:02 DEBUG : both2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6d9_d20241229_m021925_c001_v7007000_t0000_u01735438765545") 2024/12/29 02:20:02 DEBUG : both2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c7f5_d20241229_m021912_c001_v0001184_t0003_u01735438752877") 2024/12/29 02:20:02 DEBUG : both3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4750_d20241229_m021942_c001_v7007000_t0000_u01735438782197") 2024/12/29 02:20:02 DEBUG : both3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07cac1_d20241229_m021930_c001_v0001184_t0010_u01735438770060") 2024/12/29 02:20:02 DEBUG : both3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6da_d20241229_m021925_c001_v7007000_t0000_u01735438765728") 2024/12/29 02:20:02 DEBUG : both3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ef42_d20241229_m021913_c001_v0001184_t0001_u01735438753374") 2024/12/29 02:20:02 DEBUG : both4: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4751_d20241229_m021942_c001_v7007000_t0000_u01735438782381") 2024/12/29 02:20:02 DEBUG : both4: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f0ec_d20241229_m021930_c001_v0001184_t0036_u01735438770730") 2024/12/29 02:20:02 DEBUG : both4: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6db_d20241229_m021925_c001_v7007000_t0000_u01735438765928") 2024/12/29 02:20:02 DEBUG : both4: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d17_d20241229_m021913_c001_v0001176_t0024_u01735438753769") 2024/12/29 02:20:02 DEBUG : both5: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4753_d20241229_m021942_c001_v7007000_t0000_u01735438782564") 2024/12/29 02:20:02 DEBUG : both5: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d97_d20241229_m021931_c001_v0001176_t0010_u01735438771128") 2024/12/29 02:20:02 DEBUG : both5: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6dd_d20241229_m021926_c001_v7007000_t0000_u01735438766113") 2024/12/29 02:20:03 DEBUG : both5: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c831_d20241229_m021914_c001_v0001184_t0014_u01735438754259") 2024/12/29 02:20:03 DEBUG : both6: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4754_d20241229_m021942_c001_v7007000_t0000_u01735438782746") 2024/12/29 02:20:03 DEBUG : both6: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07caf1_d20241229_m021931_c001_v0001184_t0032_u01735438771583") 2024/12/29 02:20:03 DEBUG : both6: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6de_d20241229_m021926_c001_v7007000_t0000_u01735438766296") 2024/12/29 02:20:03 DEBUG : both6: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ef68_d20241229_m021914_c001_v0001184_t0001_u01735438754694") 2024/12/29 02:20:03 DEBUG : both7: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4755_d20241229_m021942_c001_v7007000_t0000_u01735438782932") 2024/12/29 02:20:03 DEBUG : both7: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f10c_d20241229_m021931_c001_v0001184_t0005_u01735438771993") 2024/12/29 02:20:03 DEBUG : both7: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6df_d20241229_m021926_c001_v7007000_t0000_u01735438766480") 2024/12/29 02:20:03 DEBUG : both7: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d23_d20241229_m021915_c001_v0001176_t0046_u01735438755094") 2024/12/29 02:20:03 DEBUG : both8: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4756_d20241229_m021943_c001_v7007000_t0000_u01735438783117") 2024/12/29 02:20:03 DEBUG : both8: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d9f_d20241229_m021932_c001_v0001176_t0005_u01735438772414") 2024/12/29 02:20:03 DEBUG : both8: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6e0_d20241229_m021926_c001_v7007000_t0000_u01735438766662") 2024/12/29 02:20:03 DEBUG : both8: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c863_d20241229_m021915_c001_v0001184_t0026_u01735438755523") 2024/12/29 02:20:03 DEBUG : both9: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4757_d20241229_m021943_c001_v7007000_t0000_u01735438783300") 2024/12/29 02:20:03 DEBUG : both9: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07cb21_d20241229_m021932_c001_v0001184_t0051_u01735438772843") 2024/12/29 02:20:03 DEBUG : both9: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6e1_d20241229_m021926_c001_v7007000_t0000_u01735438766845") 2024/12/29 02:20:03 DEBUG : both9: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ef8a_d20241229_m021915_c001_v0001184_t0058_u01735438755947") 2024/12/29 02:20:03 DEBUG : c/non empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162a7_d20241229_m021543_c001_v7007000_t0000_u01735438543337") 2024/12/29 02:20:04 DEBUG : c/non empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d36b_d20241229_m021541_c001_v0001184_t0000_u01735438541661") 2024/12/29 02:20:04 DEBUG : c/non empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f408de58c67e8a3ad_d20241229_m021540_c001_v7007000_t0000_u01735438540670") 2024/12/29 02:20:04 DEBUG : c/non empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d31d_d20241229_m021538_c001_v0001184_t0033_u01735438538949") 2024/12/29 02:20:04 DEBUG : c/non empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab227_d20241229_m021520_c001_v7007000_t0000_u01735438520916") 2024/12/29 02:20:04 DEBUG : c/non empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d0b5_d20241229_m021519_c001_v0001184_t0032_u01735438519207") 2024/12/29 02:20:04 DEBUG : check sum: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc207_d20241229_m021508_c001_v7007000_t0000_u01735438508440") 2024/12/29 02:20:04 DEBUG : check sum: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cfa8_d20241229_m021507_c001_v0001184_t0012_u01735438507519") 2024/12/29 02:20:04 DEBUG : dest/3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f27_d20241229_m021738_c001_v7007000_t0000_u01735438658761") 2024/12/29 02:20:04 DEBUG : dest/3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4132c01b282eef75_d20241229_m021737_c001_v0001183_t0011_u01735438657654") 2024/12/29 02:20:04 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c05906_d20241229_m021902_c001_v7007000_t0000_u01735438742103") 2024/12/29 02:20:04 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f112b4eeaed259707_d20241229_m021900_c001_v0001184_t0023_u01735438740140") 2024/12/29 02:20:04 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417f823df8b1e2e8_d20241229_m021859_c001_v7007000_t0000_u01735438739960") 2024/12/29 02:20:04 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f112b4eeaed25968f_d20241229_m021857_c001_v0001184_t0034_u01735438737557") 2024/12/29 02:20:04 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417f823df8b1e2e5_d20241229_m021856_c001_v7007000_t0000_u01735438736836") 2024/12/29 02:20:04 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218c98_d20241229_m021852_c001_v0001176_t0043_u01735438732878") 2024/12/29 02:20:04 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058f8_d20241229_m021851_c001_v7007000_t0000_u01735438731396") 2024/12/29 02:20:04 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f101aed8b5e74bbb6_d20241229_m021849_c001_v0001145_t0015_u01735438729181") 2024/12/29 02:20:04 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f5378_d20241229_m021849_c001_v7007000_t0000_u01735438729001") 2024/12/29 02:20:04 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f101aed8b5e74bbac_d20241229_m021845_c001_v0001145_t0027_u01735438725797") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f5371_d20241229_m021845_c001_v7007000_t0000_u01735438725070") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218c3e_d20241229_m021841_c001_v0001176_t0048_u01735438721402") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058e4_d20241229_m021840_c001_v7007000_t0000_u01735438720120") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f111ab3b7160894d5_d20241229_m021838_c001_v0001183_t0049_u01735438718942") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41568191abf300a1_d20241229_m021838_c001_v7007000_t0000_u01735438718759") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f111ab3b716089489_d20241229_m021835_c001_v0001183_t0056_u01735438715933") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41568191abf3009b_d20241229_m021835_c001_v7007000_t0000_u01735438715193") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c0cf_d20241229_m021831_c001_v0001184_t0032_u01735438711564") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058db_d20241229_m021830_c001_v7007000_t0000_u01735438710658") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f100e70397f87abf0_d20241229_m021828_c001_v0001161_t0047_u01735438708930") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4037a3d80dde72c4_d20241229_m021828_c001_v7007000_t0000_u01735438708744") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f100e70397f87abe8_d20241229_m021825_c001_v0001161_t0031_u01735438705928") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4037a3d80dde72bf_d20241229_m021825_c001_v7007000_t0000_u01735438705200") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2e94a_d20241229_m021819_c001_v0001184_t0040_u01735438699403") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058cd_d20241229_m021818_c001_v7007000_t0000_u01735438698445") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f119e54aacd5d523a_d20241229_m021816_c001_v0001184_t0004_u01735438696746") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4009b2585f229793_d20241229_m021816_c001_v7007000_t0000_u01735438696565") 2024/12/29 02:20:05 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f119e54aacd5d51e2_d20241229_m021813_c001_v0001184_t0019_u01735438693611") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4009b2585f22978e_d20241229_m021812_c001_v7007000_t0000_u01735438692893") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218b50_d20241229_m021807_c001_v0001176_t0014_u01735438687484") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f46fe_d20241229_m021806_c001_v7007000_t0000_u01735438686577") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f106b8eb0ec433cb7_d20241229_m021805_c001_v0001184_t0034_u01735438685010") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c05230_d20241229_m021804_c001_v7007000_t0000_u01735438684815") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f106b8eb0ec433c69_d20241229_m021801_c001_v0001184_t0015_u01735438681847") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c04a5d_d20241229_m021801_c001_v7007000_t0000_u01735438681122") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07bad1_d20241229_m021755_c001_v0001184_t0020_u01735438675718") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f3d_d20241229_m021754_c001_v7007000_t0000_u01735438674607") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07b943_d20241229_m021749_c001_v0001184_t0052_u01735438669132") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f40991aae4af24c79_d20241229_m021748_c001_v7007000_t0000_u01735438668904") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2e4ad_d20241229_m021745_c001_v0001184_t0055_u01735438665198") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1115d7863334a17d_d20241229_m021744_c001_v0001150_t0045_u01735438664365") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1115d7863334a17b_d20241229_m021743_c001_v0001150_t0006_u01735438663289") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4037a3d80dde7288_d20241229_m021730_c001_v7007000_t0000_u01735438650264") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07b3a3_d20241229_m021723_c001_v0001184_t0024_u01735438643120") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f108a619ef8b07f13_d20241229_m021722_c001_v0001105_t0045_u01735438642296") 2024/12/29 02:20:06 DEBUG : dst/one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f108a619ef8b07f0d_d20241229_m021721_c001_v0001105_t0032_u01735438641167") 2024/12/29 02:20:06 DEBUG : dst/one-2019-01-01: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c05907_d20241229_m021902_c001_v7007000_t0000_u01735438742283") 2024/12/29 02:20:06 DEBUG : dst/one-2019-01-01: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f119babad97d505d6_d20241229_m021859_c001_v0001183_t0043_u01735438739746") 2024/12/29 02:20:06 DEBUG : dst/one-2019-01-01: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f10721cac6a5da63d_d20241229_m021856_c001_v0001183_t0018_u01735438736633") 2024/12/29 02:20:07 DEBUG : dst/one.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058f9_d20241229_m021851_c001_v7007000_t0000_u01735438731577") 2024/12/29 02:20:07 DEBUG : dst/one.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f11161177e985f85c_d20241229_m021848_c001_v0001104_t0053_u01735438728110") 2024/12/29 02:20:07 DEBUG : dst/one.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f114cb64f465a5baf_d20241229_m021844_c001_v0001182_t0054_u01735438724857") 2024/12/29 02:20:07 DEBUG : dst/one.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058e6_d20241229_m021840_c001_v7007000_t0000_u01735438720312") 2024/12/29 02:20:07 DEBUG : dst/one.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1128e3809e617f3e_d20241229_m021838_c001_v0001146_t0003_u01735438718040") 2024/12/29 02:20:07 DEBUG : dst/one.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1190924482bbb6d0_d20241229_m021834_c001_v0001146_t0016_u01735438714825") 2024/12/29 02:20:07 DEBUG : dst/three: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f3e_d20241229_m021754_c001_v7007000_t0000_u01735438674801") 2024/12/29 02:20:07 DEBUG : dst/three: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1115d7863334a187_d20241229_m021753_c001_v0001150_t0031_u01735438673195") 2024/12/29 02:20:07 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c05908_d20241229_m021902_c001_v7007000_t0000_u01735438742464") 2024/12/29 02:20:07 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f10392b0b952fd492_d20241229_m021900_c001_v0001043_t0049_u01735438740904") 2024/12/29 02:20:07 DEBUG : dst/three-2019-01-01.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f108ef49ff4866eaf_d20241229_m021858_c001_v0001184_t0041_u01735438738398") 2024/12/29 02:20:07 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c05909_d20241229_m021902_c001_v7007000_t0000_u01735438742646") 2024/12/29 02:20:07 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f112b4eeaed259759_d20241229_m021901_c001_v0001184_t0026_u01735438741428") 2024/12/29 02:20:07 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417f823df8b1e2eb_d20241229_m021901_c001_v7007000_t0000_u01735438741237") 2024/12/29 02:20:07 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f112b4eeaed2596bd_d20241229_m021858_c001_v0001184_t0002_u01735438738780") 2024/12/29 02:20:07 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417f823df8b1e2e7_d20241229_m021858_c001_v7007000_t0000_u01735438738600") 2024/12/29 02:20:07 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c49a_d20241229_m021854_c001_v0001184_t0022_u01735438734005") 2024/12/29 02:20:07 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058fa_d20241229_m021851_c001_v7007000_t0000_u01735438731758") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f101aed8b5e74bbb8_d20241229_m021850_c001_v0001145_t0013_u01735438730605") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f537a_d20241229_m021850_c001_v7007000_t0000_u01735438730400") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f101aed8b5e74bbb2_d20241229_m021847_c001_v0001145_t0033_u01735438727047") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f5375_d20241229_m021846_c001_v7007000_t0000_u01735438726867") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c2a9_d20241229_m021842_c001_v0001184_t0016_u01735438722177") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41568191abf300a2_d20241229_m021839_c001_v7007000_t0000_u01735438719574") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c1c4_d20241229_m021837_c001_v0001184_t0004_u01735438717250") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41568191abf3009c_d20241229_m021836_c001_v7007000_t0000_u01735438716518") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ea85_d20241229_m021832_c001_v0001184_t0040_u01735438712351") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4037a3d80dde72c5_d20241229_m021829_c001_v7007000_t0000_u01735438709743") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ea25_d20241229_m021827_c001_v0001184_t0008_u01735438707730") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4037a3d80dde72c2_d20241229_m021826_c001_v7007000_t0000_u01735438706648") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218bbe_d20241229_m021820_c001_v0001176_t0017_u01735438700149") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4009b2585f229794_d20241229_m021817_c001_v7007000_t0000_u01735438697534") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218b94_d20241229_m021815_c001_v0001176_t0038_u01735438695338") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4009b2585f229790_d20241229_m021814_c001_v7007000_t0000_u01735438694223") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07bd14_d20241229_m021808_c001_v0001184_t0041_u01735438688272") 2024/12/29 02:20:08 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c05232_d20241229_m021805_c001_v7007000_t0000_u01735438685621") 2024/12/29 02:20:09 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07bc66_d20241229_m021803_c001_v0001184_t0019_u01735438683817") 2024/12/29 02:20:09 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c04a5e_d20241229_m021802_c001_v7007000_t0000_u01735438682710") 2024/12/29 02:20:09 DEBUG : dst/three.txt: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2e65b_d20241229_m021756_c001_v0001184_t0005_u01735438676512") 2024/12/29 02:20:09 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058fb_d20241229_m021851_c001_v7007000_t0000_u01735438731939") 2024/12/29 02:20:09 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e42c3cc155b5a_d20241229_m021850_c001_v0001182_t0046_u01735438730183") 2024/12/29 02:20:09 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f108ef49ff4866d4b_d20241229_m021846_c001_v0001184_t0000_u01735438726672") 2024/12/29 02:20:09 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058e7_d20241229_m021840_c001_v7007000_t0000_u01735438720492") 2024/12/29 02:20:09 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1094b9914d8e96d4_d20241229_m021839_c001_v0001183_t0001_u01735438719380") 2024/12/29 02:20:09 DEBUG : dst/three.txt.bak: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2eafc_d20241229_m021836_c001_v0001184_t0025_u01735438716321") 2024/12/29 02:20:09 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c0590a_d20241229_m021902_c001_v7007000_t0000_u01735438742828") 2024/12/29 02:20:09 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ed2d_d20241229_m021853_c001_v0001184_t0050_u01735438733448") 2024/12/29 02:20:09 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058fd_d20241229_m021852_c001_v7007000_t0000_u01735438732138") 2024/12/29 02:20:09 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ebb0_d20241229_m021841_c001_v0001184_t0041_u01735438721980") 2024/12/29 02:20:09 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058e8_d20241229_m021840_c001_v7007000_t0000_u01735438720674") 2024/12/29 02:20:09 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218c0a_d20241229_m021832_c001_v0001176_t0021_u01735438712127") 2024/12/29 02:20:09 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058dc_d20241229_m021830_c001_v7007000_t0000_u01735438710838") 2024/12/29 02:20:09 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07bf2f_d20241229_m021819_c001_v0001184_t0022_u01735438699954") 2024/12/29 02:20:09 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c058ce_d20241229_m021818_c001_v7007000_t0000_u01735438698659") 2024/12/29 02:20:09 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2e7b5_d20241229_m021808_c001_v0001184_t0017_u01735438688079") 2024/12/29 02:20:10 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f46ff_d20241229_m021806_c001_v7007000_t0000_u01735438686760") 2024/12/29 02:20:10 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218b0c_d20241229_m021756_c001_v0001176_t0044_u01735438676284") 2024/12/29 02:20:10 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f3f_d20241229_m021754_c001_v7007000_t0000_u01735438674990") 2024/12/29 02:20:10 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f110206bb74b3314c_d20241229_m021750_c001_v0001179_t0018_u01735438670696") 2024/12/29 02:20:10 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4037a3d80dde728a_d20241229_m021730_c001_v7007000_t0000_u01735438650450") 2024/12/29 02:20:10 DEBUG : dst/two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f108a619ef8b07f21_d20241229_m021729_c001_v0001105_t0024_u01735438649116") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f402f2ad1fc0d9f0d_d20241229_m021647_c001_v7007000_t0000_u01735438607366") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2dbbb_d20241229_m021643_c001_v0001184_t0022_u01735438603668") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f402f2ad1fc0d9f0a_d20241229_m021641_c001_v7007000_t0000_u01735438601768") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2da4f_d20241229_m021630_c001_v0001184_t0026_u01735438590813") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2cc_d20241229_m021622_c001_v7007000_t0000_u01735438582405") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d892_d20241229_m021619_c001_v0001184_t0024_u01735438579114") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162b7_d20241229_m021555_c001_v7007000_t0000_u01735438555754") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d505_d20241229_m021554_c001_v0001184_t0014_u01735438554007") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162b2_d20241229_m021552_c001_v7007000_t0000_u01735438552510") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d4b3_d20241229_m021551_c001_v0001184_t0054_u01735438551374") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162ad_d20241229_m021548_c001_v7007000_t0000_u01735438548129") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d409_d20241229_m021546_c001_v0001184_t0004_u01735438546614") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162a9_d20241229_m021545_c001_v7007000_t0000_u01735438545484") 2024/12/29 02:20:10 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d3b3_d20241229_m021544_c001_v0001184_t0013_u01735438544288") 2024/12/29 02:20:11 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f408de58c67e8a3a5_d20241229_m021537_c001_v7007000_t0000_u01735438537822") 2024/12/29 02:20:11 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d2c3_d20241229_m021536_c001_v0001184_t0048_u01735438536504") 2024/12/29 02:20:11 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f408de58c67e8a3a2_d20241229_m021535_c001_v7007000_t0000_u01735438535395") 2024/12/29 02:20:11 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d294_d20241229_m021534_c001_v0001184_t0007_u01735438534647") 2024/12/29 02:20:11 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab22f_d20241229_m021529_c001_v7007000_t0000_u01735438529702") 2024/12/29 02:20:11 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d1d8_d20241229_m021528_c001_v0001184_t0026_u01735438528511") 2024/12/29 02:20:11 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab22a_d20241229_m021525_c001_v7007000_t0000_u01735438525938") 2024/12/29 02:20:11 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d152_d20241229_m021524_c001_v0001184_t0008_u01735438524972") 2024/12/29 02:20:11 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab229_d20241229_m021523_c001_v7007000_t0000_u01735438523874") 2024/12/29 02:20:11 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f110497c4309dcdab_d20241229_m021523_c001_v0001150_t0017_u01735438523172") 2024/12/29 02:20:11 DEBUG : empty space: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d0f1_d20241229_m021521_c001_v0001184_t0028_u01735438521649") 2024/12/29 02:20:11 DEBUG : enormous: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162b5_d20241229_m021554_c001_v7007000_t0000_u01735438554798") 2024/12/29 02:20:11 DEBUG : enormous: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d511_d20241229_m021554_c001_v0001184_t0035_u01735438554213") 2024/12/29 02:20:11 DEBUG : existing: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4104050ce2c05910_d20241229_m021907_c001_v7007000_t0000_u01735438747366") 2024/12/29 02:20:11 DEBUG : existing: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c6d5_d20241229_m021906_c001_v0001184_t0022_u01735438746237") 2024/12/29 02:20:11 DEBUG : existing: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2c8_d20241229_m021617_c001_v7007000_t0000_u01735438577387") 2024/12/29 02:20:11 DEBUG : existing: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07a693_d20241229_m021616_c001_v0001184_t0019_u01735438576446") 2024/12/29 02:20:11 DEBUG : existing: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab221_d20241229_m021517_c001_v7007000_t0000_u01735438517888") 2024/12/29 02:20:12 DEBUG : existing: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d075_d20241229_m021516_c001_v0001184_t0032_u01735438516969") 2024/12/29 02:20:12 DEBUG : existing: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab21c_d20241229_m021515_c001_v7007000_t0000_u01735438515681") 2024/12/29 02:20:12 DEBUG : existing: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d044_d20241229_m021515_c001_v0001184_t0030_u01735438515103") 2024/12/29 02:20:12 DEBUG : existing: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d032_d20241229_m021514_c001_v0001184_t0035_u01735438514315") 2024/12/29 02:20:12 DEBUG : existing-b: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2c9_d20241229_m021617_c001_v7007000_t0000_u01735438577571") 2024/12/29 02:20:12 DEBUG : existing-b: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d83f_d20241229_m021616_c001_v0001184_t0051_u01735438576435") 2024/12/29 02:20:12 DEBUG : five: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162ba_d20241229_m021559_c001_v7007000_t0000_u01735438559913") 2024/12/29 02:20:12 DEBUG : five: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f418e09bd9ae2d58f_d20241229_m021558_c001_v0001184_t0021_u01735438558016") 2024/12/29 02:20:12 DEBUG : foo: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab22b_d20241229_m021527_c001_v7007000_t0000_u01735438527769") 2024/12/29 02:20:12 DEBUG : foo: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f418e09bd9ae2d1ac_d20241229_m021527_c001_v0001184_t0021_u01735438527221") 2024/12/29 02:20:12 DEBUG : foo: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f418e09bd9ae2d198_d20241229_m021526_c001_v0001184_t0021_u01735438526673") 2024/12/29 02:20:12 DEBUG : four: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162bb_d20241229_m021600_c001_v7007000_t0000_u01735438560096") 2024/12/29 02:20:12 DEBUG : four: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4095e29c7b07a31d_d20241229_m021558_c001_v0001184_t0036_u01735438558564") 2024/12/29 02:20:12 DEBUG : four: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d57d_d20241229_m021557_c001_v0001184_t0045_u01735438557435") 2024/12/29 02:20:12 DEBUG : hello world2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50b5_d20241229_m021426_c001_v7007000_t0000_u01735438466307") 2024/12/29 02:20:12 DEBUG : hello world2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cb3c_d20241229_m021425_c001_v0001184_t0011_u01735438465734") 2024/12/29 02:20:12 DEBUG : ignore-size: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82baaa49_d20241229_m021513_c001_v7007000_t0000_u01735438513222") 2024/12/29 02:20:12 DEBUG : ignore-size: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d002_d20241229_m021512_c001_v0001184_t0017_u01735438512294") 2024/12/29 02:20:12 DEBUG : nested/sub dir/file: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2c5_d20241229_m021615_c001_v7007000_t0000_u01735438575325") 2024/12/29 02:20:13 DEBUG : nested/sub dir/file: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07a631_d20241229_m021614_c001_v0001184_t0024_u01735438574367") 2024/12/29 02:20:13 DEBUG : nested/sub dir/file: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2bd_d20241229_m021613_c001_v7007000_t0000_u01735438573243") 2024/12/29 02:20:13 DEBUG : nested/sub dir/file: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07a5bf_d20241229_m021612_c001_v0001184_t0055_u01735438572287") 2024/12/29 02:20:13 DEBUG : one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162bc_d20241229_m021600_c001_v7007000_t0000_u01735438560281") 2024/12/29 02:20:13 DEBUG : one: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f418e09bd9ae2d55d_d20241229_m021556_c001_v0001184_t0021_u01735438556864") 2024/12/29 02:20:13 DEBUG : only0: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4758_d20241229_m021943_c001_v7007000_t0000_u01735438783485") 2024/12/29 02:20:13 DEBUG : only0: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417539415f218dd5_d20241229_m021938_c001_v0001176_t0053_u01735438778085") 2024/12/29 02:20:13 DEBUG : only0: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d87_d20241229_m021928_c001_v0001176_t0021_u01735438768598") 2024/12/29 02:20:13 DEBUG : only0: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f402f2ad1fc0d9f3c_d20241229_m021922_c001_v7007000_t0000_u01735438762642") 2024/12/29 02:20:13 DEBUG : only0: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c7d7_d20241229_m021912_c001_v0001184_t0047_u01735438752211") 2024/12/29 02:20:13 DEBUG : only1: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4759_d20241229_m021943_c001_v7007000_t0000_u01735438783671") 2024/12/29 02:20:13 DEBUG : only1: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f418e09bd9ae2f1a2_d20241229_m021938_c001_v0001184_t0021_u01735438778093") 2024/12/29 02:20:13 DEBUG : only1: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07caa7_d20241229_m021929_c001_v0001184_t0002_u01735438769387") 2024/12/29 02:20:13 DEBUG : only1: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6ca_d20241229_m021922_c001_v7007000_t0000_u01735438762651") 2024/12/29 02:20:13 DEBUG : only1: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ef32_d20241229_m021912_c001_v0001184_t0008_u01735438752682") 2024/12/29 02:20:13 DEBUG : only10: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f475a_d20241229_m021943_c001_v7007000_t0000_u01735438783855") 2024/12/29 02:20:13 DEBUG : only10: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4095e29c7b07cc11_d20241229_m021938_c001_v0001184_t0036_u01735438778314") 2024/12/29 02:20:13 DEBUG : only10: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07cb3c_d20241229_m021933_c001_v0001184_t0051_u01735438773456") 2024/12/29 02:20:13 DEBUG : only10: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6c5_d20241229_m021922_c001_v7007000_t0000_u01735438762183") 2024/12/29 02:20:13 DEBUG : only10: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ef98_d20241229_m021916_c001_v0001184_t0034_u01735438756597") 2024/12/29 02:20:14 DEBUG : only11: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f475b_d20241229_m021944_c001_v7007000_t0000_u01735438784039") 2024/12/29 02:20:14 DEBUG : only11: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4095e29c7b07cc01_d20241229_m021938_c001_v0001184_t0036_u01735438778103") 2024/12/29 02:20:14 DEBUG : only11: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f142_d20241229_m021933_c001_v0001184_t0040_u01735438773970") 2024/12/29 02:20:14 DEBUG : only11: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6c7_d20241229_m021922_c001_v7007000_t0000_u01735438762365") 2024/12/29 02:20:14 DEBUG : only11: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d2f_d20241229_m021916_c001_v0001176_t0045_u01735438756994") 2024/12/29 02:20:14 DEBUG : only12: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f475c_d20241229_m021944_c001_v7007000_t0000_u01735438784222") 2024/12/29 02:20:14 DEBUG : only12: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040d8bb3a258da1_d20241229_m021938_c001_v0001181_t0034_u01735438778663") 2024/12/29 02:20:14 DEBUG : only12: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218db5_d20241229_m021934_c001_v0001176_t0047_u01735438774361") 2024/12/29 02:20:14 DEBUG : only12: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6c3_d20241229_m021921_c001_v7007000_t0000_u01735438761995") 2024/12/29 02:20:14 DEBUG : only12: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c8a2_d20241229_m021917_c001_v0001184_t0054_u01735438757484") 2024/12/29 02:20:14 DEBUG : only13: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f475d_d20241229_m021944_c001_v7007000_t0000_u01735438784406") 2024/12/29 02:20:14 DEBUG : only13: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4095e29c7b07cc35_d20241229_m021939_c001_v0001184_t0036_u01735438779054") 2024/12/29 02:20:14 DEBUG : only13: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07cb68_d20241229_m021934_c001_v0001184_t0041_u01735438774776") 2024/12/29 02:20:14 DEBUG : only13: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6c6_d20241229_m021922_c001_v7007000_t0000_u01735438762192") 2024/12/29 02:20:14 DEBUG : only13: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2efb0_d20241229_m021917_c001_v0001184_t0037_u01735438757913") 2024/12/29 02:20:14 DEBUG : only14: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f475e_d20241229_m021944_c001_v7007000_t0000_u01735438784589") 2024/12/29 02:20:14 DEBUG : only14: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417539415f218de9_d20241229_m021939_c001_v0001176_t0053_u01735438779067") 2024/12/29 02:20:14 DEBUG : only14: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f160_d20241229_m021935_c001_v0001184_t0025_u01735438775204") 2024/12/29 02:20:14 DEBUG : only14: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6c4_d20241229_m021921_c001_v7007000_t0000_u01735438761996") 2024/12/29 02:20:15 DEBUG : only14: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d3b_d20241229_m021918_c001_v0001176_t0059_u01735438758307") 2024/12/29 02:20:15 DEBUG : only15: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f475f_d20241229_m021944_c001_v7007000_t0000_u01735438784775") 2024/12/29 02:20:15 DEBUG : only15: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417539415f218ddf_d20241229_m021938_c001_v0001176_t0053_u01735438778677") 2024/12/29 02:20:15 DEBUG : only15: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218dc3_d20241229_m021935_c001_v0001176_t0055_u01735438775598") 2024/12/29 02:20:15 DEBUG : only15: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f402f2ad1fc0d9f3a_d20241229_m021922_c001_v7007000_t0000_u01735438762263") 2024/12/29 02:20:15 DEBUG : only15: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c8dc_d20241229_m021918_c001_v0001184_t0056_u01735438758736") 2024/12/29 02:20:15 DEBUG : only16: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4760_d20241229_m021944_c001_v7007000_t0000_u01735438784959") 2024/12/29 02:20:15 DEBUG : only16: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417539415f218dd9_d20241229_m021938_c001_v0001176_t0053_u01735438778306") 2024/12/29 02:20:15 DEBUG : only16: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07cb90_d20241229_m021936_c001_v0001184_t0036_u01735438776009") 2024/12/29 02:20:15 DEBUG : only16: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f402f2ad1fc0d9f39_d20241229_m021922_c001_v7007000_t0000_u01735438762026") 2024/12/29 02:20:15 DEBUG : only16: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2efc6_d20241229_m021919_c001_v0001184_t0016_u01735438759161") 2024/12/29 02:20:15 DEBUG : only17: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4761_d20241229_m021945_c001_v7007000_t0000_u01735438785143") 2024/12/29 02:20:15 DEBUG : only17: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f418e09bd9ae2f1a6_d20241229_m021938_c001_v0001184_t0021_u01735438778323") 2024/12/29 02:20:15 DEBUG : only17: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f17a_d20241229_m021936_c001_v0001184_t0005_u01735438776434") 2024/12/29 02:20:15 DEBUG : only17: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9fa1_d20241229_m021922_c001_v7007000_t0000_u01735438762718") 2024/12/29 02:20:15 DEBUG : only17: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d45_d20241229_m021919_c001_v0001176_t0041_u01735438759595") 2024/12/29 02:20:15 DEBUG : only18: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4762_d20241229_m021945_c001_v7007000_t0000_u01735438785328") 2024/12/29 02:20:15 DEBUG : only18: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417539415f218ddd_d20241229_m021938_c001_v0001176_t0053_u01735438778491") 2024/12/29 02:20:15 DEBUG : only18: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218dcf_d20241229_m021936_c001_v0001176_t0028_u01735438776831") 2024/12/29 02:20:15 DEBUG : only18: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6cb_d20241229_m021922_c001_v7007000_t0000_u01735438762734") 2024/12/29 02:20:16 DEBUG : only18: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c914_d20241229_m021920_c001_v0001184_t0030_u01735438760016") 2024/12/29 02:20:16 DEBUG : only19: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4763_d20241229_m021945_c001_v7007000_t0000_u01735438785527") 2024/12/29 02:20:16 DEBUG : only19: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4095e29c7b07cc1d_d20241229_m021938_c001_v0001184_t0036_u01735438778500") 2024/12/29 02:20:16 DEBUG : only19: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07cbcf_d20241229_m021937_c001_v0001184_t0048_u01735438777249") 2024/12/29 02:20:16 DEBUG : only19: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f9e_d20241229_m021922_c001_v7007000_t0000_u01735438762171") 2024/12/29 02:20:16 DEBUG : only19: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2efec_d20241229_m021920_c001_v0001184_t0031_u01735438760436") 2024/12/29 02:20:16 DEBUG : only2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4764_d20241229_m021945_c001_v7007000_t0000_u01735438785713") 2024/12/29 02:20:16 DEBUG : only2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f418e09bd9ae2f1ae_d20241229_m021938_c001_v0001184_t0021_u01735438778510") 2024/12/29 02:20:16 DEBUG : only2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f0da_d20241229_m021929_c001_v0001184_t0010_u01735438769803") 2024/12/29 02:20:16 DEBUG : only2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6c8_d20241229_m021922_c001_v7007000_t0000_u01735438762446") 2024/12/29 02:20:16 DEBUG : only2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d0f_d20241229_m021913_c001_v0001176_t0044_u01735438753104") 2024/12/29 02:20:16 DEBUG : only3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4765_d20241229_m021945_c001_v7007000_t0000_u01735438785899") 2024/12/29 02:20:16 DEBUG : only3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040d8bb3a258da5_d20241229_m021939_c001_v0001181_t0034_u01735438779045") 2024/12/29 02:20:16 DEBUG : only3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d93_d20241229_m021930_c001_v0001176_t0041_u01735438770275") 2024/12/29 02:20:16 DEBUG : only3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6c2_d20241229_m021921_c001_v7007000_t0000_u01735438761806") 2024/12/29 02:20:16 DEBUG : only3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c819_d20241229_m021913_c001_v0001184_t0056_u01735438753572") 2024/12/29 02:20:16 DEBUG : only4: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4767_d20241229_m021946_c001_v7007000_t0000_u01735438786084") 2024/12/29 02:20:16 DEBUG : only4: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4095e29c7b07cc25_d20241229_m021938_c001_v0001184_t0036_u01735438778685") 2024/12/29 02:20:16 DEBUG : only4: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07cadd_d20241229_m021930_c001_v0001184_t0025_u01735438770930") 2024/12/29 02:20:17 DEBUG : only4: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f402f2ad1fc0d9f3b_d20241229_m021922_c001_v7007000_t0000_u01735438762459") 2024/12/29 02:20:17 DEBUG : only4: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ef58_d20241229_m021914_c001_v0001184_t0022_u01735438754002") 2024/12/29 02:20:17 DEBUG : only5: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4769_d20241229_m021946_c001_v7007000_t0000_u01735438786304") 2024/12/29 02:20:17 DEBUG : only5: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f418e09bd9ae2f1b6_d20241229_m021938_c001_v0001184_t0021_u01735438778696") 2024/12/29 02:20:17 DEBUG : only5: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f0fa_d20241229_m021931_c001_v0001184_t0025_u01735438771341") 2024/12/29 02:20:17 DEBUG : only5: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6c1_d20241229_m021921_c001_v7007000_t0000_u01735438761623") 2024/12/29 02:20:17 DEBUG : only5: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d1b_d20241229_m021914_c001_v0001176_t0033_u01735438754459") 2024/12/29 02:20:17 DEBUG : only6: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f476a_d20241229_m021946_c001_v7007000_t0000_u01735438786496") 2024/12/29 02:20:17 DEBUG : only6: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040d8bb3a258da3_d20241229_m021938_c001_v0001181_t0034_u01735438778849") 2024/12/29 02:20:17 DEBUG : only6: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d9d_d20241229_m021931_c001_v0001176_t0037_u01735438771783") 2024/12/29 02:20:17 DEBUG : only6: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4063d5e88e65c6c9_d20241229_m021922_c001_v7007000_t0000_u01735438762550") 2024/12/29 02:20:17 DEBUG : only6: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c84d_d20241229_m021914_c001_v0001184_t0058_u01735438754888") 2024/12/29 02:20:17 DEBUG : only7: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f476b_d20241229_m021946_c001_v7007000_t0000_u01735438786681") 2024/12/29 02:20:17 DEBUG : only7: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417539415f218de5_d20241229_m021938_c001_v0001176_t0053_u01735438778862") 2024/12/29 02:20:17 DEBUG : only7: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07cb05_d20241229_m021932_c001_v0001184_t0024_u01735438772208") 2024/12/29 02:20:17 DEBUG : only7: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f9f_d20241229_m021922_c001_v7007000_t0000_u01735438762353") 2024/12/29 02:20:17 DEBUG : only7: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ef7a_d20241229_m021915_c001_v0001184_t0057_u01735438755328") 2024/12/29 02:20:18 DEBUG : only8: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f476c_d20241229_m021946_c001_v7007000_t0000_u01735438786867") 2024/12/29 02:20:18 DEBUG : only8: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4095e29c7b07cc2d_d20241229_m021938_c001_v0001184_t0036_u01735438778870") 2024/12/29 02:20:18 DEBUG : only8: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f11c_d20241229_m021932_c001_v0001184_t0025_u01735438772640") 2024/12/29 02:20:18 DEBUG : only8: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9fa0_d20241229_m021922_c001_v7007000_t0000_u01735438762536") 2024/12/29 02:20:18 DEBUG : only8: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218d27_d20241229_m021915_c001_v0001176_t0018_u01735438755718") 2024/12/29 02:20:18 DEBUG : only9: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f476d_d20241229_m021947_c001_v7007000_t0000_u01735438787050") 2024/12/29 02:20:18 DEBUG : only9: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f418e09bd9ae2f1bc_d20241229_m021938_c001_v0001184_t0021_u01735438778882") 2024/12/29 02:20:18 DEBUG : only9: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218da5_d20241229_m021933_c001_v0001176_t0006_u01735438773039") 2024/12/29 02:20:18 DEBUG : only9: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f9d_d20241229_m021921_c001_v7007000_t0000_u01735438761989") 2024/12/29 02:20:18 DEBUG : only9: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07c87f_d20241229_m021916_c001_v0001184_t0018_u01735438756166") 2024/12/29 02:20:18 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2b8_d20241229_m021610_c001_v7007000_t0000_u01735438570439") 2024/12/29 02:20:18 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f2187ea_d20241229_m021608_c001_v0001176_t0056_u01735438568548") 2024/12/29 02:20:18 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162c5_d20241229_m021606_c001_v7007000_t0000_u01735438566704") 2024/12/29 02:20:18 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07a421_d20241229_m021604_c001_v0001184_t0033_u01735438564650") 2024/12/29 02:20:18 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162c1_d20241229_m021603_c001_v7007000_t0000_u01735438563118") 2024/12/29 02:20:18 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07a392_d20241229_m021601_c001_v0001184_t0011_u01735438561207") 2024/12/29 02:20:18 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162af_d20241229_m021550_c001_v7007000_t0000_u01735438550250") 2024/12/29 02:20:18 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d45f_d20241229_m021549_c001_v0001184_t0036_u01735438549049") 2024/12/29 02:20:18 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162ab_d20241229_m021547_c001_v7007000_t0000_u01735438547193") 2024/12/29 02:20:18 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d403_d20241229_m021546_c001_v0001184_t0052_u01735438546405") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162a8_d20241229_m021544_c001_v7007000_t0000_u01735438544893") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d3af_d20241229_m021544_c001_v0001184_t0013_u01735438544085") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f408de58c67e8a3a4_d20241229_m021537_c001_v7007000_t0000_u01735438537270") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d2bd_d20241229_m021536_c001_v0001184_t0038_u01735438536309") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f408de58c67e8a3a3_d20241229_m021535_c001_v7007000_t0000_u01735438535578") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d28c_d20241229_m021534_c001_v0001184_t0049_u01735438534435") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab233_d20241229_m021533_c001_v7007000_t0000_u01735438533697") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d261_d20241229_m021533_c001_v0001184_t0013_u01735438533125") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d253_d20241229_m021532_c001_v0001184_t0028_u01735438532544") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab231_d20241229_m021531_c001_v7007000_t0000_u01735438531813") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d22e_d20241229_m021531_c001_v0001184_t0034_u01735438531254") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d21e_d20241229_m021530_c001_v0001184_t0037_u01735438530641") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f407f961c82bab230_d20241229_m021529_c001_v7007000_t0000_u01735438529911") 2024/12/29 02:20:19 DEBUG : potato: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d1e8_d20241229_m021529_c001_v0001184_t0009_u01735438529102") 2024/12/29 02:20:19 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4136256a13954e9f_d20241229_m021657_c001_v7007000_t0000_u01735438617291") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218945_d20241229_m021656_c001_v0001176_t0046_u01735438616581") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f402f2ad1fc0d9f0e_d20241229_m021647_c001_v7007000_t0000_u01735438607725") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f2188df_d20241229_m021643_c001_v0001176_t0022_u01735438603089") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417f823df8b1cb27_d20241229_m021635_c001_v7007000_t0000_u01735438595026") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218889_d20241229_m021630_c001_v0001176_t0007_u01735438590237") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2cd_d20241229_m021622_c001_v7007000_t0000_u01735438582638") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218831_d20241229_m021618_c001_v0001176_t0031_u01735438578873") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162b6_d20241229_m021555_c001_v7007000_t0000_u01735438555009") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d4f9_d20241229_m021553_c001_v0001184_t0053_u01735438553803") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162b3_d20241229_m021552_c001_v7007000_t0000_u01735438552694") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d4ab_d20241229_m021551_c001_v0001184_t0020_u01735438551167") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162b0_d20241229_m021550_c001_v7007000_t0000_u01735438550434") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d479_d20241229_m021549_c001_v0001184_t0020_u01735438549690") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162ae_d20241229_m021548_c001_v7007000_t0000_u01735438548313") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d421_d20241229_m021547_c001_v0001184_t0005_u01735438547565") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162aa_d20241229_m021545_c001_v7007000_t0000_u01735438545670") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d3cb_d20241229_m021544_c001_v0001184_t0019_u01735438544905") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f408de58c67e8a3a6_d20241229_m021538_c001_v7007000_t0000_u01735438538014") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d2dd_d20241229_m021537_c001_v0001184_t0054_u01735438537077") 2024/12/29 02:20:20 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50b9_d20241229_m021429_c001_v7007000_t0000_u01735438469802") 2024/12/29 02:20:21 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cb9c_d20241229_m021429_c001_v0001184_t0026_u01735438469215") 2024/12/29 02:20:21 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50b8_d20241229_m021427_c001_v7007000_t0000_u01735438467846") 2024/12/29 02:20:21 DEBUG : potato2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cb5e_d20241229_m021427_c001_v0001184_t0020_u01735438467236") 2024/12/29 02:20:21 DEBUG : potato3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f402f2ad1fc0d9f0f_d20241229_m021648_c001_v7007000_t0000_u01735438608210") 2024/12/29 02:20:21 DEBUG : potato3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07abfd_d20241229_m021644_c001_v0001184_t0004_u01735438604243") 2024/12/29 02:20:21 DEBUG : potato3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417f823df8b1cb28_d20241229_m021635_c001_v7007000_t0000_u01735438595209") 2024/12/29 02:20:21 DEBUG : potato3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07a9ad_d20241229_m021631_c001_v0001184_t0057_u01735438591382") 2024/12/29 02:20:21 DEBUG : potato3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2ce_d20241229_m021622_c001_v7007000_t0000_u01735438582858") 2024/12/29 02:20:21 DEBUG : potato3: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07a749_d20241229_m021619_c001_v0001184_t0031_u01735438579309") 2024/12/29 02:20:21 DEBUG : pre-dest1/1: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f28_d20241229_m021738_c001_v7007000_t0000_u01735438658948") 2024/12/29 02:20:21 DEBUG : pre-dest1/1: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07b54f_d20241229_m021731_c001_v0001184_t0053_u01735438651188") 2024/12/29 02:20:21 DEBUG : pre-dest2/2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4024221b76bb9f29_d20241229_m021739_c001_v7007000_t0000_u01735438659178") 2024/12/29 02:20:21 DEBUG : pre-dest2/2: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218a41_d20241229_m021731_c001_v0001176_t0038_u01735438651746") 2024/12/29 02:20:21 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4037a3d80dde726a_d20241229_m021710_c001_v7007000_t0000_u01735438630601") 2024/12/29 02:20:21 DEBUG : rclone-sync-test-ignore-file/.ignore: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2df1e_d20241229_m021706_c001_v0001184_t0058_u01735438626699") 2024/12/29 02:20:21 DEBUG : sizeonly: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc209_d20241229_m021510_c001_v7007000_t0000_u01735438510661") 2024/12/29 02:20:21 DEBUG : sizeonly: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cfd0_d20241229_m021509_c001_v0001184_t0028_u01735438509723") 2024/12/29 02:20:21 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4773_d20241229_m021955_c001_v7007000_t0000_u01735438795310") 2024/12/29 02:20:21 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07ce39_d20241229_m021952_c001_v0001184_t0048_u01735438792757") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f476f_d20241229_m021950_c001_v7007000_t0000_u01735438790866") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2f2b6_d20241229_m021948_c001_v0001184_t0047_u01735438788391") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2c6_d20241229_m021615_c001_v7007000_t0000_u01735438575516") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218811_d20241229_m021614_c001_v0001176_t0036_u01735438574723") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2be_d20241229_m021613_c001_v7007000_t0000_u01735438573436") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d79b_d20241229_m021612_c001_v0001184_t0026_u01735438572633") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc206_d20241229_m021506_c001_v7007000_t0000_u01735438506607") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cf6c_d20241229_m021505_c001_v0001184_t0001_u01735438505130") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc204_d20241229_m021504_c001_v7007000_t0000_u01735438504403") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cf38_d20241229_m021503_c001_v0001184_t0021_u01735438503299") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc1f9_d20241229_m021500_c001_v7007000_t0000_u01735438500474") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cec6_d20241229_m021459_c001_v0001184_t0033_u01735438499391") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc1f7_d20241229_m021458_c001_v7007000_t0000_u01735438498843") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cea6_d20241229_m021457_c001_v0001184_t0038_u01735438497644") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ce7c_d20241229_m021454_c001_v0001184_t0058_u01735438494979") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc1e7_d20241229_m021454_c001_v7007000_t0000_u01735438494253") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ce4c_d20241229_m021453_c001_v0001184_t0052_u01735438493702") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ce34_d20241229_m021452_c001_v0001184_t0029_u01735438492946") 2024/12/29 02:20:22 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc1e3_d20241229_m021451_c001_v7007000_t0000_u01735438491842") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cdda_d20241229_m021449_c001_v0001184_t0032_u01735438489399") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cd82_d20241229_m021446_c001_v0001184_t0006_u01735438486566") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc1dc_d20241229_m021445_c001_v7007000_t0000_u01735438485828") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cd4e_d20241229_m021445_c001_v0001184_t0037_u01735438485254") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cd30_d20241229_m021444_c001_v0001184_t0032_u01735438484491") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc1d9_d20241229_m021443_c001_v7007000_t0000_u01735438483753") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ccbc_d20241229_m021439_c001_v0001184_t0000_u01735438479811") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc1d6_d20241229_m021439_c001_v7007000_t0000_u01735438479446") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cca7_d20241229_m021438_c001_v0001184_t0000_u01735438478884") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50c9_d20241229_m021437_c001_v7007000_t0000_u01735438477222") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cc65_d20241229_m021436_c001_v0001184_t0031_u01735438476661") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50c8_d20241229_m021436_c001_v7007000_t0000_u01735438476111") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cc49_d20241229_m021435_c001_v0001184_t0050_u01735438475543") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50c6_d20241229_m021434_c001_v7007000_t0000_u01735438474240") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cc1a_d20241229_m021433_c001_v0001184_t0039_u01735438473477") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50c5_d20241229_m021432_c001_v7007000_t0000_u01735438472855") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cbfa_d20241229_m021432_c001_v0001184_t0055_u01735438472283") 2024/12/29 02:20:23 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50c0_d20241229_m021431_c001_v7007000_t0000_u01735438471334") 2024/12/29 02:20:24 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cbd4_d20241229_m021430_c001_v0001184_t0020_u01735438470768") 2024/12/29 02:20:24 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50b4_d20241229_m021424_c001_v7007000_t0000_u01735438464744") 2024/12/29 02:20:24 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cb0c_d20241229_m021424_c001_v0001184_t0030_u01735438464141") 2024/12/29 02:20:24 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50b2_d20241229_m021423_c001_v7007000_t0000_u01735438463214") 2024/12/29 02:20:24 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2cae8_d20241229_m021422_c001_v0001184_t0012_u01735438462613") 2024/12/29 02:20:24 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50ad_d20241229_m021421_c001_v7007000_t0000_u01735438461678") 2024/12/29 02:20:24 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2caca_d20241229_m021421_c001_v0001184_t0032_u01735438461023") 2024/12/29 02:20:24 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f41963de4df8f50a8_d20241229_m021418_c001_v7007000_t0000_u01735438458051") 2024/12/29 02:20:24 DEBUG : sub dir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2ca5f_d20241229_m021417_c001_v0001184_t0028_u01735438457478") 2024/12/29 02:20:24 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4775_d20241229_m021955_c001_v7007000_t0000_u01735438795493") 2024/12/29 02:20:24 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f218e53_d20241229_m021952_c001_v0001176_t0025_u01735438792773") 2024/12/29 02:20:24 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4053fe083c9f4771_d20241229_m021951_c001_v7007000_t0000_u01735438791047") 2024/12/29 02:20:24 DEBUG : sub dir2/very/very/very/very/very/nested/subdir/hello world: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1040d8bb3a258db5_d20241229_m021948_c001_v0001181_t0049_u01735438788408") 2024/12/29 02:20:24 DEBUG : sub/yam: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2b7_d20241229_m021609_c001_v7007000_t0000_u01735438569863") 2024/12/29 02:20:24 DEBUG : sub/yam: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f1095e29c7b07a4cf_d20241229_m021608_c001_v0001184_t0013_u01735438568187") 2024/12/29 02:20:24 DEBUG : three: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162bd_d20241229_m021600_c001_v7007000_t0000_u01735438560465") 2024/12/29 02:20:24 DEBUG : three: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d5b3_d20241229_m021559_c001_v0001184_t0029_u01735438559338") 2024/12/29 02:20:24 DEBUG : three: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d571_d20241229_m021557_c001_v0001184_t0059_u01735438557232") 2024/12/29 02:20:24 DEBUG : two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162be_d20241229_m021600_c001_v7007000_t0000_u01735438560648") 2024/12/29 02:20:25 DEBUG : two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f417539415f2187bc_d20241229_m021558_c001_v0001176_t0053_u01735438558766") 2024/12/29 02:20:25 DEBUG : two: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f418e09bd9ae2d569_d20241229_m021557_c001_v0001184_t0021_u01735438557048") 2024/12/29 02:20:25 DEBUG : yam: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2ba_d20241229_m021610_c001_v7007000_t0000_u01735438570620") 2024/12/29 02:20:25 DEBUG : yam: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f109c34b16b47b12c_d20241229_m021609_c001_v0001128_t0057_u01735438569530") 2024/12/29 02:20:25 DEBUG : yam: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162c4_d20241229_m021606_c001_v7007000_t0000_u01735438566153") 2024/12/29 02:20:25 DEBUG : yam: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f118e09bd9ae2d65f_d20241229_m021605_c001_v0001184_t0004_u01735438565021") 2024/12/29 02:20:25 DEBUG : yam: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162c0_d20241229_m021602_c001_v7007000_t0000_u01735438562565") 2024/12/29 02:20:25 DEBUG : yam: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f117539415f2187c2_d20241229_m021601_c001_v0001176_t0022_u01735438561217") 2024/12/29 02:20:25 DEBUG : yaml: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f4040db686bddc2ab_d20241229_m021606_c001_v7007000_t0000_u01735438566886") 2024/12/29 02:20:25 DEBUG : yaml: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f110e7e49b3236d1a_d20241229_m021605_c001_v0001040_t0053_u01735438565825") 2024/12/29 02:20:25 DEBUG : yaml: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f410cb332e5c162c2_d20241229_m021603_c001_v7007000_t0000_u01735438563310") 2024/12/29 02:20:25 DEBUG : yaml: Deleting (id "4_zaf825d13301d1b0b9f480e1b_f100e08401f3792e0_d20241229_m021602_c001_v0001184_t0052_u01735438562369") "./sync.test -test.v -test.timeout 1h0m0s -remote TestB2: -list-retries 5 -verbose" - Finished OK in 6m12.578164556s (try 1/5)